update project name

This commit is contained in:
crgimenes
2024-04-20 09:48:02 -03:00
parent c2d259c48c
commit c0b2f76e2c
2 changed files with 13 additions and 1 deletions

View File

@@ -12,6 +12,18 @@ The goal is to demonstrate the Go language with a fun and very nostalgic example
In this example, we used the [Ebitengine](https://ebitengine.org), an incredibly easy-to-use gaming library with a vibrant community.
## How to run
Note that some operating systems may restrict the execution of binaries downloaded from the internet for security reasons. Please consult your operating system documentation to learn how to enable Neko to run.
## Parameters
- `-speed` The speed of the cat (default 2).
- `-scale` The scale of the cat on the screen (default 2.0).
- `-quiet` Disable sound.
- `-h` Show help.
## How to Contribute

2
go.mod
View File

@@ -1,4 +1,4 @@
module crg.eti.br/go/neko
module neko
go 1.22