Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cl mystery step 1-6 #2708

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions mystery/clues.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CLUE: Footage from an ATM security camera is blurry but shows that the perpetrator is a tall male, at least 6'.
CLUE: Found a wallet believed to belong to the killer: no ID, just loose change, and membership cards for AAA, Delta SkyMiles, the local library, and the Museum of Bash History. The cards are totally untraceable and have no name, for some reason.
CLUE: Interviewed Ms. Church at 2:04 pm. Witness stated that she did not see anyone she could identify as the shooter, that she ran away as soon as the shots were fired. However, she reports seeing the car that fled the scene. Describes it as a blue Honda, with a license plate that starts with "L337" and ends with "9"
3 changes: 1 addition & 2 deletions mystery/crimescene
Original file line number Diff line number Diff line change
Expand Up @@ -13561,5 +13561,4 @@ with sobs, to sing this:--
Who for such dainties would not stoop?
Soup of the evening, beautiful Soup!
Soup of the evening, beautiful Soup!
Beau--ootiful Soo--oop!

Beau--ootiful Soo--oop!
1 change: 1 addition & 0 deletions mystery/jail.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Jeremy Bowers
27 changes: 27 additions & 0 deletions mystery/suspects.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
License Plate L337QE9
Make: Honda
Color: Blue
Owner: Erika Owens
Height: 6'5"
Weight: 220 lbs
--
License Plate L337DV9
Make: Honda
Color: Blue
Owner: Joe Germuska
Height: 6'2"
Weight: 164 lbs
--
License Plate L3375A9
Make: Honda
Color: Blue
Owner: Jeremy Bowers
Height: 6'1"
Weight: 204 lbs
--
License Plate L337WR9
Make: Honda
Color: Blue
Owner: Jacqui Maher
Height: 6'2"
Weight: 130 lbs
2 changes: 1 addition & 1 deletion step2
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Commit and push the file to Github.

If you get stuck look inside 'hint1'

Once you've done that go to step3.
Once you've done that go to step3.
6 changes: 4 additions & 2 deletions step5
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Reference: ./detective_handbook/step5.md

You're concerned that the investigation has been compromised. You use an old detective trick to cover your tracks.
You found two witness interview files. Take a look inside both of them and save any useful information into a new file called 'interview_info.txt'.

To recover your 'step5' file, use the `git checkout` command to check out the 'step-5' branch, and try to view this file again.
You feel satisfied that you have covered your tracks - time to consolidate your files. Commit the file but DON'T PUSH IT YET!

First checkout back into the 'main' branch, and merge the 'step-5' branch into 'main'.