25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Big Bad Waffle 2a7e9f0fd1 Merge branch '64-chat-vanish-mob-die' into 'staging' 7 년 전
src Merge branch '64-chat-vanish-mob-die' into 'staging' 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