| Topic | Game | Language |
|---|---|---|
| A* Search | N-puzzle | python |
| Adversarial Search | Mancala | rust |
| Constraint Satisfaction | Sudoku, KenKen | java |
| Probabilistic Models | Find Casper | go |
P.S. No restrictions on prog lang so ¯\__(ツ)_/¯
Instructions: [PDF]
Implementation: N-puzzle solver [Code]
Run: python main.py
Instructions: [PDF]
Implementation: Mancala game AI [Code]
Report: AI vs AI games varying depth, heuristic [PDF]
Run: cargo run (Requires rust & cargo installed)
Problems: [Images]
Implementation: Sudoku (+variations), KenKen [Code]
Run: Setup java project with choco-solver library
Instructions: [PDF]
Implementation: Find Casper [Code]
Run: go run main.go game.go board.go (Requires go installed)



