Learn game development and animations with Construct
Thanks to the beauty of the physics behavior in Construct 2, we can create some spectacular effects that simulate real world physics. One of the questions I’ve...
First you need to create you turret. You can use this one: And use this bullet: The bullet will need bullet movement. You will also need something to shoot at....
This will get your app ready to publish to the Windows 8 Store using Clay.Io! There will be some code wrangling in the Visual Studio IDE so this Is'nt aimed at...
Game Jolt is a website that hosts indie games. Two particularly interesting features it offers are ad revenue sharing (Game Jolt shares 30% of revenue generated...
The Algorithm object is a very simple plugin that allows one to easily create algorithms. Algorithms are essentially flowcharts. I created this tiny plugin for...
I'm going to show you how to combine the Pathfinding behaviour with a line of sight engine to create enemies which have some basic AI; They will wander around w...
So you've made your game and put in a few sound effects, and maybe have a decent song in there as well. That's a start! Hopefully you've scanned over Adding sou...
This is (hopefully) a quick tutorial allowing you to set a bias of random options you might have. The example .Capx file can be got : Here. We're are going to u...
Edit: I updated the tutorial. You can check Online example and download capx file. Kittiewan has a similar technique for shuffling, but I used a more common tec...