All Projects → Naupio → pigame

Naupio / pigame

Licence: Apache-2.0 license
Just a game server template for Erlang/OTP.

Programming Languages

erlang
1774 projects

Projects that are alternatives of or similar to pigame

Dolphin
**pigame** is a game server template for Erlang.
Stars: ✭ 23 (-8%)
Mutual labels:  otp, game-server, gameserver
jwEngine
A cross-platform C++<->lua server quick solution
Stars: ✭ 226 (+804%)
Mutual labels:  game-server, gameserver
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 (+1544%)
Mutual labels:  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 (+1380%)
Mutual labels:  game-server, gameserver
ctf-gameserver
FAUST Gameserver for attack-defense CTFs
Stars: ✭ 38 (+52%)
Mutual labels:  game-server, gameserver
Linuxgsm
The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
Stars: ✭ 3,063 (+12152%)
Mutual labels:  game-server, gameserver
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 (+12932%)
Mutual labels:  game-server, gameserver
Nettygameserver
使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减少数据字典部分代码。使用game-executor工程,增加游戏内的异步事件全局服务, 支持事件sharding,均衡的异步执行事件逻辑
Stars: ✭ 1,203 (+4712%)
Mutual labels:  game-server, gameserver
Distributed game server
java,gameserver,distributed,vert.x,游戏服务器
Stars: ✭ 8 (-68%)
Mutual labels:  game-server, gameserver
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (+2520%)
Mutual labels:  game-server, gameserver
Kbengine
A MMOG engine of server.
Stars: ✭ 4,714 (+18756%)
Mutual labels:  game-server, gameserver
Game Server Configs
A repo of game server configuration files used by LinuxGSM
Stars: ✭ 157 (+528%)
Mutual labels:  game-server, gameserver
sockerl
Sockerl is an advanced Erlang/Elixir socket framework for TCP protocols and provides fast, useful and easy-to-use API for implementing servers, clients and client connection pools.
Stars: ✭ 26 (+4%)
Mutual labels:  otp, erlang-otp
colyseus-kotlin
⚔ Implementation of Colyseus client using Kotlin
Stars: ✭ 26 (+4%)
Mutual labels:  game-server
SparkServer
SparkServer是一个参照skynet设计的C#服务端框架,能够无缝整合到skynet集群机制中,也能自行组网,构建只有SparkServer节点的集群
Stars: ✭ 184 (+636%)
Mutual labels:  game-server
unity-sampleproject
A sample game called Pirate Panic for Unity engine built with Nakama server.
Stars: ✭ 115 (+360%)
Mutual labels:  game-server
wasmcloud-otp
wasmCloud host runtime that leverages Elixir/OTP and Rust to provide simple, secure, distributed application development using the actor model
Stars: ✭ 197 (+688%)
Mutual labels:  otp
otp-java
A small and easy-to-use one-time password generator library for Java according to RFC 4226 (HOTP) and RFC 6238 (TOTP).
Stars: ✭ 107 (+328%)
Mutual labels:  otp
setup-erlang
👷 Erlang/OTP on GitHub Actions
Stars: ✭ 21 (-16%)
Mutual labels:  otp
proper
A repository for the R tool propeR, which analyses travel time and cost using an OTP graph (see datasciencecampus/graphite)
Stars: ✭ 13 (-48%)
Mutual labels:  otp

pigame

Build Status

Just a game server template for Erlang/OTP.

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