krgauthi / Broids

3 stars 2 forks source link

Implement Player class #63

Closed ntpeters closed 11 years ago

ntpeters commented 12 years ago

Create a Player class to keep track of all data for each individual player (ie. score, name, ship, etc). Also make Ships player aware (ie. Ship.getPlayer ). You can decide how it should be initialized (ie. initialized then linked to a ship, or created upon Ship initialization)

krgauthi commented 12 years ago

@garrettlord Im going to be in the lab most of the day tomorrow working on CCI and TSP stuff so if you want any help let me know i'd be glad to help out with this

krgauthi commented 11 years ago

https://github.com/stryderinnovations/Broids/pull/98

This was quite a large task..