Construct Tutorials
Learn game development and animations with Construct
-
Ladders in Platform Games
This is yet another tutorial on making a ladder-style sprite that can be climbed in a platform-style game. Sample code and an example capx file are provided. *...
-
-
Your own textbox
ASCII Conventer online. Dont like standard HTML textbox? Let's make your own! Everything is much simpler than it seems. For this example you will need only 2 ob...
-
Introduction to Time / Timer functions
Although there are some timer tutorials here, we'll explore different things you can do with timers. The time variable is a built-in variable that begins whenev...
-
How to collaborate on projects with SVN
Many projects are team-based, with multiple people contributing to a single Construct project . Construct supports saving projects in a folder structure, where...
-
Platformer Enhancements - Double Jump
In this tutorial we are going to add some additional functionality to our platformer games in the form of a double jump action for our character. This is a tuto...
-
Platformer Enhancements - Wall Jumping
In this tutorial we are going to add some additional functionality to our platformer games in the form of a wall jump action for our character. This is a tutori...
-
Creating a real-time strategy game
I was looking through the tutorials today and realised that there seemed to be a lack of RTS tutorials, therefore since I am developing one, I thought that I'd...
-
Asteroid clone in less than 100 events
Making a simple but complete asteroid clone in less than 100 events using C2's free edition, that is the challenge of this tutorial. To prove that it is possibl...