neko/README.md

599 B

neko

Rough Javascript implementation of the infamous Neko Cat

Usage

<script src="/neko/neko.js"></script>
<script language="javascript" type="text/javascript" defer>
$(function() {
  // neko defaults to bottom right of screen
  const neko = new Neko();
  // here is another in the top right
  const neko2 = new Neko(0, 0);
});
</script>

Credits

Thanks to Evert Pot's post for some inspiration on the structure of Neko's state machine. https://evertpot.com/neko/

The images (which I believe are public domain at this point) were taken from here: https://webneko.net/?white