A ballet-themed tetris.
Build on top of elm-flatris.
- works on both desktop and mobile
- renders the grid to canvas with
Graphics.Collage - preserves the game state in
localStorage, just try to reload the page while playing!
- Install elm elm-lang.org/install
- Clone this repo and
cdinto it - Run
elm reactor - Open localhost:8000/src/Main.elm in the browser
- Execute
make - Execute
publish-game.sh - Visit the game
Add the following meta into index.html:
<meta name="viewport" content="width=480,user-scalable=0">