Hello Everyone :)

My name is Engo and I'm a solo game developer in my free time,

I had a blast making this game for you to play and I hope you enjoy it!

The game is a fast pace typing game about recycling for the bevy jam #4

The goal of the game is to get the highest score, when the trash reaches the white line the game is over.

There is a combo system indicated by the blue line at the bottom (Inspired by zType)

You gather combo points by not making a mistake when typing, the more letters in a row you do the more combo points you get.

When the blue line reaches the end of the screen you get a combo increase that will add the amount of combo you have to your score each time you clear a trash item.

If you clean glowing red trash it will explode on impact and destroy nearby trash.

Pressing ctrl+backspace it will clear the typing buffer.

This game was made by me with the musical help of my amazing partner

Source code can be found here: (Note that it's a mess right now but I intend to fix it to be a proper example on how to do things in bevy for other people to use, feel free to watch the repo I'll introduce the improvements as soon as I can)

https://github.com/EngoDev/recycler

Download

Download
recycler_v0.0.7_linux.tar.gz 12 MB
Download
recycler_0.0.7_windows.zip 14 MB
Download
recycler_v0.0.9_web.zip 6 MB
Download
recycler_v0.0.10_web.zip 8 MB
Download
recycler_v0.0.11_web.zip 6 MB
Download
recycler_v0.0.12_web.zip 6 MB

Install instructions

1. To run on windows unzip the file and runner recycler.exe from the same folder of extraction

2. Please note that the Mac version was not tested, but should work. I really hope it does. If it doesn't let me know and I'll try to fix it.

Comments

Log in with itch.io to leave a comment.

(1 edit)

Yup, also panics for me (browser version on MacOS, in chrome)

Here is the error in case it helps: 

Caused by:

    In Device::create_bind_group_layout

      note: label = `ProgressBarMaterial`

    Binding 2 entry is invalid

    Features Features(VERTEX_WRITABLE_STORAGE) are required but not enabled on the device

Edit: Tried the native MacOS version and it crashes on startup :(

Thank you for trying to try my game :)

I'm sorry the Mac version doesn't work, I removed it from the page.

wgpu panics :(

The local builds run tho~

Thank you for trying my game! Sorry for the confusion with the web version, I couldn't find a way to remove it from the page but I added a clearification to the description.