Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
bigbadwaffle 1963f7c57d Left in some test code that caused all damage to be multiplied by 10000 před 7 roky
src Left in some test code that caused all damage to be multiplied by 10000 před 7 roky
.gitignore Fixes #35 před 7 roky
LICENSE Update LICENSE před 7 roky
README.md Update README.md před 7 roky

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