#C3FF95
TYPE: GAME
Pixel
Courier
Deliver packages in a tiny city. A* pathfinding, very cozy.
- Stack
- Canvas 2D
Typed arrays - Footprint
- 44kb with art
60fps - Built
- A month
Aug 2024
A courier sim with no fail state. Roads are a flow field, traffic is emergent, and the only pressure is a package going cold.
How it works
Pathfinding is A* over a grid packed into a single Int16Array. The city regenerates from a seed, so a good map can be shared as six characters.
Notes
Gamepad and keyboard both work. No mouse required.
Changelog
- v1.4 — Gamepad support and seed sharing.
- v1.2 — Traffic rewritten as a flow field.
- v1.0 — First release.
Features
03 includedSeeded cities
Six characters rebuild the whole map.
Flow-field traffic
Cars route around you, not through you.
No fail state
Late deliveries cost tips, never the run.
pixel-courier.example.dev — live
No cookies
APP 05 / 13