Python / GDScript

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

Python Asynchronous Programming
by Hristo Iliev | Last Updated:
In this article I show the complete basics for how async code gets executed. This is a topic relevant for network development with python.
Read More