Skip to content
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

Open
SolsticeSpectrum opened this issue Apr 4, 2024 · 3 comments
Open

Add multiple cats #23

SolsticeSpectrum opened this issue Apr 4, 2024 · 3 comments

Comments

@SolsticeSpectrum
Copy link

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.

@crgimenes
Copy link
Owner

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.

@trofkm
Copy link

trofkm commented Apr 5, 2024

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 :)

@crgimenes
Copy link
Owner

crgimenes commented Apr 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants