Your cart is currently empty!
Tag: server
Multiplayer Development Challenges
When a single player project goes to multiplayer, a bunch of assertions that could be made before cannot be made anymore such as: To go from single player to multiplayer, members of the party relinquish their right to move the enemies, and allows the server or host to determine the enemy movements. We are also…
Floor Serialization Issue
In engineering, sometimes you run into an issue and it’s actually disguised as another issue. That’s what happened to me when I tried to send the floor definition from the host to the members of the party. Part of implementing multiplayer is that the host sends the floor definition to all the members so that…
WordPress Server Space
This website, reikaxubia.com, had been crashing every week or two since I launched it, and I was baffle as to why. Every time it crashed, I would just restart the server, and it would come back up again. I had followed the same steps to host WordPress servers in the past and had never ran…