Room 1: The Fork in the Road
You awaken in a dimly lit room. A pedestal in the center holds a glowing GitHub logo. A voice echoes: “To proceed, you must fork the path ahead.”
By path, the voice means a GitHub repository. Forking creates a copy of the repository in your account, allowing you to make changes without affecting the original copy.
Your Mission
- Create a GitHub account (if you haven’t already).
- Fork the repository:
https://github.com/VerisimilitudeX/escape-room
- Clone your forked repository to your local machine.
Instructions
Go to GitHub and sign up or log in.
Navigate to the repository URL and click the “Fork” button in the top-right corner.
Once forked, click the green “Code” button and copy the URL.
Open your terminal and run:
git clone <YOUR_FORKED_REPO_URL> cd escape-room
Hint: Look for the README.md
file in your cloned repository. It contains a secret code to unlock the next room!
When you’re ready to proceed, enter the secret code you found:
[Input field for secret code]
Note: The actual input field and encryption functionality would need to be implemented separately, as Hugo doesn’t provide this out of the box.