For this course I’ve created my first actual multiplayer game. It is a game where 2 players fire projectiles to each other. The most challenging part of this project was the turn based part. It really makes you think of what code should execute where and on which machine. But even though it was challenging, I did learn a lot and have gotten a better understanding of how net code works and why it works the way it does.