hebi icon indicating copy to clipboard operation
hebi copied to clipboard

A highly customizable snake clone made in Rust with the Bevy engine, named after the Japanese word for snake, 蛇.

Results 6 hebi issues
Sort by recently updated
recently updated
newest added

Materials no longer seem necessary for sprites in Bevy 0.6, see the [SpriteBundle and Sprite](https://bevyengine.org/learn/book/migration-guides/0.5-0.6/#spritebundle-and-sprite) section in the migration guide. This should be done after migrating #25. For now, all...

refactoring

[Migration guide](https://bevyengine.org/learn/book/migration-guides/0.5-0.6/)

refactoring

Nice project. If you are still looking for ideas you could implement you could allow the user to provide different audio variations for the same event. For example by allowing...

These are the steps I followed: - Clone the repo - Install rust nightly - `rustup show` returns this: ``` ~/hebi main ▲ rustup show Default host: x86_64-apple-darwin rustup home:...

help wanted

Kind of like how themes work currently. Name in config, load from a separate file. Bonus points, would be cool if it used something like [curl](https://crates.io/crates/curl) to be able to...

enhancement