Skip to content

koppi/ttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttt

A simple tic-tac-toe game written in C.

What is Tic-Tac-Toe?

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.

Running with Docker

  1. Clone the repository:

    gh repo clone koppi/ttt
  2. Build the Docker image:

    docker build -t koppi:ttt ttt
  3. Run the game:

    docker run -ti koppi:ttt

Author

About

🕹 tic tac toe in C

Topics

Resources

License

Stars

Watchers

Forks

Contributors