// GAMES
Flappy Bee
A fun little arcade-style browser game where you guide a bee through a never-ending stream of obstacles.
JavaScriptHTMLSCSS

Overview
Flappy Bee is a simple arcade-style browser game inspired by classic side-scrolling games. The player controls a bee, navigating between obstacles without hitting them and trying to get the highest score.
Technical approach
The game was built with vanilla JavaScript without using a game engine or framework.
In this project, I focused on:
- Player movement and controls
- Collision detection
- Obstacle generation
- Responsive gameplay for desktop and mobile
Demo
Lessons learned
This project helped me practice JavaScript game logic, collision detection, user input, and responsive browser-based gameplay.