Construct Tutorials
Learn game development and animations with Construct
-
-
Generating a Random Tile Map
I’m going to demonstrate the method I use to generate random maps based on tiles. This is useful when you want to create levels for your game, but don’t want/do...
-
How to make Talking NPCs!
Ever wanted to make an RPG, but couldn't make an NPC? Well, This is how I do make my NPCs! First, you need to have made the player, and an HUD layer. Then, put...
-
Asteroid clone in less than 100 events
Making a simple but complete asteroid clone in less than 100 events using C2's free edition, that is the challenge of this tutorial. To prove that it is possibl...
-
How To Make Cheats Into your game
I Tried Many Times Until I knew how to make cheats. Its Easy. First make your game normally. After you finish it add a textbox and a text. Name the textbox : (c...
-
-
XML Parsing
This is just a very quick tutorial on parsing some XML text. I had to visit all three links referenced from the manual to figure this out, and thought a concret...
-
Offscreen Enemy Indicators
In this tutorial I'll show you how to create offscreen enemy indicators. Click here for a demonstration. We'll modify the Ghost Shooter tutorial example so open...
-