Professional-Hobo / PokeMMOn-Old

MMO Pokemon Game using Node.js
http://keitharm.me/projects/pokemmon/
6 stars 2 forks source link

Movement buffer for player #88

Open lobabob opened 8 years ago

lobabob commented 8 years ago

We need the server to send the client a list of the last ten tiles that all players walked on so that client-side can render the exact path a player took. This feature will only matter if the client is lagging behind the server by a noticeable amount.