RPG Maker
RPG Maker is a tile-based game creation toolkit built around the classic Japanese role-playing game formula: explore towns, talk to NPCs, fight turn-based battles and level up. You build maps by painting tiles, place events with a visual editor and ship a complete game without writing a single line of code. It has been the starting point for countless hobbyist RPGs since the early 1990s.
Quick Facts
| Developer | Gotcha Gotcha Games (formerly Enterbrain) |
|---|---|
| First released | 1992 (RPG Tsukuru Dante 98 in Japan) |
| Latest version | RPG Maker MZ (2020); RPG Maker Unite for Unity also available |
| Language | JavaScript (MV and MZ); no coding required for basic games |
| Platforms | Windows, macOS |
| License | Proprietary, one-time purchase with free trial |
| Pricing | See official website for current price and DLC bundles |
What is RPG Maker?
RPG Maker is the friendly face of game development for people who grew up on classic JRPGs. Instead of an empty editor and a blank script, you get a complete workflow: draw a world map with tiles, sprinkle in chests and NPCs, set up battles, and watch a playable game come together. The whole loop is visual, so the tool lowers the barrier for people who want to make games but find programming intimidating.
The series started in Japan in 1992 under the name RPG Tsukuru, published by ASCII and later Enterbrain. It spread worldwide with RPG Maker 2000 and 2003, which became cult classics for the English-speaking fan community, and the modern MV and MZ versions run on JavaScript so you can extend them with plugins. Games made in RPG Maker have shipped commercially too, including hits like To the Moon, Omori and Fear & Hunger.
Who makes it now? Gotcha Gotcha Games, a company under the Kadokawa umbrella, took over development. They keep the classic formula alive and have also released RPG Maker Unite, a version built inside Unity for teams that want deeper customization.
Key Features
- Tile-based map editor with layers, autotiles and parallax backgrounds
- Visual event system for dialogue, cutscenes, quests and triggers
- Turn-based battle system with classic JRPG combat, skills and status effects
- Built-in database editor for actors, classes, skills, items, weapons and enemies
- JavaScript plugin support on MV and MZ for deep customization
- Character generator and built-in art assets so you can start without drawing
- Export to Windows, macOS and web builds
- Active modding community with thousands of free tilesets and plugins
How to get started
Download the free trial from the official site, which lets you try the editor and play your game without buying. Pick MZ if you want the newest features, or MV if you need the huge existing plugin library. Inside the editor you start with a blank map, choose a tileset, and paint terrain, then add events to make the world interactive.
- Download the free trial of RPG Maker MZ
- Create a new project and open the map editor
- Paint your first map with the built-in tileset
- Add an event: an NPC, a treasure chest, or a door
- Run the game to test it, then export a build to share
Use cases
- Hobbyist JRPG projects for personal fun or fan games
- Learning game design without a programming background
- Story-driven RPGs with heavy dialogue and characters
- Commercially released indie titles like To the Moon and Omori
- Game jams, since the editor gets you playable fast
- Classroom projects teaching game and narrative design
Pricing and licensing
RPG Maker is a one-time purchase rather than a subscription, which many hobbyists appreciate. You buy the editor and keep it forever, and there is a free trial so you can confirm it suits your workflow before paying. Prices vary between the different versions, and the store also sells DLC like tilesets, music packs and character packs.
Because MZ and MV are proprietary, you are limited to what the engine and its plugins allow, but the community has been so active for two decades that almost any feature you can imagine has a plugin for it. Check the official site for current prices and bundle deals.
Pros and cons
The strengths are speed and accessibility: you can go from idea to playable game in an afternoon, and the event system teaches logic and design thinking without syntax errors. The huge community means tutorials, tilesets and plugins for everything.
The trade-offs are the genre ceiling and the licensing model. The built-in tools are tuned for classic turn-based JRPGs, so other genres take more work, and you cannot easily modify the engine itself. Serious teams often outgrow it and move to Godot, Unity or a custom engine.
Alternatives
- Godot: free and open-source engine with 2D and 3D support
- Unity: full-featured engine that also hosts RPG Maker Unite
- GameMaker: 2D engine with a friendly drag-and-drop editor
- RPG in a Box: voxel-based RPG toolkit
- Ren'Py: visual novel engine that can also tell story-heavy games