You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
res | 7 months ago | |
LICENSE | 7 months ago | |
README.md | 7 months ago | |
neko.js | 7 months ago |
README.md
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