Files
linux.softwareshinobi.com/landing/docs/.Proving-Grounds/.The-Monaco-Heist/lobby.md
2025-03-14 16:35:47 -04:00

52 lines
2.4 KiB
Markdown
Executable File

# Lobby
The Monaco Heist: A Terminal Text Adventure.
!["The Monaco Heist: A Terminal Text Adventure"](cover.png)
## Pre Flight Checks:
**(Scene: Inside a military transport plane soaring high above the French Riviera. Whiplash meticulously examines a blueprint, while Talon sharpens her combat knife.)**
**Whiplash:** (Eyes glued to the blueprint) The target is on the top floor of the Monaco Intercontinental. We'll need to bypass security systems, crack codes, and maybe even deal with a few guards along the way.
**Talon:** (Testing the edge of her knife) Sounds like a typical Tuesday for Team Six. Just another day at the office.
**Tech (voice crackles through the comms):** Gear up, team. We're approaching the drop zone. Get ready to make your entrance.
**(The roar of the engines intensifies as the plane prepares to descend. A rush of adrenaline surges through Whiplash and Talon as they brace themselves for the jump.)**
**Are you ready to join them on this thrilling heist? Connect to Level 0 and let the adventure begin!**
## Introduction
**Welcome, rookie, to Team Six's latest mission: infiltrate the penthouse of the infamous Mateo Montenegro and steal his prized possession - a top-of-the-line Lamborghini!**
This is an interactive text-based adventure game, played entirely within your terminal window. You'll take on the role of Whiplash and Talon, an elite mercenary duo known for their digital infiltration and combat skills.
## Gear Up and Get Connected:
Before you embark on this daring heist, make sure you've got the necessary tools:
* **A computer with a terminal emulator:** This is your command center, where you'll interact with the game's systems and solve puzzles. Popular terminal emulators include Terminal (macOS/Linux) and cmder (Windows).
* **An SSH client:** This will allow you to connect securely to the remote server hosting the game. Most terminal emulators come with built-in SSH functionality.
## Patch Into Level 0:
Your mission begins at Level 0, the lobby of the Monaco Intercontinental Hotel. Here are your connection details:
* **Server:** linux.academy.softwareshinobi.com
* **Port:** 2222
* **Username:** monaco0
* **Password:** monaco0
This is the ssh command to type to connect to the proving grounds.
```
ssh -p 2222 monaco0@linux.academy.softwareshinobi.com
```
**Once connected, use the `cd` command to navigate to the directory for Level 1 (/page-01) and get started on your first challenge!**