Personal ProjectGames / Entertainment

Bug Smasher – JavaScript Game

A fun, interactive browser game built with HTML, CSS, and JavaScript where players catch moving bugs to earn points, with increasing difficulty and score tracking.

Project Details

Project Type
Personal Project
Category
Games / Entertainment
2026-04-27
Tech Stack
JavaScript
HTML
CSS
Browser Game
Interactive UI
B

Bug Smasher is a simple browser-based game developed for entertainment and learning purposes. Players click on appearing bugs to earn points, with the game increasing in difficulty as speed ramps up. The game provides score tracking and reset options to enhance replayability.

Highlights

  • - Interactive gameplay where players click on bugs to score points
  • - Speed increases as the player successfully clicks bugs, creating progressive difficulty
  • - Score can be reset anytime using the Reset Score button
  • - Built entirely with HTML, CSS, and JavaScript for browser compatibility
  • - Designed for fun, learning, and showcasing frontend interactive skills
  • - Source code available on GitHub: https://github.com/l33t-c0d3r-66/Bug-Smasher

Impact

  • - Provides an engaging, interactive learning project for frontend development
  • - Demonstrates DOM manipulation, event handling, and dynamic UI updates
  • - Useful for practicing JavaScript logic and game mechanics

Technical Overview

  • - Frontend: HTML, CSS, JavaScript
  • - Game logic: Mouse event handling and dynamic bug movement
  • - Score tracking and difficulty adjustment implemented in JavaScript
  • - Source code available on GitHub: https://github.com/l33t-c0d3r-66/Bug-Smasher

Delivery

Developed as a personal project for entertainment and frontend skill demonstration.