A cool game of Tictactoe to enjoy at your leisure made in two programming languages:
- TicTacToe in C: Tictactoe made in C programming language. It has both a single player mode and a multiplayer mode, as well as ascii art representations within the game.
- TicTacToe in Python: Tictactoe made in Python with OOP, featuring the Minimax Algorithm to make an unbeatable AI player. It has several modes and supports six different matchup combinations with different outcomes.