add player death & quotes when win or lose

This commit is contained in:
Evan
2025-02-01 12:05:11 -08:00
parent 87c45853ba
commit ffb0b7c172
5 changed files with 208 additions and 33 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ export async function createClientGame(lobbyConfig: LobbyConfig, gameConfig: Gam
const gameMap = await loadTerrainMap(gameConfig.gameMap);
const worker = new WorkerClient(lobbyConfig.gameID, gameConfig)
await worker.initialize()
const gameView = new GameView(worker, config, gameMap.gameMap)
const gameView = new GameView(worker, config, gameMap.gameMap, lobbyConfig.clientID)
consolex.log('going to init path finder')