ATEROIDS
ATEROIDS is a fast browser arcade game built at 42.uk. It starts as a classic thrust-and-shoot survival loop, then folds in word-construction rounds that turn the run into a hybrid reflex and vocabulary challenge.
The design goal is simple: keep the controls readable on desktop and mobile, keep the rules transparent, and keep the game crawlable enough that the page is more than a blank canvas and a script tag. Players can move, fire, trigger smart bombs, pause, mute audio, and swap to touch controls when the session is running on a phone or tablet.
The live build on this page is the playable version. The controls summary, audio hooks, HUD elements, and game states are all present in the raw HTML so the page still makes sense before JavaScript takes over the simulation.
The twist is the alternating phase structure. One moment the player is clearing incoming asteroids with thrust, rotation, and bomb timing; the next, the interface pivots into a timed word-building round with a rack of letters, a preview area, and a submission loop that turns score accumulation into a language puzzle instead of a pure shooter grind.
That hybrid ruleset is why the route stays documented in plain HTML. The source explains the HUD, the score displays, the letter rack, the countdown clock, and the mobile controls so the page reads as a complete game specification even before the canvas and JavaScript begin simulating movement, collisions, and phase transitions.