Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 256 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 256 Bytes

TTT - tic-tac-toe with minimax AI algorithm

Small tic-tac-toe implementation which allows single and multiplayer mode. For single-player, the "hard" difficulty level is implemented with the minimax AI algorithm.