Flatris
    Score
    0
    Lines Cleared
    0
    Next Shape

    hs-flatris is a Flatris clone coded by @ptigwe in Haskell using the Miso library

    Inspired by the classic Tetris game, the game can be played with a keyboard using the arrow keys, and on mobile devices using the buttons below.

    {
        "active": [
            [
                0,
                0,
                0,
                0
            ],
            [
                1,
                1,
                1,
                1
            ],
            [
                0,
                0,
                0,
                0
            ],
            [
                0,
                0,
                0,
                0
            ]
        ],
        "nextTetro": "IShaped",
        "grid": [],
        "x": 0,
        "movement": {
            "delay": 10,
            "isActive": false,
            "ticks": 0,
            "isAnimated": false
        },
        "y": 0,
        "rotation": {
            "delay": 10,
            "isActive": false,
            "ticks": 0,
            "isAnimated": false
        },
        "state": "Stopped",
        "fall": {
            "delay": 800,
            "isActive": false,
            "ticks": 0,
            "isAnimated": false
        },
        "height": 20,
        "arrows": [
            0,
            0
        ],
        "linesCleared": 0,
        "color": "#3cc7d6",
        "time": 887.9000000003725,
        "delta": 65.90000000037253,
        "score": 0,
        "randSeed": -796631375,
        "width": 10
    }