Skip to content

noaoh/oblique-stratagems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published