Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Hey nice entry overall! We don’t see point-and-click games that often though they tend to be a good fit for a jam.

Some remarks:

  • why is the audio mono to the left…? The music reminds me of C418 - Sweden (that famous Minecraft track).
  • there’s two “credits” buttons but one of them is “how to play” :p
  • how do I get out of chopping wood? I had to restart the game. I cut through like 10 logs.
  • the art looks nice. I guess it’s pre-rendered? Would have been nice to code the game so it happens in an actual 3d scene but that’s way more complex.

Thanks for your observations!

Honestly, I wasn't thinking about the positioning of the audio, I just created AudioPlayer2D nodes and they started in the top left corner of the screen. It didn't occur to me that that would affect the sound.

I just went back in to see what you mentioned about the two credits buttons. Turns out, when I duplicated the credits button to make the how-to-play button, I forgot to change some code that was from the credits button. So, the first time you exit the how-to-play page, it switches the name on the button to "credits". 

Sorry about the logs mini game, I should have made it more clear how it works. So, there are three stages, and the timing gets faster each time. Every time you miss, you go back one stage. It doesn't make a lot of sense realistically but I wanted to make sure it was challenging.

Yes, the art is pre-rendered. I chose it for two main reasons. First, 2D is much simpler to work with, and second, I thought it would be an interesting style.

I hope this answered your questions. Thanks for taking the time to write down all of these notes, it helps a lot!

Oh if you want audio that’s not spatialized at all there is “AudioStreamPlayer”, without 2D or 3D at the end. Useful for background music, voice lines for the character’s thoughts, …

I see for the logs, I didn’t get through because I didn’t really focus on not making mistakes, just trying to chop wood fast.

Thanks! I never knew that. I'll have to go back later and fix some of this stuff.