Tooling

Game Engines (specialized)

Ren'Py, RPG Maker, GB Studio, roguelike toolkits, Roblox Studio — engines built around one genre.

Engines that pre-bake an entire genre's conventions. If your game fits the template, the time saved is enormous. For general-purpose engines see 3D engines and 2D engines. For dialogue tools that pair with these see design / narrative tools. For animation pairing (Live2D for VNs) see animation & mocap. For the full landscape see Game Development.

Visual novels

  • Ren'Py — free, OSS (LGPL), Python-based. The default VN engine. Branching scripts, gallery, save/load, NVL/ADV modes, Live2D and Spine support. Behind Doki Doki Literature Club, Long Live the Queen, countless itch hits.
  • TyranoBuilder — paid Steam tool, drag-and-drop VN editor.
  • Naninovel — paid Unity asset, VN system inside Unity.
  • monogatari.io — JS-based, browser-first VN engine.
  • Twine — see design / narrative; good for hypertext and minimal VNs.

RPGs / tactics

  • RPG Maker MZ / MV / Unite — paid (~$80), but the genre-defining JRPG toolkit. JS scripting, huge plugin ecosystem.
  • Solarus — free Zelda-style action-RPG engine, GPL.
  • OpenMW — free reimplementation of the Morrowind engine; you bring the assets.
  • GB Studio — ★ free, makes actual Game Boy ROMs runnable on real hardware via cart flashers. Drag-and-drop, surprisingly capable.

Roguelikes

  • bracket-lib (Rust) — see code-first.
  • libtcod — C++ / Python.
  • rot.js — JavaScript.
  • DCSS / NetHack sources — fork-and-mod heritage projects.
  • Cogmind's tools — paid, but the dev shares techniques.

Platforms / sandbox / UGC

  • Roblox Studio — free editor, Lua, builds for the Roblox platform only. Massive teen audience; revenue share via Robux. The biggest single-platform game economy outside mobile stores.
  • Core (Manticore Games) — free UGC platform with Unreal-derived editor.
  • Fortnite UEFN / Creative 2.0 — free, build islands inside Fortnite using Unreal-flavored tools and Verse language.
  • Dreams (PS) — ended live service in 2023, mostly historical now.
  • Minecraft mods / Bedrock add-ons — not an engine but a real distribution path.

Game Boy / fantasy console

  • GB Studio — free, real-hardware ROMs.
  • PICO-8 — paid (~$15), 8-bit fantasy console with built-in editors for code/sprite/music/map. Tiny cartridges, beloved community.
  • TIC-80 — free OSS PICO-8 alternative; multiple language support (Lua, JS, Python, Wren).
  • LIKO-12 — open Lua fantasy console.
  • Pyxel — Python retro engine (see 2D engines).
  • Playdate SDK — Panic's yellow handheld with the crank; free SDK, paid hardware.

Tabletop / simulators

  • Tabletop Simulator — paid Steam app; UGC-driven board game sandbox.
  • Tabletop Playground — paid TTS competitor with Unreal under the hood.
  • Module Vault, Mod.io — UGC distribution.
  • Foundry VTT — paid one-time-license virtual tabletop for D&D-style RPGs.

Pricing / license summary

  • Free / OSS: Ren'Py (LGPL), GB Studio (MIT), Solarus, OpenMW, TIC-80, libtcod.
  • Free, platform-locked revenue share: Roblox Studio, UEFN, Core.
  • Paid one-time: RPG Maker ($80), PICO-8 ($15), Tabletop Simulator, Foundry VTT.
  • Paid subscription / asset-store: Naninovel (Unity asset), TyranoBuilder.

Pick this if…

  • Visual novel: Ren'Py.
  • Classic JRPG: RPG Maker MZ.
  • Real Game Boy cart: GB Studio.
  • Fantasy console / 8-bit aesthetic: PICO-8 (paid) or TIC-80 (free).
  • Massive platform reach with no marketing: Roblox Studio or UEFN.
  • Roguelike: bracket-lib (Rust) or libtcod (C++/Python).
  • Build a board game: Tabletop Simulator.

On this page