This project is superseded by: https://github.com/SgtSwagrid/Boards
This repository is an ongoing project featuring:
- Java implementations for various abstract strategy board games. (
src/strategybots/games/
) - Bots created to optimally play and win these games. (
src/strategybots/bots/
)
For some unfortunate reason, most AI courses don't incorporate game bot tournaments into their curricula. If anybody wants to do something about fixing this, we'd be more than happy to get involved.
- SwagC4 (negamax + alpha-beta + heuristic)
- TipMCTS (monte-carlo tree search)
- SwagMNK (negamax + alpha-beta + heuristic)
- TipOthello (monte-carlo tree search)