Play the mathimagical game where you arrange monsters to complete the dungeon’s sum-mons. May Trix the Witch is doing all she can to bring the dungeon to order!
Controls: mouse or touchscreen, keyboard
ldjam.com/events/ludum-dare/…#ldjam#gamedev#ludumdare
Countdown to Ludum Dare, T-minus 2 days! Check out this new JSFXR plugin by @jyoung424242! This is huge because it allows you to generate sound effects by configuration! (Video Audio Warning)
`npm i @excaliburjs/plugin-jsfxr`
excaliburjs.com/sample-jsfxr…#gamedev#ldjam
🗺️⚔️Check it out! Brand new officially blessed pathing finding plugin for Excalibur built by a contributor!
`npm install @excaliburjs/plugin-pathfinding`
Supports A* and Dijkstra on top of the Excalibur TileMap!
Check out the sample: github.com/excaliburjs/sampl…#gamedev#ldjam
🔥🔥🔥Fire! Check out this cool fire effect made in Excalibur with a noise image and some shader code! It's a pretty convincing effect with very little code!!!
The gist is you animate the y coord of the uv over time!
Code for the demo: codesandbox.io/p/devbox/exca…#gamedev
⚔️ Excalibur v0.29.2 is released! This is a medium-ish release, lots of community contributions in bugs and docs realm!
`npm install excalibur`
* Lots of bug fixes
* Lots of QOL features
Docs: excaliburjs.com/
Check out the release! github.com/excaliburjs/Excal…#gamedev
New Excalibur + Tauri template! New Excalibur + Tauri template! Wrap your Excalibur games in a Tauri shell powered by Rust!
#gamedevgithub.com/excaliburjs/templ…
Did you know Excalibur has a perlin implementation? Perlin and other noise generation algorithms are really useful for creating "smooth" randomness and generating natural looking structures in your games!
In this example you can easily make a natural looking star with noise!
Excalibur v0.29.0 is out! This release brings us within striking distance of v1!
* Chrome Excalibur Dev Tools Extension!!
* Pixel Art Preset
* Scene Transition & Input API
* Scene Scoped Loaders
* Custom Loaders
youtube.com/watch?v=2G3JOR6M…#gamedev#opensource#typescript