CS 1410-20 Homework 6

Due: Friday, October 8th, 2010 9:40am

Simple Tetris

Implement the simpe Tetris game (exercises 164 through 167) from HtDP/2e: Simple Tetris.

You may have to read up on some functions that you haven’t used before. In particular, you should use empty-scene from 2htdp/image to create the initial empty picture for tetris-render, and use place-image to place a block image in the scene.


Last update: Wednesday, October 20th, 2010
mflatt@cs.utah.edu