Skip to content

alhussni-aa/tictactoe-on-budget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe, on budget

Hi! This is the famous game Tic-Tac-Toe, made with C++. This was made just to experiment with C++.

There are three versions here, they only differ in the way they're displayed.

game1.cpp

This is the smallest version

game2.cpp

This is a bigger version with a bigger grid and bigger symbols

game3.cpp

This is the same as game2.cpp but with asterisks instead of lines (less aesthetic in my opinion)

The executables:

The files 1, 2, and 3 are the compiled versions of game1.cpp, game2.cpp, and game3.cpp respectively. You can run them directly or compile the cpp files again, it doesn't make a difference.

About

This is the famous game Tic-Tac-Toe, made with C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages