96e42b348f
In the top left and top right, a pair of sprinkles were occasionally missing; they are now always present. In the bottom left, a corner of the poptart was occasionally frosted instead of cookie; it is now always cookie to match the other corners. In the bottom left, a sprinkle was occilating between two locations; it was moved to the more correct location on the right. |
||
---|---|---|
src | ||
.gitignore | ||
Makefile | ||
README.md |
Nyancat CLI
Nyancat rendered in your terminal.
Setup
First build the C application:
make
You can run the C application standalone. It will prompt you to select a color mode.
./nyancat
To run the telnet server, use:
sudo ./nyancat.py
(The server will only try to start on port 23, so you must be root)
Licenses, References, etc.
The original source of the Nyancat animation is prguitarman.
The code provided here is provided under the terms of the NCSA license.