Construct Tutorials
Learn game development and animations with Construct
-
Tips on publishing HTML5 games to the web
Construct 2 games are based on HTML5 technology , and as a result has excellent support for exporting games for the web. This guide includes some useful informa...
-
saving a snapshot
I am going to show you how to save a snapshot you took for your game. Try this link for an example. 1.Ok, lets open the game you want to add this to. 2.Add obje...
-
Collaborative Game Development
When we can't achieve alone one great task, we often instinctively turn to others to help us. Making a game can be a VERY challenging task, and because of anyth...
-
KongreGate HighScores & Achievements
I've noticed there's barely any guides on how to post a highscore into kongregate as well as achievements so I thought id make a tutorial for it. As of the late...
-
How to Keep Your Project Organized
This is a simple tutorial aiming to help you keep your project organized. Organization is important when working on anything, and it's a common practice for eve...
-
Direction-Based Sprite Animation
This tutorial gives two possible methods of animating a sprite so that it faces and "walks" in the direction it's moving. The first method works for either play...
-
How to make Talking NPCs!
Ever wanted to make an RPG, but couldn't make an NPC? Well, This is how I do make my NPCs! First, you need to have made the player, and an HUD layer. Then, put...
-
Performance Tips for Mobile Games
So, you got Construct 2 installed and working, created a simple 5 sprites game with background, exported it to phonegap build or appMobi and you're like "it's r...
-
Making a Sword Character
Example Capx: Example. Obs: Adapted from my Little Knight game. Feel free to use the code as you wish, but please don't steal the assets :D. Step 1. Create all...