update README to link to web version

This commit is contained in:
Joe Germuska 2019-10-11 09:51:56 -05:00
parent 1f145ca8d0
commit f62e888205

View File

@ -1,8 +1,15 @@
# SQL Murder Mystery
![Illustration of a detective looking at evidence](174092-clue-illustration.png)
There's been a Murder in SQL City! The SQL Murder Mystery is designed to be both a self-directed lesson to learn SQL concepts and commands and a fun game for experienced SQL users to solve an intriguing crime.
## What You Need
**Nothing more than a web browser!** You can now solve the mystery in your browser, by going to [mystery.knightlab.com](http://mystery.knightlab.com). If you're new to SQL, you may want to start at [our walkthrough](http://mystery.knightlab.com/walkthrough.html). It won't teach you everything about SQL, but it should teach you all that you need to solve the mystery.
Before we developed the web-based version, we designed this for people to download and solve on their own. If you're interested in that, read on:
* **sql-murder-mystery.db**: This SQLite database file contains all the data that you will be working with.
* **prompt**: Depending on your experience level with SQL, find the prompt in either the [prompt_experienced](https://github.com/NUKnightLab/sql-mysteries/blob/master/prompt_experienced.pdf) file or the [prompt_beginner](https://github.com/NUKnightLab/sql-mysteries/blob/master/prompt_beginner.pdf) file.
* **[reference](https://github.com/NUKnightLab/sql-mysteries/blob/master/reference.pdf)**: This is a crash course on SQL concepts and commands.