Skip to content

mattdsteele/punchout-passwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Punch-Out Codes Generator

Passcodes

Written in ES6; the meat of the algorithm is in index.js.

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

gulp babel, then 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

About

Generate passcodes for Mike Tyson's Punch Out!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published