UNPKG

thomas-anderson-lib

Version:

A text adventure game library based on Thomas Anderson from The Matrix. Create your own Matrix-inspired text adventures with this easy-to-use library.

3 lines (2 loc) 72 B
import { Room } from './types'; export declare const gameRooms: Room[];