neko/README.md

29 lines
599 B
Markdown
Raw Permalink Normal View History

2023-02-25 23:25:52 +00:00
# neko
2023-02-25 23:38:20 +00:00
Rough Javascript implementation of the infamous Neko Cat
## Usage
```html
<script src="/neko/neko.js"></script>
2023-02-25 23:50:28 +00:00
<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>
2023-02-25 23:38:20 +00:00
```
## 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