Class | Status |
---|---|
Minimap | UNSTABLE |
ArenaScaling | UNSTABLE |
Arena | UNSTABLE |
PlayerMovement | UNSTABLE |
Since this API is still in an early stage, the bundled library is not included. To build the api yourself clone this repo and run:
npm install
npm run build
include the bundled library in your script and access the api by the global Object diepAPI
.
Refer to the documentation and examples for more information.
Documentation can be found here.
Examples can be found here.