Skip to content
forked from krtr/TibiaJS

Tibia remake in Typescript made with webgl and socket.io

Notifications You must be signed in to change notification settings

JoseEduardo/TibiaJS

 
 

Repository files navigation

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

About

Tibia remake in Typescript made with webgl and socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.7%
  • HTML 2.3%
  • JavaScript 1.8%
  • Batchfile 0.2%