A simple tic-tac-toe game written in C.
Tic-tac-toe is a classic two-player game where players take turns marking spaces in a 3×3 grid. One player uses X, the other uses O. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game.
-
Clone the repository:
gh repo clone koppi/ttt
-
Build the Docker image:
docker build -t koppi:ttt ttt
-
Run the game:
docker run -ti koppi:ttt