Skip to main content

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

Hangman is really close to my heart. It was the first minigame I tried recreating in Python (that you would play in the terminal, so print only). Love your idea of putting a spin into it (lol).  But the wheel holder not being centered is driving me nuts. Whenever you have the time, please fix it. 

On the 'other hand', I for one agree with the red slice, but only if maybe if you gave more tries from the start, rather than 5 or 6. There are for sure things you could add to the drawing that would slow down the 'hanging'.
Great game and good job!

Thank you so much for playing rating and reviewing the game!

I was struggling with the wheel center myself. It is just that they are not sprites or images, it is dynamically being drawn inside Godot engine through its _draw() function. I have to think through of math to calculate the correct center.

I also agree with making more lives for the hangman as I myself barely pass level 1 lol

Thank you so much for the review! I would definitely keep working on this one to make this a full game.