-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Welcome to Task 3 The Explorium!
Having left your mark in the Alien Force database and merged with your chosen alien companion, it's time for the next phase.
Armed with planets_data, your mission is to decrypt the coordinates scattered across the vast expanse of the cosmos. Utilizing the decryption algorithm stored within decrypt.py, you hold the key to unveiling the hidden extraterrestrial beings residing on distant planets. As you prepare to embark on this cosmic journey, remember, that each decrypted coordinate opens the door to a new frontier of discovery.
Beyond the Stars: Expedition to Mikd'lty, Piscciss, Legerdomain, and Perplexahedron
Remember : One encryption LEADS to another
- Whenever you crack encryption, add the following line to a text file
Alien_Encounter_Log.txt
Alien - i: <decrypted_alien_name>- Your initial log should contain the updated files and should have the following commit order:
Commit 1 : Found <First Alien Name>
Commit 2: Found <Second Alien Name>
Commit 3 : Found <Third Alien Name>
Commit 4 : Found <Fourth Alien Name>- Verify the status of your log from the following command
git log --onelineHacks
- Make a new branch
ExtraterrestrialArchivefrom the previous branch. - Create the file
Alien_Encounter_Log.txtand add names of the aliens you found usingdecrypt.py. - Keep taking valid screenshots to a doc file showing the changes you made.
- Convert the doc file to a PDF, and keep the PDF in your local devices (Not to include in repo).
- Send a PR after changing and committing the above changes.
- In the PR write 🎯Explored-Explorium
For users in MacOS / Linux :
Use the grep command to search for the planets:
grep word_here filename_here.txtFor users in Windows :
Use the findstr command to search for the plantes:
findstr “word_here” “filename_here.txt”

