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

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

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)