Added Sysop Availability v2.0 and Reversi v1.1

This commit is contained in:
Deon George 2018-09-14 17:36:37 +10:00
parent ee5714410c
commit f3960f26ad
2 changed files with 23 additions and 0 deletions

View File

@ -78,6 +78,27 @@ RUN SOURCE_URL=https://chinwag.leenooks.net/mods && FILE=dm-mm200.zip && \
gunzip data.tar.gz && mkdir -p /tmp/data/text && cd /tmp/data/text && unzip /tmp/text.zip && chmod 644 * && cd /mystic/ && tar -C /tmp -rf /mystic/data.tar data/text/ && gzip data.tar && \
rm -rf /tmp/*
# Utility SYSOPAVAIL - Sysop Availablity v2.0
RUN SOURCE_URL=https://chinwag.leenooks.net/mods && FILE=dm-op4112.zip && \
cd /tmp && \
curl -O ${SOURCE_URL}/${FILE} && \
unzip ${FILE} && \
cd /mystic/ && \
chmod 644 /tmp/*.doc /tmp/*.mps && mv /tmp/dm-op411.doc docs/mod-op4112-2.0-sysop.txt && \
mv /tmp/dm-op411.mps scripts/ && cd scripts && ./mplc dm-op411.mps && cd .. && \
rm -rf /tmp/*
# Game REVERSI - Reversi v1.1
RUN SOURCE_URL=https://chinwag.leenooks.net/mods && FILE=gy-rvrs10.zip && \
cd /tmp && \
curl -O ${SOURCE_URL}/${FILE} && \
unzip ${FILE} && \
cd /mystic/ && \
chmod 644 /tmp/*.txt /tmp/*.mps /tmp/*.ans && mv /tmp/sysop.txt docs/mod-rvrs-1.0-sysop.txt && \
mv /tmp/reversi.mps scripts/ && cd scripts && ./mplc reversi.mps && cd .. && \
gunzip data.tar.gz && mkdir -p /tmp/data/text && mv /tmp/r*.ans /tmp/data/text/ && tar -C /tmp -rf /mystic/data.tar data/text/ && gzip data.tar && \
rm -rf /tmp/*
# Game Galactic Dynasty 0.9.1-dev
RUN apt-get update \
&& apt-get install --no-install-recommends --allow-unauthenticated -yqq galacticdynasty \

View File

@ -76,10 +76,12 @@ This image is based on the above image, with the follow additional games/tools i
| Game | Double Up | Double Up! for Mystic V1.0 by Darryl Perry | No special action required - refer to doc in /mystic/docs for execution. |
| Game | Galactic Dynasty | Galactic Dynasty by Andrew Pamment, a game like Barren Realms Elite | You'll need to copy `/mystic/docs/doors/galacticdynasty` to somewhere on `/mystic/data` so that your game data is preserved between container re-deployments. Modify `start.sh` to suite your needs - refer to doc in /mystic/docs for execution. |
| Game | Master Mind | Master Mind v2 by Dream Master | No special action required - refer to doc in /mystic/docs for execution. |
| Game | Reversi | Reversi v1.0 by Darryl Perry | No special action required - refer to doc in /mystic/docs for execution. |
| Utility | BLAM | BBS List Admin Manager for Mystic v2.0 by Darryl Perry | Refer to doc in /mystic/docs for execution. |
| Utility | MakeNL | Nodelist Management | Refer to the docs in `/usr/share/makenl` |
| Utility | Moon | Display the phase of the Moon by xqtr | No special action required - refer to doc in /mystic/docs for execution. |
| Utility | QRCode | Generate a QR Code by xqtr | No special action required - refer to doc in /mystic/docs for execution. |
| Utility | Sysop Avail | Sysop Availability by Dream Master | No special action required - refer to doc in /mystic/docs for execution. |
| Utility | User Bday | Users Birthdays by Dream Master | No special action required - refer to doc in /mystic/docs for execution. |
**NOTE:** Remember, for anything to persist in the docker container, those files needs to be stored somewhere under `/mystic/data`