kaboom icon indicating copy to clipboard operation
kaboom copied to clipboard

💥 JavaScript game library

Results 100 kaboom issues
Sort by recently updated
recently updated
newest added

The grid movement methods, moveLeft, moveRight, ... alway place the object in the center of the next grid, when resolving the position, the minimum overlap is equidistant in all directions,...

Is there support for tilesets? I would like to create levels using a single tileset image and pass in indices of tile objects (instead of separate sprite images individually). Great...

Hi there, I am not having trouble with the character moving or anything. But from time to time in my level, I want the character to scale a wall. I...

Is it possible to implement a function to fadeIn or fadeOut sprites / obj?

Hi, the position check for touch events is "lagging"; meaning if you add a click listener to an object, the first tap on that object will correctly trigger a click...

My 7-year-old has started his first game and a problem emerged: He wants the tanks to bump into each other and not pass under each other. But adding `solid()` to...

There's two folds for this RFC. Firstly, I think it would be good for beginners to not have to think about passing arrays to `add`. It should accept `add(body(), pos(),...

### Version _No response_ ### What browsers are you seeing the problem on? Chrome ### What happened? All accented characters (à,é, etc.) are missing in the native fonts. ### What's...

I think it's great that you can do multiple jumps in an easy way, but also if someone needs to do it manually, they can always use jump. Also added...