By genre
92 pages.
- A horror game maker for people who understand pacing
Build a horror game without writing code. Stage Engine is a desktop app for Mac and Windows on Godot: you build the place, Director 1 writes the behaviour.
- A MOBA is mostly balance, and balance is play testing
Stage Engine builds MOBA-style arenas, abilities and AI opponents on Godot. It provides no servers or matchmaking. Free desktop app for Mac and Windows.
- A monster collector is a spreadsheet with a world around it
Build a creature-collecting game on Godot. Director 1 writes the type chart, the stats and the battle logic; you build the world and design the creatures.
- A platformer maker with no ceiling on it
Most platformer makers are template systems with a fixed menu. Stage Engine builds real Godot projects on Mac and Windows, with the code written for you.
- A sandbox game maker built around systems that keep running
Build a sandbox game with no fixed goal: terrain, weather, day-night and rules that interact. A desktop app on Godot where Director 1 writes the code.
- A shooter game maker where feel is the thing you tune
Make a first or third person shooter without writing code. Build the level by hand, let Director 1 write the weapon and enemy code, and run it locally on Godot.
- A strategy game maker, and an honest note about the genre
Strategy games are the most systems-heavy genre there is. Stage Engine lets you build the map by hand and have Director 1 write the units, AI and economy in GDScript.
- A survival game maker where the weather is a mechanic
Survival games run on weather, night, hunger and scarcity. Stage Engine gives you terrain, water and weather to build by hand, and Director 1 writes the systems.
- A tower defense game maker where the balance is the whole job
Tower defense is a spreadsheet with a view. Stage Engine lets you build the map by hand and have Director 1 write the towers, waves and pathing in GDScript.
- A visual novel maker only if your novel has a place in it
Ren'Py is better at classic visual novels and it is free. Stage Engine suits a visual novel that wants a real 3D world you can walk through, with Director 1 writing the code.
- AI adventure game maker, with the AI in the right place
Build an adventure game without coding. Director 1 writes the dialogue, inventory and flag systems in GDScript; you build the places and write the words.
- AI arcade game maker: short games, tight numbers
Build arcade games without coding. Director 1 writes the scoring, spawn curves and game loop in GDScript while you tune the feel by playing.
- AI battle royale maker: read the hard part first
Stage Engine can build the map, the loot and the closing circle. Live multiplayer at scale is a different problem, and this page says so plainly.
- AI bullet hell maker: patterns are maths, and maths is code
Bullet hell patterns are trigonometry with timing. Director 1 writes them in GDScript so you can spend your time designing waves and tuning difficulty.
- AI card game generator: the rules engine is the game
Card games are rules engines. Director 1 writes yours in GDScript so you can design cards and test them by playing, on Mac or Windows.
- AI card game maker: from an idea on paper to something you can play
Turn a card game you already sketched on paper into something playable. Director 1 writes the rules engine in GDScript; you design and balance by playing.
- AI city builder maker: simulation you can watch
Build a city builder without coding. Director 1 writes the simulation in GDScript, you shape the land and the rules, and it runs locally on Godot.
- AI clicker game maker, and whether you need one
Clicker games are curves and big numbers. Director 1 writes the maths in GDScript while you tune the pacing by playing. Desktop app for Mac and Windows.
- AI dating sim maker: the writing is the whole product
Build a dating sim without coding. Director 1 writes the branching, affection tracking and save systems in GDScript. You write the characters.
- AI deckbuilder maker: synergies you can only find by playing
Build a roguelike deckbuilder without coding. Director 1 writes the run structure, rewards and card engine in GDScript. You design and balance by playing.
- AI dungeon crawler maker: hand-built rooms, written systems
Build a dungeon crawler without coding. You lay out the dungeon by hand, Director 1 writes combat, loot and progression in GDScript, and it runs locally on Godot.
- AI horror game generator: fear is a timing problem
Generate the systems, place the dread yourself. Director 1 writes the GDScript, you build the world in a desktop app running locally on Godot.
- AI horror game maker: a plan for your first one
Make a horror game without writing code. Stage Engine is a desktop app for Mac and Windows where Director 1 writes GDScript and your game runs on Godot.
- AI idle game maker: the genre that is almost entirely code
Idle games are numbers, timers and offline progress. Describe them and Director 1 writes the GDScript. Free desktop app for Mac and Windows, on Godot.
- AI incremental game maker: layers, resets and the moment it opens up
Incremental games live on layered mechanics and prestige resets. Describe them, Director 1 writes the GDScript. Free desktop app for Mac and Windows.
- AI isometric game maker: a camera decision, not an art style
Build isometric worlds in 3D and place the camera where you want it. Director 1 writes the GDScript. Free desktop app for Mac and Windows, on Godot.
- AI JRPG maker: the systems are the easy half
Party combat, menus, skills and dialogue, written for you in GDScript. You build the towns and overworld by hand. Free desktop app for Mac and Windows.
- AI life sim maker: a place, a routine, and people who keep one
Build a town by hand and let Director 1 write the schedules, relationships and seasons in GDScript. Free desktop app for Mac and Windows, running on Godot.
- AI logic puzzle maker: the rule is small, the consequences are not
Describe the rule, get working GDScript, then spend your time on the puzzles. Free desktop app for Mac and Windows, running your game locally on Godot.
- AI low poly game maker: a style that a small project can actually finish
Low poly is the honest choice for a solo 3D game. Build the world by hand, let Director 1 write the code. Free desktop app for Mac and Windows, on Godot.
- AI roguelike generator: generating the generator
In a roguelike the thing you want generated is the generator itself. Director 1 writes it in GDScript inside your Godot project. Desktop app for Mac and Windows.
- AI roguelike maker: the genre where code is most of the game
Roguelikes are systems, not scenery. Director 1 writes the run logic in GDScript inside your Godot project, and Stage Engine runs it locally on Mac or Windows.
- AI RPG game generator for people who want the content problem solved
RPGs die of content volume, not of code. Stage Engine is a Mac and Windows desktop app where Director 1 writes the systems and you fill the world.
- AI RPG generator: what generation is good for, and what it is not
Stage Engine generates the code and the assets for an RPG. It does not generate the game. A desktop app for Mac and Windows, built on Godot.
- AI RTS maker for a genre with a hundred moving parts
Real-time strategy needs selection, pathfinding, economy and unit AI all working at once. Director 1 writes them in GDScript inside your Godot project on Mac or Windows.
- AI sandbox game maker: systems that surprise their author
Sandbox games come from systems that interact. Director 1 writes them in GDScript inside your Godot project, and Stage Engine runs the world locally on Mac or Windows.
- AI shooter game maker: build the level, get the code written
A desktop app where you lay out the encounter spaces by hand and Director 1 writes the weapons, enemies and objectives in GDScript. Runs locally on Godot.
- AI shooter generator: what you get in the first hour
An honest account of what generation produces for a shooter, and what you still build yourself. Stage Engine is a desktop app for Mac and Windows built on Godot.
- AI shooter maker: the genre that lives or dies on feel
Shooters are decided by feel, and feel is found by playing. Director 1 writes the weapon and enemy code in GDScript while you tune it in a game running locally on Godot.
- AI side scroller game maker: one axis, a lot of precision
Side scrollers are unforgiving about movement and camera. Director 1 writes the GDScript, you place the level, and the game runs locally on Godot on Mac or Windows.
- AI soulslike maker: commitment, recovery and the walk back
Soulslikes are built from animation commitment and level shortcuts. Director 1 writes the combat code in GDScript, you build the world, and it runs locally on Godot.
- AI stealth game maker: the guard has to be readable
Stealth works when the player can predict the guard. Director 1 writes perception and patrol code in GDScript, you build the level, and the game runs locally on Godot.
- AI strategy game maker for people with a rule set in mind
If you can explain your rules at a table you can build them here. Director 1 writes the GDScript, you build the map, and the game runs locally on Godot.
- AI strategy generator: generating scenarios, not verdicts
Generate the systems and scenarios for a strategy game, then decide by playing whether they are any good. Desktop app for Mac and Windows, built on Godot.
- AI survival game generator: generated systems, authored land
Generate the survival systems in an afternoon; author the landscape yourself. Stage Engine is a Mac and Windows desktop app that runs your game locally on Godot.
- AI survival game maker with real terrain and weather
Survival games need a world that fights back. Stage Engine gives you terrain, water and weather to build with, and Director 1 writes the hunger, crafting and shelter code.
- AI survival horror maker: scarcity, light and pacing
Survival horror is built from what the player cannot have and cannot see. Build the space by hand, let Director 1 write the systems, and run it locally on Godot.
- AI top down game maker: the camera that shows everything
A top down camera gives the player complete information, which changes how you design. Director 1 writes the code, you build the level, and it runs locally on Godot.
- AI tower defense generator: waves are easy, tuning is not
Generating towers and waves takes minutes. Making the numbers interesting takes iteration. Stage Engine writes the code and runs the game locally on Godot.
- An adventure game maker where the writing stays yours
Build adventure games without writing code. Place the places by hand, let Director 1 write the systems, and run the game locally on Godot.
- An AI RPG maker that leaves the engine in place
Build an RPG without writing code. You lay out the world by hand, Director 1 writes the GDScript for stats, inventory and dialogue, and the game runs locally on Godot.
- An AI tower defense maker where the numbers are yours to set
Build a tower defense game without writing code. Stage Engine is a desktop app for Mac and Windows: you lay out the map, Director 1 writes the tower and wave logic in Godot.
- An AI tycoon game maker for the simulation underneath
Build a tycoon or management sim without coding. Stage Engine runs on Mac and Windows: you build the site by hand, Director 1 writes the economy and simulation in Godot.
- An AI visual novel maker, and an honest note about fit
Build a visual novel with branching routes and no coding. Stage Engine is a Mac and Windows desktop app where Director 1 writes the dialogue system in Godot and you write the story.
- An AI voxel game maker that runs on your own machine
Make a voxel game on Mac or Windows. Stage Engine bundles Godot, so chunked worlds run locally at your machine speed while Director 1 writes the mesh and mining code.
- An AI walking sim maker where the world is the mechanic
Build a walking simulator without coding. Stage Engine is a Mac and Windows app with hand-built terrain, water and weather, and Director 1 writing the GDScript underneath.
- An FPS maker that runs the shooter on your own machine
Stage Engine is a desktop FPS maker for Mac and Windows. Build levels by hand, let Director 1 write the GDScript, and play the shooter locally on bundled Godot.
- An RPG game maker where the systems get written for you
Build a 3D role-playing game without writing code. You lay out the world by hand, Director 1 writes the stats, inventory and quest code, and it runs locally on Godot.
- Building a farming game, which is mostly a calendar problem
A farming game is a clock, a plot of land and a village that notices you. Stage Engine builds it on Godot, with Director 1 writing the code.
- Building a metroidvania when the map is the design
Build an interconnected metroidvania on Godot. You lay out the map by hand, Director 1 writes the ability gates and movement code. Free desktop app for Mac and Windows.
- Card game maker: the rules engine is the hard part
Build a card game without coding. Stage Engine runs on Mac and Windows, Director 1 writes the rules engine in GDScript, and your project is a real Godot project.
- City building game maker: terrain first, then the simulation
Make a city building game without coding. Stage Engine gives you hand-built terrain and water on Mac or Windows, with Director 1 writing the simulation in Godot.
- FPS game maker: the feel comes before the level
Build a first-person shooter on Godot without writing code. Stage Engine is a desktop app for Mac and Windows; Director 1 writes the GDScript.
- Karts, hovercraft, boats: racing is wider than cars
Build any kind of racing game on Godot without writing code. No fixed vehicle types or track templates. Free desktop app for Mac and Windows.
- Looking for RPG Maker? This is a different kind of tool
If you searched for RPG Maker, here is the honest comparison. Stage Engine is a desktop app for 3D role-playing games where Director 1 writes the code and the game runs on Godot.
- Make a farming game where the seasons actually turn
Build a farming sim on Mac or Windows. You lay out the valley by hand, Director 1 writes the crop, season and villager code, and the game runs locally on Godot.
- Make a fighting game with two characters before you make twenty
Build a fighting game on Mac or Windows. Director 1 writes the state machines and move data in GDScript, you build the stage by hand, and it runs locally on Godot.
- Make a first person game where the world holds up close
Build a first person game on Mac or Windows. You place the world by hand at eye height, Director 1 writes the movement and interaction code, and it runs locally on Godot.
- Make a horror game with AI: the fear is in the level, not the code
Build the space and the light by hand, and let Director 1 write the systems. Runs locally on Godot, desktop app for Mac and Windows.
- Make a platformer with AI: getting the jump right is the whole job
Director 1 writes the movement code, you place every platform. A Mac and Windows desktop app running your game locally on Godot.
- Make a puzzle game with AI: the rule is small, the levels are the work
Describe the rule, get working GDScript from Director 1, and design the levels yourself. Desktop app for Mac and Windows, running on Godot.
- Make an endless runner where the tuning is the game
Build an endless runner on a desktop app for Mac and Windows. Director 1 writes the spawning and difficulty code in GDScript; you tune it by playing it on Godot, locally.
- Make an FPS with AI: the feel is code, the map is you
Director 1 writes weapon and movement code while you build the map by hand. Runs locally on Godot. Desktop app for Mac and Windows.
- Make an FPS: the weapon first, then everything else
Build a first person shooter on Mac or Windows. Director 1 writes the weapon, hit and enemy code in GDScript, you build the level by hand, and it runs locally on Godot.
- Make an RPG with AI: systems are cheap now, scope still is not
Stats, inventory, quests and dialogue written by Director 1 while you build the world by hand. Desktop app for Mac and Windows, running on Godot.
- Make the puzzle game you keep describing to people
Stage Engine turns a puzzle idea into a playable Godot game without you writing code. Free desktop app for Mac and Windows.
- Making a fighting game, honestly the hardest genre to fake
Fighting games live or die on frames and hitboxes. Stage Engine builds them on Godot with Director 1 writing the code, and this page is straight about the difficulty.
- Making a match-3 game without writing the board logic
Build a match-3 game on Godot without writing the match detection, cascade or scoring code. Stage Engine is a free desktop app for Mac and Windows.
- Making a Steam game with AI: what the platform actually requires
Stage Engine builds native PC games on Godot with Director 1 writing the code. Desktop app for Mac and Windows, running locally.
- Making a twin stick shooter without writing the controller
Build a twin stick shooter on Mac or Windows. Stage Engine gives you a hand-built arena and Director 1 writes the movement, aiming, weapon and enemy code in Godot.
- Open worlds are a scale problem before they are a design problem
Build large 3D open worlds on Godot without writing code. Terrain, water and weather are built in, and the game runs locally on Mac or Windows.
- Pixel art is a discipline, and the code is still the blocker
Build a pixel art game on Godot without writing code. Stage Engine is a free desktop app for Mac and Windows; your project is a real Godot project.
- Point and click is writing, plus a lot of plumbing
Build a point and click adventure on Godot. Director 1 writes the inventory, dialogue and puzzle state; you write the story and build the scenes.
- Puzzle game maker: the rule is the game, and the rule gets written
Make puzzle games without writing code. Director 1 writes the rules as GDScript, you build and test the levels by hand. Mac and Windows, running locally on Godot.
- Puzzle games need a prototype in an hour, not a fortnight
Prototype puzzle mechanics fast on Godot without writing code. Stage Engine is a free desktop app for Mac and Windows; your project is a real Godot project.
- Puzzle platformers fail in the seam between the two halves
Build a puzzle platformer on Godot without writing code. Tune movement and puzzle rules by playing. Free desktop app for Mac and Windows.
- Racing game maker: handling is a feel, and feel is tuned by driving
Build a racing game without writing code. Director 1 writes the vehicle and race logic in GDScript, you lay out the track by hand, and it runs locally on Godot.
- Racing games are won or lost on the car, not the track
Build a racing game on Godot without writing code. Tune handling by driving it. Free desktop app for Mac and Windows with terrain and weather built in.
- Rhythm games are an audio timing problem wearing a game costume
Build a rhythm game on Godot without writing code. Audio sync, input windows and charting handled as code in your own project. Free for Mac and Windows.
- Roguelike game maker: the run is a system, and systems are code
Build a roguelike without writing code. Director 1 writes generation, loot and death-loop rules as GDScript in your Godot project. Mac and Windows, runs locally.
- The whole genre lives in the jump
Build a platformer on Godot without writing code. Tune the jump by playing it, not by editing scripts. Free desktop app for Mac and Windows.
- You searched for an MMORPG maker. Read this part first
Stage Engine builds large single-player RPG worlds on Godot. It does not run servers or provide MMO hosting. Here is what it does do, and who that suits.