-
Kaboom.js is a JavaScript 2D game engine! User friendly, for beginners and very fun to use
Kaboom v3000 Logo:
![image](https://github.com/SAWARATSUKI/KawaiiLogos/assets/71136486/b80d235c-56ea-420a…
-
# v2000 doc not shown due to Replit Legacy Hosting has migration
![image](https://github.com/replit/kaboomsite/assets/134825013/09c162bb-5c6a-4488-b2d2-50a410c96834)
https://kaboomjs.com/
Once …
-
Hello, I am currently writing an online tilemap editor pwa app, which can already export boilerplate code for kaboomjs.
It can export it, but only do it for one layer!
![kaboomJsExport](https://us…
-
This can make modifying sprites very hard, because the uv coordinates don't go from 0 to 1 and other textures can easily leak in.
[Example](https://kaboomjs.com/play?example=shader&code=eJx10E1qwzA…
-
As the title says, text is rendered too low when viewing it in Safari. The example has a custom font so it's easier to tell what's happening, but it still renders wrong with the default Kaboom font.
…
-
When I change the tab and come back again to the game window. It freezes the objects and not any event is working the same as a pause. I'm using the version "kaboom": "^2000.1.8".
I checked the off…
-
### Version
v2000.1
### What browsers are you seeing the problem on?
Chrome, Firefox, Safari, Microsoft Edge, Other
### What happened?
Nothing plays
### What's the expected behavior?
There shou…
-
hi,
The playground in kaboomjs.com might be using an older version, but it can still replicate the error.
In the playground option "platformer", I have set the width and height of the canvas, and c…
-
Yarn editor uses ace-editor, which can pretty easily be enabled to edit javascript syntax files.
Plugins can now be hosted on a gist, so in theory they can also be edited while hosted on that gist (w…
-
Hi,
Trying to learn Kaboom by following the Mario tutorial (https://docs.replit.com/tutorials/kaboom/build-mario-with-kaboom), but it seems that it was written for a version older that 3000. So I'm…