Hexliterate is a fun game: each player opens it with their browser (ideally on their phone). A random color is shown on the screen and everyone must guess the closest hexadecimal code for this color!
A demo is running at https://hex.s10a.dev/
docker run -p 8000:8000 -v hexliterate:/var/data ssimono/hexliterate
The little server is powered by the great websocketd and you can pass extra options to it via environment variables with WSD_
prefix.
Ex: WSD_LOGLEVEL=debug
will pass --loglevel=debug
to websocketd
git clone
and cd
into the projectmake
(use watch make
rebuild upon changes)make up
You can also open /debug.html?phones=2
to simulate multiple phones