Skip to main content

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

You have my respect for limiting yourself to the free assets. I went all in on the other direction :D - was just curious to see how many stuff would be relevant for what I'm doing/discovering.

Thank you for making a tactics game - I'm a fan!

Very well made, good job!

It's an interesting decision to reset the level of the sword for each area. I guess it's a balancing decision? I'm curious to know the thinking behind it...

Hit a couple of bugs: 1) the enemy would stand diagonally to the character and hit the tile in front of it. It's funny because I did the same intentionally in order to anticipate the enemy's move and have an advantage. The result is that both characters are swining their swords at the exact empty space in front of them. It's funny, really! 

2) Somehow I managed to get into the same tile as the enemy and we got stuck basically. I managed to get out by using an item.

It would be nice to have the health replenish when levelling up.

Good luck!

(+1)

Thank you for your comment and feedback.

Thank you for reporting bugs as well!

The enemy getting stuck is a rare bug that I didn't have time to figure out how to duplicate and fix. Clever of you using items to get out of it though! I'll look at adding an additional check before enemy movement as I think it's happening when the player takes 2 or more steps in quick succession (movement is raycast based rather than grid coordinate based).

The sword resetting is actually just a mistake. I tweaked where variables are updated and the special attack script doesn't properly fix itself. I can fix that quickly after the jam.

Are you an orc? You and the enemy having the same idea gave me a laugh. Thank you for that. The enemy attack pattern miss needs to have a directional check added that I (probably foolishly) didn't prioritize. I wanted to have them have a chance to predict the wrong tile and missbtheir attack on player movement.

On level up, the player gains 10% max HP and 20% current HP. I'll check to see if that's not working properly. Enemy is also recover 10% HP and a flat amount of HP depending on the enemy (most of the enemy stats, items, and loot drop pools are unique).