A full-fledged version of Tetris written in Racket.
Install DrRacket, then install the tetris
package:
In DrRacket, click on File | Install Package...
, then type tetris
and click on Install
.
Then in the interaction window, type (require tetris)
and voilà.
Or from the command line:
raco pkg install tetris
racket -l tetris
Can you find a better looking Tetris written in Racket?