https://github.com/schell/blocks
A game where blocks...are a part of the game.
https://github.com/schell/blocks
Last synced: about 2 months ago
JSON representation
A game where blocks...are a part of the game.
- Host: GitHub
- URL: https://github.com/schell/blocks
- Owner: schell
- License: bsd-3-clause
- Created: 2013-10-31T21:37:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T00:22:39.000Z (almost 8 years ago)
- Last Synced: 2024-05-01T23:28:28.605Z (12 months ago)
- Language: Haskell
- Size: 83 KB
- Stars: 7
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
blocks
======
This is a tetris implementation written in Haskell.controls
--------
Arrows left and right move left and right.
Arrow down drops your block down immediately.
Space bar rotates your block.
The `r` key resets.
![]()