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: about 1 month 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-10T16:49:38.000Z (about 1 year ago)
- Last Synced: 2024-04-11T02:06:03.224Z (about 1 year ago)
- Topics: assets, backend, csharp, dotnet, game, networking, reverse-engineering, server, shooter, tanki, tanks, tcp, unity
- Language: C#
- Homepage: https://discord.gg/uZ7S9bvd7W
- Size: 1.11 GB
- Stars: 22
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://discord.gg/2ZdJYbj7pt)
# 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 [database.json](./Resources/database.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