Construct Tutorials
Learn game development and animations with Construct
-
How to make a laser
This tutorial attempts to show through demonstration, a method for others to create a laser and effect similar to that of the Star Trek: Enterprise. It can be a...
-
Using project files in Construct 2
Construct 2 allows you to import external files to your project. For more information, see the manual entry on Project Files . This tutorial covers some useful...
-
Tic-Tac-Toe - Part 2
UPDATE UPDATE: There's actually a major bug in the plugin. See here for details and a substitution: Part 2.1. UPDATE: Since part-2 was released, there have been...
-
Create car physics
This tutorial is showing you how to create either a top-down car physics or a side-view car physics with the Car physics behavior. There's already a nice behavi...
-
Making an Interactive Treasure Map
In this tutorial you'll use effects (and other stuff!) to create an interactive map that reveals locations only when the player has "discovered" them. Location...
-
How to make and name save game slots
In this tutorial we'll see a method to create a "Load Game" layout and an in-game screen for saving/loading with more than one slot; Using Web-storage and an ar...
-
Tic-Tac-Toe - Part 1
I’m going to outline the steps & logic here, rather than itemize every single step of the process. There's a lot of indexing into arrays, so I’ll try my best to...
-
-