Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 225 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 225 Bytes

elm-tetris

A tetris implementation in elm for the purposes of learning the elm programming language.

building

elm-make src/Main.elm --output elm.js

running

python -m SimpleHTTPServer 8888

testing

elm-test