Project 9: Building from Scratch

When to Do It

By 2024-12-31T23:59:00-05:00.

What to Do

Visit scratch.mit.edu and sign in to your account. Click the “Create” button to create a new project.

Your assignment is to create a new Scratch project that uses all of the ideas you’ve learned in the course. Your project should include all of the following:

  • At least three different sprites.
  • At least three total backdrops.
  • At least one broadcast.
  • At least one clone.
  • At least one custom block.
  • At least one variable.
  • At least one loop.
  • At least one condition.
  • At least one event.

Once finished with your project, select File > Save now one last time. Then select File > Save to your computer and keep that file (with file extension .sb3) so that you can submit it. If prompted by your computer to Open or Save the file, be sure to Save it.

How to Submit

This step assumes that you’ve downloaded your Scratch project as a file whose name ends in .sb3. And this step also assumes that you’ve signed up for a GitHub account, per the above form.

  1. Visit this link, log in with your GitHub account, and click Authorize cs50.
  2. Check the box indicating that you’d like to grant course staff access to your submissions, and click Join course.
  3. Go to submit.cs50.io/upload/cs50/problems/2024/scratch/build.
  4. Click “Choose File” and choose your .sb3 file. Click Submit.

That’s it! Once your submission uploads, you should be redirected to your submission page. Click the submission link and then the check50 link to see which requirements your project met. You are welcome to resubmit as many times as you’d like (before the deadline)! Note that if you upload a file whose size is larger than 10MB (which is quite large for a Scratch project) check50 may struggle to process it. Best to make sure your file is smaller than that limit.

To view your current progress in the course, visit the course gradebook at cs50.me/cs50s!