mtg-genetic-deckbuilding

Generating and improving Magic: The Gathering decks using a genetic algorithm
git clone https://kevincorvisier.fr/git/mtg-genetic-deckbuilding.git
Log | Files | Refs | LICENSE

commit aa16a8ce16058a3eb79c10bb23a09b571d24b632
parent c1016d7675106169cbc8db25a6d08b94eef6d277
Author: Kevin Corvisier <git@kevincorvisier.fr>
Date:   Wed, 25 Sep 2024 13:05:56 +0900

Start development of version 0.3.0
Diffstat:
Mpom.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml @@ -4,7 +4,7 @@ <groupId>fr.kevincorvisier.mtg</groupId> <artifactId>genetic-deckbuilding</artifactId> - <version>0.2.0</version> + <version>0.3.0-SNAPSHOT</version> <name>MTG Genetic Deckbuilding</name> <description>Generating and improving Magic: The Gathering decks using a genetic algorithm</description>