Welcome to Fish Run Game!
This was my first gaming project with Python, created about a year ago. The game is a simple 2D runner where the player controls a fish that must avoid incoming obstacles.
- Developed using the Turtle module in Python
- Simple and engaging gameplay -object-oriented structure
- 2D graphics with basic animations (Fish/rectangles)
- Computes the current score based on your moves
- Records the best score in history
- the game comes fater/harder when the player gets more points
- Allows replaying the game after losing the current game
- Use the arrow keys to navigate the fish.
- Avoid obstacles to keep the fish running.
- Do not change the size of the screen.
- Clone the repository:
git clone https://github.com/yourusername/fish-run-game.git
- Navigate to the project directory:
cd fish-run-game
- Run the game:
python fish_run_game.py
- Python 3.x
Feel free to fork this repository and make contributions. Pull requests are welcome!
If you have any questions or suggestions, please open an issue or contact me directly.