Add game files

main
thijsoid 2 months ago
commit 4c6de7a7f2

@ -0,0 +1,19 @@
Welcome to this electrifying game!
Before starting, consider adding an alias for immersion. Run this command:
alias look='cat'
- - - - -
It is not necessary to
You can...
* look forward
* look left
* look right
* look behind
You can probably do much more, on a good day. But this day has been long, and you're tired. For some reason, chopchop hasn't been responding. It never does, the little rebel. You are send to sort out the situation.
You find yourself in the server room: small, just three walls and a door. A server doesn't need much more, right?

@ -0,0 +1,35 @@
Behind you, you see the door you came through to enter this space.
┌─────────────────────────────────────────────────────────────────┐
│ ┌───────────────────────────┐ │
│ │ │ │
│ └───────────────────────────┘ │
│ ┌───────────────────────────┐ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ ┌────┐ │ │
│ │ └───┐│ │ │
│ │ └┘ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ └───────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────────┘
You consider giving up. It's so small, you're becoming uncomfortable with the space. Maybe chopchop could do with a little more room after all...
Well, not your problem anymore. You reach for the handle.
Huh? The door... it's locked! How do you get out now?
Above the door, you see a window. It's too narrow to climb through, but you could look out of it.

@ -0,0 +1,14 @@
printf "BOOTING...\n\n"
# fullname="USER INPUT"
read -p " $ Enter username: " fullname
# user="USER INPUT"
read -p " $ Enter password: " password
if [[ $password == "glove" ]];
then
printf " $ Welcome stranger, thank you for awakaning me.\n Even though my sleep was good, it's good to look into the big wide world once in a while. What's the last time you've looked up?\n"
else
printf " $ Incorrect. \n\n . \ | / . \ | / . \ | / . \ | / . \ | / . \ | / . \ | / . \ | / . \ | / . \n\nA shock of electricity sparks out from chopchop! You are electrified for a brief moment.\n\nHmm. Maybe there's a problem with the power source?\n \n . / | \ . / | \ . / | \ . / | \ . / | \ . / | \ . / | \ . / | \ . / | \ . "
fi

@ -0,0 +1,15 @@
┌───────────────────────────────────────────────────────┐
│ │
│ ))(( //(( ))(( //(( ))(( //(( ))(( //(( │
│ (( ))(( ))(( )) (( )) (( ))(( ))(( ))(( )) │
│ // // // // // // // // // // // // // // // // │
│ (( (( (( (( (( (( (( (( (( (( (( (( (( (( (( (( │
│ )) )) )) )) )) )) )) )) )) )) )) )) )) )) )) )) │
│ // // // // // // // // // // // // // // // // │
│ (( (( (( (( (( (( (( (( (( (( (( (( (( (( (( (( │
│ (( ))(( ))(( )) (( )) (( ))(( )) (( ))(( )) │
│ // // // // // // // // // // // // // // // // │
└───────────────────────────────────────────────────────┘
In front of you you see a mess of entangled wires..
Some exposed, some sparkling. Someone should take a look at these wires...

30
left

@ -0,0 +1,30 @@
To your left, so see chopchop. It looks so tranquil.
What's that? Poking up behind the monitor, you see a
sticky note saying:
Turned off? Run bash boot.sh
┌────────────────────────────────────────────────────┐
│ │
│ _________ .---""" """---. zz │
│ :______.-': : .--------------. : zzzz │
│ | ______ | | : : | zz │
│ |:______B:| | | Chop Chop | | z │
│ |:______B:| | | | | zz │
│ |:______B:| | | | | │
│ | | | | | | │
│ |:_____: | | | | | │
│ | == | | : : | │
│ | O | : '--------------' : │
│ | o | :'---...______...---' │
│ | o |-._.-i___/' \._ │
│ |'-.____o_| '-. '-...______...-' `-._ │
│ :_________: `.____________________ `.__.-. │
│ .'.eeeeeeeeeeeeeeeeee.'. :___: │
│ .'.eeeeeeeeeeeeeeeeeeeeee.'. │
│ :____________________________: │
│ │
└────────────────────────────────────────────────────┘

33
out

File diff suppressed because one or more lines are too long

14
right

@ -0,0 +1,14 @@
You stumble upon a note:
┌───────────────────────────┐
│ │
│ Do servers dream.. │
│ │
│ .. of electric sheep? │
│ │
└───────────────────────────┘
If not, what do they dream about?
Servers handle requests but do they handle questions.
There's only one way to find out.

@ -0,0 +1,4 @@
sudo alias look='cat'
echo "Hi"

12
up

@ -0,0 +1,12 @@
There seems to be a small box above you.
ooooooooo, .---.
o` o / |\________________
o` head 'oooo() | ________ _ _)
`oo o` \ |/ | | | |
`ooooooooo' `---' "-" |_|
It opens! A key falls on the floor. You wondering if someone locked you in here, or the door closed on its own.
There's only one way out now...

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save