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

High level raycast method to raycast objects (note that a circle is raycasted as a square since it returns a square shape). Level has a raycast method using a voxel...

- Remove mention to `children()` and `solid()` components - Simplify the `readd()` example

Improved CONTRIBUTING.md to make Kaboom dev clearer.

I have added helpers for using a compiled language, Oak (Oaklang.org), into the code. ![image](https://github.com/replit/kaboom/assets/126259962/53cf934a-2207-44c3-95ed-748a56055036) These allow for Oak String payloads (`{__mark_oak_string: true, assign: ƒ, push: ƒ, toString: ƒ, valueOf:...

Adds ability to configure type of click for object `onClick` callback.

Bumps [express](https://github.com/expressjs/express) from 4.18.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies
javascript

Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependency [puppeteer](https://github.com/puppeteer/puppeteer). These dependencies need to be updated together. Updates `ws` from 8.16.0 to 8.17.1 Release notes Sourced from ws's releases. 8.17.1 Bug...

dependencies
javascript

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies
javascript

The tutorial suggests that gravity is automatically enabled, which it isn't. I thought I had made a mistake XD.