Scrolling bullet hell shooter written in python + pygame.
The downloadable .zip contains the .py files, the assets (graphics, sound effects and music), and an .exe produced with py2exe.
Features
- Fast/focussed movement
- Frequent, instant death
- Huge battleships approaching fast
Follow Spess shooter
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Getting the following crash error when reaching the second pattern of the stage 1 boss, under Wine 10 on Linux Mint 22.2: Traceback (most recent call last): File "spess_shooter.py", line 1185, in <module> File "spess_shooter.py", line 602, in update File "spess_shooter.py", line 81, in NormalUpdate File "pygame\sprite.pyo", line 462, in update File "entities_2.pyo", line 475, in update File "entities_2.pyo", line 974, in DoBulletProgram File "entities_2.pyo", line 893, in BPRandomRain File "random.pyo", line 241, in randint File "random.pyo", line 197, in randrange ValueError: non-integer stop for randrange()