Kyoril / mmo

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.
https://discord.gg/WQEbswvMZG
30 stars 10 forks source link

Client-Side Character Movement #10

Closed Kyoril closed 1 year ago

Kyoril commented 2 years ago

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.