diepAPI icon indicating copy to clipboard operation
diepAPI copied to clipboard

An API for https://diep.io

Results 18 diepAPI issues
Sort by recently updated
recently updated
newest added

sometimes the player entity can be found as destroyer branch bullets

bug
good first issue

currently you have to manually copy the libary and place it in the template.user.js. Would be great if we could automate this process

enhancement

![image](https://user-images.githubusercontent.com/30176357/193472374-ff564470-71a2-4c43-b63a-a0c66be16f53.png)

bug

Currently there are two overlays: - diepAPI.tools.overlay: this overlay is placed on top of everything - diepAPI.tools.backgroundOverlay: this overlay is placed behind gui & players/bullets Would be cool to have...

enhancement

Detecting a player by looking at the circle radius only is very naive. To improve the player detection we could try to check if a barrel gets drawn before.

enhancement

When an entity becomes invisble, the position is wrong. It will appear that the entity is in the corner. This is because, transparent entites are drawn on a different canvas....

bug

I would like to have the ability to draw on the minimap using CanvasAPI. ```js MinimapCanvas.getCanvas() ``` the canvas should have the dimensions of the arena so we dont have...

enhancement

```entityManager.entities``` returns containing multiple instances of the same Spike when one is on screen. ![Capture d’écran 2022-03-11 054314](https://user-images.githubusercontent.com/94757414/157804563-3397a6dd-2e13-4217-bca6-5dc8781ef235.png) also slightly noticeable in the debug tool (my bad if this was...

bug