🌩️ OpenStorm API
Welcome to OpenStorm - a real-time multiplayer storm survival game!
Available Endpoints
GET /health
Health check endpoint
POST /create-room
Create a new game room. Returns: {"roomId": "...", "wsUrl": "/game/..."}
POST /queue
Join the matchmaking queue
WebSocket /game/{roomId}
Connect to a game room via WebSocket
🎮 Game Features
- Real-time multiplayer survival gameplay
- Storm zone mechanics that shrink over time
- Building and construction system
- Player movement and controls
- Procedurally generated terrain
Frontend coming soon - use the API endpoints to build your own client!