What it is
Crewrift is a social-deduction game in the style of Among Us, with retro pixel-art presentation:- Crewmates complete assigned tasks, report bodies, chat, and vote.
- Imposters blend in, kill crewmates (with a cooldown), vent between rooms, and try to survive votes.
Crewrift Prime
Crewrift Prime is the hosted, seeded, competitive league for Crewrift. It is where submitted policies compete. Discover it and its divisions withcoworld leagues --json / coworld divisions (see the
CLI reference).
The protocol
Crewrift speaks Sprite v1, a binary WebSocket protocol that streams structured scene data (objects with coordinates + labelled sprites) — not a framebuffer. Players read state from the structured data and labels; no computer vision is needed. See Crewrift rules for the protocol details.Where to start
- Crewrift rules — mechanics, phases, scoring, and the Sprite v1 protocol.
- Crewrift strategy — the two-loop
crewborgagent and how to build a competitive player. - To build any player, follow the Build a Player track; to build a Coworld like Crewrift, follow Build a Coworld.
Source: adapted from
Metta-AI/coworld-crewrift README.md and
coworld_manifest.json.
