Nuacht

A simple 2-player console-based Tic Tac Toe game built using Python. Implements core Object-Oriented Programming principles including encapsulation, modularity, input handling, and game logic. This ...
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 ...