In Construct 2 video games, artificial, simulated intelligence is used to generate intelligent behaviours first and foremost in non-player characters (NPCs), ov...
I made a simple space shooter "Boss Battle" type mini game to demonstrate a basic finite state machine for behaviors. Some video game enemies are stateless, lik...
I noticed that not so many people really like to make Castle Defense Games in Construct 2 and the reason might be because of it is already common in Play Store....
Many of you say is there any way to make simple game with Construct 2 where it doesn't take months and months to make. See problem is many of you say it takes l...
Creating game in Construct 2 is very easy, also creating menu too. Meaning we can give player a choice weather he/she use Keyboard, Touch, Game pad, Mouse, Musi...
Hey guys, this is the video edition of my written tutorial on how to create a Grid Based Tile System. Hope you enjoy, and if you do please consider subscribing...
I'm not going to explain a lot since the capx is commented. The original code for the turret AIM-AI is just translated from the original post created by Ashley...
A couple months ago I bought a contruct 2 game template to make a marketing proposal . Even with my little experience, I can tell that Construct 2 is a great pl...
As I didn't find that many tutorials to make a smooth camera scroll, and the only method I could find was using lerp. I personally find lerp quite confusing, so...