uchicago-mobi / MPCS51030-2019-Spring-Forum

This repository will contain code examples and discussion topics for the winter 2019 quarter.
1 stars 1 forks source link

Assignment 4 Grid Model Requirements Reminder #32

Closed hbennett766 closed 5 years ago

hbennett766 commented 5 years ago

Friendly reminder to double check the "Grid Model" requirements in the assignment write up. There are a bunch of game logic methods that should live inside the Grid, not your view controller. Each of those methods should be just that: a single-task function that encapsulates its part of the game logic.

Most of the points missed on this assignment, historically speaking, are because students dump a bunch of un-encapsulated game logic into the view controller.