A multiplayer, moddable, extensible roguelike built with NodeJS, JS, HTML and CSS
Test Server | Discord | Subreddit | Blog | Wiki | Twitter | Patreon
- Download and install NodeJS:
https://nodejs.org/en/download/ - Open a new console window
- Get the code:
git clone https://gitlab.com/Isleward/isleward.git - Navigate to the server folder:
src/server - Install dependencies:
npm install - Run:
node --expose-gc index.js

