Skip to main content

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

eldidou

10
Posts
1
Topics
81
Followers
A member registered Nov 03, 2017 · View creator page →

Creator of

Recent community posts

Glad you like it.

For swapping weapon, you can you use [tab], and you can also display a selection wheel with [G] or by pressing the right stick if you are using a controller.

Yes, it's one of my favorite class&skill too, it's really simple and effective. I've considered nerfing it, but it was fun this way so I kept it like this.

Hello! Thanks for the report!

I've fixed the issue locally and will push the patch soon.

Thanks!

For the crashes I will investigate it. Sorry about that!

The downloadable version is directly the executable (no need to unzip or unrar it, just download and launch it).

On windows it's the .exe file.

Glad you liked it!


For the memory leak I can't reproduce it (Firefox 102.0 on Linux). Is it always happening or only on some levels?


For the Witch-Doctor mind control, I could definitely reduce the number of uses and/or the range.

For the Mind-Flayer mind control, (or the charm abilities of some monsters), usually it feels "fair", it's only allowed to use the skills of your character that have an unlimited number of uses. Without this restriction it would do very nasty things likes bombs, potions, inspire, etc. With it, it's often restricted to main attack, and gives you the opportunity to counter it because they are delayed, (except for the Mercenary!).


For the main attack, I agree that the delay makes is risky (especially for AOE), and one needs to check possible counter-moves from the AI before a delayed attack. But it can be extremely efficient if always aimed at a target that won't be able to dodge it, either because it's on recovery, or because multiple characters are targeted at the same time. Maybe the un-upgraded damage is not impressive but it's usually easy to just target a monster on recovery (while other skills require the right conditions for AI friendly fire and traps). In my games, I used main attacks more than other skills, even more so when I invest upgrades in these skills.


For balancing characters, you are not the only one telling me that the Barbarian is very powerful, upgraded grapple with no recovery is maybe OP. I'm not sure yet how to balance it.

But for the Priest and Mercenary I'm actually very happy you liked them, I was feeling these one were underpowered, maybe we have different playstyles.


Thanks for these feedbacks!

Thanks for the comment!
I've considered putting it next to the character, but it was hiding the tiles below, which was an issue especially when clicking on a tile was still possible (when a character has not yet moved), too much risk of miss-clicks. But maybe I could make the icons "pop" more?

Thank you very much for the comments!

Good catch on the issues, it's now fixed.

Hello,

I've got some issues with the resolution of html games in fullscreen on mobile.

Instead of having the full resolution, it's much smaller, which results in blurry/pixelated display. For example if a phone has a screen resolution of 2400x1080, the viewport of the game has will be 800x360 instead. This seems related to the Device Pixel Ratio for mobile displays, and if I ask for the Desktop View, it works, I've got the full resolution.

Does anybody know how to have the full resolution by default?

(The game is built using the Godot engine and the html5 export)

Thanks, glad you enjoyed it! Yes, I could definitely add more content, like more enemies.

To start with game dev, especially if you are new to programming, I think that you should 1) start with something with very simple first, 2) use a simple & flexible enough engine (I used Godot for this game, but Unity would a good choice).