Fork me on GitHub

kCode

Simple Konami Code implementation (pure JS)

Authors

Roberto Decurnex (nex.development@gmail.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/robertodecurnex/kCode

Quick Example

var success = function(){
  alert("CATS: ALL YOUR BASE ARE BELONG TO US.");
};  
kCode.listen(success);

Why don't you try it here?

Issues?

Please report any issue or advise here at Github.