Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

So overall I like the game - especially the music is a great choice. 
What could be improved: 
- after a connection issue, a white line appeared seems to be loading something or counting something.
- the start in a new circle is a bit slow and hard to get.
- Dante describes 9 cicles of hell.... I only see 5 levels (currently in 2)

Okay and suddnely the game prestiges and I restart without deciding anything :( that was a bummer

(+2)

Thanks for review. At the moment I have implemented an auto-prestige system that starts with 10B souls and increases linearly. After filling the sword, auto-prestige happens, where you are offered to attack one of the kings of hell and receive a bonus for it. In the early stages, I would recommend attacking Baal or Belial. Which will give bonuses to the speed of purchasing upgrades and the speed of completing the level.

(+2)

At this moment I have 5 fully completed levels / 2 in development stage(almost finished) and 2 in prototype stage.

I let it run in the background for a while and keep checking. From my perspective the auto prestige breaks the game flow a lot. I've I think 4 or 5 prestiges...and still on level 2....never managed to get to 3 because the game resets

(+1)

The Prestige system has been replaced by the Milestone system.

Feels like a huge memory leak.

(+1)

1) great idea.

2) i think you've got some loop/interval running way too frequent (maybe the hell shop?) that has literally killed the game's performance at only 17 skulls.  unplayable, that is.

(1 edit) (+1)

I was playing around with the physics of skulls, maybe something didn't come back the way it was. Need to check profiler.

I did mini performance fix. Let's see how it works.

i love the game.  but, stuck again with what seems like a memory leak and not able to scroll through lvls.

(+2)

only minimal effect; you introduced something w/the milestone stuff that is just doing way too much.

 i'm just into level 1 and it's just ... no bueno .. see the lag:


sidebar: you need to introduce a debouncer on the skull 'hit' audio, i'm certain there's some performance bit there, but it's not the big game-breaker. 

(+1)

it's not a memory leak, btw.. memory allocation doesn't appear to go much about 512m .. it's the interval or update work that's being done... it's being called waaaaay to frequently [not a unity dev even remotely, so i'm sure i'm using the wrong terminology].

(+1)

It's finally solved. In editor I have stable 30FPS(lol) with continuously spawning 150 skulls per frame

(+2)

yes, you did, good job.  can you take a moment and think about changing two things about the score display:

1) fixed width, period.  the fact that the entire line of text moves move left and right on change is... not amazing UX.  the only thing that should move is a changed number.

2) the color, with no outline, is difficult if not impossible to read when skulls are stuck at the top in a new level.  consider moving it to the left above the hell shop.. and .. please #1.