diff --git a/README.md b/README.md index 893f6fd..1b76221 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [Neko](https://en.wikipedia.org/wiki/Neko_(software)) is a cat that chases the mouse cursor across the screen, an app written in the late 1980s and ported for many platforms. +![Neco](https://github.com/crgimenes/neko/blob/master/fixtures/neko.gif) + This code is a re-implementation using Golang and **has no relationship to the original software**. Furthermore, this version does not use any part of the source code except sprites and sounds. The goal is to demonstrate the Go language with a fun and very nostalgic example for me, without necessarily being tied to the behavior of the original version. diff --git a/fixtures/neko.gif b/fixtures/neko.gif new file mode 100644 index 0000000..7a3d9ba Binary files /dev/null and b/fixtures/neko.gif differ