Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 348 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 348 Bytes

Tic-Tac-Toe

This is a basic game of Tic-Tac-Toe made in C++. it is made in a way that a beginenr and an expert both can understand with ease.

How To Run The Game

Note

You can simpy run the file which in the "exe file" folder.

  • Go to the extracted zip file location and write:
g++ main.cpp src/Animation.cpp -Iheader