This repository contains the prototype of an mmorpg with a custom engine, built entirely in C++. It contains the client, tools and servers. The goal of this project is to have a vertical slice of an MMORPG which is playable.
Other characters movement is applied simply as teleport events. This makes characters teleport around when they move. Their movement should be extrapolated locally between movement update packages to make movement of other players appear more fluid.
Other characters movement is applied simply as teleport events. This makes characters teleport around when they move. Their movement should be extrapolated locally between movement update packages to make movement of other players appear more fluid.