From b60f514b3fbbfb88862f18689650bb19afaac3b9 Mon Sep 17 00:00:00 2001 From: Arne van Iterson Date: Tue, 20 Aug 2019 19:16:43 +0200 Subject: [PATCH] Added content to the readme. --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 377d730..640d513 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # asdf-games -Me making games using HTML5 Games: Novice to Ninja by Sitepoint. \ No newline at end of file +Me making games using HTML5 Games: Novice to Ninja by Sitepoint. +[You can find the book here.](https://www.sitepoint.com/premium/books/html5-games-novice-to-ninja) + +The projects here are very similar to those featured in the book, and it will take some time before I get to make my own game. + +To try out asdf library and the projects for yourself, you need to: +* Download node.js +* Clone this repository +* Go the the folder where you cloned this repository +* Run startHTTP.bat or run +``` +node list.js --dir ./ +``` + +Releases will be featured on +[ARNweb Games](https://arnweb.nl/games/) \ No newline at end of file