Skip to content

apietryga/webions

Repository files navigation

WEBIONS

CLICK HERE TO PLAY

Webions is a MMORPG game working on browsers. (Like Tibia in borwser) You can simply download this repository and make server on your own by open "src/server.js" by nodejs. I will make instructions for this in future versions.

FIRST RUN

  1. Get the repository
  git clone https://github.com/apietryga/webions
  1. Install dependencies
  npm i
  1. Run game
  npm run start
  1. Go to localhost

STORAGE

By default the data store in simple redis server as JSON stringify, but it automatically changed to storing in JSON file /json/playersList.json, if redis connection is not set.

run:

(npm run start&)

kill -9 $(lsof -t -i:2095)

(npm run start&)