Skip to main content

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

hi thanks for the feedback!! i have too realized after uploading that the bishops are a bit buggy. what do you mean by the controls being awful? i don't really understand they seem very fluid and intuitive. are you tap clicking to move? that is the only way i can see how it might be choppy and difficult to change directions. 

(+1)

sorry for the slow reply!

when i said the controls were bad, i meant that there was a small delay when moving while holding down a direction, and once you committed to a direction, you can't back out. this meant that my movements came a little too late, as i was holding down to move generally.

playing around in the first (empty) level to figure out what felt wrong when i played 5 months ago, it seems that if you hold down a vertical direction, you just cannot go horizontal at all. this is not the case with horizontal movement; if you input left and up, you will go up.

changing the input system so that the latest direction input overrides any prior input when holding down directions would make the movement feel a lot more fluid (to me at least).

here are a few examples of what i mean how the input system should be handled. note that no inputs are let go of.

  • holding left, then up, would make you move up. 
  • holding up, then left, would make you move left.
  • holding left, then right, would make you move right.

tl;dr changing the movement input system to accept the first given input and ignoring anything else would do a lot to make the game feel better to play.