1.0.2 • Published 10 years ago

zorkmid v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
10 years ago

zorkmid

by Elvin Yung

Botstrap plugin for playing Zork from Slack.

Kinda hacky. The core of the plugin basically spawns child processes running expect, which spawns a child process running zork1, and then does a bunch of string manipulation to remove all the ANSI escape codes and extraneous spaces from stdout.

Instructions

Install Zork. (I got it from here, for OSX.)

Sample bot using zorkmid:

var botstrap = require('botstrap');

var config = getConfigSomehow();
botstrap.createBot(config);

botstrap.command('zork', require('zorkmid'));
1.0.2

10 years ago

1.0.1

10 years ago

1.1.0

11 years ago

1.0.0

11 years ago