Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 478 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 478 Bytes

TibiaJS

Tibia remake for modern web. Build on top of WebGL, socket.io and node.js.

Screenshot

Image

How to run

  • [npm install gulp -g]
  • git clone https://github.com/RemoveIt/TibiaJS.git
  • cd TibiaJS
  • git submodule init
  • git submodule update
  • npm install
  • gulp build
  • gulp run or cd Out & node Server.js

How to update cloned repo

  • git pull origin master
  • git submodule foreach git pull origin master