Tap, click, or press a key on the canvas to start browser audio.
# Showcase Platformer

A compact side-scrolling platformer demonstrating Flywheel camera movement, text-map loading, primitive drawing, alpha overlays, bitmap HUD text, menu state machines, keyboard/mouse/gamepad input, fixed particle pools, WAV decoding, and mixer playback.

## Controls

- `Left` / `Right` or `A` / `D`: move.
- `Space`: jump.
- `Escape`: pause.
- `Enter` / `Space`: activate menu items.
- Gamepad d-pad or left stick: move.
- Gamepad South: jump or activate menu items.
- Gamepad Start: pause.
- Mouse: hover and click menu items.

Collect every coin as quickly as possible. Touching spikes or falling out of the level ends the run.