Releases: KingMordas/mor-breaker
Releases · KingMordas/mor-breaker
Release list
v1.2.0
Immutable
release. Only release title and notes can be modified.
Added
- A tappable HIGH SCORES button in the bottom-left corner on touch devices (such as the
WebGL build played on a phone), so you can open the top-10 panel without a keyboard.
Changed
- The high-scores shortcut is now
H(wasF1), and the quit shortcut on the Windows build
is nowQ(wasF12). - On touch devices the bottom-left key hints are hidden (they need a keyboard); the new
HIGH SCORES button takes their place.
v1.1.0
Added
- Press
F12to quit the game (Windows build), so you no longer needAlt+F4. - An on-screen key guide in the bottom-left corner listing the available shortcuts (
F1high scores,F12quit).
v1.0.0
Added
- Initial public release of morBreaker, a 2D brick-breaker game.
- Bouncing ball with paddle "english" (where you hit steers the bounce) that speeds up on every wall bounce and every non-breaking brick hit, with the ramp steepening each level (capped, and reset when you lose a ball).
- 10 hand-tuned levels of rising difficulty, with a runtime-generated, colour-coded brick grid.
- Score, lives, level progression, and a win bonus for clearing the final level.
- Optional local high-score list (name + score + level + date + a "beat-the-game" flag) with an in-game top-10 panel (
F1), stored only on your own device (browserlocalStorageon WebGL) and never transmitted. - Keyboard and pointer/touch controls (Unity Input System) and a HUD that scales to any screen size.
- Builds for Windows (Standalone, x86_64) and WebGL.