-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstructions.txt
46 lines (29 loc) · 1021 Bytes
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Instructions:
for version 1.1:
Install Python 3
most probable from python.org (official site of python)
Additional modules needed:
1. random module
2. time module
3. os module
4. msvcrt module
5. sys module
most likely preinstalled in python 3 - version 3.6.5
need to download (from GitHub repo) the source code and the
movie list columns from "mv_ls_a-c.txt" (movie list with
starting letter from a-c) to "ms_ls_w-z.txt" (movie list
with starting letter from w-z)
And place all these files in the same folder
Finally run the source code [game_v1.1.py (version 1.1)]
with python 3
Done!!
for version 1.2:
Install Python 3
most probable from python.org (official site of python)
need to download all the files(from GitHub repo)
extra file in v1.2 : 'leadership.txt' (leadership board)
place all these files in the same folder
Finally run the source code [game_v1.2.py (version 1.2)]
with python 3
Done!!
Enjoy the GAME!!!