Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 736 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 736 Bytes

#Resistance Probability Estimator ##A game logic assistant for the board game The Resistance.

Live application running here

browser support

The javascript for this app is bundled using Browserify to allow node-style Requires and modular organization. To build, first make sure browserify is installed, which requires Node.js is installed.

Once Node.js is installed, run on your command line: npm install browserify -g

Navigate to this repo's directory, and enter: browserify ./index.js -o ./site/js/bundle.js