A simple, text-based Tic-Tac-Toe game built in Python. Play against a computer opponent and see if you can win, lose, or draw. Play against an AI opponent. Interactive command-line interface. Handles ...
It started as a Tic Tac Toe game, but I improve it to Gomoku, and implement an Ai to it. Tic-tac-toe is the old version it do not use classes and its Ai work different from the new one. The new Gomoku ...
Tic-tac-toe (or “Noughts and Crosses”) is a game simple enough to implement in any computer system: indeed it’s often used in beginner’s programming courses. A more challenging project, and arguably ...