Closed jncormier24 closed 11 years ago
Hey Joe & ZachD, I made some stubs for the Game object. I don't know if they are what you are looking for exactly, though. Should I put in the push request anyway, or would you rather take a look at the changes first? They are at https://github.com/lkrenitsky/Rodents-Revenge/blob/develop/js/object_model.js
This is a good start. We came up with some ideas for the different functions we'd need for each object and you pretty much nailed the idea. I should point out that the Game variable above your Game function is where the game object will be. Doing it that way will allow us to create the objects much easier.
For now, you don't need to push, you can just keep coding.
I'd push. This will give others a place to contribute and merge in their items.
Someone will need to create the functions for the Game object in the object_model.js.