What shipped

Changelog

Newest first. Written by hand, so it says what changed rather than which commits landed.

A site around the game

The domain now has a front door. conwayskingdom.com is this site — a landing page, a downloads page, this changelog, and the terms and privacy pages the game links to. The game itself moves to play.conwayskingdom.com, which changes nothing about how it runs: the same server, the same single origin, one hostname renamed on the tunnel in front of it.

The site is built to look like the game rather than like a marketing page. The colours are not chosen here — they are read out of src/client/views/theme.rs, the same struct the game's own interface is drawn from, and a check in this repository's CI compares them on every change so the two cannot quietly drift apart. The type is the game's own IBM Plex files, converted to woff2, in one weight, because that is what the game ships and what its type scale assumes.

There are no desktop builds yet. The downloads page says so, and will list them the moment there is a release to list.