Skip to content

geraldserafin/tetris-hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tetris-hs

Tetris game in Haskell using gloss following the Tetris Guideline. Project for me to further explore the Haskell programming language.

Setup

  • Intall GHC and Cabal
  • git clone https://github.com/geraldserafin/tetris-hs
  • cd tetris-hs
  • cabal run

Gameplay demo

Controls

Key Action
Left Arrow Move left
Right Arrow Move right
Down Arrow Move down
Space Hard drop
X / Up Arrow Rotate clockwise
Z Rotate counter clockwise
C Hold

Todo

  • SRS
  • Hold
  • Next tetromino queue
  • Lock delay
  • Level/Speed progression
  • Score

About

Tetris in haskell using gloss

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published