The Tree by StarchyPancakes

[raw]
made by StarchyPancakes for LD34 (COMPO)
This is a simulation game that adheres to both of the competition themes - growing and 2-button input. It is a tree/plant growing simulation in which the player attempts to grow a large and majestic tree. The game is written for the windows platform only, unfortunately. I didn't have time to implement a hacky audio engine so I respectfully ask that it not be considered in the judging.

P.S. Please remember to read the readme, I didn't have time to implement (or perhaps I didn't distribute the time I had wisely enough) the necessary stuff to have a splash screen with controls and such, so please do remember to take a look at the readme to get a better idea of how the game works.

Enjoy!

Ratings

Coolness 47% 1468
Overall 2.88 776
Fun 2.43 872
Graphics 2.88 606
Innovation 3.59 223
Mood 2.90 524
Theme 3.91 331

Feedback

mf1214
14. Dec 2015 路 03:37 UTC
That was cool! The trees look great. However, when my tree got to the point where it was growing to where I couldn't see all of it, the game crashed.
馃帳 StarchyPancakes
14. Dec 2015 路 05:09 UTC
You are absolutely right, I completely forgot to add a check to make sure the branches don't continue spawning indefinitely, the crash is occurring when the array goes out of bounds. I have it fixed and am uploading that version after typing this response. Thanks for the input (a later version will definitely include zooming out, among other things, but I think doing that stretches the "bug fixing rule" a bit too much for me to be comfortable adding it for the voting version). I'm glad you liked it though, and thanks again for the comment :)
manabreak
14. Dec 2015 路 06:27 UTC
Nice procedural generation! The tree got so big I couldn't see it anymore, though... Solid work!
CodeNMore
14. Dec 2015 路 22:14 UTC
I love the look of this game, very nice and pretty mechanic! I believe you may have handled the window events wrong, the x-button did not work and the cursor was a loading symbol. Nicely done!
madjackmcmad
18. Dec 2015 路 20:42 UTC
Every time I play this is all I can create:

http://i.imgur.com/M7odOpL.png

I press down once, a line extends to the south east. I press up once, a yellow square appears. Nothing else happens regardless of input.
馃帳 StarchyPancakes
18. Dec 2015 路 23:05 UTC
madjack: it is randomized so every new time you try it should extend a different direction. If that fails (it shouldn't but there are situations in which it could) then you have to wait for the groundwater to reach up to the roots. The groundwater is the second ground level that doesn't change with the time of day (very low in your picture).
馃帳 StarchyPancakes
18. Dec 2015 路 23:06 UTC
madjack: Oops, meant to say the groundwater doesn't change **color** with the time of day
BloodJohn
04. Jan 2016 路 15:32 UTC
The game really need comments: what's going on and how to control it.