Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 242 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 242 Bytes

TicTacToe

A simple game of tic tac toe that can either be played with 2 players on the command line, or with a computer opponent. You have the option to choose before the game starts.

The bot player was built using the minimax algorithm.