liberty-bikes/game-service
Andrew Guibert e5177c652f Transmit player locations more efficiently
Instead of sending each individual player location update to each client on every game tick, instead send all player locations as an array in a single message.  This cuts down the amount of messages per game tick from 16messages to 4 (when 4 players are involved).

Also, fix a bug that would allow players to move backwards on themselves if they change direction more than once per game tick.
2018-02-09 10:53:44 -06:00
..
.settings Check in eclipse formatting settings 2018-02-08 15:17:14 -06:00
src/main Transmit player locations more efficiently 2018-02-09 10:53:44 -06:00
.classpath Check in .classpath files because eclipse sets wrong dir for .class files 2018-01-28 15:07:04 -06:00
build.gradle Divide game service into separate rounds 2018-01-28 21:06:16 -06:00