game generation process

This commit is contained in:
Ilia Denisov
2025-09-25 02:13:16 +03:00
parent 99035fd95d
commit 46066d890b
12 changed files with 206 additions and 101 deletions
+5 -2
View File
@@ -1,11 +1,14 @@
package game
import "github.com/google/uuid"
type Race struct {
ID uuid.UUID
Name string
Killed bool
Votes float64
VoteFor string
// Votes float64
Ally uuid.UUID // Race's Votes receiver
Drive float64
Weapons float64