The matches service is the service that will manage all the games in the TFS products.
npm ci
npm run start
npm run build
node dist/main.js
See the configuration keys with the Ansible playbook
To help you configure your local environment to generate a dotenv file you can use the configurator using this command:
node configurator.js create matches --conf-path [local copy of ansible volume]/conf --force-http true
Queues & game instances are the core concepts in the Matches service. Queues instances can be created through the API and can be joined by every players. It is used to create game instance based on the parameters provided during the creation of the queue, and when a player is joining a queue.
A game instance cannot be created or deleted though the API.