Fishy
The practice project I gave myself which is to recreate Fishy, the online flash game that I used to play a lot.
Made in Godot 4.6.3
WASD to move, Eat smaller fish to grow and avoid bigger fish to survive!
Things I learned this project:
- using lerp() function to smooth movement
- drawing sprite using libresprite
- spawning enemies randomly with different size and direction
- using custom signal to call functions in different nodes

Leave a comment
Log in with itch.io to leave a comment.