GoblinEscape
GoblinEscape copied to clipboard
Simple python game to avoid a goblin
Hey, im using replit.com to run this code, but its not showing anything and I keep getting an error: ```Traceback (most recent call last): File "GoblinEscape.py", line 23, in window...
I've successfully run the script with `python GoblinEscape.py`. No errors, but there's simply nothing in the pygame window. Here's some version info: ```plain $ python Python 2.7.10 (default, Feb 22...
I added text saying "Click & Drag" at the top of the screen at the beginning of the game before the user has started. I just created this because I...
I think this makes more sense, to limit the angles to a range between -math.pi and +math.pi? The old code kept adding and subtracting PI*2 all the time, it was...
When you get past the final level (with the goblin speed of 4.6), the game crashes because it tries to get the next speed. I added a level counter that...