Hi Everyone,
GunFight.io - original HTML5 multiplayer game. Select your team Counter-terrorists or Terrorists and have fun!
Any suggestion and feedback are welcome.
Hi Everyone,
GunFight.io - original HTML5 multiplayer game. Select your team Counter-terrorists or Terrorists and have fun!
Any suggestion and feedback are welcome.
players: EntityMap<Player> = {};
........
//add players something like this
const player = new Player(client.sessionId);
this.players[client.sessionId] = player;
........
for (let sessionId in this.players) {
this.players[sessionId].update();
}
no sure what you mean under "connect in java script"
but to see monitor you need open in your browser: http://localhost:3553/colyseus/