Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
Big Bad Waffle 2b82e1eb23 Merge branch '101-extended-dialogue-actions' into 'staging' 7 lat temu
src Merge branch '101-extended-dialogue-actions' into 'staging' 7 lat temu
.gitignore Fixes #35 7 lat temu
LICENSE Update LICENSE 7 lat temu
README.md Update README.md 7 lat temu

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