Desktop kitty that keeps you company.
Ported to Go from Desktop Cat project written in Python by daywa1kr.
Intended as fun project to spark kids & teens interest in Go programming.
- Kitty animation: idle, sleeping, walk to left, walk to right
- Make kitty stop sleeping or walking when user left click into it
- Draggable kitty
- Exit button
This project is built using Ebitengine v2. So make sure it is installed properly before running this project.
To run this project, type following command in console:
go run *.go
Upon successful execution the kitty will appears on your desktop just like shown in Demo.