Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Random dungeon generator (Node based)
Demo of Dungeon Generator. This tutorial will show how to create a random generated dungeon based on a node system. In theory there are no limit to how big a du...
-
The Key To Game Development
When someone says game development or video game making, people may think making a video game is like playing a video game which means it’s a “Kids’ play”. Well...
-
Howto Export your project to EXE
Requirements. Clickteam - Install Creator - Construct 2 - HTML 5 Game Builder - Lets get started, we're going to start this tutorial off by first exporting the...
-
-
-
Array-based inventory
I saw a couple of tutorials about making inventory and decided to share with you my way of making it. I warn you that English Is'nt my native language and in wr...
-
Simple Login using a MySQL database
First of all I'm assuming that to read this tutorial you have some basic familiarity with mysql (that is you know it's a database, you know what phpmyadmin is o...
-
Call Random Animations with an Array
First, thank you for taking the time to check out my very first tutorial! I'm very grateful. I hope this helps you find solutions to your bewilderment or altern...
-
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...