
Shaded Flowers
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
The idea was to make a game where you grow and combine flowers. The flowers would mutate and change the way they look, and there would be a lot of particle and it was supposed to look very cool.
Unfortunately, my first jam with Rust custom engine https://github.com/kuviman/geng was harder than I expected (as it usually is with Rust for me)
So I only managed to make some basic particle effects.
- Flowers grow some amount of nodes and when they're fully grown, you can get a seed by right clicking a flower.
- With seed you can plant new flower
- New flower will inherit mutations of parents in the circle zone
- To delete a flower, right click the root node
- you can grab flowers with left click

Unfortunately, my first jam with Rust custom engine https://github.com/kuviman/geng was harder than I expected (as it usually is with Rust for me)
So I only managed to make some basic particle effects.
- Flowers grow some amount of nodes and when they're fully grown, you can get a seed by right clicking a flower.
- With seed you can plant new flower
- New flower will inherit mutations of parents in the circle zone
- To delete a flower, right click the root node
- you can grab flowers with left click
