Skip to content

A simple C++ 2 player Tic Tac Toe game made using the graphic utility OpenGL programming.

Notifications You must be signed in to change notification settings

Vortex-Corp/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

A simple C++ 2 player Tic Tac Toe game made using the graphic utility OpenGL programming, by @vatsa287 and @yellappa-s.
Any queries please mail to i.mnshreevatsa@gmail.com or yallappakumar4@gmail.com

Instructions to install and play Tic-Tac-Toe

1.Fork this repository into you're remote hub. Use the fork option present on the rightmost corner of the screen.

2.Clone this repository into local file-system.
$ git clone "https://github.com/<You're-UserName-In-GitHub>/Tic-Tac-Toe"

3.Check for successfull cloning.
$ ls -a

4.Install all the dependencies by running install.sh shell script. But by default shell scripts do not have a exec permission, update permissions.
This will auto-update the OS , updates exec permission for runme.sh also installs all the dependencies listed in requirements.txt
$ sudo chmod +x install.sh

5.Run the above install.sh file.
$ ./install.sh

6.The default cmd for executing a OpenGl file in C++ and C is '$ g++ -o -lGL -lGLU -lglut' , In order to avoid entering long commands use runme.sh which is also a shell script to play the game is shorter span of time.
Enter the follwing cmd to play.
$ ./runme.sh

Enjoy Playing Tic-Tac-Toe!

Please leave a star :)