A simple terminal-based Tic Tac Toe game written in C.
- Player vs Player and Player vs AI mode
- Input validation to prevent invalid moves
- Simple terminal UI with live board updates
- Option to replay after the match ends
- AI logic that can block and win
Download the latest executable from the Releases Page.
๐ Windows: game.exe
๐ Termux/Linux: Compile from game.c
- Go to the Releases Page.
- Download the
game.exe
file. - Run it by:
- Double-clicking the file, or
- Using the terminal:
cd path/to/download ./game.exe
๐ No installation required!
- Install dependencies:
pkg update -y pkg install clang git -y
clang game.c -o game.out
./game.out
๐จโ๐ป Author Made with ๐ป by aadityansha06