Shmup - 0.2
A simple space shooter.
Hayden Dennison
(hidas)
A space shooter I've been working on. I'm getting nearer to finishing. The main things that need to be completed are more levels, a title screen and menu, and music.
Run 'run_game.py' to play. You can edit which keys control which functions in the constants.py file; it should be pretty obvious which variables to edit. They're all commented. :)
Changes
This release doesn't really change anything from a gameplay perspective, but I've split the main file (an 800+ line monstrosity) into many smaller files. So much easier to work with. Now that refactoring's out of the way, I can focus on levels! Yay! ;)
Links
Releases
Pygame.org account Comments
-
EctoHanro 2012-02-23 10:26
Awesome work buddy.
-
Ned 2012-03-31 23:11
Nor run. Error:
Traceback (most recent call last):
File "run_game.py", line 3, in <module>
from code import shmup
File "C:\Python\game\shmup\code\__init__.py", line 3, in <module>
from shmup import *
ImportError: No module named shmup
----------
I use Python 3.2 and pygame-1.9.2a0.win32-py3.2.msi on WinXP SP3