Skip to content

Commit

Permalink
Update demo.go
Browse files Browse the repository at this point in the history
  • Loading branch information
chaos5235 authored Jan 9, 2025
1 parent 544bbf5 commit 05cab17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/generate/demo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05cab17

Please sign in to comment.