Triangle Apocalypse
Use Chrome!
Fly a triangle
Steer using the 'A' and 'D' keys
Slow time using the 'Space' key
Rescue other triangles on your way to the exit
Turn up the volume
## Known issues:
- wasm build only works on chrome - webgpu is needed for compute shaders created by `bevy_hanabi`
- particle effects are buggy when using Chrome on Windows - this makes some levels a bit harder
- on wasm (again), when loading the game for the first time, the audio might not play, hit refresh and it should play!
Please report if you find anything. Making the levels was a big pain because of the approach I took and so there are few and they aren't well tested. I made sure to complete them a few times on the final build, but YMMV.
Source Code: https://github.com/sanisoclem/bevy-jam-4
## Credits:
- bevy_hanabi - particle effects (using a fork to rebase `u/wasm`)
- bevy_smud - render SDFs
- sdfu - signed distance field utilities for defining bounds and checking collision (using a fork with minor changes)
- pristine_grid - from Chris Biscardi's showcase, used in the background shader
- https://github.com/joelleortiz for the logo
- https://freesound.org/people/colorsCrimsonTears/sounds/607409/ - boost sound effect
- https://freesound.org/people/TheBuilder15/sounds/352351/ - wind down sound effect
- https://convertio.co/wav-ogg/ - used to convert the above 2 files to `.ogg`
- https://www.beepbox.co - for prototyping music before editing in a DAW(see prototype of main theme)
Comments
Log in with itch.io to leave a comment.
Hello! I recommend you to add source code and other metadata. Read here how to do it