From 05cab17a6b5f5a61b2e71e70420b115c0a584013 Mon Sep 17 00:00:00 2001 From: chaos5235 <95625836+chaos5235@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:51:39 +0100 Subject: [PATCH] Update demo.go --- internal/generate/demo.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/generate/demo.go b/internal/generate/demo.go index 85482d0..1563418 100644 --- a/internal/generate/demo.go +++ b/internal/generate/demo.go @@ -24,10 +24,10 @@ func (d *Demo) Generate(output chan csp.Message) { // all players in the simulated game state := []game.Player{ - {ID: 0xA1, Name: "ALPHA ", Description: "2.8.0 2.6 ", Lives: 5}, - {ID: 0xB3, Name: "BRAVO ", Description: "2.8.0 2.5 ", Lives: 5}, - {ID: 0xC5, Name: "CHARLIE ", Description: "2.8.0 2.6 ", Lives: 5}, - {ID: 0xD4, Name: "DELTA ", Description: "2.8.0 2.6 ", Lives: 5}, + {ID: 0xA1, Name: "ALPHA ", Description: "2.8.0 2.6 ", Lives: 50}, + {ID: 0xB3, Name: "BRAVO ", Description: "2.8.0 2.5 ", Lives: 100}, + {ID: 0xC5, Name: "CHARLIE ", Description: "2.8.0 2.6 ", Lives: 150}, + {ID: 0xD4, Name: "DELTA ", Description: "2.8.0 2.6 ", Lives: 250}, } // randomize player boot and join the game moments