Closed ntpeters closed 11 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
https://github.com/stryderinnovations/Broids/pull/98
This was quite a large task..
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)