feat: gamemaster

This commit is contained in:
Ilia Denisov
2026-05-03 07:59:03 +02:00
committed by GitHub
parent a7cee15115
commit 3e2622757e
229 changed files with 41521 additions and 1098 deletions
+5 -4
View File
@@ -3,10 +3,11 @@ package game
import "github.com/google/uuid"
type State struct {
ID uuid.UUID
Turn uint
Stage uint
Players []PlayerState
ID uuid.UUID
Turn uint
Stage uint
Players []PlayerState
Finished bool
}
type PlayerState struct {