Skip to main content

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

Great game, really among the top I played this jam. The visuals are simple but feel polished, and the gameplay is clear but quite fun. I liked that each enemy grants a card which is a simple detail that I though provides a lot to the presentation. The global scoreboard is impressive and great addition. One thing I didn't like is how the cursor is hidden, somehow that makes drawing the bow kinda uncomfortable.

Thanks alot! I smiled while reading your comment :). I do not understand bow drawing to be uncomfortable because of the hidden mouse. The mouse is captured and only read mouse motion, so you do not need to think where the mouse should be. If the mouse where not captured, you would always need to center it before the draw and try not to get it off the window.

I understand that cursor is not needed, it's just that my brain expected it to be present and it felt kinda wrong when it was not there. But maybe that's just me, and your approach definitely makes sense. 

Ah ok that makes sense. I get what you are saying, i did not thought of another way to solve this.