1.0.1 • Published 6 years ago

oblique-stratagems v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Oblique Strategies

The keys to the war against a creative block. A simple node module based off of Brian Eno and Peter Schmidt's oblique strategies. The strategies came from this webpage created by alexplorer.

Usage

There are six different editions of the oblique editions : 1, 2, 3, 4, 5, and the combined version of all 5 without any strategies with the same meaning.

From the Command Line

// edition is set to combined by default
oblique (edition = combined)

In a javascript program

var oblique = require('oblique-stratagems');
// all the strategies for that edition in alphabetical order
oblique.strategy[edition];
// draw a strategy from an edition
oblique.draw(edition);

License

The unlicense: I don't own any of this. Whatever I have made, it is based on the shoulder of giants, and is free to all.