Indie devs: just start building
Beginners in indie development are pushing practical advice over endless tutorials — the dominant thread was simple: start building and iterate, not perfect a plan first. (x.com) There are also free‑to‑cheap learning paths being shared, including a Phaser HTML5 course for browser games and Brackets’ “How to make a videogame” tutorial that are getting traction among new devs. (x.com)
Indie devs are telling beginners to stop preparing and start shipping A familiar pattern is showing up across beginner game-development circles: new indie developers are pushing back on the “watch 40 tutorials first” mindset and replacing it with a simpler rule — build something small, then improve it in public and in motion. That message matches how major beginner resources now frame learning: make a first game, use templates, and iterate from working code instead of waiting for a perfect plan. (phaser.io, brackeys.com) The shift is less about rejecting learning and more about changing the order. Instead of treating tutorials as a prerequisite for making a game, beginners are treating tutorials as support material for a project that already exists, even if that project is just a character moving across one screen. (phaser.io, brackeys.com) That advice lines up with how beginner-friendly game tools are now presented. Phaser describes itself as a free, open-source two-dimensional game framework for desktop and mobile web browsers, and its official learning page leads with “Getting Started” and “Making your first Game” before deeper material. (github.com, phaser.io) Phaser’s current learning stack is built around immediate output. Its official site points beginners to a first-game tutorial, more than 5,000 code examples, a browser-based Sandbox, and a starter app that can generate a project template from the command line in a few steps. (phaser.io, github.com) That matters because browser games remove a lot of friction for first-time developers. A beginner can write JavaScript or TypeScript, run the result in a web browser, and share a playable build without dealing first with console certification, app-store packaging, or a large three-dimensional art pipeline. (github.com) The same low-friction appeal is helping free video-first tutorials spread. Brackeys, which says its goal is to help anyone “no matter their budget” learn to make games, prominently tells newcomers to “just get started” and offers free tutorials, playlists, community links, and downloadable assets. (brackeys.com) Its reach is large enough to shape beginner habits. The Brackeys YouTube channel lists about 1.93 million subscribers, and its “How to make a Video Game - Godot Beginner Tutorial” shows roughly 7.2 million views, giving new developers a single long-form starting point instead of a maze of disconnected lessons. (youtube.com) The practical message spreading through these communities is not “don’t learn.” It is “learn in the act of finishing tiny pieces,” because a playable prototype reveals problems that planning documents usually hide, like movement that feels slow, menus that confuse players, or art scopes that are too big for one person. (brackeys.com, phaser.io) That is also why small projects keep getting recommended over dream projects. A one-level platformer, a clicker, or a simple top-down shooter gives a beginner a full loop — input, feedback, win condition, restart — and that loop teaches more than a month spent outlining an open-world role-playing game. This last point is an inference drawn from how official beginner resources emphasize first playable games, starter templates, and example-driven learning rather than large up-front planning systems. (phaser.io, github.com, brackeys.com) The “free-to-cheap path” part of the story is real too. Phaser’s official learning hub is free, Brackeys’ tutorials are free to watch, and Phaser also points learners toward a longer GameDev Academy course series for people who want a more structured progression after the basics. (phaser.io, brackeys.com) So the beginner playbook getting traction in 2026 looks less like “master theory, then begin” and more like “make one tiny game this week.” Pick a tool with templates, follow one first-project guide, finish something ugly but playable, and use the next tutorial to solve the next concrete problem instead of the whole future at once. (github.com, phaser.io, brackeys.com)