Skip to main content

Shmup - 0.1

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

Links

Home Page
http://www.pygame.org
Source
http://toxicblobs.weebly.com/uploads/3/6/7/0/3670719/shmup-alpha1.zip

Releases

Shmup 0.1 — 10 Nov, 2011

Shmup 0.2 — 30 Mar, 2012

Pygame.org account Comments

  • Javier Marin 2011-11-11 00:27

    Not Run -.- 

    Hayden 2011-11-11 01:12

    Did you get an error message?

  • josmiley 2011-11-13 22:22

    very cool game ...

    Hayden 2011-11-14 01:18

    Thanks.

  • 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

    Hayden 2012-04-01 03:47

    Hmm.. I think it's because you're using Python 3.2 instead of Python 2.7. You could try running it on Python 2.7 and seeing if it works.
    I don't know why it would give you an ImportError though...