Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 346 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 346 Bytes

TicTacToe (Python)

This is a simple, terminal Tic-Tac-Toe (2 Player game) with the option of playing against acomputer AI which has been implemented via the MiniMax algorithm (without Alpha-Beta pruning).

Project Status: 2 Player Version and Computer Version has been added! Instructions have yet to be updated (Will be done soon).