Story Details

  • Show HN: Bubbles, a vanilla JavaScript web game

    Posted: 2025-03-13 17:48:03

    Bubbles is a simple, yet addictive web game built entirely with vanilla JavaScript, requiring no external libraries or frameworks. The goal is to click and pop rising bubbles before they reach the top of the screen. Each popped bubble awards points based on its size, with smaller bubbles giving more points. The game features increasing difficulty as the bubbles rise faster over time. It's a lightweight, browser-based experience designed for quick bursts of fun.

    Summary of Comments ( 67 )
    https://news.ycombinator.com/item?id=43355658

    Hacker News users generally praised the game's simplicity and clean implementation, using vanilla JavaScript without frameworks. Several commenters appreciated the satisfying gameplay and the nostalgic feel, reminiscent of early web games. Some suggested potential improvements, like adding sound effects, different bubble sizes, or a score counter. A few users delved into technical aspects, discussing the collision detection algorithm and potential performance optimizations. One commenter even shared a modified version with added features. The overall sentiment was positive, with many finding the game a fun and well-executed example of simple web development.