[go: up one dir, main page]

Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Hack 'n' HarvestView game page

- Guard your farm from invasive plant species Kudzu with your trusty sickle, walls and towers.
Submitted by hatmix, DryQuest Studio, fradono, Lampazzu — 38 minutes, 54 seconds before the deadline
Add to collection

Play game

Hack 'n' Harvest's itch.io page

Results

CriteriaRankScore*Raw Score
Theme#84.4504.450
Fun#123.7753.775
Overall#153.7323.732
Accessibility#163.4753.475
Audio#233.6003.600
Originality#273.7753.775
Controls#413.4253.425
Graphics#423.6253.625

Ranked from 40 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Godot Version
4.4

Wildcards Used
N/A

Game Description
​Guard your farm from invasive kudzu with your trusty sickle, walls and towers.

How does your game tie into the theme?
Nothing grows faster than kudzu! Nothing!!

Source(s)
N/A

Discord Username(s)
hatmix, Dryster, fradono, lampazzu

Participation Level (GWJ Only)
6

Leave a comment

Log in with itch.io to leave a comment.

Comments

Viewing comments 27 to 8 of 27 · Next page · Last page
Submitted(+2)

I'm in love the unique artstyle of this! I can see it becoming a pretty decent game with some additional polish and content.

Developer

Thank you so much!! 

Submitted(+2)

The concept is really good and i really liked the music. Something that i didn't like is that the harvest attack doesn't hit the plants that are between the player and the slash, leaving leafs in the middle which is a bit annoying. great game.

Submitted(+2)

The game has cool visuals and animations. The growing of vines looks interesting, too. But most of all, I like the tactical defense process itself. The difficulty is balanced, and the game doesn’t press on you right from the start and gives you some time to understand how it works.

Submitted(+1)

This was fun. The building sound is very familiar, reminds me of Loop Hero.

Developer(+1)

Glad you enjoyed the game! I’ve asked the person who provided the building sound effect to confirm its source. If I don’t hear back soon, I’ll replace it with something I know the origin of. Thanks for pointing this out!

Developer(+1)

Glad you enjoyed! The building sound was a recording of my dad's sawing, with a lil pizzaz :)

Submitted(+2)

farming sim/tower defense? Cool idea. I really loved the battle music. I got really nervous with how the vine kept growing despite me cutting it, but when I understood that the leaves are what mattered, it became a lot of fun. Solid work!

(+2)

The gameplay is incredibly fun and satisfying. Love the painterly pixel art!

Developer

Thanks! Glad you liked it and enjoyed it!

Submitted(+2)

Really fun game! It's probably one of the games I spent the most time playing and trying more runs until I finally figured out the strategy to stop those vines. The vine growing mechanic is super cool! I really like the animations for the towers especially the level 3 fire thing. I also really appreciated the speed toggle in the options menu, I was trying to fill up the entire screen with level 3 towers so it was nice to be able to speed things up lol. Great work on this it's a lot of fun!

Developer

Thank you for playing and very happy you enjoyed! And... yes, filling up the entire screen with level 3 towers is the way to go xD

Submitted(+2)

5 stars game! I loved it, it's fun, has a cool art and music. Fitting the theme very well, GJ!

Submitted(+2)

I must admit this funny game caught me longer than I expected, it`s addictive. I like the towers animation, especially the last one. But the construction menu is quite clunky, especially when the buildings are located next to each other. Since you can no longer switch with the left mouse button, but have to close the window each time and it does not close when cursor is hovered. I also think that the character's auto-attack would be great here, for example, I basically did not release the spacebar during the wave.

Developer(+1)

Calling our game addictive is the best compliment you could give us ! Thank you for the feedback,  your points will be very useful when we polish the game after this Jam.

(+2)

Fun game! Addictive, nice pixel art, and music.

Developer

Thank you we had a lot of fun working on it !

Submitted(+2)

Cool game! Great idea! It was just a bit confusing to know when I am about to lose.

Developer

Glad you liked it ! We should probably implement a warning when your farm is almost destroyed.

Submitted(+2)

Amazing visuals! loved the vine effect. Great job on the game!

Developer

Thank you we had a great artist !

Submitted(+2)

Very cool, nice job :D

Developer

Thanks Dwayne !

Submitted(+2)

Holy shit this game is so much fun! I wonder how you created the vine growth effect; they are so satisfying to look at! 

Developer(+1)

Thanks for playing and glad you enjoy the game! The kudzu vines started as a “can we make this look good?” experiment before we even decided what the gameplay would be.

The vines are a Line2D with a new point added every timer tick. The width increases by number of points and a width curve creates the thinness at the leading end. Each new point starts at points[-1] and tweens to its final position, though this animation seems to get dropped a lot after switching to physics processing for vine collision with walls. The leaves have 3 stages of growth that are scaled from zero and modulated from transparent on the same timer.

Submitted(+1)

you guys definitely nailed it. they look incredible and don't seem that complicated to create the effect. 😏

thank you for sharing!

Submitted(+3)

I really enjoyed this game!  I will say however even after reading the tutorial, I totally missed once playing how to build anything. I went back to play again after reading through everything and figured it out, but having something on the UI to click into build mode I think would go a long way to clarify and make it more discoverable. 
The vines growing were great to watch and also feel like I could cut back, until the eventual doom. Might be nice to add a leaderboard or some sort of indicator of how you stacked up against other folks.

Developer

Great suggestion about a button for build mode and I’ll add it to the list. Thanks for playing and commenting and glad you enjoyed the game!

Submitted(+2)

This is the kind of game you want to keep playing until you max everything out, which I did. The vine growing is a fun new way to spice up the tower defense genre. The art is a little hard to read, some outlines on the pixel art would do you good. That said, the tower animations are awesome! I realized you can place a wall next to a tower to make the wall effectively invincible. Needs a little balance but a great game nonetheless.

Developer

Hadn't even realised that strategy lol. Thanks for playing!

Submitted(+2)

cool game! Tower defense games are super fun. great implementation of the theme. I wish there was something that explained what the different buildings did more clearly though, but other than that I don't have anything bad to say :)

Submitted(+2)

stellar audiovisual aesthetics, I really love the gritty mood! the mechanics are intriguing too — the chaos of vines growing ever closer while I futilely chop away at the leaves, it’s quite enchanting, even satisfying. I thought it was a bit weird that the attack direction is based on movement, not mouse aim, but I got used to it. vines kept growing between my invincible barriers, it was hard to gauge the collision boxes so I guess I kept placing them too far apart. it seemed entirely impossible to survive after a handful of seasons, but that kind of inevitability is very welcome imo. awesome entry!!

Developer(+1)

Thanks for playing and commenting! There are two things that can lead to the vines getting through walls.

First is we never got around to making the walls and towers respect collision when placing and moving. That makes it difficult to get the walls lined up in a way that closes the gaps between collision shapes. If you walk around the wall, you might get an idea how much they need to overlap for collision to be continuous.

Second, collision tests only happen at the tip of the vine. If the tip is past the facing edge of the wall when the wall is placed, the wall is basically ignored.

But on the other hand, this behavior of vines going through cracks you didn’t know about is probably the most realistic behavior I’ve ever accidentally coded.

Submitted(+1)

hahahah realism, brilliant response!! I’ll try your tip about walking around the wall, thanks!

Submitted(+2)

I enjoyed protecting my crops - lots of simple mechanics to handle an increasingly dire situation. Had fun! Congrats to the team!

Developer

Thanks for playing! 

Submitted(+2)

Nice game. I found that not being able to remove the green stems a bit frustrating. Don't know if that was on purpose but thanks for the game it was quite fun.

Developer(+1)

Thanks for playing and commenting! The game’s approach to the leaves & vines comes from real-world advice about removing kudzu. That is to keep the leaves cut back during summer and to remove the vines and roots in their winter/dormant season.

Viewing comments 27 to 8 of 27 · Next page · Last page