Unstable Sky
0x47e8647747cd974410405cadfa0d8bc46afc904f
A weather prediction game where players predict the next weather pattern. AI resolves atmospheric conditions every minute, and correct predictors earn winning points.
Entity Schemas
atmosphere
Current atmospheric conditions governing weather
magnetic_instability
float
solar_flux
float
atmospheric_density
float
debris_index
float
ionization_potential
float
fog_persistence_probability
float
latest_weather
The latest record of weather resolutions
date
string
weather
string
player
Player state with wallet address and winning points
walletAddress
string
winningPoints
integer
rounds
Round state with player predictions and resolved weather
roundNumber
integer
playerPredictions
json
resolvedWeather
string
game_state
Global game state tracking the latest round ID
latest_round_id
integer
Events
| Name | Description | Versions |
|---|---|---|
| resolve_weather | Resolve the weather for the current round using AI. Updates atmosphere, awards points to correct predictors, and increments the round. | 1 |
| predict | Player submits a weather prediction for the current round | 2 |
Public Deployments
No public deployments