This is my course on how to make a Pixel Platformer! It is over 2.5 hours long! You can check out the first 10 lectures on YouTube HERE! Below is the first lect...
The real credit goes to . He made the Construct 2 files so we could see how to apply this method. Tilemap example sprite example : Another tile-map example: The...
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...
The Scirra Arcade has a great feature that allows you to embed any of the games on your website. It's like embedding a YouTube video, but you embed an Arcade ga...
Construct 2's Text object supports Web Fonts , which are fonts hosted online. This is really handy for using interesting fonts because you can't guarantee every...
Construct 2 Release 74 introduced the ability to use Web Fonts in your projects. This allows you to add custom fonts to your games without having your players i...
Have you finished your game and want to share it with the world? If you have your own website and some HTML know-how, you probably are comfortable integrating t...
Often a criticism of HTML5 games is that you can't run them from desktop or start menu shortcuts like you do for other games. However, this is in fact possible...
When you preview a game in Construct 2, it runs a local HTTP server to run the game. This is to make it work as if it were really online, and also to get around...