git clone https://github.com/chupaaaaaaan/tetris-with-haskell.git
cd tetris-with-haskell
stack build
stack exec -- tetris-exe
- Right, Left, Down key: move a tetrimino
- x key: rotate a tetrimino clockwise
- z key: rotate a tetrimino counterclockwise
- Enter key: start new game in GameOver state