Game Onboarding Walkthrough
After registering your studio, you can onboard individual games to take advantage of tournaments and analytics. These screens outline the flow for adding a new title to the platform.
Creating a Game Entry
- From the My Games section, click Add New Game.
- Enter basic details such as game title, genre, and target platforms.
- Upload high‑resolution artwork so players can recognize your game in event listings.
- Save to create the initial entry. You'll land on the game dashboard where additional options become available.
Connecting the SDK
Each game generates a unique API key. Download the latest SDK package from the portal and include it in your project. Initialize the SDK with your API key to begin sending match results and fetching tournament data.
VSPlus.initialize({ apiKey: 'YOUR_GENERATED_KEY' });
This snippet demonstrates the general pattern. Platform‑specific examples are available in the SDK documentation.
Setting Up Tournaments
With the SDK connected, you can configure tournaments right from the portal:
- Choose Create Tournament on the game dashboard.
- Define scoring rules, participant limits, and match formats.
- Publish the event so players can see it on the website and in the mobile app.
As matches are played, the SDK will report scores to VS Plus, automatically updating leaderboards across all interfaces.
That's it! Your game is now ready to host competitive events and start building a community on VS Plus.