Skip to content

Another console recreation of the famous TicTacToe Game

Notifications You must be signed in to change notification settings

theOther-Paul/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Another console recreation of the famous TicTacToe Game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages