adventure-time icon indicating copy to clipboard operation
adventure-time copied to clipboard

a web based environment for doing nodeschool adventures

adventure-time

a web UI for doing nodeschool adventures in the browser

examples

here are some projects based on this

  • https://github.com/maxogden/get-dat
  • https://github.com/cdaringe/try-npm-guide

screenshot

run the demo

  • install docker (docker for linux, boot2docker for mac/windows)
  • install and run https://github.com/mafintosh/docker-browser-server
  • install and run https://github.com/maxogden/adventure-time (the demo uses get-dat content but you can swap in your own)

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.