Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 days ago
JSON representation

Make the robot go brrr with Rust and Bevy.

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.