eonarheim / AntAICompetition

Simple Ant Hill AI Competition Simulation Server
4 stars 1 forks source link

Server Timing Issue: Server doesn't move ants #29

Closed randombits01 closed 9 years ago

randombits01 commented 9 years ago

There is a timing issue on the server where the turn is incremented before the player updates have been executed. A client agent can miss out on a turn when this happens. (I should be able to submit a pull request for this in a couple minutes. People won't have to update their agents.)

eonarheim commented 9 years ago

Fixed with pull #30 from @randombits01