index.dcgi - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
index.dcgi (1153B) | |
--- | |
1 #!/bin/sh | |
2 | |
3 . ./config | |
4 . ./functions | |
5 | |
6 cat <<EOM | |
7 | |
8 ▛▀▖ ▞▀▖▗▀▖ ▀▛▘▌ ▞▀▖ ▛▀… | |
9 ▌ ▌▝▀▖▌ ▌ ▌ ▌▐ ▌ ▛▀▖▞▀▖ ▌▄▖�… | |
10 ▌ ▌▞▀▌▚▄▌ ▌ ▌▜▀ ▌ ▌ ▌▛▀ ▌ ▌▌… | |
11 ▀▀ ▝▀▘▗▄▘ ▝▀ ▐ ▘ ▘ ▘▝▀▘ ▝▀ ▘… | |
12 | |
13 A Bitreich FOSDEM adventure... 02 Feb 2019 A.D. | |
14 | |
15 *********************[ NOTICE ]*********************** | |
16 * This act is in alpha stage for a long time. Thanks for * | |
17 * buying it anyways. Please go to Act III for the future. * | |
18 *********************[ NOTICE ]*********************** | |
19 | |
20 ⣎⣱ ⢀⣀ ⣰⡀ ⡇ ⡇ | |
21 ⠇⠸ ⠣⠤ ⠘⠤ ⠇ ⠇ | |
22 -- "Hackers" | |
23 EOM | |
24 | |
25 if [ -f "$savegame/room" ]; then | |
26 _msg "[1|Continue adventure!|$path/$(cat ${savegame}/room).dcgi|… | |
27 else | |
28 _msg "[1|Start adventure!|$path/start.dcgi|server|port]" | |
29 fi | |
30 | |
31 echo "[1|Go back :(|/dotg/index.gph|server|port]" |