/game-server-template

A Game server template with realtime caps, playfab and chat system integration

Primary LanguageC#

Server

This is a Custom Scalable Game Server with Playfab Friends system, Ably chat pub sub system and FluentMigrator Integrator Integrated with ease.

Steps to run this project on your local

  1. Download Visual studio 2019 or higher
  2. Run "git clone https://github.com/NorVirae/game-server-template.git"
  3. Navigate to the folder to the server.sln file and open.
  4. Modify the appsettings.json with your own prefered db connection string, playfab developer secret key, ably apikey and playfab game titleId
  5. Run project and test with unity game client "https://github.com/NorVirae/Game-network-test.git"