improve readme

This commit is contained in:
Cesar Gimenes
2021-09-19 11:41:53 -03:00
parent 554a4b318b
commit 342e14f76a

View File

@@ -1,8 +1,8 @@
# neko # Neko
[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. [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.
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. 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. 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.