Cesar Gimenes
Cesar Gimenes
Estamos começando a adicionar conteudo mais avançado como acesso a banco de dados, filas, etc. Talvez seja interessante dividir o conteudo em diretórios para não ficar tudo na raiz e...
In the current version, Neko uses a transparent, floating window of the size of the sprite, and the entire window is moved around the screen, creating the illusion of the...
This code started as a joke, and there are almost no comments in the code, but now I am using it as a tool to explain the state machine, and...
как установить? _Originally posted by @JEFFRIPPER in https://github.com/crgimenes/neko/issues/4#issuecomment-1711392533_
The ebitengine does not support changing the mouse cursor, but there are some possibilities, the code below still needs to be tested. ```c unsigned char pixels[16 * 16 * 4];...
Improve the README.md file with instructions, parameters, installation. etc.
In the original version, the cat scratched the screen and windows.
When the mouse angle of the mouse to the cat is precisely between two directions, like, for example, left vs. left down, the sprites are repeatedly alternating between the two...