-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhelp-Instructions.txt
23 lines (16 loc) · 1.03 KB
/
help-Instructions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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 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 <exec-name> -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 :)