haskell-tetris

Memo

リポジトリ

インストール

Ubuntu 18.04

$ sudo apt install libncursesw5-dev
$ git clone https://github.com/haskell-game-archives/haskell-tetris.git
$ cd haskell-tetris
$ cabal run

トラブルシューティング

$ cabal run
...htetris: CursesException "moveCursor: rc == ERR"
  • 上記のエラーはウィンドウサイズが小さすぎる場合に出現する

    • そのため、ウィンドウを最大化すれば良い

    • resizeWindow を挟んでも良い

スクリーンショット

Last updated