On this page:
Overview
Option 1:   Continue Working on Homework 7
Option 2:   Fix a Previous Assignment
Option 3:   Complete the Tetris Game

Homework 8 (Extra Credit)🔗

Last updated: Tue, 1 Apr 2025 08:42:04 -0400

Out: Tue Apr 01 2025, 11am EST

Due: Tue Apr 08 2025, 11am EST

Overview🔗

This assignment will give everyone a chance to earn extra credit. Specifically, there are three choices:

Note that skipping this assignment will not hurt your grade.

Option 1: Continue Working on Homework 7🔗

If you choose this option, use this week as an extension for Homework 7. No late days will be charged.

Use the repository for Homework 7 for the code and submit using Homework 7’s GradeScope submission page.

Option 2: Fix a Previous Assignment🔗

If you choose this option, you must select a previous assignment and build off the codebase for that assignment (using that assignment’s existing repository). Your submission will be graded based on the previous criteria for that assignment, as well as how well it explains the changes to the existing codebase. (So for this option, do not create a new repository, do not start from scratch, and obviously do not submit code that you did not write).

To help graders understand what has changed, each submission must be accompanied by a cover letter (in the README file) describing what has been fixed or changed. The clarity of writing in this letter will factor into the grade (hint: more words is not better). (A recent study found that the top skill that software developer recruiters are looking for is the ability to communicate effectively in writing. So consider this a great opportunity to hone your skills.)

More specifically each submission will be graded accordingly:
  • clear GitHub commit diffs and clarity of commit messages (see How to Write a Git Commit Message if you are unsure how to write a commit message)

  • clarity and content of cover letter

  • correctness of code

  • design recipe

  • tests

  • style

The grade you earn will replace the grade for the chosen previous assignment.

Submitting

When you are done, submit your work to Gradescope hw8. You must use the "GitHub" Submission Method and select your hw<X>-<LASTNAME>-<FIRSTNAME> repository.

Note that this is the only acceptable way to submit homework in this course. (Do not manually upload files and do not email files to the course staff. Homework submitted via any unapproved methods will not be graded.)

Option 3: Complete the Tetris Game🔗

The last option is to complete the Tetris game (or parts of it). Fortunately, we have already implemented most of the functionality in previous assignments! So the remaining work mostly involves putting together all the existing components.

There are, however, a few remaining unimplemented behaviors that must be added. We leave it up to each student to determine the design and implementation of these behaviors. Since we more than halfway through the semester, each student should be comfortable using the entire The Design Recipe from scratch so we do not give specific Data Definitions to use.

But to give some guidance, here is a sketch of what has not been completed yet (along with their extra point values):

Maximum points: 5 + 5 + 5 + 3 + 3 + 3 = 24 points

Put your code in hw8.rkt, tests in tests.rkt, and other info in README.md as usual.

All code should of course follow the design recipe and style guidelines that we have been using this semester.

This option will be graded by correctness of the above functionality as well as the readability of the submitted code.

Submitting

When you are done, submit your work to Gradescope hw8. You must use the "GitHub" Submission Method and select your hw<X>-<LASTNAME>-<FIRSTNAME> repository.

Note that this is the only acceptable way to submit homework in this course. (Do not manually upload files and do not email files to the course staff. Homework submitted via any unapproved methods will not be graded.)