Minigame State
| Property | Value |
|---|---|
| Entry ID | minigame_state |
| Type | Artifact |
| Color | Blue |
| Icon | mdi:state-machine |
Description
An artifact entry that stores the internal state of minigames (e.g., waiting, in-progress, ended). Referenced by arena definitions to persist and restore game state.
Fields
| Field | Type | Description |
|---|---|---|
artifactId | String | Unique artifact identifier |
Usage Example
minigame_state:
artifactId: my_minigame_state
Reference this artifact from an arena definition via stateArtifact: ref:my_minigame_state to persist the arena's game state.