Live data from Hacker News

SQL Murder Mystery

mystery.knightlab.com

51–60 of 82 posts

Re: SQL Murder Mystery

#51
post #49

I've never come across an "SQL game" before, this was great fun! I got it in around 15 minutes though, really wish there was a bit more too it, or that more complex queries were required.

I haven't played it but I'm intrigued by the idea. This is MIT so forking it and creating sequel mysteries wouldn't to far fetched.

Re: SQL Murder Mystery

#52

OMG I love this. I just sent it to my buddy who as a PM is learning SQL to not rely on the BI team since the turnaround can be days. Ultra tiny desire - I only wish there was more on the story line/intro framing. Took at look at the schema and was like "What is Get fit now? - ohhhh, it's a gym... got it..."

well for me not looking at the schema made it more fun and I guess the plot was also pretty involving ^^

  >  ... not looking at the schema ... 
Wait, you just guessed the table names? what am i missing here?

Re: SQL Murder Mystery

#53

Ah, fond memories :) I once made a javascript implementation of an sql engine for a weekend game. http://ludumdare.com/compo/ludum-dare-27/?action=preview&uid... It was a very long time ago and, then, everyone was wondering where Snowden was. I think this was after he was identified, and just before he ended up in Russia. Anyway, you are given an NSA Prism terminal, complete with Windows 95 look and feel and a paperc…

In reality, the government took the easy route and just revoked his passport while he was one his way from Hong Kong to Moscow, to catch a connecting flight to another flight to Ecuador. They forced him to set up residency in Russia of all places!

Re: SQL Murder Mystery

#56
post #11

From the better link from kevindong: "A crime has taken place and the detective needs your help. The detective gave you the crime scene report, but you somehow lost it. You vaguely remember that the crime was a murder that occurred sometime on Jan.15, 2018 and that it took place in SQL City . Start by retrieving the corresponding crime scene report from the police department’s database."

Did they change it? That exact sentence is right there

Re: SQL Murder Mystery

#57
I was surprised I actually got the solution! I'm no SQL expert beyond basic queries, so I definitely had to do a lot of really basic steps to get there, but I did it nonetheless!

Re: SQL Murder Mystery

#58
As I have a working knowledge of SQL this was very simple but my friends who use it sparsely in their financial jobs had a blast racing each other.

This type of gamification is awesome and as someone who loves coding but doesn't find Sudoku's or whatever very enjoyable, I would love a place I could do little coding challenges like this in break times!

Anyone know of any? I'm thinking "Escape Rooms" via coding could be a big thing!

Re: SQL Murder Mystery

#59

I always wanted do invest my 20 hrs into SQL. I've already put 10 with a data analyst course so i know what a sqlite , select and joins are. I've created a not trivial query once. Is this OK for learn some more ?

The game itself has a walkthrough [0] of all the SQL features you need to solve the murder mystery. From skimming through it, it seems to be pretty good and succinct.

[0]: https://mystery.knightlab.com/walkthrough.htmlhttps://myster...

Re: SQL Murder Mystery

#60

reminds me of the command line / unix tools murder mystery https://github.com/veltman/clmystery

Indeed, Noah's project was a direct inspiration for us, and we tried to clearly credit it.

We love that people are enjoying this so much, so we're also grateful to Simon Willison for reviving attention on the original project, and Zi Chong Kao, whose SQL tutorial site showed us the possibility of mounting the whole thing in a browser page.

(I'm the person who guided the Knight Lab students' original work and ported it to the web hosted version at mystery.knightlab.com)

Post reply on HN