Closed jacobthemyth closed 9 years ago
The objective of this assignment is to understand how and when to split up the responsibilities of an application using the four categories of:
Your goal is to write comments in your code to explain which category each line of code or each block of code belongs to.
Your goal is to write out the steps that need to happen for each category of your game as pseudocode.
Read the first two sections (Introduction and Fundamentals) of Developing Backbone.js Applications
https://github.com/jasperfurniss/LunchMeet.git
Game Application Architecture
Objective
The objective of this assignment is to understand how and when to split up the responsibilities of an application using the four categories of:
If you finished the weekend assignment
Your goal is to write comments in your code to explain which category each line of code or each block of code belongs to.
If you didn't finish the weekend assignment
Your goal is to write out the steps that need to happen for each category of your game as pseudocode.
Reading
Read the first two sections (Introduction and Fundamentals) of Developing Backbone.js Applications
Further Resources