Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.23 KB

Shoot 'em Up - Pygame

A "Shoot 'em Up" base game in Python-pygame as a personal project, made from scratch

Enter the action-packed world of Shoot 'em Up - Pygame, a game that seamlessly blends the excitement of classic arcade shooters with modern gameplay mechanics. Developed entirely from scratch using Python and Pygame, this game not only challenges your reflexes but also showcases advanced game development techniques. With efficient game state management, object-oriented programming (OOP), and intricate particle simulation, Shoot 'em Up - Pygame offers a solid foundation for an immersive and dynamic experience.

Gameplay

gameplay



$~~~~~~~~~~~~~~~~~~~~~~~~~$

Gameplay.mp4

Menu System

menu

Installation

# clone the repo
$ git clone https://github.com/g-brrzzn/shootemup-Pygame

# change the working directory
$ cd shootemup-Pygame

# install the requirements
$ python -m pip install -r requirements.txt

# run the Game.py
$ python Game.py