Lermex / miso-plane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 70.9%Language:HTML 15.4%Language:Nix 10.3%Language:Makefile 3.3%