doc.txt

Tetris

_Tetris_
_tetris_

David Van Horn
<dvanhorn@ccs.neu.edu>

This is a simple implementation of Tetris, developed using the design
recipe of HtDP.

To play the game, simply require the library:

  (require (planet "tetris.ss" ("dvanhorn" "tetris.plt" 2 0)))

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.