Idlelike Island moves from alpha to beta with b0.1.0. Five alpha releases (a0.1 through a0.5) shipped the full loop — island management, the arena roguelike, recruits, seasons, cloud save. Beta is about making that loop feel good to play and safe to keep playing over the long run.
Combat Juice
Hits land harder now. Landing a blow triggers a brief screen shake scaled to impact, and heavier hits — parries, big blows — get a short slow-motion punch to sell the weight. Every damage source now applies knockback: get hit and you’re shoved back, hit something and it’s shoved away. Enemies die with a quick expanding fade-out ring instead of just vanishing.
Audio
Eight more procedural sound effects, routed through a dedicated SFX bus: attacks, parries, builds, enemy hits and deaths, rolls, UI clicks, panel open/close, purchases, and level-ups. No imported audio assets — everything’s generated at runtime, which keeps the build small while the game finally has feedback for the actions you’re taking. Music is still on the list; that needs a real asset, not more code.
Onboarding
New players now get a guided first few minutes: place a building, assign a recruit, enter the arena — a small banner walks you through each step and disappears once you’ve done it (or you can skip it). No more staring at an empty island wondering what to do first.
Settings
A new settings panel: master and effects volume sliders (real audio bus control, not placeholder sliders), a UI scale slider for readability, and a colorblind-safe palette toggle that swaps the red/green traffic-light colors used for strain and HP across the whole game.
Hardening for Beta
Alpha was about proving the loop works. Beta needs to survive people actually relying on it, so this release includes a full pass over the client and server looking for exactly the kind of bugs that don’t show up in a quick playtest but do show up after hours of real play:
- Fixed a bug where an interrupted parry slow-motion effect could leave the game permanently stuck in slow motion if you changed scenes at the wrong moment.
- Closed a gap where the server’s rate limiting on account creation and save requests could be bypassed under the wrong timing.
- Locked down cross-origin access on the server (previously wide open).
- The documented run-submission limits — a minimum time between runs and a daily cap — are now actually enforced server-side; they were sanity-checked but not, until now, guarded against being exceeded.
- Fixed a race condition where two devices saving at nearly the same moment could silently overwrite each other’s progress instead of one being rejected.
None of this changes how the game plays. It changes how much you can trust it while you’re playing it, which is the whole point of a beta.
What’s Next
Rift runs are still coming: a timed push through scaling enemies where your cleared rift level is your rank, with rift drops as the source of colored (green/blue/purple) item rarities — crafting alone will always yield gray. Music is the other open item, pending the right royalty-free tracks.
Play at idlelikeisland.com.