Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 872 Bytes

File metadata and controls

30 lines (21 loc) · 872 Bytes

Flow Free AI

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.

sample diagram

Usage

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

Contributing

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.

License

MIT