PygameSpiel is a Pygame-based library to play board games from the library OpenSpiel against AI algorithms.
pip install pygame_spiel
Games currently available:
- Breakthrough
- Tic Tac Toe
AI algorithms available:
- mcts, DQN (currently only for breakthrough)
more to come...
Run Pygame_spiel with:
pygame_spiel
Use your mouse to select the cell (tic tac toe) or select pawn and destination cell (breakthrough).