Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 368 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 368 Bytes

tetriskell

Tetris implemented directly in the terminal (i.e. plain stdout, no curses) in order to better learn Haskell.

Includes both human play and an AI agent demoed below (see Agent.hs).

demo

To run, simply: stack run.

  • j, k, l are left, down, right
  • u rotates CW, i rotates CCW
  • spacebar drops
  • h holds the current piece