โน๏ธ About This Page
This is the backend API server for Open Scorched Earth multiplayer. The actual game needs to be built from C++ source code and connected to this backend.
Below you can test the API endpoints to verify everything is working!
๐ Global Leaderboard
๐งช API Tests
Health Check
Click button to test
Register New User
Enter credentials and click button
Login
Use: testplayer1 / testpass123
๐ Documentation
API Endpoints:
โข POST /api/auth/register - Register new user
โข POST /api/auth/login - Login
โข GET /api/profile - Get profile
โข POST /api/matchmaking/queue - Join queue
โข GET /api/leaderboard/global - Global rankings
Game Client: Build from source at GitHub