Asciiquarium is an aquarium/sea animation in ASCII art.
前言
可以安裝使用在 Linux Console 底下,看魚兒水中游、鴨子水上滑、還有船咧,也會根據你的視窗大小變化動態
看似無趣的東西,但在空閒無聊時,或許可以看一看打發打發放空時間
下載
cmatsuoka/asciiquarium 或 https://robobunny.com/projects/asciiquarium/asciiquarium.tar.gz
安裝執行
tar zxvf asciiquarium.tar.gz cd asciiquarium_1.1/ perl asciiquarium
其它需要元件
dnf install -y perl ncurses ncurses-devel
wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.6.tar.gz tar -zxvf Term-Animation-2.6.tar.gz cd Term-Animation-2.6/ make clean perl Makefile.PL make make install
wget https://cpan.metacpan.org/authors/id/G/GI/GIRAFFED/Curses-1.37.tar.gz tar zxvf Curses-1.37.tar.gz cd Curses-1.37 make clean perl Makefile.PL make make install
留言