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

Awesome, well crafted game. I have enjoyed it through the end. 

On my first run I went full Stardew Valley and started planting carrots. One thing I was struggling with is controlling selecting tile. Some viusal indicator would be great.

Other than that it's great. Pig button in the menu doesn't have to be there, but it is. And it's nice. I love how you changed sfx pitching from random ( I usually go 80%-120%) to step based, from low to high. I think I might steal that, because that seems just brilliant. Hope you don't mind :)

(+1)

I'm glad you enjoyed it!

That's a good idea, I'll have to limit the farming to the original chunk, but yeah, it'll be better.

Since I did the buttons/ui from scratch, I just repourposed one for the title, so, why not add a sound? :D

All the music is in C, so every sound effect had to start in C in order for them to sound good, from there it was just a matter of finding the proportions of the intervals relative to root C. Surprisingly it wasn't an easy search, so if you want to use it feel free to use this intervals: 

1,
1.12246f,
1.25992f,
1.33483f,
1.49831f,
1.68179f,
1.88775f,
2
The code is available on GitHub if you want more insight!