Adding PlayerMovement class to interpolate/extrapolate position along tests (installi...
authorDavid Négrier <d.negrier@thecodingmachine.com>
Tue, 2 Jun 2020 08:48:04 +0000 (10:48 +0200)
committerDavid Négrier <d.negrier@thecodingmachine.com>
Tue, 2 Jun 2020 08:48:04 +0000 (10:48 +0200)
commitd69ce8a6a66e36cf5e58d660f2e91dbcf0bb66ee
tree0afbf91f793f9cb7222f124fae502f1a48522c3e
parent077b29bfbd680ae9f53d9f05d7bda0e61e8ab312
Adding PlayerMovement class to interpolate/extrapolate position along tests (installing Jasmine)
.github/workflows/continuous_integration.yml
front/jasmine.json [new file with mode: 0644]
front/package.json
front/src/Enum/EnvironmentVariable.ts
front/src/Phaser/Game/PlayerMovement.ts [new file with mode: 0644]
front/src/Phaser/Game/PlayersPositionInterpolator.ts [new file with mode: 0644]
front/tests/Phaser/Game/PlayerMovementTest.ts [new file with mode: 0644]
front/tsconfig.json
front/yarn.lock