Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/bolt_gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sounds/expl3.wav
Binary file not shown.
10 changes: 5 additions & 5 deletions spaceShooter.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
from os import path

## assets folder
# img_dir = path.join(path.dirname(__file__), 'assets')
# sound_folder = path.join(path.dirname(__file__), 'sounds')
img_dir = path.join(path.dirname(__file__), 'assets')
sound_folder = path.join(path.dirname(__file__), 'sounds')

###############################
## to be placed in "constant.py" later
Expand Down Expand Up @@ -541,11 +541,11 @@ def update(self):
# print("Hack the game!")

# To immediately end the game, you may need to comment the next 1 line
running = False
# running = False

# To make the game restart you need to uncomment these two following lines
# menu_display = True
# pygame.display.update()
menu_display = True
pygame.display.update()


#3 Draw/render
Expand Down
4 changes: 4 additions & 0 deletions wow.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Really You are smart. Your skills to google are good.
Just on the way to complete all

Do try taking parts in Quizzes in online :P
5 changes: 0 additions & 5 deletions xd

This file was deleted.