Skip to content

Vint-TX/Vint

Repository files navigation

Discord

Vint

This is the first open-source server for the TankiX game

Issues and pull-requests are acceptable

Building

  1. Install .NET 8 SDK
  2. Clone this repository
  3. Type dotnet build into the terminal in the directory with the server

Setup

  1. Install MariaDB Server
  2. Create database and user for the server (see database.json)
  3. Import database schema (see Vint.sql)
  4. 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)