Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/forlornu/fishy-example-game
- Owner: ForlornU
- License: mit
- Created: 2024-05-10T14:52:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T22:09:16.000Z (6 months ago)
- Last Synced: 2024-11-12T01:09:16.465Z (2 months ago)
- Topics: crazyfish, fishy, gdscript, godot, godotengine
- Language: GDScript
- Homepage:
- Size: 2.04 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/TopdownStarterConsider making me work faster with a coffee:
https://www.buymeacoffee.com/forlornuCreated by ForlornU
Enjoy developing with this template, and happy coding!![alt text](https://github.com/ForlornU/Images/blob/main/FishyScreenshot2.png)