Vint
Vint copied to clipboard
TX server
Vint
This is the first open-source server for the TankiX game
Issues and pull-requests are acceptable
Building
- Install .NET 8 SDK
- Clone this repository
- Type
dotnet build
into the terminal in the directory with the server
Setup
- Install MariaDB Server
- Create database and user for the server (see database.json)
- Import database schema (see Vint.sql)
- Start the server
Information
Server uses port 8080 for the HTTP Static server (for client resources) and 5050 for the TCP Game server (main server)