Setting Up Your First Project

Welcome aboard! 🚀 This guide will walk you through creating your first project on DynamicPixels, connecting your game, and making your first API call, in just a few minutes.

1

Create a DynamicPixels Account

  • Fill out the SignUp form and confirm your email account.

  • Once you're in, click “New Project” from the header and give it a name (e.g. MyGame) and category.

Create Project Button

DynamicPixels supports two backend types based on your use case:

  • Shared Backend: In this mode, all games requests will handled by a shared server, It helps developers reduce costs when they develop new games or when they have low demand.

  • Standalone Backend: This server type creates a new instance of server for each game, so you can control the number of instances and their power.

  • Hybrid Cloud: If you need more power and control over your data, DynamicPixels can connect to your infrastructure, in this way, you can use the backend and dashboard with your custom servers.

2

Get Your API Credentials

After creating the game, you need the game credential to connect your game project to DynamicPixels, Navigate to the settings tab, in the General tab, and copy the following:

  • Client ID

  • Client Secret

You’ll use these credentials in the SDK or Web API.

3

Installed the SDK

Choose your preferred SDK from the options below:

You're In!

You’ve now:

  • Created a project

  • Get Your API Credentials

  • Installed the SDK

  • Logged in a player

Next step: Explore the Core Concepts to learn how to store player data, manage sessions, use leaderboards, and more.

Need help? Join our Developer Discord or check out Support.

Last updated