Wayne X.Y. Blog

Solving Load Failed Error for Godot HTML5 Exports

How to fix 'load failed' when opening exported .html games in the browser. Using Godot 4.6 as an example to launch a simple Python CGI server.

Building a Micro-World: Playground Pixel Art and Pathfinding Implementation

Sharing the technical details behind the interactive Playground on my personal website, including the grid system, state machine, and BFS pathfinding algorithm.