Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Lennaerts performance tips
Recently been going through code, trying to find methods to improve and actually came up with some simpe things. 1. Approach. Check how you approach your game m...
-
-
Life counter
Hey there, I decided to make another simple tutorial but now for beginners and will explain how to make health counter. Ok let's do it fast just create new empt...
-
Designing a 2D Pixel Character
The head is the biggest element on our character. If the head was any smaller than this one, you wouldn't be able to fit anything in, and that'd be dumb. The di...
-
How To Make A Good Game For Publishing
Every Game need new concept and ideas to make people interested in it , because if they saw the same concept & ideas of another game they will leave yours and p...
-
-
How to use Ouya Controller with CocoonJS
As of October 17th 2013, Ludei has added Ouya Controller to CocoonJS Version 1.4.4. If you don't know what CocoonJS is, then I recommend you visit the link belo...
-
-
Make a bridge to cross water barrier
I thought this might help some newer users understand sometimes it takes a combination of steps to achieve a desired result. There will always be multiple ways...