Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 1.54 KB

README.md

File metadata and controls

18 lines (18 loc) · 1.54 KB

first-pygame

Description

This project is a game developed using pygame, modified from (https://www.youtube.com/watch?v=61eX0bFAsYs&).

Contributions:

Added comments on every line, introduced more objects and features.
(Details can be seen at: https://github.com/LeeMoofon0222/first-pygame/blob/main/introduce.docx)

Gameplay:

Players control a spaceship that can move up, down, left, and right, and can also shoot missiles. The scene will have rocks, waste, and diamonds falling from the top. Players need to use missiles to break objects to score higher points. The higher the score, the more difficult the game becomes (increase in the rate of object generation).

Demo Video

https://youtu.be/Kf2wgLgaCfY

Introduction