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.
The player should be represented in the world using an entity on the client. The player should also be able to move around in the world using mouse and keyboard input.
The player should be represented in the world using an entity on the client. The player should also be able to move around in the world using mouse and keyboard input.