4d ago · 4 min read · Building an RTS from scratch — one session at a time Hey, Martijn here. Solo developer from Belgium, no prior coding experience, building a post-apocalyptic RTS called VICI: Ashfall from scratch. Las
Join discussionMar 11 · 8 min read · Mastering TileMap Physics in Godot 4: Building Solid and One-Way Platforms with GDScript Creating the worlds of our 2D games, pixel by pixel, is one of the most rewarding parts of game development. Godot's TileMap node is a powerhouse for this, allow...
Join discussionFeb 12 · 1 min read · Godot Web Export: Open Source Game Engine Why This Tool Matters Essential for modern development. Quick Start const start = () => 'ready'; Implementation Production-ready patterns. Best Practices What works in real applications. FAQ Q: When to use? ...
Join discussionFeb 2 · 4 min read · Introduction I recently signed up for TryHackMe to learn some basic pen-testing skills and improve my Linux knowledge. Besides targeted training courses, the platform offers challenges of varying difficulty levels and topics. A cool feature is that y...
Join discussionJan 3 · 13 min read · Pretext When writing a game in Godot you have a few options in terms of coding languages.(Very simplified):You can write in GDScript (First class support)You can write in C# (Somewhat first class support)You can write in C++ GDExtension (Essentially ...
Join discussionNov 14, 2025 · 19 min read · Introduction With the release of @borndotcom/react-native-godot, React Native developers can now embed a full Godot Engine runtime directly inside their apps. This unlocks a new class of hybrid apps: React Native UI on top, Godot rendering underneath...
Join discussion
Oct 26, 2025 · 57 min read · If you’re eager to dive into the exciting world of Godot development, it’s important to get a handle on the basics of programming! You don’t need to be a coding wizard to make a game, you just need to have a solid understanding the key concepts like ...
Join discussion
Oct 10, 2025 · 2 min read · Well, a few folks have been asking me for somewhere they can follow my little journey with SoulLoom, so let’s go ahead and do that, eh? For now, a little bit about the project basics.I’m rocking solo in Godot. We’re staying 2D because I’m 1 human, ...
Join discussion
Sep 20, 2025 · 4 min read · What is and why the game engine, anyway? Starting your game-development journey can feel overwhelming, but it almost always begins with choosing a game engine. A game engine is a collection of tools, libraries, and editors that handle rendering, inpu...
Join discussion