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
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
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()