Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
Big Bad Waffle 30b102ff7f Fixes #80 vor 7 Jahren
src Fixes #80 vor 7 Jahren
.gitignore Fixes #35 vor 7 Jahren
LICENSE Update LICENSE vor 7 Jahren
README.md Update README.md vor 7 Jahren

README.md

ISLEWARD

A multiplayer, moddable, extensible roguelike built with NodeJS, JS, HTML and CSS

Installation

  1. Download and install NodeJS: https://nodejs.org/en/download/
  2. Open a new console window
  3. Get the code: git clone https://gitlab.com/Isleward/isleward.git
  4. Navigate to the server folder: src/server
  5. Install dependencies: npm install
  6. Run: node --expose-gc index.js