Midterm Project

CS203
Spring 2013
Assigned: Mon, Feb 11
Due: Fri, Mar 8

Summary

Implement, document, and test a Simple Tetris game, based on the game described in HtDP/2e: Section 13.3

Components

Design Advice

Grading Rubric

  1. API documentation (javadoc-generated)
  2. overall design (classes, relationships)
  3. coding style (indentation, spacing, variable names, etc.)
  4. tests (for every public method, sufficient number for each method)
  5. game appearance / playability
  6. your own creativity (above and beyond minimum requirements)