Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 707 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 707 Bytes

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.