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
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