A simple browser-based arcade game where players catch falling fruits to score points. Built with vanilla JavaScript, HTML, and CSS, this project focuses on core game logic, animations, and responsive gameplay.
Catch the Fruits is a lightweight web game developed using plain JavaScript without external frameworks. The player moves a basket to catch falling fruits and earn points, with increasing difficulty over time. The game demonstrates collision detection, basic animation loops, and keyboard event handling — ideal for learning 2D browser game development.
- Core game loop built with JavaScript
- Collision detection and score tracking
- Smooth keyboard-based movement
- Responsive layout for different screen sizes
- Simple and clean design
- GitHub Actions workflow for static site deployment