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
- Install the requirements: websocketd and node js
git cloneandcdinto the project- Build the assets with
make(usewatch makerebuild upon changes) - Launch the server with
make up - Open http://127.0.0.1:8000
You can also open /debug.html?phones=2 to simulate multiple phones
