Adding PlayerMovement class to interpolate/extrapolate position along tests (installing Jasmine)

This commit is contained in:
David Négrier 2020-06-02 10:48:04 +02:00
parent 077b29bfbd
commit d69ce8a6a6
9 changed files with 144 additions and 2 deletions

View file

@ -0,0 +1,7 @@
/**
* This class is in charge of computing the position of all players.
* Player movement is delayed by 200ms so position depends on ticks.
*/
export class PlayersPositionInterpolator {
}