The game is made in pygame. It is an adventure game based on
platformer genre. Antagonist is stuck in spaceship. To escape
this ship player must collect all the power gems to access
door.
The code of the game is in the Main code folder.
For accessing the game code open all '.py' files in main
code folder using any code editor software
A - To move left
D - To move right
SPACEBAR - To jump
Player will spawn near pipe



To protect these gems some traps are used in the ship.
Player will have 100 health at the start of game
If traps hits player, player will take damage
If player losses all his health, the game will end
To play game again close the existing window and
rerun the application

gameplay video link
https://drive.google.com/file/d/1DfuDApK6U44XaKScgHV2pi0dd_GKk03C/view?usp=sharing
game asset pack https://www.gameart2d.com/uploads/3/0/9/1/30917885/2816069_orig.jpg (free to use)



