Hey!
This is my first attempt at creating a simple game using pygame. Many thanks to @Silentt1 who helped me in this adventure.
This is David vs Goliath, but if they were fish...
This game is a struggle for survival. You will have to find your way around a threatening monster fish who apparently has no clear directional intentions. Food is scarce, but falls magically from above regularly. Occasionally, Poseidon himself may send you a banana, or any other form of divine goodies, don't hesitate to catch them for they will bring great riches to you and your family.
Will you be able to survive long enough until the day you take your revenge?
- clone the repository:
git clone https://github.com/FrancoisDuquesne/A-fishy-situation_game-project.git
- install the requirements (while in virtual environment)
pip3 install -r requirements.txt
- launch the game:
python3 fish_project.py