The official Construct Services .NET library, supporting .NET Standard 2.0+.
Using the .NET Core command-line interface (CLI) tools:
dotnet add package ConstructServicesUsing the NuGet Command Line Interface (CLI):
nuget install ConstructServicesUsing the Package Manager Console:
Install-Package ConstructServicesFrom within Visual Studio:
- Open the Solution Explorer.
- Right-click on a project within your solution.
- Click on Manage NuGet Packages...
- Click on the Browse tab and search for "Stripe.net".
- Click on the Stripe.net package, select the appropriate version in the right-tab and click Install.
You can read the full API documentation here. Below are links to documentation and examples for using this package.
You need to create a Construct Game Services account. From here, you can create a new Game, and get your Game ID, which is required to make requests to these services.
Even though the service is called the Construct Game Services, it can be used outside of the gaming world for other purposes!
-
For signing in players, forgotten password emails, setting player avatars and much more.
-
For publishing messages to channels that can be read by your player base. Support translations into various languages.
-
For saving data blobs. Supports private player saves, along with public saves into buckets. Images can be stored alongside the cloud saves, and cloud saves can be rated by the player base.
-
For maintaining a list of scores for players. Supports teams, shadow banning players or IP's. View a players score history over time. You can filter scores by countries as well as many other views.
-
For maintaining an XP level for individual players. Supports bonus date periods, for example you can create a "Double XP Weekend" where any XP earned during that weekend is doubled automatically.
For any requests, bug or comments, please open an issue or submit a pull request.