Skip to content

aral/adventure-time

 
 

Repository files navigation

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.

About

a web based environment for doing nodeschool adventures

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.6%
  • CSS 19.8%
  • HTML 17.6%