Skip to main content

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

Looks great! I'm a big fan of the Might & Magic games, and this seems a fantastic love letter to that franchise. However, upon starting the game, I took two steps and was promptly incapacitated by a large snail; How do I attack it? Right-click, as indicated above, seems to do nothing (nor left-click, middle-click, space, ctrl, alt, or any other key besides WSAD). I am able to turn, pick up my character's items (only allowed to put them right back where I got them, though) and "end turn".  Everything else is "you cannot move while engaged in battle".

EDIT: ah, right-click the handed item! Not the enemy itself. I should have known. Disregard!

(+1)

That doppleganger is a curveball! I am curious how your engine puts together the 2.5D scenes and does transitions and turns. I really like it. I notice my wizard will NEVER level up his dagger skill; he's not skilled enough in it to ever hit even the weakest enemies, which means he never gains any skill experience from inflicting damage, which means it will never gain a rank, which means he will never hit even the weakest enemies. :/
Overall, a fun experience!

(+1)

Heh :)
That doppelganger acts more like a "now you've done it" moment, there's no escape :) I had a planned event to add before the teleporter but required some skill check and that's not developed, yet... I had a lot of problems managing all those transitions, they're not quite easy as they seem. In short, I'm Y-rotating those 2D sprites to always face the party's camera direction, even when moving (like Trees). However, on sprites such as monsters I'm also doing some tweaking so they still rotate but ending without rotation in their final placement (not causing lighting effect or distortion looking the party -> necessary on quad-only sprites). There's also some harder situations like ground items, chests and NPCs; not only rotated but also "pushed" back (gradually) when you're standing in their square. Covering all cases in code was really exhaustive with all that smooth navigation but I managed. Oh, I need to deal with that, it seems quite a problem. I'm thinking of just allowing experience to flow, even when the character misses. 

Thanks for all the help & great feedback @Medicine Storm and for those bossy items :)

Hey, thanx that you liked it @Medicine Storm :)
Yeah, I need to add some sort of guide for controls when the game starts. Puny snails should not cause such troubles :) Thanx for that feedback. I'm also re-creating my game settings to allow key-binding and show all controls there.  It requires some past experience with "Eye of the Beholder" to intuitively sense the controls :) I will work more into it. Regardless, shame on me that you had problems using those lovely items :)