Releases: aalekhpatel07/minimax
Releases · aalekhpatel07/minimax
Tic-Tac-Toe
What's Changed
- Create LICENSE by @aalekhpatel07 in #1
- Bug fix as highlighted by #2. by @aalekhpatel07 in #3
New Contributors
- @aalekhpatel07 made their first contribution in #1
Full Changelog: v0.1-alpha...v0.2
RustyMinimax
Initial version has basic important functionalities like:
- Drivers: Two drivers to play TicTacToe against the engine.
- Engine: A simple Minimax engine that runs the Minimax + Alpha-Beta prune under its hood.