FishReel
FishReel is a browser-based fishing game built entirely from scratch using a custom JavaScript game engine. Players must skillfully reel their catch to the surface while dodging fast-moving obstacles and adapting to dynamic gameplay changes.
Industry
Web Browser Games
Stack
JavaScript
HTML
CSS
Canvas
The core loop of FishReel is simple but challenging—guide a fish to the surface while avoiding obstacles. Controls are intuitive and designed to feel responsive on both desktop and mobile devices.
FishReel is built on a lightweight game engine I created specifically for this project. The engine handles canvas-based rendering, sprite animations, audio feedback, basic physics, and multi-device input handling—all with no external libraries.