UNPKG

doggo-quest-logic

Version:

The game logic for the Doggo Quest text-based game sample project

12 lines (11 loc) 192 B
export declare enum Room { CantGo = 0, InCrate = 1, Office = 2, OnChair = 3, Entryway = 4, Dining = 5, Kitchen = 6, Living = 7, UnderCouch = 8 }