Skip to content

Instantly share code, notes, and snippets.

@colbyr
Created May 4, 2013 01:32
Show Gist options
  • Save colbyr/5515624 to your computer and use it in GitHub Desktop.
Save colbyr/5515624 to your computer and use it in GitHub Desktop.
# Game Model this is the game structure: the profit/cost attributes are from the **COSTS** response after init
Game = {
'profit': 'INTEGER',
'w-cost': 'INTEGER',
'j-cost': 'INTEGER',
'd-cost': 'INTEGER',
'timestamp': 'INTEGER'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment