FoonLudum Dare ExplorerLD42 → Drone Gardening League

Drone Gardening League

By juxipolo

View on ldjam.com

CategoryRankScoreCount
Overall2653.5221
Fun3203.3121
Innovation1583.5721
Theme4033.4721
Graphics1873.6821
Audio4312.7121
Humor2.2118
Mood2.9119

Comments

max-cahill 2018-08-18 04:48

Quite liked the deckbuilding aspects but had very little idea what led to a good performance, haha. Enjoyed the pseudo-volumetric effect

timbelion 2018-08-18 06:23

I love the idea. Everything is ok, but I am bad playing this game. Idea is really new and nice. Nice work!

jimmyc 2018-08-18 06:24

absolutely love the deckbuilding aspect with pixel art style!

jessefreeman 2018-08-19 23:51

Really interesting game. Loved the graphics! Could be a lot of fun with some more polish and different challenges. I'll watch the project page to see what you keep adding to it!

reax 2018-08-20 01:25

I wanted to try your game but the window is just black. I tried both the original and the post-compo. Let me know if you've been able to fix it and I will come back to try again.

Screenshot_220.png

tinykidtoo 2018-08-20 01:32

I didn't quite grasp how to get the highest score but it was a lot of fun. I was just spamming plants but could see that there is some strategy to work with.

juxipolo 2018-08-20 03:15

@reax - I don't know what could be causing that, so I've added more error logging to both versions of the game. If you (or anyone else) run into the error again, please do the following so I can figure it out:

1. From the start menu search for "Event Viewer" and open it 2. Go to Windows Logs -> Application 3. There is probably a new error near the top (if you already had it open, you might need to click refresh from the Action menu) 4. Look for one an Error with an event ID of 1313 and click it 5. Look for "MSG" STACK" and "INNER" in the text on the bottom 6. Please let me know what those say

reax 2018-08-20 03:31

@juxipolo Here you go mate. ``` The following information was included with the event:

MSG: File loading error: ScaledFont base/font/medium bold STACK: INNER: System.FormatException: Input string was not in a correct format. at System.Number.ParseSingle(String value, NumberStyles options, NumberFormatInfo numfmt) at GameLib.fileUtils.d__4.MoveNext() in C:\Users\mettu\Source\Repos\GameLib\GameLib\GameLib\fileUtils.cs:line 40 at GameLib.ScaledFont._Load(OLoad load) in C:\Users\mettu\Source\Repos\GameLib\GameLib\GameLib\Load\FontAsset.cs:line 34 at GameLib.IAsset.Load(OLoad load) in C:\Users\mettu\Source\Repos\GameLib\GameLib\GameLib\Load\load.cs:line 399 ```

predominant 2018-08-20 03:37

Tricky to understand at first, but after a couple of plays, really got into it. Excellent for a jam game!

juxipolo 2018-08-20 04:22

@reax - Thank you so much! That was exactly what I needed to fix the bug!

I've updated both versions of the game - this should be fixed now.

reax 2018-08-20 10:37

@juxipolo Nice, it works now. I'm very much into drones my self and this drone planting concept is really cool to see in a game. It was interesting to play. An idea if you want to extend the game, would be if you could attack your enemies, or maybe if you could use an aggressive plant to eradicate enemies plants or such. I think some sort of combat mechanic would add an additional dimension to the game.

You mentioned in your video that cards in a real-time game didn't turn out so well. But I disagree, I think the implementation of this card system works quite well. But of course like any game, things can be tuned forever. Especially when it's made in less than 3 days!