C# Server for a Matchmaking API
Find a file
2023-01-15 13:26:28 -08:00
.idea first commit 2023-01-15 13:26:28 -08:00
.vs first commit 2023-01-15 13:26:28 -08:00
.vscode first commit 2023-01-15 13:26:28 -08:00
Images first commit 2023-01-15 13:26:28 -08:00
Matchmaker first commit 2023-01-15 13:26:28 -08:00
.gitignore first commit 2023-01-15 13:26:28 -08:00
LICENSE.md first commit 2023-01-15 13:26:28 -08:00
Matchmaker.sln first commit 2023-01-15 13:26:28 -08:00
Matchmaker.sln.DotSettings.user first commit 2023-01-15 13:26:28 -08:00
README.md first commit 2023-01-15 13:26:28 -08:00

Matchmaker-API - Server

Linux Windows

GitHub forks GitHub repo size GitHub all releases GitHub issues

GitHub GitHub release (latest by date)

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

UVS Preview

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'.

Anyone is free to use, copy, modify, merge, publish, distribute, sublicense, or and/or sell copies of the software.