Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 2.77 KB

README.md

File metadata and controls

72 lines (49 loc) · 2.77 KB

Shoot 'Em' Up Pygame

November 2018

Here is the ReadMe file for my Shmup Pygame. I will be following along with a youtube tutorial, leaning how to create games in python using a Python library called Python.


Remastered 2022:

June 2022

For this remastery I polymorphisised the program into seperate files for each class.

About The Project - How to use it

The workspace simply contains two folders and a run file.

  • imgs: the folder containing all of the image assets for the game
  • snd: the folder containing all of the sound assets for the game

In order run, open Shmup.py and run the file

Built With

  • Python
  • Pygame

Tasks Moving Forward

  • Implement other enemies (E.g. Space Ships)
  • Implement a Boss Fight! (E.g Big ship that shoots at you)
Suggestions
  • Move forward and backwards

  • Make the explosion sound effects quieter

  • More Powerups // Make existing Powerups better

  • Different game modes (E.g Infinite, Levels(Boss Fight), etc... )