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

Report to the chief #2725

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
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: Questioned the barista at the local coffee shop. He said a woman left right before they heard the shots. The name on her latte was Annabel, she had blond spiky hair and a New Zealand accent.
3 changes: 3 additions & 0 deletions mystery/interviews/interview_info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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"
4 changes: 4 additions & 0 deletions mystery/possible_witnesses.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Annabel Sun F 26 Hart Place, line 40
Oluwasegun Annabel M 37 Mattapan Street, line 173
Annabel Church F 38 Buckingham Place, line 179
Annabel Fuglsang M 40 Haley Street, line 176
2 changes: 2 additions & 0 deletions mystery/streets/interviews.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SEE INTERVIEW #47246024
SEE INTERVIEW #699607
23 changes: 23 additions & 0 deletions mystery/suspects.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
License Plate L337QE9
Make: Honda
Color: Blue
Owner: Erika Owens
Height: 6'5"
--
License Plate L337DV9
Make: Honda
Color: Blue
Owner: Joe Germuska
Height: 6'2"
--
License Plate L3375A9
Make: Honda
Color: Blue
Owner: Jeremy Bowers
Height: 6'1"
--
License Plate L337WR9
Make: Honda
Color: Blue
Owner: Jacqui Maher
Height: 6'2"
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'.