Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 551 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 551 Bytes

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