Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
Big Bad Waffle 0823ee5a75 Fixes #101 7 роки тому
src Fixes #101 7 роки тому
.gitignore Fixes #35 7 роки тому
LICENSE Update LICENSE 7 роки тому
README.md Update README.md 7 роки тому

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