lajbel / kiboom

📦 Object makers, a way to create game objects with ease

Home Page:https://kiboom.lajbel.com

Repository from Github https://github.comlajbel/kiboomRepository from Github https://github.comlajbel/kiboom

KIBOOM is a toolbox for KAPLAY, that provides some features that are not available in KAPLAY.

Installation

npm install kiboom

Usage

import kaplay from "kaplay";
import { kiboom } from "kiboom";

kaplay({
  plugins: [kiboom],
});

// New methods
makeSprite();
makeText();

About

📦 Object makers, a way to create game objects with ease

https://kiboom.lajbel.com


Languages

Language:TypeScript 81.1%Language:JavaScript 17.9%Language:HTML 1.0%