Skip to content

yassersouissi/elm-flatris

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm Flatris

A Flatris clone in Elm.

Screenshot

Current demo can be seen here.

Features

  • works on both desktop and mobile
  • renders the grid with elm/svg
  • preserves the game state in localStorage using ports, 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 make src/Main.elm --output elm.js
  4. Open index.html in the browser

About

A Flatris clone in Elm language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 93.2%
  • HTML 5.2%
  • Shell 1.6%