All Projects → AvaCity → avacity-2.0

AvaCity / avacity-2.0

Licence: MIT license
Игровой сервер, частично совместимый с клиентом игры "Аватария"

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to avacity-2.0

Mqant
mqant是一款基于Golang语言的简洁,高效,高性能的分布式微服务框架
Stars: ✭ 2,200 (+5541.03%)
Mutual labels:  game-server
Pss
This is a based plug-in framework that provides cross-platform IO and logically separated plug-in services.
Stars: ✭ 219 (+461.54%)
Mutual labels:  game-server
TanksNetworkingInAzure
Tanks Networking demo project from Unity Store that can be deployed in Azure Cloud and scaled using Kubernetes
Stars: ✭ 20 (-48.72%)
Mutual labels:  game-server
Otxserver
OTX Server from:
Stars: ✭ 187 (+379.49%)
Mutual labels:  game-server
Tdengine
game server for Rust + Lua
Stars: ✭ 203 (+420.51%)
Mutual labels:  game-server
unity-sampleproject
A sample game called Pirate Panic for Unity engine built with Nakama server.
Stars: ✭ 115 (+194.87%)
Mutual labels:  game-server
Developer
Gameserver, Voiceserver, Rootserver Webinterface
Stars: ✭ 161 (+312.82%)
Mutual labels:  game-server
pigame
Just a game server template for Erlang/OTP.
Stars: ✭ 25 (-35.9%)
Mutual labels:  game-server
Panel
Pterodactyl is an open-source game server management panel built with PHP 7, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
Stars: ✭ 2,988 (+7561.54%)
Mutual labels:  game-server
SparkServer
SparkServer是一个参照skynet设计的C#服务端框架,能够无缝整合到skynet集群机制中,也能自行组网,构建只有SparkServer节点的集群
Stars: ✭ 184 (+371.79%)
Mutual labels:  game-server
Segs
💪 SEGS - Super Entity Game Server
Stars: ✭ 190 (+387.18%)
Mutual labels:  game-server
Netcode.io.net
A pure managed C# implementation of the Netcode.IO spec
Stars: ✭ 201 (+415.38%)
Mutual labels:  game-server
colyseus-kotlin
⚔ Implementation of Colyseus client using Kotlin
Stars: ✭ 26 (-33.33%)
Mutual labels:  game-server
Dst Dedicated Server
Don't Starve Together dedicated server guide for all platforms (Linux, Mac, Windows) with Docker. Extensive documentation covering mods installation, server config and performance, world generation and setting up admins.
Stars: ✭ 187 (+379.49%)
Mutual labels:  game-server
Steam-Server-Manager
PowerShell Steam Server Manager
Stars: ✭ 33 (-15.38%)
Mutual labels:  game-server
Rhubarb
A WebSocket library optimized for multiplayer JS games, works on WebWorkers with binary data.
Stars: ✭ 167 (+328.21%)
Mutual labels:  game-server
l2jserver2
l2j game server rewrite - interlude support added
Stars: ✭ 27 (-30.77%)
Mutual labels:  game-server
ctf-gameserver
FAUST Gameserver for attack-defense CTFs
Stars: ✭ 38 (-2.56%)
Mutual labels:  game-server
basic multiplayer unity
UDP Client-Server implementation in Unity
Stars: ✭ 44 (+12.82%)
Mutual labels:  game-server
aws-csgo
Infrastructure code for AWS-based Counter Strike: Global Offensive server
Stars: ✭ 30 (-23.08%)
Mutual labels:  game-server

Ava.City - https://Avacity.xyz | https://Ava.City (скопируй)

Тестовый сервер: https://ava.city

Регистрация через Telegram: https://t.me/avacity_test_bot (@avacity_test_bot)

Сервер уходит в архив, дальнейших обновлений не будет. Будет новый на Rust

Установка и запуск

Предупреждение: работа на Windows не гарантируется и поддерживать её не собираемся. ОДНАКО: запустить сервер на винде можно без особых проблем и для этого даже не нужно править код.

Из зависимостей за пределами питона вам нужен только Redis. Просто устанавливаете и запускаете его.

Установить необходимые модули:
$ pip3 install --user -r requirements.txt
Сервер работает в полностью автономном режиме и поэтому нужно загрузить все файлы игры
(возможно потребуется выполнить команду несколько раз):
$ python3 update.py
Запускаем в разных терминалах или, например, в tmux вебсервер и, собственно, игровой сервер:
терминал 1: $ python3 web.py
терминал 2: $ python3 server.py
Готово, по умолчанию вебсервер работает по адресу http://127.0.0.1:8080
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].