Closed jacobthemyth closed 9 years ago
Code commented for categories - search "PURPOSE" to see each role definition. https://github.com/ATMartin/TIY-Combat
Still no CRC cards for Combat, but I'm getting pretty amazing at SCSS, so I've got that goin' for me.
Thanks!
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