Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 2.53 KB

README.md

File metadata and controls

57 lines (32 loc) · 2.53 KB

Meteorite Shower - 2022

(Formerly "Stoneworks - 2022" - name changed due to trademark issues)

Meteorite Shower is a retro game developed on Python 3.10. Using Pygame as the primary game engine. Developed as an entry for SishyaHacks 2022.

About the Game

This is a game where the player (the green ball which we call bob) has to excape from the stones/meteors falling on him.

He needs to get points by collecting falling apples(i.e by standing below the apple),and get lives by collecting the falling hearts.

Bob has two basic movements, left and right which is accessible by left and right arrow keys respectively, that he needs to use to excape from the falling stones.

Each game starts with 3 lives and a score of 0.

The one with the highest score wins!

Key Features

  • Seperate sounds for getting hit by a stone, collecting apples and hearts

  • Highscore counter that stores the highscore in a json file

  • Retro Game menu

  • Two differrent types of stones

Installing the game

  1. git clone https://github.com/sishyahacks-dav/retrogame.git
  2. pip install pygame

Running the game

  1. py run_retrogame.py

Screenshots

Game Menu :

App Screenshot

Instructions Page :

Running game :

App Screenshot

Game at last life :

App Screenshot

Game Over Message :

App Screenshot

Authors