Options
All
  • Public
  • Public/Protected
  • All
Menu

diepapi

diepAPI

This is a WIP Project that I'm developing to create self playing bots in the future.

State of the API: STABLE

Class Status
Game STABLE
Minimap STABLE
ArenaScaling STABLE
Arena STABLE
Player STABLE
EntityManager STABLE

Building:

You can build the library yourself or use my prebuild version that can be found here.

git clone https://github.com/Cazka/diepAPI.git
npm install
npm run build

Working with the API:

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:

Documentation can be found here.

Examples:

Examples can be found here.

Generated using TypeDoc