Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 356 Bytes

File metadata and controls

8 lines (5 loc) · 356 Bytes

Tic-Tac-Toe-AI

A ti tac toe game made in python, featuring an AI to play against and a multiplayer mode as well.

Use a menu to choose your gamemode, then play!

Options can be selected on the board by writing the row and column. Eg: To place an X in the middle, we will type the row name(b) along with the column name(2). So, the input becomes: b2.