Construct 2 is a game creator that creates 2D games without the need to know code such as C#. Construct 2 uses logic statements to code events to program a game.
This video will show you the basic setup for a platform game like mario. You will create a character, platforms, and "lava" that will restart the game if you touch it.
This video shows you how to add some functionality to your game. Add coin sprites that will give you points when you collect them. You'll learn what a global variable is in this video.
This video will show you how to add a health bar that goes down when you are hit. It shows how you can have different animations to achieve this.
Drag and Drop items that are attached to a moving object! The video on the right will show the code and behaviors needed.
This video will show you how to create an object called a spawner. The spawners in this video sit outside the play area, but you can apply this to any object you want to spawn something.
This set of videos will show you how to make a top down game. Your player will be able to move around freely and shoot out little stars. There are also monsters that move toward your character.