Uploaded August 2021 | Updated September 2026, 1 week ago
⁍ Wishlist: store.steampowered.com/app/3475620/Mythfall
Today we talk about the networking code we wrote in the livestreams to create a networked physics simulation. Specifically, we added both a client and server receive thread for each application. In the main game-loop thread, we create client and server "send Update" systems. Then connected them together with websockets. Enjoy!
⁍ Series: youtube.com/playlist?list=PL_r0j2F4Hkj-Grm05K5lCOd6yaeeSAaY2
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! Happy to answer any questions!
// Repository: github.com/unitoftime/mmo
// Play: mythfall.com
⁍ Wishlist: store.steampowered.com/app/3475620/Mythfall
Today we talk about the networking code we wrote in the livestreams to create a networked physics simulation. Specifically, we added both a client and server receive thread for each application. In the main game-loop thread, we create client and server "send Update" systems. Then connected them together with websockets. Enjoy!
⁍ Series: youtube.com/playlist?list=PL_r0j2F4Hkj-Grm05K5lCOd6yaeeSAaY2
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! Happy to answer any questions!
// Repository: github.com/unitoftime/mmo
// Play: mythfall.com





![[Making an MMO] Episode 6 - OpenSimplex Terrain Generation 1
⁍ Wishlist: https://store.steampowered.com/app/3475620/Mythfall/
Todays episode is about the basics of using OpenSimplex noise to generate a basic terrain for our game.
This tutorial series is about creating an MMO from (almost) scratch. We will be coding in Golang and we will use libraries where possible/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 Ill try to make an episode where possible.
Thanks for watching!
Techniques from: https://www.redblobgames.com/maps/terrain-from-noise/
// Repository: https://github.com/unitoftime/mmo
// Play: https://mythfall.com [Making an MMO] Episode 6 - OpenSimplex Terrain Generation 1](https://i.ytimg.com/vi/qxem7awNcsk/mqdefault.jpg)




