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

1 containerize asciiquarium #20

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM alpine:latest
RUN apk add --no-cache perl-utils perl-curses make
RUN cpan && \
cpan Term::Animation
COPY asciiquarium /usr/bin/asciiquarium
CMD ["perl","/usr/bin/asciiquarium"]
61 changes: 11 additions & 50 deletions README
Original file line number Diff line number Diff line change
@@ -1,58 +1,19 @@
Asciiquarium v1.1
by Kirk Baucom <kbaucom@schizoid.com>
http://www.robobunny.com

Asciiquarium is an aquarium/sea animation in ASCII art.

Installation
------------

Asciiquarium is a single perl script, so all you have to do is make sure
it's executable and put it somewhere convenient, like /usr/local/bin or
/usr/local/games.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why removing the README content ? Also everybody don't use Docker.

Fork from https://github.com/cmatsuoka/asciiquarium

Ubuntu
------
based on

Out-of-the-box ubuntu doesn't satisfy the Requirements below, so
here's how to get them:
1) Get perl's curses package which is available from apt:
sudo apt-get install libcurses-perl
2) Run
cpan
at the shell. Agree to the defaults for everything.
To leave cpan, type
quit
3) Type
sudo cpan Term::Animation

Requirements
------------

You must have the Term::Animation module, which you can get from
http://www.cpan.org. The Term::Animation module also requires the Curses
module, which you can also get from CPAN. This program will only run on
platforms that have a Curses library (so it won't work on Windows, but
you might get it to run under cygwin).

Usage
-----

Command line arguments:
-c "classic" mode, only show species from Asciiquarium 1.0
Asciiquarium v1.1
by Kirk Baucom <kbaucom@schizoid.com>
http://www.robobunny.com

While running:
q quit
r redraw (will recreate all entities)
p toggle pause

Contributors
------------
Asciiquarium is an aquarium/sea animation in ASCII art.

New fish species backported from the Android live wallpaper and
other minor improvements by Claudio Matsuoka.
**Run as container**

Pretty much all of the ASCII art was done by Joan Stark:
http://www.geocities.com/SoHo/7373/

Anything that she didn't do, I don't have a source for.
\$git clone https://github.com/salvadorrueda/asciiquarium/
\$cd asciiquarium
\$docker build -t asciiquarium .
\$docker run -it --rm asciiquarium