Assignment 3: “Match-3, The Shiny Update”

Objectives

Getting Started

Download the distro code for your game from https://cdn.cs50.net/games/2019/x/assignments/3/assignment3.zip and unzip assignment3.zip, which should yield a directory called assignment3.

Then, in a terminal window (located in /Applications/Utilities on Mac or by typing cmd in the Windows task bar), move to the directory where you extracted assignment3 (recall that the cd command can change your current directory), and run

cd assignment3

A Match (3) Made in Heaven

Welcome to your fourth assignment! There was a lot to learn with timers, tweens, and more in this lecture, but unfortunately, our game is still lacking in a few areas. By extending its functionality, we’ll have something even closer to famous titles such as Bejeweled and Candy Crush Saga!

Your goals this assignment:

How to Submit

As of 1 August 2020, you are viewing an old version of this specification. Be sure to visit the newest version at https://cs50.harvard.edu/games/2018/assignments/3/ for the latest submission instructions.