From 29d0ee8ce6bf6f93c6c918d289dd9befef77cd51 Mon Sep 17 00:00:00 2001 From: Jamin Blount Date: Sun, 12 Feb 2017 10:58:32 -0600 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 707e005..c1b0f50 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Dragon Scourge +- See also: [Dragon Knight](https://github.com/renderse7en/dragon-knight) +- [Live Demo](http://www.dragonscourge.com/play) + Many years ago, when I was young and dumb, I wrote a [simple little game](https://github.com/renderse7en/dragon-knight) based on the game *Dragon Warrior* for the NES. It was fun, it helped me learn how to code, and a lot of people liked it. After that, I begin writing a sequel, of sorts, called Dragon Scourge. I never really finished that game. Life got in the way. Got married. Got a job. Had kids. All that. @@ -23,7 +26,7 @@ As with Dragon Knight before it, please keep some things in mind: 1. Clone this repo or download the zip. 2. Create a new database for Dragon Scourge to use, if you don't already have one set up. 3. Edit `config.php` to include the correct values for your database setup. -4. Upload the contents of the Dragon Knight folder to your site. +4. Upload the contents of the Dragon Scourge folder to your site. 5. Using a MySQL client such as HeidiSQL or PHPMyAdmin, run the contents of `install.sql` on the database you created. 7. Enjoy the game.