Skip to content

Commit

Permalink
Merge pull request #40 from Cazka/feature/version-3
Browse files Browse the repository at this point in the history
version 3
  • Loading branch information
Cazka committed Oct 2, 2022
2 parents bc4a4ae + f0f7256 commit 723556b
Show file tree
Hide file tree
Showing 49 changed files with 2,646 additions and 3,339 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# diepAPI

### v.3.0.0
diepAPI is a library with many apis that allow you to interact with the game.

The next major release is currently planned for april 2022.
3.0.0 will come with
- full documentation
- improved and stable api
### APIs:

- arena
- camera
- game
- gamepad
- minimap
- player
- playerMovement
- scaling

### Building:

Expand All @@ -17,6 +23,8 @@ npm install
npm run build
```

You will find diepAPI.js in the /dist folder.

### Working with the API:

include the bundled library in your script and access the api by the global Object `diepAPI`.
Expand Down
50 changes: 0 additions & 50 deletions docs/assets/highlight.css

This file was deleted.

Loading

0 comments on commit 723556b

Please sign in to comment.