4nickpick / jax-group-project

http://www.meetup.com/Jacksonville-Video-Game-Development-Group/
0 stars 0 forks source link

Base entity object #3

Open stephenap07 opened 11 years ago

stephenap07 commented 11 years ago

Need to create a base entity object that all entities derive from.

Main entities that will derive from the base would probably be:

4nickpick commented 11 years ago

I've got a jump on this, I'll post the results in the next day or so.

stephenap07 commented 11 years ago

I've already had a few ideas and implemented some. Could you commit those changes to a separate branch so we could review it together?

4nickpick commented 11 years ago

created a new branch core-implementation-1 and pushed my early ramblings into it. The idea is the World object would contain all of the entities for the current game and we could keep the game updated using it.