Trizbort.io

Map and design adventure games in your browser.

Get Started
A map in Trizbort.io

Create a map in minutes

Trizbort.io is a browser-based tool that lets you easily map adventure games. Drag rooms onto your map and link them up using connections in all compass directions. Add a list of objects present in each room. Finally, export your map straight to your adventure game toolkit of choice: TADS, Inform, Quest or Alan.

Create your first map

Edit room details quickly

Trizbort.io lets you edit the properties of your rooms using a quick and intuitive editor. Set room name and description, then add room colors, room borders and elliptical or octagonal room shapes.

Add named objects with descriptions to your rooms, and even create containment relationships - which will be included in your code generation later.

Room details Trizbort.io
versionInfo: GameID
  name = 'Deadly Cave Adventure'
  desc = 'A thrilling adventure
    deep in the earth'
;

OutsideCave: Room 'Outside Cave'
  description = "You are standing outside a
    dark, forboding cave. "
  north = EntryChamber
;

+ lamp: Item 'lamp'
  description = "An old-fashioned oil lamp.
    Rusty but serviceable. "
;

Generate code from your map

Trizbort.io can export your map to various adventure game development systems. It supports TADS, Inform, Quest and Alan, among others. You can also export to YAML if that fits in your development pipeline. Code is generated for your rooms, connections and objects, and you can feed it straight into your compiler.

News

Subscribe via RSS