Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 627 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 627 Bytes

Ghost AI

A Flutter app that solves the game Ghost through the power of combinatorics.

Note: Although this is advertised as AI, it is not. It's simply a semi-optimized brute force algorithm with a nice interface.

TODO

  • Enhance frequency algorithm
  • Make the app functional on wearable devices to improve ease-of-use (watch branch)
  • Add more dictionary options
  • Implement tests
  • Improve efficiency of solving algorithm
  • Improve efficiency of determinePercentage and similar

If you can think of any more, please leave an issue.