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 launcher should support and require downloads via a https connection. Right now, only http is supported, which is unsafe, especially when downloading executable files.
The launcher should support and require downloads via a https connection. Right now, only http is supported, which is unsafe, especially when downloading executable files.