/HungGame

Python game: Pangolin eating treats. Mid-course hackathon @ Techkids

Primary LanguagePython

Pangolin Survival Game

Some screenshots

screenshot 0 screenshot 1 screenshot 2 screenshot 3

About

This is a small, barebone, and proof-of-concept game about a pangolin eating treats falling from the sky. The game was inspired by an animal conservation initiative to protect pangolins. The objective is to keep your score as high as possible. The game will automatically exit if your score is lower than -20000.

How to start the game

Install the dependency:

pip install -r requirements.txt

Enable execution of the playgame.sh script, e.g.,:

chmod a+x playgame.sh

Run the playgame.sh script:

./playgame.sh

Enjoy!

Dependencies

The only dependency is the pygame library.