1.0.2 • Published 8 years ago

zorkmid v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
8 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

8 years ago

1.0.1

8 years ago

1.1.0

9 years ago

1.0.0

9 years ago