A downloadable game for Windows

Fixed a series of major bugs with the AI and with the dungeon that prevented the demo from being completed

This is the second demo for my game Knight & Witch, and my entry for agdg's Demo Day 22.

Gameplay-wise, not much has changed since the last demo, at least at a surface level. I've made quite a few changes under the hood. 

The most visible change since the last demo: 

  • the witch now attacks by charging her spells. hold down the button to charge, release the button to shoot. while charging you can aim your spells, but you can't move
  • the ally character now has 'proper' AI. if they see an enemy they will attack, if they're in danger or if they're too far away from you they will try to regroup, etc. (actually this is pretty much it...)

Now let me quickly go over what did change, even if most of it is back-end stuff as I said

  •  I gave the enemy AI system a complete overhaul. It's still a simple finite state machine, but now I can create all new behaviors by mixing and matching action and conditions that make the AI transition from state to state. It's still rough around the edges and I already plan to refine and improve it, but I think it's already a lot better than the one enemy type I had before.
  • This new AI system proved to be reliable and sturdy enough that I decided to use it to handle the AI for the ally character. Many people rightfully complained that the AI character in the first demo was dead weight and, while they're still not very smart, now the allies can at least defend themselves and run away from danger (most of the time). Still, remember to switch over control if you see that you companion is in a bad situation, or tell them to stop moving if they're about to walk over a trap for example.
  • Design-wise I've been thinking a lot about what exactly I want the game to be, and finally settled on a Zelda-like concept of unique items that the two characters will obtain during their adventure. These items will serve different purposes, both in combat and in puzzle-solving. For this demo, I only managed to set up the bare ground work for this, but you will see what I mean if you play it. It's still very basic, but it's only the beginning.

Unfortunately I spent so much time on systems and design that the level for the demo will probably feel underwhelming, and the puzzles are pretty braindead (and most of them still don't make good use of the two-character mechanic). I want to be clear on this though, I do plan to make each character feel different and give them a purpose in different situations. I'm just not there yet.

Enough talking. Play the game and give me your feedback. I haven't tested it nearly enough, so let me know if you run into any big, game-breaking or not. (Sorry in advance if you do)

Controls [gamepad]:

  • WASD/Arrow Keys [L3] - Move
  • E [B] - Interact
  • Q [Left Bumper] - Sswap characters
  • Z [Y] - Toggle AI state (stop/follow)
  • F [A] - Attack
  • X [Right Bumper] - Swap weapon

I think this is all I had to say. I hope you'll have fun with my demo.

Download

Download
K&W - DD22.zip 29 MB

Install instructions

Unzip and open the .exe file

Leave a comment

Log in with itch.io to leave a comment.