-
Updated
Jul 5, 2020 - C++
#
mmo
Here are 183 public repositories matching this topic...
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.
game
gamedev
game-engine
unity
architecture
game-development
unity3d
mmo
mmorpg
game-server
gameserver
server-architecture
TigR77
commented
Jan 23, 2020
An option to compare key parameters of 2-5 fits would be very useful, similar to the module comparison tool that already exists.
Key parameters would be something like:
- Total DPS
- Speed
- Agility
- Warp Speed
- Total EHP
- Shield EHP (can merge with armor, take max)
- Armor EHP
- Capacitor Duration (minutes or % stable)
- Armor Repair Rate (EHP/s) (can merge with shield, take max)
alisonrag
commented
Feb 18, 2019
- Openkore version git:
latest. - Server:
all - Feature Request:
Update character creation logic - Summary:
#2625 was just a workaround is necessary re-write character creation logic to use %args, this way we can merge functions, this way the maintenance will be easier
Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring server and a running web version of fishing. State machine, behavior tree, A* pathfinding, navigation mesh and other AI tools
game
java
rpg
fish
chess
ai
server
netty
astar-algorithm
mmo
distributed
behavior-tree
quad-tree
mina
gate
navmesh
mmorpg-server
-
Updated
Jul 1, 2020 - Java
A curated list of tutorials/resources for hacking online games.
-
Updated
Nov 10, 2018
SpatialOS GDK for Unity
game
games
online
server
unity
multiplayer
game-development
gdk
unity-editor
ecs
entity-component-system
mmo
improbable
spatialos
unity3d-games
massive
monobehaviour
spatialos-gdk
-
Updated
Jul 7, 2020 - C#
SpatialOS GDK for Unreal Plugin
online
gdk
mmo
unreal-engine
improbable
spatialos
unreal-engine-4
mmo-engine
unreal-marketplace
spatialos-gdk
mmo-development
-
Updated
Jul 7, 2020 - C++
这是一个支持分布式和集群的java游戏服务器框架,可用于开发棋牌、回合制等游戏。基于netty实现高性能通讯,支持tcp、http、websocket等协议。支持消息加解密、攻击拦截、黑白名单机制。封装了redis缓存、mysql数据库的连接与使用。轻量级,便于上手。
game
java
rpg
redis
ioc
chess
server
log4j
netty
mmo
distributed
quartz
dao
druid
ioc-container
aop
summer
gate
server-framework
mmorpg-server
-
Updated
May 20, 2020 - Java
H2服务器引擎架构是轻量级的,与其说是引擎,个人觉得称之为平台更为合适。因为它封装的功能少之又少,但是提供了非常简洁方便的扩展机制,使得可以用C++、python、lua、js、php来开发具体的服务器功能。H2引擎的灵感来源于web服务器Apache。
-
Updated
Jun 18, 2020 - C
Asheron's Call server emulator.
emulator
csharp
dotnet
mmo
mmorpg
dotnet-core
entity-framework-core
server-emulator
asherons-call
acemulator
-
Updated
Jul 7, 2020 - C#
Online Role Playing Game (based on Laravel)
game
php
application
laravel
composer
browser
web
admin-dashboard
mmo
mmorpg
browser-game
rpg-game
voyager
role-playing-game
roleplaying-game
-
Updated
Jul 6, 2020 - PHP
OpenMMO - Groundwork
-
Updated
Jul 6, 2020 - C#
Reldens - You can make it
game
gamedev
news
phaser
multiplayer
discord
html5-game
game-development
mmo
scene
mmorpg
entity
multiplayer-game
dwd
colyseus
mmorpg-game
phaser-game
game-dev
mmo-engine
mmorpg-server
phaser3
mmorpg-client
user-entity
multiple-colyseus-rooms
database-entities
-
Updated
Jul 5, 2020 - JavaScript
SpatialOS GDK for Unity FPS Starter Project
game
games
online
server
unity
fps
multiplayer
game-development
gdk
unity3d
ecs
entity-component-system
mmo
improbable
spatialos
fps-game
starter-project
massive
monobehaviour
-
Updated
Jul 7, 2020 - C#
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
game
open-source
gamedev
demo
html5
game-engine
multiplayer
html5-game
game-development
html5-canvas
game-2d
mmo
game-server
rendering-engine
2d-game
2d
browserquest
tileset
tilesheet
taptapadventure
-
Updated
Jul 4, 2020 - JavaScript
Open
Refactor tests
dent50cent
commented
Sep 9, 2019
Description
It would be nice to organise our tests files to have a specific place for helper functions because there are cases when you may need helper functions from another test file, In addition to any other re-organisation/refactoring.
分布式 游戏服务器,数据缓存,akka,springboot
-
Updated
May 8, 2020 - Java
MobileUO - the first mobile client for Ultima Online!
-
Updated
Jul 6, 2020 - C#
A server and client for a multiplayer browser game. Server in node.js, game in javascript with phaser and using socket.io for websockets.
nodejs
javascript
game
fun
online
phaser
multiplayer
websockets
socket-io
mmo
multiplayer-browser-game
-
Updated
Dec 17, 2017 - HTML
Improve this page
Add a description, image, and links to the mmo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mmo topic, visit your repo's landing page and select "manage topics."
Please explain the suggested feature in detail.
Being able to use
Serveroutside ofNetworkBehaviourwill make it quicker to create Server only methods. The currently you have to add a manual check forNetworkServer.active.[Server]causes Weaver to add the following code at the start of methods, which does not depend onNetworkBehaviour.