Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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();
```