
Fruit Picker xTreme
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).
Really didn't have much luck in the available time department this year, only really managed to get around 8-9 hours of time I could spend fully on making the game.
But it's nonetheless playable enough for me to consider it a (very minimally viable) game prototype nonetheless. The core feature is in place, but everything else is just not there.
There's fruits to be picked though, albeit only pineapples, and only from a fixed set of plants, all on the very foreground of the 2.5D world.

Missing features;
- Growing more plants (the sorting refuses to work and puts all new elements behind everything)
- Parallax (Simply didn't have time for this, even though all the components should be in place)
- Randomized plants (Also a lack of time)
- Idler elements (Lack of time here as well)
- Audio (Made a music track, but it sucked and was more than an order of magnitude larger than the entire rest of the game binary)
- Windows build is far from perfect (Turns out that VC doesn't actually implement C++17 correctly, so it requires changes to build)
But it's nonetheless playable enough for me to consider it a (very minimally viable) game prototype nonetheless. The core feature is in place, but everything else is just not there.
There's fruits to be picked though, albeit only pineapples, and only from a fixed set of plants, all on the very foreground of the 2.5D world.

Missing features;
- Growing more plants (the sorting refuses to work and puts all new elements behind everything)
- Parallax (Simply didn't have time for this, even though all the components should be in place)
- Randomized plants (Also a lack of time)
- Idler elements (Lack of time here as well)
- Audio (Made a music track, but it sucked and was more than an order of magnitude larger than the entire rest of the game binary)
- Windows build is far from perfect (Turns out that VC doesn't actually implement C++17 correctly, so it requires changes to build)