C# Server for a Matchmaking API
.idea | ||
.vs | ||
.vscode | ||
Images | ||
Matchmaker | ||
.gitignore | ||
LICENSE.md | ||
Matchmaker.sln | ||
Matchmaker.sln.DotSettings.user | ||
README.md |
Matchmaker-API - Server
Introduction
This is a project for implementing a Matchmaker API into Unity3D.It can be expanded with custom packets as needed.
It depends on another project to be used in Unity. https://github.com/Techiesplash/Matchmaker-API-Client-Unity3d
This project is built upon MIT-Licensed code by Tom Weiland meant for a tutorial series. Please check out his work: https://github.com/tom-weiland/tcp-udp-networking
Building
You can open this in Visual Studio or Visual Studio Code and it should be ready to run immediately.To compile from the CLI, use 'dotnet build' or 'dotnet build --configuration Release'.