Skip to main content

RAstral Rampart - v2.1.0

Arcade style game with a spinning gun that shoots down missiles!


Caleb Werth
(cwerth)
This is an arcade style space shooter that features a rotating gun at the bottom of the screen that rotates left and right without input from the player. The player can hit the space bar to fire the gun, destroying incoming missiles! If a missile explodes at the bottom of the screen, the player loses health. There are also power-ups that the player can shoot!

Changes

This is an arcade style space shooter that features a rotating gun at the bottom of the screen that rotates left and right without input from the player. The player can hit the space bar to fire the gun, destroying incoming missiles! If a missile explodes at the bottom of the screen, the player loses health. There are also power-ups that the player can shoot!

Links

Home Page
https://github.com/chwerth/RAstral_Rampart#rastral-rampart
Source
https://github.com/chwerth/RAstral_Rampart
Windows
https://github.com/chwerth/RAstral_Rampart/releases/tag/v2.1
Github repo
https://github.com/chwerth/RAstral_Rampart

Releases

RAstral Rampart v2.1.0 — 30 May, 2020

RAstral Rampart v2.2.0 — 6 Jun, 2020

RAstral Rampart v2.3.0 — 11 Jun, 2020

Pygame.org account Comments

  • Caleb Werth 2020-05-30 20:37

    Clearly, I'm not sure how to add multiple tags to projects! If someone sees this and wants to instruct me, feel free.
  • jo 2020-06-18 14:44

    pygame 1.9.4 Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call last): File "main.py", line 5, in menu.game_menu() File "/RAstral_Rampart-master/game_menu.py", line 74, in game_menu new_round.new_round, File "/RAstral_Rampart-master/sprites.py", line 90, in __init__ self.image, color, self.image.get_rect(), border_radius=12 TypeError: rect() takes no keyword arguments

    Caleb Werth 2020-07-29 05:18

    Hey jo, you need Pygame 2.0.0.dev8 since I used a feature from that release: https://github.com/pygame/pygame/releases/tag/2.0.0.dev8