Learn game development and coding with Construct 2
The ShadowLight plugin is able to do some cool shadow-casting effects. However when you add two lights, it can become difficult to get working correctly. By def...
Not a big fan of instance variables? Do you like to use arrays and to create complex data? It’s you’re lucky day since I’m going to teach you how to use multidi...
This tutorial is a follow up to my article “ How to improve your Construct 2 code with callbacks ”. Today, we'll take a look at some techniques to achieve a mor...
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...
This is an example of how to record an object's movements to an array, and "play" the array in reverse to achieve a rewind effect similar to Braid. The example...
Hey there I made this small tutorial for you guys to help you making your own FPS games so lets start. Ok at first you will need Construct 2 so go and buy it If...
I Learning show you how to make a custom startpage. Construct 2. Notepad++. First you can find on flie with "C:\File Programs" for clicking on Construct 2. Find...
**Today I'm gonna show you how to generate APK files without the need of an internet connection, and with only a simple click ! It will take you some time to se...
Today I will explain how to use node modules inside a plugin for NW.Js. It's not that hard ^^. It will work only with NW.Js since you don't have node inside the...