GAME MAP
loading map preview...
WEBIONS
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
- Get the repository
git clone https://github.com/apietryga/webions
- Install dependencies
npm i
- Run game
npm run start
- 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&)