All Projects → Naupio → Dolphin

Naupio / Dolphin

Licence: apache-2.0
**pigame** is a game server template for Erlang.

Programming Languages

erlang
1774 projects

Projects that are alternatives of or similar to Dolphin

Noahgameframe
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
Stars: ✭ 3,258 (+14065.22%)
Mutual labels:  game, game-server, gameserver
Ark
ARK is a lightweight, agility, elastic, distributed plugin framework written in C++,make it easier and faster to create your own application service.
Stars: ✭ 370 (+1508.7%)
Mutual labels:  game, game-server, gameserver
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (+2747.83%)
Mutual labels:  game, game-server, gameserver
pigame
Just a game server template for Erlang/OTP.
Stars: ✭ 25 (+8.7%)
Mutual labels:  otp, game-server, gameserver
Linuxgsm
The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
Stars: ✭ 3,063 (+13217.39%)
Mutual labels:  game, game-server, gameserver
Pss
This is a based plug-in framework that provides cross-platform IO and logically separated plug-in services.
Stars: ✭ 219 (+852.17%)
Mutual labels:  game, game-server
ctf-gameserver
FAUST Gameserver for attack-defense CTFs
Stars: ✭ 38 (+65.22%)
Mutual labels:  game-server, gameserver
jwEngine
A cross-platform C++<->lua server quick solution
Stars: ✭ 226 (+882.61%)
Mutual labels:  game-server, gameserver
Otxserver
OTX Server from:
Stars: ✭ 187 (+713.04%)
Mutual labels:  game, game-server
The Tale
Основной репозиторий проекта: сайт и логика игры
Stars: ✭ 256 (+1013.04%)
Mutual labels:  game, game-server
Cellmesh
Game server framework based on cellnet
Stars: ✭ 310 (+1247.83%)
Mutual labels:  game, gameserver
Iw4x Client
🎮 Official IW4x source code
Stars: ✭ 218 (+847.83%)
Mutual labels:  game, gameserver
Gameservers Docker
A bunch of game servers I use, dockerised
Stars: ✭ 322 (+1300%)
Mutual labels:  game, game-server
Einx
a framework in golang for game server or app server
Stars: ✭ 376 (+1534.78%)
Mutual labels:  game, game-server
ARK
ARK is a lightweight, agile, elastic, distributed plugin framework written in C++,make it easier and faster to create your own application service.
Stars: ✭ 411 (+1686.96%)
Mutual labels:  game-server, gameserver
Stendhal
Stendhal is a fun friendly and free multiplayer online adventure game with an old school feel.
Stars: ✭ 194 (+743.48%)
Mutual labels:  game, game-server
Zero
A Lightweight Socket Service with heartbeat, Can be easily used in TCP server development.
Stars: ✭ 161 (+600%)
Mutual labels:  game, 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 (+713.04%)
Mutual labels:  game, game-server
Moon
A cross-platform,lightweight,scalable game server framework written in C++, and support Lua Script
Stars: ✭ 313 (+1260.87%)
Mutual labels:  game, game-server
Kbengine
A MMOG engine of server.
Stars: ✭ 4,714 (+20395.65%)
Mutual labels:  game-server, gameserver

pigame

Build Status

pigame is a game server template for Erlang.

Telegram Group

OpenBeam:
https://t.me/joinchat/FO_0mxQWbf90Z-2rjCscfw

QQ Group

Group ID: 298923900

LICENSE

Build

$ rebar3 compile

Run Shell

$ rebar3 shell

Release

$ rebar3 as prod release

Run Release

_build/prod/rel/game_server/bin/game_server foreground

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].