Multi players on the map
authorgparant <g.parant@thecodingmachine.com>
Fri, 10 Apr 2020 10:54:05 +0000 (12:54 +0200)
committergparant <g.parant@thecodingmachine.com>
Fri, 10 Apr 2020 10:54:05 +0000 (12:54 +0200)
commitd257b2b9447b072d22171dfc216cd6a04be4b316
tree8bb86d6470873cd6ec6023f4790e59d461e87685
parent6bec8b3703a09f9e1c8a6dcdb484b29be9134697
Multi players on the map

 - Fix share user position
 - Fix initialise map
 - Create function to add user on the map with back end data
back/package.json
back/src/Controller/AuthenticateController.ts
back/src/Controller/IoSocketController.ts
back/yarn.lock
front/src/Connexion.ts
front/src/Phaser/Game/GameManager.ts
front/src/Phaser/Game/GameScene.ts
front/src/Phaser/Game/MapManager.ts
front/src/Phaser/Player/Player.ts
front/src/index.ts