CraftMyGame – no-code game engine with multiplayer baked in
I’ve always loved making games but had the pain of rebuilding the same systems every time. Wanted my own editor with reusable components I could iterate on quickly. Most no-code tools felt too limited, so I built my own.
This week I shipped something I’m really excited about: a visual event system (think Unreal Blueprints / Unity visual scripting). It encapsulates the full UI editor—which wasn’t easy to navigate—into something way more approachable. Physics, combat, inventory, dialogue, pathfinding, all wired up visually: https://youtu.be/8fRzC2czGJc
Every game is multiplayer by default (WebSocket with client-side prediction, zero server config).
55+ systems under the hood, but the visual editor is now the main way in.
I use it for my own games and improve the editor as I go. Turns out it’s also useful for asset creators who have beautiful sprites but no way to ship playable games, and devs who want to prototype fast without setting up infrastructure.
Challenges now: I believe people can build complete games with it, but now convincing people they can do games with it isnt easy. I also try to get people who want to have games without having to do them so I can continue the project.
If you are curious, and want to give it a spin, it is Totally free. Feedback welcome, especially on first-time experience
I’ve always loved making games but had the pain of rebuilding the same systems every time. Wanted my own editor with reusable components I could iterate on quickly. Most no-code tools felt too limited, so I built my own.
This week I shipped something I’m really excited about: a visual event system (think Unreal Blueprints / Unity visual scripting). It encapsulates the full UI editor—which wasn’t easy to navigate—into something way more approachable. Physics, combat, inventory, dialogue, pathfinding, all wired up visually: https://youtu.be/8fRzC2czGJc
Every game is multiplayer by default (WebSocket with client-side prediction, zero server config).
55+ systems under the hood, but the visual editor is now the main way in. I use it for my own games and improve the editor as I go. Turns out it’s also useful for asset creators who have beautiful sprites but no way to ship playable games, and devs who want to prototype fast without setting up infrastructure.
Some examples:
∙ Survivor-style: https://craftmygame.com/game/e310c6fcd8f4448f9dc67aac
∙ Platformer: https://craftmygame.com/game/f977040308d84f41b615244b
Stack: Next.js, Three.js, sockets.
Challenges now: I believe people can build complete games with it, but now convincing people they can do games with it isnt easy. I also try to get people who want to have games without having to do them so I can continue the project.
If you are curious, and want to give it a spin, it is Totally free. Feedback welcome, especially on first-time experience
https://craftmygame.com