Simon says.
A simon game done to my kid. let's see if he uses it.
This was coded on a mac, but it should be very portable.
The only dependency needed is raylib.
Build raylib and place the raylib.h
and libraylib.a
under vendor/raylib/{env}
and update the makefile accordingly.
make
./simon
And that is it..
use a specific version of emsdk
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh
make WEB=1 DEBUG=0
python wasm-server.py
open chrome on http://localhost:8080/simon.html