• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CHANGESH A D09-Mar-2013228 107

MANIFESTH A D09-Mar-201345 65

READMEH A D09-Mar-20131 KiB3928

asciiquariumH A D03-May-202227 KiB1,4731,219

README

1                              Asciiquarium v1.1
2                    by Kirk Baucom <kbaucom@schizoid.com>
3                          http://www.robobunny.com
4
5Asciiquarium is an aquarium/sea animation in ASCII art.
6
7Installation
8------------
9
10Asciiquarium is a single perl script, so all you have to do is make sure
11it's executable and put it somewhere convenient, like /usr/local/bin or
12/usr/local/games.
13
14Requirements
15------------
16
17You must have the Term::Animation module, which you can get from
18http://www.cpan.org. The Term::Animation module also requires the Curses
19module, which you can also get from CPAN. This program will only run on
20platforms that have a Curses library (so it won't work on Windows, but
21you might get it to run under cygwin).
22
23Usage
24-----
25
26There are no command line arguments.
27While running:
28	q	quit
29	r	redraw (will recreate all entities)
30	p	toggle pause
31
32Contributors
33------------
34
35Pretty much all of the ASCII art was done by Joan Stark:
36http://www.geocities.com/SoHo/7373/
37
38Anything that she didn't do, I don't have a source for.
39