Assignment 7: “Pokémon, The Level-Up Update”

Objectives

Getting Started

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

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 assignment7 (recall that the cd command can change your current directory), and run

cd assignment7

Next-Level

Welcome to your seventh assignment! This week’s code will probably be the most complicated we’ll look at during the semester, but the assignment itself is fairly small in comparison; you will, however, need to know how many of the pieces work and fit together in order to accomplish the task ahead.

Your goal 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/7/ for the latest submission instructions.