Bad Apple!! rendered in your terminal.
First build the C application:
make && cd src
You can run the C application standalone.
./badapple
To use the telnet server, you need to add a configuration that runs:
badapple -t
We recommend openbsd-inetd
, but both xinetd
and systemd
work as well. You should be able to use any other compatible inetd
flavor too.
The data of the Bad Apple!! animation is from BadAppleStringAnimation.
This repo is forked from nyancat. More information:
http://nyancat.dakko.us
http://github.com/klange/nyancat
The original source of the animation is prguitarman.
The code provided here is provided under the terms of the NCSA license.