Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 329 Bytes

Readme.md

File metadata and controls

9 lines (5 loc) · 329 Bytes

Elmtris

Basic implementation of tetris in elm.

Try it at https://marcospri.github.io/elmtris/

There's more to tetris than I knew before doing this but I just implemented the simpler options available.

I think i'm getting the gist of funciontal programming now, not sure how idomatic elm the code is but i'll work on that.