punchout-passwords
v1.0.0
Published
Generates passwords for Mike Tyson's Punch-Out
Readme
Punch-Out Codes Generator
Written in ES6
Based on the algorithm outlined here.
Usage
ES6 Module
When this start working:
import punchOut from 'index';
//nextEnemy:
// 0: Don Flamenco
// 1: Piston Honda
// 2: Super Macho Man
punchOut.makePassword(winNumber, lossNumber, koNumber, nextEnemy);CommonJS
Load from dist/ folder
Web
Use SystemJS and jspm to load and run app
Development Mode
gulp serve
Production
gulp web, and distribute the web folder
