Construct Tutorials
Learn game development and animations with Construct
-
Tips with the Free Edition
For all those people who have the free edition of Construct 2 here is some tips to work with it. #1. Have a basic idea of the game your making. If you have a ge...
-
Blur Mask Effect .
Open an image editor (or Construct 2 Build in image editor) and with a soft brush (no hardness) just click 2-3 times to make a soft edge circle like this (Be ca...
-
3 in 1 game explained - game design
The " 3 in 1 game " is a great tutorial, that shows a variety of very usable design and implementation tricks. As beginner, however, I could not make sense of i...
-
-
Smoothed Dragging the Screen
This is a simple addition to Predbite's dragging tutorial that adds smoothed drag. Instead of sending the position of the scroll the calculations of (dragscroll...
-
Program for creating characters 8-bit
Often when you create some kind of game you're wondering how to make a character, a car and other things in 8-bits. Below you Piskel page. »PISKEL«. The website...
-
Stack & Queue by Example
In computer science, a stack or LIFO (last in, first out) is an abstract data type that serves as a collection of elements, with two principal operations: Push...
-
-