An open API service indexing awesome lists of open source software.

https://github.com/playfab/gsdk

Game Server SDK for PlayFab Multiplayer Servers
https://github.com/playfab/gsdk

Last synced: about 1 year ago
JSON representation

Game Server SDK for PlayFab Multiplayer Servers

Awesome Lists containing this project

README

          

# PlayFab Game Server SDK
[![C++](https://img.shields.io/nuget/v/com.playfab.cppgsdk.v140?style=flat-square&label=C%2B%2B)](https://www.nuget.org/packages/com.playfab.cppgsdk.v140)
[![C#](https://img.shields.io/nuget/v/com.playfab.csharpgsdk?style=flat-square&label=C%23)](https://www.nuget.org/packages/com.playfab.csharpgsdk)
[![Java](https://img.shields.io/maven-central/v/com.playfab/gameserverSDK?style=flat-square&label=Java)](https://mvnrepository.com/artifact/com.playfab/gameserverSDK)

## Overview

PlayFab Game Server SDK for C#, C++, and Java environments. The GSDK is used to integrate with PlayFab Multiplayer Servers and modify the game server lifecycle (check [here](https://docs.microsoft.com/en-us/gaming/playfab/features/multiplayer/servers/multiplayer-game-server-lifecycle) for more info).

## Prerequisites

[getting started guide](https://docs.microsoft.com/en-us/gaming/playfab/features/multiplayer/servers/integrating-game-servers-with-gsdk)

## Samples

Check the [gsdkSamples](https://github.com/PlayFab/gsdkSamples) repo.

## Contact Us

We love to hear from our developer community!
Do you have ideas on how we can make our products and services better?

Our Developer Success Team can assist with answering any questions as well as process any feedback you have about PlayFab services.

[Forums, Support and Knowledge Base](https://community.playfab.com/index.html)

## Contributing

We are more than happy to accept external contributions! If you want to propose a small code change, feel free to open a Pull Request directly. If you plan to do a bigger change, it would be better if you open an issue describing your proposed design in order to get feedback from project maintainers.

## Release Notes

Please navigate into the respective language folders.

## Copyright and Licensing Information

Apache License --
Version 2.0, January 2004
http://www.apache.org/licenses/

Full details available within the LICENSE file.