Feed It Grapes, Keep It Alive by Mike Burns
Collect grapes, don't touch the stars, gain a reprieve from the increasing difficulty by entering the portal.
Controls: A/Left click : Place left turn block under cursor. S/Right click : Place right turn block under cursor.
It will turn right when it steps into the blue square and left when it steps into the red square. Keep it alive!
Built with Rust/Amethyst.

Ratings
| Given | 5🗳️ | 1🗨️ |
1) This makes me happy.
2) I can't launch the windows version (I'm on Linux).
Would you consider either building a Linux version with ...
```
rustup toolchain install stable-x86_64-unknown-linux-gnu # to install the toolchain
cargo build --release --target x86_64-unknown-linux-gnu # to compile for the linux toolchain
```
or uploading the source code, so I can compile it myself?
I would really appreciate it! Would love to check out another Rust entry!
[INFO][amethyst::app] Initializing Amethyst...
[INFO][amethyst::app] Version: 0.15.0
[INFO][amethyst::app] Platform: x86_64-pc-windows-msvc
[INFO][amethyst::app] Amethyst git commit: UNKNOWN
[INFO][amethyst::app] Rustc version: 1.42.0 Stable
[INFO][amethyst::app] Rustc git commit: b8cedc00407a4c56a3bda1ed605c6fc166655447
[INFO][winit::platform::platform::window] Guessed window DPI factor: 1
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Unsupported', C:\Users\Mike\.cargo\registry\src\github.com-1ecc6299db9ec823\gfx-backend-vulkan-0.3.3\src\lib.rs:326:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Great job doing this in Rust as well, I don't know much about the language and it's cool to see submissions like this using other technologies. Great work.
This is really neat, a cool fast-paced puzzle game.
I could totally see myself playing more of this.
My only complaint, is that the game doesn't show your score when you die.
You print the survival time to the console, which is great, but also printing the amount of fruit collected would be cool!
Overall, this is a really cool entry, especially as a first-time Rust project! Props!
I wish you luck on your Rust journey :)
---
@kosmik123 I don't mean to speak for the devs, but the Rust/Amethyst setup they used sadly only works with the Vulkan graphics API currently. So my suggestion would be to update your graphics drivers, if it supports Vulkan.