https://github.com/edgegap/open-match-demo
This tutorial aims to give you the tools to create your OpenMatch and use it with Arbitrium (Edgegap's solution)
https://github.com/edgegap/open-match-demo
Last synced: 5 months ago
JSON representation
This tutorial aims to give you the tools to create your OpenMatch and use it with Arbitrium (Edgegap's solution)
- Host: GitHub
- URL: https://github.com/edgegap/open-match-demo
- Owner: edgegap
- License: mit
- Created: 2021-08-24T17:57:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T13:33:12.000Z (about 2 years ago)
- Last Synced: 2024-05-16T02:58:47.113Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 190 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# open-match-demo
## Introduction
This tutorial aims to give you the tools to create your OpenMatch and use it with Arbitrium (Edgegap's solution). Like a wise man once said: "Keep it stupid simple." In this tutorial, we will not go in-depth about performances. This code will not be ready for production purposes. However, you should be able to create your production-ready Open Match!
## Objectives
At the end of this tutorial, you will have built 3 components (Director, Front End, Match function) that will run on a local Open Match environment. You will be able to create, get and delete tickets using HTTP requests. Your Matchmaker will match players together and automatically deploy servers on Arbitrium.
[Follow Tutorial](https://docs.edgegap.com/docs/matchmaker/component-tutorial)