balletris
A ballet-themed tetris.
Build on top of elm-flatris.
Features
- 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!
Instructions to run
- Install elm elm-lang.org/install
- Clone this repo and
cd
into it - Run
elm reactor
- Open localhost:8000/src/Main.elm in the browser
Instructions to make
- Execute
make
- Execute
publish-game.sh
- Visit the game
Touch support (tested on iOS)
Add the following meta into index.html
:
<meta name="viewport" content="width=480,user-scalable=0">