https://github.com/vint-tx/vint
TX server
https://github.com/vint-tx/vint
assets backend csharp dotnet game networking reverse-engineering server shooter tanki tanks tcp unity
Last synced: 6 months ago
JSON representation
TX server
- Host: GitHub
- URL: https://github.com/vint-tx/vint
- Owner: Vint-TX
- License: mit
- Created: 2023-12-06T18:27:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T21:10:00.000Z (7 months ago)
- Last Synced: 2025-06-04T05:50:46.049Z (7 months ago)
- Topics: assets, backend, csharp, dotnet, game, networking, reverse-engineering, server, shooter, tanki, tanks, tcp, unity
- Language: C#
- Homepage: https://vint.win
- Size: 1.36 GB
- Stars: 29
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://discord.gg/4begdWsmbg)
# Vint
This is the first open-source server for the TankiX game
Issues and pull-requests are acceptable
## Building
1. Install [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
2. Clone this repository
3. Type `dotnet build` into the terminal in the directory with the server
## Setup
1. Install [MariaDB Server](https://mariadb.org/download/?t=mariadb&p=mariadb&r=11.2.2)
2. Create database and user for the server (see ConnectionStrings section in [appsettings.json](./appsettings.json))
3. Start the server
## Information
Server uses port 8080 for the HTTP Static server, 5050 for the TCP Game server and 5051 for the local HTTP REST API
server