Skip to content

An Online/Offline multiplayer Tic-Tac-Toe written in C++

Notifications You must be signed in to change notification settings

kougen/cpp-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ based Tic Tac Toe

A feature rich Tic Tac Toe game written in C++. The game is played in the terminal. It has online or offline modes. The online mode uses a server to connect two players. The offline mode allows a second guest player to play on the same terminal.

The game is still in development. You can find the current status of the game in the project board

Development

Build from source

make

Run the game

make run

Run the tests

make test

Contributing

Please read CONTRIBUTING.md for details on the code of conduct, and the process for submitting pull requests.

About

An Online/Offline multiplayer Tic-Tac-Toe written in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published