Tetris
(require (planet dvanhorn/tetris)) |
David Van Horn
(at dvanhorn (dot ccs neu edu))
This is a simple implementation of Tetris, developed using the design recipe of HtDP.
To play the game in DrScheme, simply require the library:
(planet dvanhorn/tetris)
The play the game from the command line, run tetris.
Keyboard actions:
A - clockwise rotation
S - counterclockwise rotation
Left - move left
Right - move right
Down - jump down
The game is currently written to include a "ghost peice" that shows where the current tetra would land.