jhester / DistributedGA

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

Game round timer #12

Open ghost opened 13 years ago

ghost commented 13 years ago

Ok I think we need a timer for a maximum round length, 2minutes? In case all the players decide to be campers and no one ever attacks... I'm not sure what to do as a GA when that happens. Should we make new players using the old winners, or new players using the current players?

jhester commented 13 years ago

Thatd be interesting, probably reset because that seems like an endgame.

ghost commented 13 years ago

The client AI now operates by finding the best target, so they are always attacking. But they could not find others or get stuck so we still need a timer for live demos.