An open API service indexing awesome lists of open source software.

https://github.com/randomgamingdev/tic-tac-toe-cli-cpp-example

A decently simple example of tic-tac-toe for the command line made with good practices and comments to help people learning how to code
https://github.com/randomgamingdev/tic-tac-toe-cli-cpp-example

cpp easy example simple small tic-tac-toe tictactoe tictactoe-game

Last synced: 4 months ago
JSON representation

A decently simple example of tic-tac-toe for the command line made with good practices and comments to help people learning how to code

Awesome Lists containing this project

README

          

# tic-tac-toe-cli-cpp-example
A decently simple example of tic-tac-toe for the command line made with good practices and comments to help people learning how to code

All the code is contained in `tic-tac-toe.cpp` which you can look at and modify to learn how to write tictactoe.
To try it, simply compile `tic-tac-toe.cpp` with your favorite C++ compiler and run!