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
- Host: GitHub
- URL: https://github.com/randomgamingdev/tic-tac-toe-cli-cpp-example
- Owner: RandomGamingDev
- License: mit
- Created: 2023-11-01T21:59:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T22:02:22.000Z (about 2 years ago)
- Last Synced: 2025-03-13T15:41:48.825Z (11 months ago)
- Topics: cpp, easy, example, simple, small, tic-tac-toe, tictactoe, tictactoe-game
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!