A program that help you find your best combination for your seeds
Make shure that you have python-3 installed
You have two options:
install the source code as a zip file and unzip the file
you should be fine from there
Clone the GitHub repository
git clone /~https://github.com/Norkart/PlanWasher.git
Note
Due to terrible performance it's recommended with 20 seeds max
Open seeds.xml
located inside the base folder
to add seeds add following line:
<Seed genes = "WGGWYH"/>
example of seeds.xml
:
<?xml version="1.0"?>
<Seeds>
<Seed genes = "HHGXGY"/>
<Seed genes = "GHYWHH"/>
<Seed genes = "XYHYGH"/>
<Seed genes = "WYYGGW"/>
</Seeds>
Finds the best combinations using bruteforce
This can take some time depending on how many seeds you have
bruteforce
Crossbreeds the selected seeds
crossbreed
Display the loaded seeds
seeds
Finds the best seeds (NOT WORKING)
best
- Bad performance