taull / Homework

0 stars 0 forks source link

2015-02-09 #17

Closed jacobthemyth closed 9 years ago

jacobthemyth commented 9 years ago

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:

  1. Domain / Data
  2. Presentation / Interaction
  3. Application State
  4. Setup / Glue Code

    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

taull commented 9 years ago

https://github.com/McLeanBH/App_Turn-Based-Game.git