[Making an MMO] Episode 9 - Client/Server Rearchitecture

Опубликовано: 29 Июнь 2026
на канале: UnitOfTime
3,108
59

⁍ Wishlist: https://store.steampowered.com/app/34...

There are some organizational challenges when building client server architectures. Namely, we will often be asking the question, "Will this code be accessed from the client, the server, or both?" So today we will perform some initial organizations to remove opengl dependencies in our server binary, we will also start moving our "game logic" code out of the client's main.go file and into a common location.

This tutorial series is about creating an MMO from (almost) scratch. We will be coding in Golang and we will use libraries where appropriate. I will stay at a fairly high level for most things, but let me know if you want a more intensive study on any individual topic and I'll try to make an episode where possible.

Thanks for watching! Let me know if you have any questions!

// Repository: https://github.com/unitoftime/mmo
// Play: https://mythfall.com