Created
May 4, 2013 01:32
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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