OctopodGames / Rodents-Revenge

The classic windows game.
1 stars 5 forks source link

Create a JS Game object #12

Closed jncormier24 closed 11 years ago

jncormier24 commented 11 years ago

Someone will need to create the functions for the Game object in the object_model.js.

ghost commented 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

jncormier24 commented 11 years ago

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.

zbtirrell commented 11 years ago

I'd push. This will give others a place to contribute and merge in their items.