world-simulator / config /game.local.json
kikikita's picture
Refactor action handling and update UI elements
81070c7
Raw
History Blame Contribute Delete
258 Bytes
{
"world": {
"width": 240,
"depth": 80,
"terrain": "plain_green",
"seed": 42,
"survival": true
},
"npcs": {
"count": 6
},
"simulation": {
"tick_ms": 500
},
"server": {
"host": "127.0.0.1",
"port": 8000
}
}