Bat Hunter Tanuki is a 2D action rogue like, originally developed in one week for the 2 Buttons Jam 2018

Kill the enemies of each room in order to get to the end of the random generated maze and kill the Midnight Lord.

In order to play the game use the left and right arrow keys only, it might be a bit confusing but you'll get used to it. Have fun!

StatusReleased
PlatformsHTML5
Rating
Rated 4.0 out of 5 stars
(1 total ratings)
AuthorCésar Moltó Morilla
GenreAdventure
Made withUnity
Tags2D, Pixel Art, Roguelike, Unity

Comments

Log in with itch.io to leave a comment.

Nice game! But  I would like to tell you some issues.

1. When the game FPS is high, charathers will move fast. To fix this, please add "*Time.deltaTime" onto the movement code . (Vector3 position = Vector3.MoveTowards(base.transform.position, this.targetPosition, this.speed * 60 * Time.deltaTime);)

2. The hitbox of the is a bit annoying. It probably best to align the tanuki into the grid.

3. There's a glitch which causes the player to go through walls when he is hurt.

This week I'm gonna work on add some menus and fix the things you mentioned. 

Thank you very much for the feedback, I really appreciate it :)