Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.13 KB

A-fishy-situation_game-project

Hey!

This is my first attempt at creating a simple game using pygame. Many thanks to @Silentt1 who helped me in this adventure.

What is it?

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?

Screenshot gameplay

How to play?

  1. clone the repository:
git clone https://github.com/FrancoisDuquesne/A-fishy-situation_game-project.git
  1. install the requirements (while in virtual environment)
pip3 install -r requirements.txt
  1. launch the game:
python3 fish_project.py