Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Very challenging, but mostly because of the RNG of what you can get. My best run was with incinerate, but didn't get quite enough red items/potions to support it and still died with 10 enemies left.

One thing I noticed about the generation is that sometimes there would be a missing wall next to a doorway that allowed for multiple entrances into the room instead of forcing them into a funnel. Easy to play around once you notice it though

Thanks for the feedback. 10 enemies left is pretty good, I deliberately tried to make it difficult to win (although maybe that's a bad idea for a jam?). For the RNG issue you mention perhaps the items should be put on floors according to how powerful they are. The way it currently works is all items in the tower (there's one of each, except 2 of each ring and 3 of each potion) are put into a queue at the beginning of the game and shuffled. Then each time a chest is opened the top three are drawn. That means the costly items can appear on the first floor by chance.

The missing walls were intentional to create occasional loops (not that they turn out to help much), but I didn't refine it much, it was just a case of pick a random wall that's between two rooms and delete it which explains what you saw.