-
Notifications
You must be signed in to change notification settings - Fork 0
/
CONTENTS.txt
59 lines (56 loc) · 1.33 KB
/
CONTENTS.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
47
48
49
50
51
52
53
54
55
56
57
58
59
Files:
Beore launching the raw script, make sure, that all the files are on their place. The data structure ater unpacking of this repository should look like:
game.py
test_game.py
requirements.txt
README.txt
/config_iles/
player.txt
hostiles.txt
weapons.txt
boosters.txt
levels.txt
README.txt
/graphics/
player_ship/
11 png images
hostiles/
13 png images
explosion/
40 png images
shots/
5 png images
powerups/
7 png images
cursors/
cursor.png
menu/
button.png
menu_background.jpg
instruction_black.png
instruction_transparent.png
/sounds/
booster.wav
explosion.wav
explosion_2.wav
hit.wav
laser_shot.wav
rocket.wav
/tests/
test_game.py
test_simple_arcade_menu.py
test_files/
player.txt
hostiles.txt
weapons.txt
boosters.txt
levels.txt
README.txt
/installers/
Windows/
some_name.msi
Linux/
some_name.tar.gz
Testing directory and test_game.py aswell as installers directory and files are not requiredto run the raw script.
In graphics directories you can find 'CONTENTS.txt' with the names of each png file that should be there. You can
also find this list of contents in the 'CONTENTS.txt' file in the main directory.