A downloadable game

Download NowName your own price

Janken Dungeon!

Due to the theme of the game jam, "Rock-Paper-Scissors", I was feeling really inspired by Gon's abilities in Hunter X Hunter and they were quite a large part of my game, it is also why the name is "Janken", the Japanese equivalent of Rock-Paper-Scissors.

I learnt so much during this project and it has become one of my favourite games that I have made so far.

The biggest part of this project was learning about Procedural Generation, as you can see in the photos I used  it to make both the rooms and the layout randomised at every level. It was such a interesting part of game development to research and I will definitely be using it in future games when I can. 

I also learnt so much about increasing difficulty over time. Unlike previous games I've made where I had fixed increases, in this game I spent a lot of time researching and modifing S-curves for both the enemy stats and for the player stats when leveling up. I feel like this not only adds more depth to the game but also allows it to become more challenging over time. I definitely recommend looking into them if you were doing the same as I was before.

As you saw above, I also learnt how to make a leveling system for the player, after each level you get ten skill points to allocate into your different stats. I really enjoyed making it as I feel it allows so many different run-throughs of the game depending on what your style is. It makes the replayability of the game much more enjoyable and I will probably continue using this in the future.

As you saw, I spent a little too much time during the game jam trying to learn new techniques and skills, that is why this game took a little longer to finish.

I hope you enjoy playing!

Download

Download NowName your own price

Click download now to get access to the following files:

Janken Dungeon.zip 18 MB

Comments

Log in with itch.io to leave a comment.

(2 edits)

I think you have a really cool core mechanic in this one! Having each type be a different attack type worked really well. The design of the game gave me a lot of nice Binding of Isaac vibes. Here are some things to consider if you'd like to improve it:

1.  Make the first few levels easier. This is an issue that I think lot of people run into. You play your game a lot when making it and it becomes easy to you. So you crank up the difficulty to make it fun again. This makes the game really tough for new players. Personally, I kept dying on the first level a lot and never progressed much. I think a good first step would be to have one enemy per room in all the first level rooms. Not only does it make the game easier, it also can let the player internalize the rock, paper scissors mechanic a bit better by having to deal with only one type of enemy at a time. 

2. Reduce the number of dead ends in levels / give more thinking time when entering a room. Consider entering the following room from the bottom:

 

Since enemies spawn in the center and immediately move towards you, you have to attack immediately. There isn't much time to pick a weapon or plan. I usually died in situations like this. I think the player needs more time to mentally process a room before the enemies attack. You can do this in a lot of ways, like by slowing enemies down, reducing the range of enemy attacks, reducing the range at which enemies attack you and/or giving the player more places to move to. I definitely enjoyed the more open rooms much more, since I was able to dodge better and escape from enemies when my mana was low. I think it's also good practice to spawn the enemies far away from the player. Another neat thing you could try is having enemies stop for a second before attacking so that the player can tell an attack is  about to happen. 

That said, I definitely enjoyed the game and I think you have some really neat ideas in there!