Skip to content

Tetris game written in Haskell using ncurses

License

Notifications You must be signed in to change notification settings

Alex-lmao/haskell-tetris

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building and running

On Haskell Platform / with cabal

Building:

cabal configure
cabal install --only-dependencies
cabal build

Running:

cabal configure
cabal install --only-dependencies
cabal run

With stack

Building:

stack build

Running:

stack exec htetris

Screenshots

About

Tetris game written in Haskell using ncurses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 100.0%