An example of what can be accomplished using this tutorial and the provided TBS.Capx template visit the game Classic French vs British on the Construct Arcade....
In this tutorial, I'm going to attempt to create a simple top-down racing protoype. In this game, the other cars in the race will be played by the computer who...
File now fixes the "Idle" animation not being changed if "Idle" animation Is'nt ordered first in Enemy's animations. UPDATE - 2/5/2015. I always see people aski...
*This article will introduce you to Artificial Intelligence in video games. In this tutorial, you’ll learn what Finite State Machines are, and how to apply this...
Ever dreamed of creating NPCs that can truly converse, or game worlds that react dynamically to player questions? This guide shows you how to bring the power of...
In my latest tutorial, I gave an introduction to Finite State Machines , and how critical they're as far as AI programming is concerned. This capx-based tutoria...
A simple AI that makes an enemy follow you if your in range and stop following when you go out of range.
UPDATE UPDATE: There's actually a major bug in the plugin. See here for details and a substitution: Part 2.1. UPDATE: Since part-2 was released, there have been...
This is an extension of my Tic-Tac-Toe series. See: Part 1. Part 2. Part 3. In Part 2 I show how to write an AI plug-in to play against the user. To my shame, I...