view test.js @ 1:394ff157b665

Got Gnusto to load and 'run' a story file in web content.
author Atul Varma <varmaa@toolness.com>
date Sat, 10 May 2008 09:29:27 -0700
parents
children 2ce26a2407be
line wrap: on
line source

var engine = new GnustoEngine();

console.log("Loading story...");
engine.loadStory(curses_z5);

console.log("Running story...");
engine.run();
console.log("Done.");