All Projects → maxogden → Adventure Time

maxogden / Adventure Time

a web based environment for doing nodeschool adventures

Programming Languages

javascript
184084 projects - #8 most used programming language

adventure-time

a web UI for doing nodeschool adventures in the browser

examples

here are some projects based on this

screenshot

run the demo

example

use with browserify

var adventureTime = require('adventure-time')

adventureTime({
  guide: "http://maxogden.github.io/get-dat/guide",
  server: "try-dat.com",
  id: Math.random().toString(36).slice(2)
})

see demo.js, demo-terminal.js, index.html and terminal.html for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].