URI: 
       Initial Act II map. - dotg - Day Of The GrParazyd
  HTML git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dotg
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
       ---
   DIR commit 2cf8a69d137f8dbf24b3dc4553836ebd4ae0f13a
   DIR parent 609baa5195c13ace9084dfcf399de29dab402312
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Sat, 24 Feb 2018 14:53:31 +0100
       
       Initial Act II map.
       
       Diffstat:
         A act-ii/index.dcgi                   |      33 +++++++++++++++++++++++++++++++
         A act-ii/maps                         |      35 +++++++++++++++++++++++++++++++
       
       2 files changed, 68 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/act-ii/index.dcgi b/act-ii/index.dcgi
       @@ -0,0 +1,33 @@
       +#!/bin/sh
       +
       +#. config
       +#. functions
       +
       +cat <<EOM
       +
       + ▛▀▖       ▞▀▖▗▀▖ ▀▛▘▌      ▞▀▖   ▛▀▖                 ▌
       + ▌ ▌▝▀▖▌ ▌ ▌ ▌▐    ▌ ▛▀▖▞▀▖ ▌▄▖▙▀▖▙▄▘▝▀▖▙▀▖▝▀▖▀▜▘▌ ▌▞▀▌
       + ▌ ▌▞▀▌▚▄▌ ▌ ▌▜▀   ▌ ▌ ▌▛▀  ▌ ▌▌  ▌  ▞▀▌▌  ▞▀▌▗▘ ▚▄▌▌ ▌
       + ▀▀ ▝▀▘▗▄▘ ▝▀ ▐    ▘ ▘ ▘▝▀▘ ▝▀ ▘  ▘  ▝▀▘▘  ▝▀▘▀▀▘▗▄▘▝▀▘
       +
       +A Bitreich FOSDEM adventure... 03 Feb 2018 A.D.
       +
       +
       + ⣎⣱ ⢀⣀ ⣰⡀   ⡇ ⡇
       + ⠇⠸ ⠣⠤ ⠘⠤   ⠇ ⠇
       +         -- "Hackers"
       +EOM
       +
       +cat <<EOM
       +
       +Act II is undergoing development. Stay tuned :)
       +
       +EOM
       +
       +#if [ -f "$savegame/room" ]; then
       +#        _msg "[1|Continue adventure!|$path/$(cat ${savegame}/room).dcgi|server|port]"
       +#else
       +#        _msg "[1|Start adventure!|$path/start.dcgi|server|port]"
       +#fi
       +
       +echo "[1|Go back :(|/dotg/index.gph|server|port]"
   DIR diff --git a/act-ii/maps b/act-ii/maps
       @@ -0,0 +1,35 @@
       +#!/bin/sh
       +
       +cat <<EOM
       +
       +[1|--reset game--|$path/reset.dcgi|server|port]
       +
       +EOM
       +
       +map_start() {
       +        cat <<EOM
       ++----------------------+--------------------------------------+
       +|xxxxxxxxxxxxxxxxxxxxxx| +--------+    |xxxxxxxxxxxxxxxxxxxxxx|
       +|    TTTTTTTTTTTTT     | |        |    |         (BAR)        |
       +|    TTTTTTTTTTTTT     |    TTTT       |xxxxxxxxxxxxxxx      x|
       +|                      |               +---------------+....+-+
       +|                      |                                      |
       +|                     x|         TTTTT                        |
       +|                     x|         TTTTT                        |
       +|                     x|         TTTTT                        |
       +|                                                             |
       +|                                                             |
       +|--                                                           |
       +|bk                                                           |
       +|bk                                                           |
       +|bk                                                           |
       +|bk                    |                                      |
       +|bk +--            --+ |                                      |
       +|bk |      TTTTT     | |++++                                  |
       +|bk |      TTTTT     | |vmvm                                  |
       +|bk |                | |++++                                  |
       +|-- +--------------- + |                                      |
       ++----------------------+-------------+....+-------------------+
       +
       +EOM
       +}