Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 706 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 706 Bytes

Liam-Adventure

A Space Invader style 2D shooter minigame built with Pygame. You must help Liam-chan shoot down poops falling from the sky!!!

Prerequisites:

-Python 3 installed on your PC

-Install Pygame package by executing "python3 -m pip install -U pygame --user" in command prompt

How to play:

1.Execute main.py

2.Click start button

3.Use space bar to shoot bullets, max 3 bullets at any given time

5.Once a fleet is cleared, a faster fleet will appear

6.You have a maximum of 3 lives

7.Try setting high scores!

Parameters can be modified in settings.py, please refrain from editing other game files.