Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Gameplay network refactor/buffering #211

Closed Qaomen closed 5 years ago

Qaomen commented 5 years ago

Oof.

Changes

Currently the marble enter countdown doesn't take ping+buffer length into account, meaning a client could try to enter too late because of this delay. But since it's not part of the relevant issues (and already was a minor issue before), this hasn't been resolved yet.

Sometimes, the marble interpolation doesn't appear fluent while the tracking camera is active if the server's tick rate is high. Since it's not apparent with the free camera, it might be the tracking camera. But that's an issue for another time.

Referencing issues Closes #11 Closes #12