Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lajbel/kiboom
📦 Object makers, a way to create game objects with ease
https://github.com/lajbel/kiboom
game-development kaboomjs
Last synced: 1 day ago
JSON representation
📦 Object makers, a way to create game objects with ease
- Host: GitHub
- URL: https://github.com/lajbel/kiboom
- Owner: lajbel
- Created: 2024-04-04T15:40:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T21:03:26.000Z (3 months ago)
- Last Synced: 2024-12-16T22:10:16.340Z (6 days ago)
- Topics: game-development, kaboomjs
- Language: TypeScript
- Homepage: https://kiboom.lajbel.com
- Size: 173 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
KIBOOM is a toolbox for KAPLAY, that provides some features that are not available in KAPLAY.
## Installation
```
npm install kiboom
```## Usage
```js
import kaplay from "kaplay";
import { kiboom } from "kiboom";kaplay({
plugins: [kiboom],
});// New methods
makeSprite();
makeText();
```