An AI-based solver for the popular mobile game Flow Free
This project is a work in progress, and is expected to break (or at least be inefficient) in many cases.
python solver.py
python solver.py -h
Examples:
python solver.py -a search -g medium
python solver.py -a exactQ
python solver.py -a cnn
python solver.py -a cnn -m models_backup/model_five_permutations_rotations_5_epochs -n 5 -b
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.