Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 665 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 665 Bytes

Build Status

elm-sirtet: A Tetris clone, written in Elm

Screenshot of elm-sirtet with block falling to the top

elm-sirtet is written in Elm. It features a responsive design based on CSS grid layout that makes it playable on a range of devices. It has a bottom-up mode where the pieces are not falling to the bottom but to the top.

You can visit https://c.rubler.net/elm-sirtet/ to try it out!

Installation

  • Install

    • npm install
    • elm package install
  • Run

    • npm start