https://github.com/theother-paul/tictactoe
Another console recreation of the famous TicTacToe Game
https://github.com/theother-paul/tictactoe
console-game cpp game tic-tac-toe
Last synced: about 1 month ago
JSON representation
Another console recreation of the famous TicTacToe Game
- Host: GitHub
- URL: https://github.com/theother-paul/tictactoe
- Owner: theOther-Paul
- Created: 2022-06-30T05:24:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T13:17:07.000Z (about 2 years ago)
- Last Synced: 2025-01-16T02:17:25.751Z (over 1 year ago)
- Topics: console-game, cpp, game, tic-tac-toe
- Language: C++
- Homepage:
- Size: 103 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe
This is recreation of the popular tictactoe paper game in a terminal form
By the end, the game will contain:
- a functional game loop;
- basic menus with user interaction;
- ascii art for various stages of the game;
- 2 modes: vs player 2 and vs CPU
vs. CPU mode will be a pre-programmed combination of moves in order to win or drag the game into a draw
## External dependencies
In order to have the board and the future menus ready and adaptables, i've used TextTable.h (link)