Simple tetris in Haskell.
- Install ghcup with stack.
- Install dependencies with the following commands.
stack exec -- pacman -Syu msys2-keyring
stack exec -- pacman -Syuu
stack exec -- pacman -S mingw-w64-x86_64-crt-git mingw-w64-x86_64-pkg-config mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_ttf
- Run
stack build
.