https://github.com/hauxir/haskell-tetris
Tetris game written in Haskell using ncurses
https://github.com/hauxir/haskell-tetris
functional-programming haskell haskell-ncurses ncurses tetris
Last synced: 6 months ago
JSON representation
Tetris game written in Haskell using ncurses
- Host: GitHub
- URL: https://github.com/hauxir/haskell-tetris
- Owner: hauxir
- License: mit
- Created: 2014-12-08T15:52:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T07:37:25.000Z (about 6 years ago)
- Last Synced: 2025-04-10T04:05:21.314Z (6 months ago)
- Topics: functional-programming, haskell, haskell-ncurses, ncurses, tetris
- Language: Haskell
- Size: 43 KB
- Stars: 72
- Watchers: 7
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Building and running
## On Haskell Platform / with `cabal`
Building:
```shell
cabal configure
cabal install --only-dependencies
cabal build
```
Running:
```shell
cabal configure
cabal install --only-dependencies
cabal run
```## With `stack`
Building:
```shell
stack build
```
Running:
```shell
stack exec htetris
```# Screenshots

