Construct Tutorials
Learn game development and animations with Construct
-
Platformer Example Capx
This is a remake of the gravity mario from this Link: We used this to teach undergrad students about 2D game development. Download Mirror:
-
Parking Game Sample
This is an absolute basic Game with timer set up. The goal is to use navigation controls to steer the car in to position before time runs out. This was also dev...
-
Angry Anything Capx
This is a simple angry birds clone which shows very basic level changing abilities based on scores and shows how to reuse levels. The enemies explodes. Contains...
-
-
-
Creating Video Game
I have been asked about creating video game. Always ask where do you start? What kind of procedure or course of action do you take? How to use Construct 2? I st...
-
Menu buttons using 1 object and event
Menu screens in games always have multiple buttons that navigate you to the game, options menu, controls menu, etc. When I started building my first game I made...
-
-
How to use the LocalStorage plugin
Here I'll show you a way (sure there are diffrent ways to work it out though) for saving and loading numeric variables or string variables from the LocalStorage...