Awesome
Miso Plane
A flappy bird clone written in Haskell with Miso using assets by Kenney. Adapted with modifications from Elm Plane.
Play
https://miso-plane.lermex.net/
Build
You'll need to have Nix. Then:
nix-shell -A env
make build
You can then open the compiled html file manually.
Optionally, make open
uses npx and browserify to open the file with auto-reload.