Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 685 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 685 Bytes

screen shot 2016-12-15 at 12 08 52 am

Live Version

Evolutionary Prisoners

Installation / Local Usage

  • You need browserify, typescript, js-combinatorics, & typescript-collections (downloaded via npm). To run locally:

    make
    

    Open up index.html in your browser.

Development

  • If you want to add a file, you must add it to the Makefile (in both JS and TS).
  • If you want to add a class and you want it to be exposed to run.js, the p5.js runner, you must declare it in exports.js.