Skip to content

PeculiarProgrammer/Ghost-AI

Repository files navigation

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.