jhester / DistributedGA

A distributed Genetic Algorithm simulation.
http://josiahhester.com
5 stars 0 forks source link

Player manager #5

Closed ghost closed 13 years ago

ghost commented 13 years ago

We need a separate class to manage adding/removing updating and spawning players on the server. The same manager should be used for the observer?

jhester commented 13 years ago

I dont know if we should use that same class for the observer. The observer should probably not have anything to do with the actual functionality of the game unless we want to introduce some human player functions.

anander commented 13 years ago

vv