0.1.1 • Published 9 years ago

bluevermin v0.1.1

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

BlueVermin

CLI and text-adventure interface for Blueriq.

()-().----.          .
 \"/` ___  ;________.'
  ` ^^   ^^

logo source

Screencast of Serious Business

Installation

Future versions will be installable through NPM, but will always require a configured and licensed Blueriq server.

Required:

  • Node/NPM
  • A configured and licensed Blueriq server (tested with Blueriq 9.4.1 Java)
  • A game export in /aquima.home/exports/

Installing:

  • Run npm install bluevermin
  • Put UI/mvc/cli.stg in /aquima.home/UI/mvc
  • Configure aquima.properties to have a theme cli that points to cli.stg
  • Go to node_modules\bluevermin and run npm start

Usage

  • start Blueriq server
  • run: node index.js
  • type help

TODO

  • show error if an unknown command is entered
  • clean up State/Bsession/commands
  • improve debugz or find out-of-the box tool for debug instrumentation (toggle debugging with a param, like this: node index.js --debug)
  • add code analysis
  • views for different types of questions: domains, booleans etc.
  • parametrize config.host/port/project etc.
  • refactor to be MVC? what is a backend MVC framework? Express? Sailsjs, KoaJs, HapiJs. Flatiron JS actually has a generator for CLI. Example app: https://github.com/vesln/todo But flatiron assumes you will run from the OS CLI and call it like: todo add bla, so no interactive console.
  • serverside typescript? (problems: how to use test framework; maybe Node supports ES6 features natively, with harmony flag)

Changelog

Release History

  • 2015-05-20 v0.1.1 first alpha release
0.1.1

9 years ago

0.1.0

9 years ago