Skip to content

Releases: aalekhpatel07/minimax

Tic-Tac-Toe

02 Aug 04:54
ce9b5f2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1-alpha...v0.2

RustyMinimax

07 May 05:16
Compare
Choose a tag to compare
RustyMinimax Pre-release
Pre-release

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.