/pmr

Patys MMO RPG

Primary LanguageC++OtherNOASSERTION

pmr

Patys MMO RPG

Simple MMO RPG.

It use simple system of string commands and string id's for object. Every object has id to find in world.

Client send commands to server where the object is finding by id and is make update depending on command. Next server send all world to client. Client pass recived data to game.

This simple system allow to fast and easy creating multiplayer games.