https://github.com/vitberget/advent-of-code-2024-day-15-rust-bevy
Make the robot go brrr with Rust and Bevy.
https://github.com/vitberget/advent-of-code-2024-day-15-rust-bevy
3d advent-of-code advent-of-code-2024 bevy rust
Last synced: 5 months ago
JSON representation
Make the robot go brrr with Rust and Bevy.
- Host: GitHub
- URL: https://github.com/vitberget/advent-of-code-2024-day-15-rust-bevy
- Owner: vitberget
- Created: 2024-12-31T12:54:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-11T12:27:14.000Z (6 months ago)
- Last Synced: 2025-01-11T13:32:37.112Z (6 months ago)
- Topics: 3d, advent-of-code, advent-of-code-2024, bevy, rust
- Language: Rust
- Homepage:
- Size: 437 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code with Bevy
This is a solver of the [year 2024, day15, part1](https://adventofcode.com/2024/day/15).
It is made in [Rust](https://www.rust-lang.org/) and is really slow - cause it needs time to visualize it in 3d with the [Bevy engine](https://bevyengine.org/).
## Start
Compiling might take a ... while.
```sh
cargo run --release
```## While the robot is pushing the boxes
* Key `1` - `9`, select speed, slow to fast.
* Key `0`, really fast
* `Escape`, go directly to the gathering score phase.## While completed
When scoring is over, press `Escape` to quit.
## Your own puzzle
Replace the content of the file `puzzle.txt` with your puzzle data.