https://github.com/sshh12/state-sandbox
State Sandbox is an experimental game for socioeconomic simulation. It uses Large Language Models (o3-mini) to simulate the world and complex policy impacts.
https://github.com/sshh12/state-sandbox
ai-games civilization nation-states o1 o3-mini reasoning-models socioeconomics
Last synced: 4 months ago
JSON representation
State Sandbox is an experimental game for socioeconomic simulation. It uses Large Language Models (o3-mini) to simulate the world and complex policy impacts.
- Host: GitHub
- URL: https://github.com/sshh12/state-sandbox
- Owner: sshh12
- License: mit
- Created: 2024-12-30T17:17:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T04:25:35.000Z (over 1 year ago)
- Last Synced: 2026-01-02T10:33:44.994Z (7 months ago)
- Topics: ai-games, civilization, nation-states, o1, o3-mini, reasoning-models, socioeconomics
- Language: JavaScript
- Homepage: https://state.sshh.io/
- Size: 2.06 MB
- Stars: 9
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# State Sandbox
> State Sandbox is an experimental game for socioeconomic simulation. It uses Large Language Models to simulate the world and complex policy impacts.
[Blog Post](https://blog.sshh.io/p/socioeconomic-modeling-with-reasoning)

## Features
- 🌍 High dimensional game play (people, economy, media, crime, environment, etc).
- 🎯 Make arbitrary policy decisions and see the impact.
- 🌪️ Realistic randomized events and natural disasters.
- 🧠 Powered by powerful o1 reasoning models.
- 🏆 Leaderboard for comparing your nation to others.
## Setup
### Environment Configuration
See `backend/config.py` for the environment variables that are used to configure the app.
### Development
- `cd frontend && npm install && npm run dev`
- `cd backend && pip install -r requirements.txt && python main.py`
### Deployment
Railway (docker + postgres).