Construct Tutorials
Learn game development and animations with Construct
-
Introduction to WebStorage Simplified
This Is'nt intended to be an end-all-be-all for WebStorage use. I am writting this because I spent over an hour last night trying to figure out how to make my a...
-
Method to create a single html EXE file.
This is one way to make a single install file that users can double click and install on their computer. I am hoping to get more ideas to tidy it up and add mor...
-
Tic-Tac-Toe - Part 2.1 - MiniMax
This is an extension of my Tic-Tac-Toe series. See: Part 1. Part 2. Part 3. In Part 2 I show how to write an AI plug-in to play against the user. To my shame, I...
-
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...
-
'For each' tutorial
For each will run a loop containing all of the conditions and actions after it for each instance of the object specified, picking only one of those instances ea...
-