Friday 24 March 2017

Capital Gaming Expo

We have a booth at the Capital Gaming Expo! Come see us on April 1st and April 2nd. Tickets for the floor are only $5, which is ridiculously cheap. We are hosting a tournament in our game Warbrand on April 2nd, at Booth #7. The winner will win a prize of chocolate! Come check it out!

Tuesday 14 March 2017

Programming Challenge: Emotions Simulator

As a part of my learning of AI, I've decided that one of the things I want to make is a human-emotion simulation. The project would have a bunch of different steps that I can currently think of (and the following is a butchering of the concept, for the purpose of explanation.

  • Sentence recognition: Understanding the subject and verb of the sentence, as well as key emotional words. The sentences would have to be simple, to start.
  • Understanding the point behind the sentence: if the verb was "am/is", then what are they? Why is that? Did they ever explain why that is?
  • Coming up with a response: it'd have to be stock responses at first, simply because the emotions wouldn't be in place, yet.
In tandem, I'd have to simulate the emotions. There's two ways I'm thinking about doing this:
  • Looking into the chemicals in the brain, and what emotion relies on what chemical, then what causes each chemical to change
  • Or, just going from emotion to emotion.
Ideally, I'd do the former, because that would allow for much nicer emotion to emotion transition, as well, as in-between emotions (much like humans actually have).
Once that was in place, I'd have to edit the dialogue responses, making responses vary based on the emotion. This means I'd also have to look into AI sentence forming. Gonna be honest, I have no idea where to start there.
That's a basic outline of the plan. Let's hope this works out!

Wednesday 1 March 2017

Ottawa Unity User Group - AI: What You're Doing Wrong

Mid-February, I did a talk for the Ottawa Unity User Group, about AI, and some common pitfalls in development. If you're interested, you can take a look here:


Sunday 26 February 2017

Warbrand: AI Camera Malfunction

Messing with how the AI controls the cameras. I messed up a little bit.

Believe it or not, that was not intentional.