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

HearthBeatView game page

A Top Down Puzzle Game
Submitted by The Nervous Beehive — 2 days, 3 hours before the deadline
Add to collection

Play game

HearthBeat's itch.io page

Results

CriteriaRankScore*Raw Score
Fun#463.1223.250
Graphics#662.8823.000
Controls#672.8022.917
Theme#702.6422.750
Overall#772.5752.681
Audio#801.7611.833
Originality#832.2422.333

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

Godot Version
3.2.3

Wildcards Used
N/A

Game Description
A Top Down Puzzle Game Where You Play As A Heart

Source
UNSURE

Discord Username
N/A

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

My main feedback is that push and move should be the same input. Also assuming it was a bug, but I solved level 3 without the key?

Developer

Ya i wanted to have them the same key but i was running into some unexpected errors so i just made them different buttons.

And ya if you picked up the key and died the has_key variable never reset (sadly i realized this after submitting my game) 

thx for the feedback :D

Submitted(+1)

Cool spin on a classic. I wasn't able to figure out 2 and 3. 2 seems impossible,  3 had me stumped but I feel like i just need to try it a 100 more times and I might have figured it out. But I think the key variable needs to be reset. After failing to make it to the door 100 times, I went to the door with out grabbing the key and it opened. Also noticed the problem with failed pushes. Seems you reading Input.is_action_pressed - i think for this everything should be is_action_just_pressed. Then you will only get one event per press instead of a continuous stream of events. But overall you got me inspired. I've been meaning to make a sokoban type of game. (Adventure of lolo is my ish)

Developer

thx for the feedback i wasnt aware of the bug with the key but it should be an easy fix and i am happy to have inspired you to make a game 

Plus all levels are passable (i think) :D

Submitted(+1)

Cool puzzles, the last one had me stumped for a bit until I realized what I was doing wrong. Keep up the good work :)

Developer

thx for the feedback :D

Submitted(+1)

Nice puzzles, love me some Sokoban.  :) 

 If you are interested in continuing working on it I recommend learning Command pattern (https://gameprogrammingpatterns.com/command.html). It will allow you to undo your actions, which is often seen in this type of games.

There is an issue with pushing when you tried to push block that you could not - if you hold the button you will start to lose moves very fast. I suppose you could use it as a quick restart option. But restart button would be nice too :D

Developer(+1)

thx for the feedback i would have loved to have added some of those features but i eventually ran out of time i may go back and polish the game some time but i am currently working on a dream game so probably no time soon.

I will check out the link you sent me for sure 

Plus loved your game :D