Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/forlornu/fishy-example-game

A small "fishy" inspired template project for Godot
https://github.com/forlornu/fishy-example-game

crazyfish fishy gdscript godot godotengine

Last synced: 10 days ago
JSON representation

A small "fishy" inspired template project for Godot

Awesome Lists containing this project

README

        

# Fishy Game Template for Godot

![alt text](https://github.com/ForlornU/Images/blob/main/FishyScreenshot1.png)

A starter/template project inspired by the classic flash game "Fishy". Built with Godot Engine version 4.2.1 and serves as a resource for other developers to use and learn from. In this game, you control a fish using the WASD or arrow keys. Your goal is to avoid larger fish and eat smaller fish to grow. As you grow, you will eventually reach a size where you can win the game.

## Features

- Player fish that grows in size by eating smaller fish
- Enemy fish that spawn from the edges of the screen and move across
- Dynamic spawning system for enemies and the player
- Autoload system for managing global game settings and state
- Tween animations for smooth transitions and effects

## Getting Started

- Godot Engine 4.2.1 or higher

### Installation

1. **Clone the repository:**
2. **Open the project in Godot:**
- Launch Godot Engine.
- Click on the "Import" button.
- Navigate to the cloned repository folder and select the `project.godot` file.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contact
For any questions or feedback, please contact me at [email protected]

My other Godot starter project:
https://github.com/ForlornU/TopdownStarter

Consider making me work faster with a coffee:
https://www.buymeacoffee.com/forlornu

Created by ForlornU
Enjoy developing with this template, and happy coding!

![alt text](https://github.com/ForlornU/Images/blob/main/FishyScreenshot2.png)