⚠️ This project uses Windows API and currently only runs on Windows.
A terminal-based Tic Tac Toe game written in modern C++ featuring ASCII art, a basic AI (Minimax), and plans for PvP and sound support!
- Single Player (Player vs AI)
- Really bad AI
- ASCII art title screens and endgame messages
- Smarter AI every move
- Keyboard input in terminal
- PvP mode (coming soon)
- Sound effects (coming soon)
- Launch the game from the terminal in fullscreen mode to ensure proper display of the ASCII art.
- Choose your game mode (PvE available now, PvP coming soon)
- Pick your moves by entering row or column (e.g.,
1 to 9)
- Try to beat the AI or force a tie!
- Clone the repo
git clone https://github.com/gtRZync/TicTacTermpp.git
cd TicTacTermpp
- Run
- C++17 or later
- Standard Terminal (Windows only)
| Start Screen |
 |
| Game in progress |
Tie |
 |
 |
| Victory |
Defeat |
 |
 |
MIT License — LICENSE