Skip to content
/ kiboom Public

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

Notifications You must be signed in to change notification settings

lajbel/kiboom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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