You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 2.7 KiB

7 vuotta sitten
7 vuotta sitten
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ![Isleward](https://gitlab.com/Isleward/isleward/raw/master/src/client/images/logo_1.png)
  2. A multiplayer, moddable, extensible roguelike built with NodeJS, JS, HTML and CSS
  3. [Test Server](http://play.isleward.com/) | [Discord](https://discord.gg/gnsn7ZP) | [Subreddit](https://www.reddit.com/r/isleward) | [Blog](http://blog.isleward.com/) | [Wiki](http://isleward.gamepedia.com/) | [Twitter](https://twitter.com/bigbadwofl) | [Patreon](http://patreon.com/bigbadwaffle)
  4. ### Installation and Usage
  5. #### Windows
  6. 1. (Optional) Install [Chocolatey](https://chocolatey.org/install)
  7. * Launch Command Line as Administrator
  8. * Run the following command: `@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"`
  9. 1. Install NodeJS
  10. * 'With Chocolatey: `choco install nodejs`
  11. * Manually: Download latest version from [nodejs.org](https://nodejs.org/en/download/)
  12. 1. Install Git
  13. * With Chocolatey: `choco install git`
  14. * Manually: Download latest version from [git-scm.com](https://git-scm.com/download/win)
  15. 1. Open a new Command Line window and run the following commands
  16. 1. Get the code: `git clone https://gitlab.com/Isleward/isleward.git`
  17. 1. Navigate to the server folder: `cd isleward/src/server`
  18. 1. Install dependencies: `npm install`
  19. 1. Run: `node --expose-gc index.js`
  20. 1. Navigate `http://localhost:4000/` in your browser
  21. #### Linux
  22. 1. Download Git, NodeJS and npm through your package manager
  23. * Ubuntu & Debian: `sudo apt-get install git nodejs npm`
  24. * ArchLinux: `sudo pacman -S git nodejs npm`
  25. * CentOS: `yum install git nodejs npm`
  26. 1. Open a new Terminal window and run the following commands
  27. 1. Get the code: `git clone https://gitlab.com/Isleward/isleward.git`
  28. 1. Navigate to the server folder: `cd isleward/src/server`
  29. 1. Install dependencies: `npm install`
  30. 1. Run: `node --expose-gc index.js`
  31. 1. Navigate `http://localhost:4000/` in your browser
  32. #### MacOS
  33. 1. (Optional) Install [Homebrew](https://brew.sh/))
  34. 1. Install NodeJS
  35. * With Homebrew: `brew install node`
  36. * Manually: Download latest version from [nodejs.org](https://nodejs.org/en/download/)
  37. 1. Install Git
  38. * With Homebrew: `brew install git`
  39. * Manually: Download latest version from [git-scm.com](https://git-scm.com/download/win)
  40. 1. Open a new Terminal window and run the following commands
  41. 1. Get the code: `git clone https://gitlab.com/Isleward/isleward.git`
  42. 1. Navigate to the server folder: `cd isleward/src/server`
  43. 1. Install dependencies: `npm install`
  44. 1. Run: `node --expose-gc index.js`
  45. 1. Navigate `http://localhost:4000/` in your browser
  46. ![Ingame Screenshots](http://i.imgur.com/p4ktJ5O.png)