Skip to content

The Tenlastic Open Platform is a complete solution for creating a massively multiplayer online game including database hosting, automatic build and release pipelines, matchmaking, and game server hosting.

License

tenlastic/open-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Tenlastic Open Platform

Prerequisites

Getting Started

Start a Development container with the following command:

# Run container as root.
GROUP_ID="0" USER_ID="0" docker-compose run development-cli

# Run container as current user.
GROUP_ID="$(id -g)" USER_ID="$(id -u)" docker-compose run development-cli