dilevin / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
1 stars 7 forks source link

Using starter code a neccesity? #13

Closed charlesvong closed 4 years ago

charlesvong commented 4 years ago

Hi I'd just like to ask whether or not we're allowed to modify the starter code to some extent. By that I don't mean changing the function signatures or anything, but anything within the function can we change? (for example, I found it easier if I didn't use the resize function to set the array size at the beginning)

dilevin commented 4 years ago

You should avoid changing the starter code.