Show HN: Breakout with a roguelite/vampire survivor twist
Overall reception
- Many commenters found the game highly addictive and polished, often playing “just one more run” far longer than intended.
- The simple graphics and small footprint (pure JS/canvas, ~100KB) were praised as a strength rather than a limitation.
- Several people said they’d happily pay a few dollars for a packaged app; others appreciated it being free, ad-free, and open source.
Coins, visuals, and feedback
- The biggest UX issue: coins initially look like brick particles, so players don’t realize they’re collectible or how scoring works.
- Coins and balls sometimes share similar colors, making it hard to track the ball amid falling coins.
- Multiple players suggested: gold coin color, edge/spin, glint/glow, “clink” sounds, clearer on-screen counters, and longer-lived number popups.
- Some enjoyed the discovery aspect and zero-instructions start, but acknowledged better visual communication would help.
- Color-based perks (e.g., ball and brick colors, “picky eater”, “color pierce”) can make visibility and comprehension harder; a colorblind mode helps somewhat.
Controls and platform support
- Mobile controls received strong praise: drag-to-move, lift-to-pause feels natural and great for short sessions.
- However, the “lift to pause + instant paddle teleport” allows slow-motion style “cheating,” which some find undermines the challenge.
- Desktop users reported issues: mouse leaving the play area causing loss of control, desire for pointer lock, hidden cursor, and keyboard controls.
- The developer added pointer lock, cursor hiding, keyboard controls, and fullscreen options in response.
Roguelite/perk system and balance
- The pause-between-levels upgrade screen and stacking perks are widely liked and compared to Vampire Survivors / roguelites.
- Some perks feel unclear, underexplained, or like “footguns” unless combined with specific others (e.g., Compound Interest + magnetism/viscosity; multiball synergies).
- There are complaints about opaque mechanics: combo/multiplier behavior, -1 indicators, random starting perk, and criteria for extra upgrades/choices.
- Suggestions include mouseover/hover explanations, better onboarding, run progress indicator, and more complex unlock trees or challenges (e.g., “no multiball” runs).
Bugs and technical issues
- Reported issues: GC-induced stutters on higher levels, ball-trajectory oddities, “skip last brick” off-by-one bug, stuck balls after respawn, weird 0/0/0 upgrade messages, level-text mixups, and older-browser incompatibilities (
findLast, optional chaining). - Several of these were acknowledged and quickly patched.
Monetization and distribution
- Multiple commenters urged releasing on Steam/App Store with a small price, predicting clones and good commercial potential.
- Others discussed packaging via Electron/Tauri or PWA, but there is skepticism about app stores, their rules, and discoverability; for now, focus remains on the web and F-Droid.