Clone sample backend service - Initial setup - (Unity module)
Clone the sample matchmaking backend service
Throughout all of the Byte Wars AMS Unity modules, you use the sample matchmaking backend service to follow the tutorials. You can run this sample backend service locally on your computer to connect your game clients with your dedicated servers hosted on AMS.
The sample matchmaking backend service is available on AccelByte GitHub repository. You can use the Git command below to clone the project.
git clone https://github.com/AccelByte/ams-samples.git
For more information on how the sample matchmaking backend service works, please refer to the Getting Started with AMS.
Setup the sample matchmaking backend service
The sample matchmaking backend service requires some requirements for it to run. These requirements are listed in the requirements.txt
. To install them, go to the cloned sample matchmaking backend service folder and enter the matchmaking-server
folder where the requirements.txt
file is located. Open Command Prompt from that folder, then run the Python command below:
python -m pip install -r requirements.txt