Tic Tac Toe Game v AI

I coded a Tic Tac Toe Game where you play against the computer/artificial intelligence(AI). The code is relatively simple from a coder’s point of view and was fun to create. It has three components – the main game, the table, and the artificial intelligence player. The main game is the thing that one plays; the other two are imported into the code for the main game but have their own files.

The main game is here, the table code here, and the AI code here.

Comments

Leave a comment