EEyeseminalinmodular-game-engine.hashnode.dev·Jul 27 · 2 min readDev Log #2I had broken the communications protocol last time, so now it's time to fix it! First thought:Just give all the mod handlers a way to access the websocket for any given client. Problem: I think this g00
EEyeseminalinmodular-game-engine.hashnode.dev·Jul 14 · 1 min readDev Log #1New Here? Check out the About the Project page! I had the client page served via the flask server that was also the python backend at the start. This made it quite difficult to figure out what was ac00
EEyeseminalinmodular-game-engine.hashnode.dev·Jul 14 · 3 min readAbout the ProjectBuilding a Moddable, Server-Authoritative Voxel Engine from Scratch GitHub Repository: github.com/stanleyzihanfan/A_Game (Stable versions are on main branch. Active development lives on the feature b00