Web

Network game architecture
by Hristo Iliev | Last Updated:
In this post I explain a simple network architecture for a MMO game that will have a central server and room based matchmaking.
Read More

Debugging C++ compiled to WebAssembly
by Hristo Iliev | Last Updated:
In this article, it is shown how to use chrome for debugging WebAssmebly files (.wasm) that were produced from C++ through Emscripten.
Read More

Programming a C++ game for the web (Emscripten)
by Hristo Iliev | Last Updated:
In this article I will share with you how I port and develop my games using C++ for the web.
Read More