July 17, 2026
PRINT "Retro rage activated"
MoonBASIC: A modern BASIC for building 2D and 3D games
Gamers and old-school coders are spiraling over this one-click BASIC comeback
TLDR: moonBASIC is a new download-and-run game-making tool built around the classic BASIC style, with no messy setup required. The community reaction is a mix of nostalgia, curiosity about speed, and delight that this could be a simpler on-ramp for kids and beginners.
A new tool called moonBASIC has arrived with a very simple pitch: download one bundle, open it, and start making 2D or 3D games without installing a mountain of extra stuff first. That alone was enough to light up the comments, but the real show was the emotional whiplash from people suddenly getting blasted back to their childhoods. One person compared it to AMOS on the Amiga, another said it felt like DARK Basic, and yet another dropped a wonderfully chaotic memory about learning to pirate software because an old compiler cost $299. So yes, this launch accidentally became group therapy for former BASIC kids.
The strongest reaction wasn’t even a fight — it was a split between pure nostalgia and practical curiosity. Some people were delighted by the old-school vibe, especially the UPPERCASE keywords, which one commenter defended as easier to read before colorful code editors existed. Others immediately wanted proof it’s not just cute retro cosplay, asking for performance benchmarks to see what gets lost in speed. And then came the wholesome twist: one commenter said this could be perfect for their 9-year-old, because modern programming options can feel overwhelming. That gave the whole thread a surprisingly sweet undercurrent: maybe this isn’t just a retro throwback, maybe it’s a gateway drug for the next generation of game makers. In other words, moonBASIC didn’t just ship software — it unleashed nostalgia, parenting debates, and a tiny rebellion against bloated setup culture.
Key Points
- •moonBASIC is presented as a modern BASIC environment for creating 2D and 3D games using prebuilt binaries and `.mb` source files.
- •The project offers separate IDE, full runtime, and compiler-only downloads for Windows, Linux, and macOS, with no need to install Go, GCC, Node.js, or Raylib separately.
- •The toolchain includes `moonrun` for running games, `moonbasic` for checking, compiling, and language server functions, and an optional desktop IDE with built-in documentation.
- •The engine bundles Raylib, Box2D, Jolt, and ENet-backed multiplayer support, exposing more than 4,200 commands across over 40 namespaces.
- •Documentation and onboarding materials include quick-start guides, command references, an offline command browser, runnable examples, and VS Code/Cursor integration.