asteroid-logistics v0.31
game CLI and ships modal
Built the asteroids game CLI — a command-line interface that exposes the Game.ts facade over HTTP via a Vite plugin. The CLI uses a gameApiRegistry to map method names to game operations, with resolveParam handling entity ID resolution and serializeResult formatting responses. This lets me (or an AI agent) inspect and control the running game from the terminal.
Added a ships modal accessible from a new icon-based top bar, replacing the old menu button. The modal lists all ships with their current status and location. Blocked keyboard hotkeys while typing in form inputs so ship names and other text fields don’t trigger game actions.
More asteroid-logistics
A procedually generated asteroid mining and logistics simulation game built with PixiJS · play asteroid-logistics · devlog