From ca78be9fe0552a4a56503852b6b6764c99093d79 Mon Sep 17 00:00:00 2001 From: Vildravn Date: Wed, 22 Feb 2017 21:46:50 +0100 Subject: [PATCH] Backport readme from master --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a29c6c47..df4907ff 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ -# ISLEWARD +![Isleward](https://gitlab.com/Isleward/isleward/raw/master/src/client/images/logo_1.png) A multiplayer, moddable, extensible roguelike built with NodeJS, JS, HTML and CSS +[Test Server](http://play.isleward.com/) | [Discord](https://discord.gg/gnsn7ZP) | [Subreddit](https://www.reddit.com/r/isleward) | [Blog](http://blog.isleward.com/) | [Wiki](http://isleward.gamepedia.com/) | [Twitter](https://twitter.com/bigbadwofl) | [Patreon](http://patreon.com/bigbadwaffle) + ### Installation 1. Download and install NodeJS: `https://nodejs.org/en/download/` 2. Open a new console window 2. Get the code: `git clone https://gitlab.com/Isleward/isleward.git` 3. Navigate to the server folder: `src/server` 4. Install dependencies: `npm install` -5. Run: `node --expose-gc index.js` \ No newline at end of file +5. Run: `node --expose-gc index.js` + +![Ingame Screenshots](http://i.imgur.com/p4ktJ5O.png) \ No newline at end of file