Content tagged theory

Similar Tags

Report Tag

44 usages of this tag
3
This content is deleted
Tutorial
Making a jigsaw puzzle - Part one: concept.
29 favourites

The purpose of this tutorial is to teach how to make a Jigsaw Puzzle using Scirra Construc2. This tutorial is part one, "The concept." In this first part, I wil...

1
This content is deleted
Tutorial
Construct 2 Basics - Objects
5 favourites

An object is a representation of a specific idea. In Construct 2 this definition still applies. Mentally, when you think of a specific idea you may think of som...

1
This content is deleted
Tutorial
Construct 2 Basics - Variables
7 favourites

Variables are broken into two main categories in Construct 2: Global variables and instance variables. The main difference between these two types of variables...

1
This content is deleted
Tutorial
Construct 2 Basics - Methods
5 favourites

A method is broadly defined as a procedure that allows you automate a series of steps. The ideal purpose of a method is code reuse, because it allows you to sim...

1
This content is deleted
Tutorial
Game design mechanics: the magic formula?
8 favourites

Chances are you're reading this because you want to make a great game and have come to a realization; You don't know how. Sure, you may know how to make a game...

1
This content is deleted
Tutorial
The 5th Dimension - Using Variables
14 favourites

I can't imagine anyone creating a game without variables. They're so important to governing the reality that your creating when you make a game. I hope to expan...

2
This content is deleted
Tutorial
How to code doors and lock logic
25 favourites

I've written a tutorial for Gamedev Tutsplus . Here is the teaser for the article : Doors play an essential part in the navigation and progress of the player in...

1
This content is deleted
Tutorial
change machines
8 favourites

Today I will tell you how to make the change machines in the games. First you need to sprites, but I did not bother squares and rectangles. Red-character. Blue...

4
This content is deleted
Tutorial
How to code monster loot drops
19 favourites

I've written a tutorial for Gamedev Tutsplus . Here is the teaser for the article : In RPGs, platformers, and many other types of game, one common mechanic is f...

5
This content is deleted
Tutorial
Random dungeon generator (Node based)
86 favourites

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...

Similar Tags