Skip to content

Command line Tic Tac Toe game using ANSI Escape Codes

License

Notifications You must be signed in to change notification settings

mjkloeckner/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe on the Command Line

This is a Command line tic tac toe game. It was first developed as a solution to a practical problem of a University course

Screencast of the game

Dependencies

Quick Start

Clone the repository and build it with a C++ compiler

$ g++ tictactoe.cpp -o tictactoe

Then run the executable

$ ./tictactoe

License

MIT

About

Command line Tic Tac Toe game using ANSI Escape Codes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages