Rikezenho / tibia-js-experiment

A funny experiment recreating Tibia with JavaScript.
https://tibia-js.netlify.com/
20 stars 0 forks source link
game game-development javascript react tibia tibiajs

Tibia JS Experiment

A funny experiment recreating Tibia with JavaScript and React.

Demo

Use WASD keys to move character.

https://tibia-js.netlify.com

Toggle debug mode

With debug mode, you can see more messages and console information, and even view SQM information (x, y and z axis) when hovering mouse through the map.

Simply execute on your DevTools console:

utils.toggleDebugMode();

Roadmap