As a player, I want the world to be generated, so that I can play the game.
As a player, I want to see the most updated world state like every other player in the same world.
View World
Generate some view of the World
Generates the same view for every user, with World data persisted across each instance of the World
As a developer, I want an api call to chatgpt to be made when a player enters a grid cell such that a state is generated and saved to a database.
As a developer, I want all players within a world to access the same database.
As a player, I want the world to be generated, so that I can play the game. As a player, I want to see the most updated world state like every other player in the same world.
As a developer, I want an api call to chatgpt to be made when a player enters a grid cell such that a state is generated and saved to a database. As a developer, I want all players within a world to access the same database.