itch.io is community of indie game creators and players

Devlogs

Quick updates to 0.9.5!

Dungeon of Power
A downloadable game

My head hurts...

Last two days have had some quick fixes, so I apologize for the quick uploads and silly mistakes. All of the recent reported issues have been fixed.

Only remaining possible issue among them is the AI logic not resting when it really should, which should be fixed now, but I expect to be tinkering a little more with the logic before they behave well enough to be real competitors.

As it turns outs, when a dev tests stuff, he doesn't normally do it with deep play sessions in mind. As it turns out, popping items in TWINE with an argument has pop() ignore the argument and always pops the top element. WELL. That means that one must use delete(), but delete() will delete all of the elements of that argument. So you need to get the first index of occurrence of that element, andfeed that to deleteAt(). 

I should have known better than to trust Javascript. That's egg on my face. All problems with item usage should be fixed, and I've tested this with 15 things with duplicates. This works perfectly now.

Files

  • Dungeon of Power v095.rar 1.3 MB
    Jun 24, 2022
Download Dungeon of Power
Leave a comment