-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add multiple cats #23
Comments
That's an exciting idea. Maybe with multiple cat fur colors. And if someone draws more sprites, it's possible to include some fun interactions. |
for now, you can do something like this: for i in {1..10}; do
neko &
disown %%
done click on them to place whatever you want to place. However, this isn't as exciting as your idea. upd: I made this with my coworker's PC, that was fun :) |
I'm taking notes here. April 1st next year will be hilarious. With enough instances this is a window manager stress test. :D |
An option for multiple cats would be nice, ideally it should have some random offset so they don't just merge together. Maybe make other cats wonder around randomly and after some random duration, pick new cat to follow the mouse so there is one cat that follows a mouse and other cats wonder around and they should switch places after some duration.
The text was updated successfully, but these errors were encountered: