Skip to content

babsballetschool/balletris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Install elm elm-lang.org/install
  2. Clone this repo and cd into it
  3. Run elm reactor
  4. Open localhost:8000/src/Main.elm in the browser

Instructions to make

  1. Execute make
  2. Execute publish-game.sh
  3. Visit the game

Touch support (tested on iOS)

Add the following meta into index.html:

<meta name="viewport" content="width=480,user-scalable=0">