This is the first open-source server for the TankiX game
Issues and pull-requests are acceptable
- Install .NET 9 SDK
- Clone this repository
- Type
dotnet build
into the terminal in the directory with the server
- Install MariaDB Server
- Create database and user for the server (see database.json)
- Import database schema (see Vint.sql)
- Start the server
Server uses port 8080 for the HTTP Static server, 5050 for the TCP Game server and 5051 for the local HTTP REST API server