https://github.com/manevillef/garbage_hero
A Garbage collector game made with bevy
https://github.com/manevillef/garbage_hero
Last synced: 7 months ago
JSON representation
A Garbage collector game made with bevy
- Host: GitHub
- URL: https://github.com/manevillef/garbage_hero
- Owner: ManevilleF
- License: gpl-3.0
- Created: 2024-07-22T08:45:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-18T13:52:58.000Z (9 months ago)
- Last Synced: 2025-03-08T06:09:39.179Z (7 months ago)
- Language: Rust
- Size: 7.62 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Garbage Collector
My solo dev entry for [Bevy Jam #5](https://manevillef.itch.io/garbage-collector)
## Run
Use `cargo run --release` to run the game natively.
For debug options you can enable the following features:
* `debug` to enable the debug gizmo and UI
* `debug_physics` to enable the avian3d debug rendered
* `debug_world` to enable the World inspector plugin## Assets
All assets in the `assets/` folder have their associated licenses.