๐ŸŽฎ Open Scorched Earth

Multiplayer Backend API

Checking status...

โ„น๏ธ 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

Top Players
Loading...

๐Ÿงช 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