I’m going to outline the steps & logic here, rather than itemize every single step of the process. There's a lot of indexing into arrays, so I’ll try my best to...
Part 3 - Creating a multiplayer tic-tac-toe game, utilizing a lobby server. This is a continuation of my tic-tac-toe series. We're making a jump here from begin...
Here is a very simple way to randomize the look of the sprites for your games. You can easily change their clothes, hair, weapons etc with this easy trick. This...
I bet that you ran into a little problem at least once, while developing top-down game. I'm talking about enemies that overlap each other while chasing player....
In This Tutorial for Construct 2 or Construct 3 ( File Attached ) you will learn how to make nice AI Enemies Effects for your game. It Includes Life Bar follow...
Here is the list of all my tutorials in Construct 3, With the Update date ! If you Find some Bug or missing files let me know ! How to Make / How to do : ------...
Construct 2 can make all kinds of 2D games. In this tutorial, you'll be taken through the basics of making a platform game in Construct 2. If you're new to Cons...
Here's a sample of how I gave my enemies (Agent Sprite) AI to chase the player (Ninja Sprite) and attack the Ninja. I give the Agent Sprite a Boolean variable c...
A game is a set of rules that determines what the players involved can and can not do. So how to you make a set of rules into something that is "fun"? This is w...