Adversarial Game Projects
- Make a chess game. The evaluation function is the key to a good
game.
- Make a checkers, go, or mancala game
- Make a connect 4 game that can always win when it goes first.
- Prove Mancala is a win, draw or loss.
- You could also try some simple caching for learning, and maybe
something more sophisticated.