This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
Releases: jungersa/tic_tac_toe_rust
Releases · jungersa/tic_tac_toe_rust
v0.4.0
v0.3.1
v0.3.0
Version 0.2.1
Change to file structure to be more readable
Full Changelog: v0.2.0...v0.2.1
Version 0.2.0
Added a Minimax Algorithm
First Release
First Release
This is the first Release
Containing a simple tic tac toe game with a simple cli game
Todo
- add a args parser to select the players type
- add an ai with minimax algorithm