This is the final lesson of the course. Your Godot 4 game is built, tested, exported, and marketed. Here you will run through a launch-day checklist, release your game, and set up post-launch support so you can fix issues, gather feedback, and plan updates. By the end you will have launched and have a simple plan for the first weeks and months after release.
1. Launch-Day Checklist
Before you flip the switch to "live," run through this list:
- [ ] Final build – Export a release build (no debug, correct version number). Test it once more on a clean machine or VM.
- [ ] Store page live – Title, description, capsule, screenshots, and trailer are in place. Store visibility (e.g. "coming soon" or "released") is set correctly.
- [ ] Purchase or download – If paid, payment and download are configured. If free, download link or "play" button works.
- [ ] Links and keys – Any press or creator keys are ready if you promised them. Store URL is correct on your site and social.
- [ ] Community – One place (Discord, devlog, or social) is updated with "we are live" and the store link. You are ready to respond to first comments or DMs.
Pro tip: Launch at a time when you can be available for a few hours. The first day often brings store hiccups, player questions, or small bugs; being around to fix or communicate helps.
2. Going Live
When everything on the checklist is done:
- Set the store to live – On Steam or Itch.io, change the release state so the game is available for purchase or download.
- Announce – Post on your chosen channels (store page, Discord, Twitter, devlog) with the store link and a short "we launched" message.
- Monitor – Watch the store dashboard for sales or downloads, and your community channel for first feedback and bug reports.
Do not expect perfection. Most indies ship with known minor issues and fix them in patches. What matters is that the game runs, the store works, and you are ready to respond.
Common mistake: Launching without testing the actual purchase or download flow. Do a test run (e.g. buy your own game or download as a test user) so you know the full path works.
3. The First 48 Hours
- Check for critical bugs – If players report crashes or game-breaking issues, prioritize a hotfix. Reproduce the bug, fix it, export a new build, and update the store.
- Respond to feedback – Thank people who leave reviews or post in your community. Answer questions about controls, settings, or known issues. A short "we are working on it" for bugs goes a long way.
- Note feature requests – Keep a simple list (doc or spreadsheet) of what players ask for. You do not have to do everything, but it helps for planning the first patch or a roadmap.
Pro tip: Do not promise specific dates for patches or features in the first 48 hours. Say "we will look into it" or "we are planning an update" until you know what you can ship and when.
4. Your First Patch
A first patch (e.g. 1.0.1 or 1.1) usually includes:
- Bug fixes – Crashes, progression blockers, or major gameplay issues reported after launch.
- Small quality-of-life – Obvious fixes (e.g. a typo, a missing option) that are low risk.
- No big new features – Keep the first patch focused so you can ship it quickly and avoid new bugs.
Workflow: Export a new build from Godot with the fixes, update the version number in project settings and (if applicable) store metadata, then upload to the store. Write short patch notes (bullet list) so players know what changed.
Common mistake: Packing the first patch with new content and rebalancing. That can introduce new bugs and delay the patch. Ship stability first; add content in a later update.
5. Post-Launch Content and Roadmap
After the first patch, you can plan post-launch content:
- Fixes and polish – Continue to fix bugs and small issues as they come up.
- Content updates – New levels, characters, or modes if your design and schedule allow.
- Community – Keep posting updates (e.g. "Patch 1.0.2 is live" or "We are working on X"). Even short updates keep players and wishlisters engaged.
You do not need a detailed roadmap on day one. A simple "we are supporting the game and will release patches and updates" is enough. As you settle into a rhythm, you can share a rough roadmap (e.g. "Q2: balance patch, Q3: new level pack") if you want.
6. When to Stop
There is no rule for when to stop supporting a game. Many indies:
- Support for a fixed period – e.g. 6–12 months of patches and maybe one content update, then maintenance-only (critical fixes only).
- Support until the next project – Keep patching until most issues are resolved and you are ready to focus on the next game.
- Long-term support – If the game has an audience and you enjoy it, keep doing small updates or events.
What matters is being clear with yourself and your community. If you plan to move on, say so. If you plan to keep updating, say that too. Then follow through so players know what to expect.
7. Celebrate and Reflect
You shipped a complete game in Godot 4. Take time to:
- Celebrate – Share the milestone with your community and peers. Launch is an achievement.
- Reflect – What went well? What would you do differently next time? Jot down a short post-mortem for yourself; it will help on your next project.
- Rest – The first week after launch can be intense. Schedule a short break before diving into the next patch or the next game.
Recap and What Is Next
You ran through a launch checklist, went live, handled the first 48 hours, planned your first patch, and thought about post-launch support and when to stop. You have completed the Build a Complete Game in Godot 4 course from concept to launch.
Next steps beyond this course:
- Keep learning – Explore our Godot guides for deeper topics (e.g. tilemaps, networking, performance).
- Build again – Use this project as a template for your next game; reuse systems, scope small, and ship again.
- Share – Help other developers by sharing your experience in devlogs, Discord, or social. Your launch story can inspire others.
Thank you for following the course. We hope your Godot 4 game finds its players and that you keep making games.
Previous Lesson: Lesson 15: Marketing and Community Building
Back to course: Build a Complete Game in Godot 4