Game created in python, where you have to eat smaller fishes to grow and survive.
- Clone (or download) this repository
- Change directory into unpacked Bigfish folder.
- Prerequisites
- Install python 3.8+
- Create and activate virtual environment (optional)
python -venv bigfish-venv
./bigfish-venv/activate_script_depending_on_platform
- Install required modules
pip install -r requirements.txt
- Run game
pip -m main
- You start as a small fish, you need to avoid bigger ones.
- You can grow by eating smaller fishes.
- When you outgrow certain type of fish you can add them to your menu.
You control your character with arrows on your keyboard (<-, ->).
There is inbuild debug mode helping visualize bounding boxes around difrent types of enemies. Press F12 in the main menu to enter. Press up and down keys to see relation of your size to your points. Press Enter to exit to main menu.