Game

Hi everyone,


I have had some log in issues that have now been fixed so I could not upload the final version of the game.

Now it is uploaded so if you have downloaded it before now, please redownload it to get the real deal.


Thank You!

(log in to comment)

Comments

I can't get the game to run:
rdb@arvid ~/pyweek/aint-got-that-flow
$ python start_game.py
pygame 1.9.4
Hello from the pygame community. https://www.pygame.org/contribute.html
/home/rdb/pyweek/aint-got-that-flow
Traceback (most recent call last):
File "start_game.py", line 10, in <module>
from gameIntro import *
File "/home/rdb/pyweek/aint-got-that-flow/gameIntro.py", line 6, in <module>
from game import *
File "/home/rdb/pyweek/aint-got-that-flow/game.py", line 21, in <module>
sound1 = pg.mixer.Sound("assets/sounds/player/aight.ogg")
pygame.error: Unable to open file 'assets/sounds/player/aight.ogg'
Please try using the command 

python3 instead of python.

I am using Python 3.  But for some reason it's not able to load that sound file.  I'll try again on a different computer later.
Did everything else work other than the game? When did the game crash?
I ended up getting it to work on a different computer.