Files
fairhopper-sdk/javascript
2023-03-27 14:16:52 +02:00
..
2023-03-27 13:33:23 +02:00
2023-03-27 13:33:23 +02:00
2023-03-27 14:16:52 +02:00

FairHopper JavaScript SDK

Requirements:

  • Node 1.16+

Running demo

Check demo.js for usage example.

Edit demo.js and configure FairHopper Game host settings:

const FAIRHOPPER_HOST = "http://127.0.0.1";
const FAIRHOPPER_PORT = 8010;

Run example using node:

node demo.js