kaboom
kaboom copied to clipboard
💥 JavaScript game library
Feature suggestion: It seems there should be a way to specify an animation sequence by frames, rather than "from/to". For example I would expect to be able to do something...
Link to my repo https://github.com/ShubhenduVaid/simple-game
Hello again! Can I change mouse cursor in kaboom? I try this code in CSS but It's not working for me: ```css body { overflow: hidden; margin: 0; cursor: url("new-cursor.ico"),...
Rescale canvas according to the available space like phaser or other html game engines
Would it be possible to enable non-bitmap fonts in text? I know it’s possible for canvas, but I haven’t looked into your implementation: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Drawing_text I have always wanted to try...
How could this be achieved in kaboom?
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!...
Right now when I go from scene A to scene B and then back to scene A, scene A is completely re-initiated. Is there anyway for me to go back...
Hi, Kaboom looks great, very simple API. I'm new to game develop, it seems to be quite different from web develop, especially UI stuff. Are there more examples about UI?...
Here's an example of using a third-party pathfinding library. This was pretty intuitive to setup, feel free to use all or part of it in an example. https://replit.com/talk/share/Pathfinding-in-Kaboom/135194