Category: Game development
-
Create a Flash racing game tutorial – Artificial intelligence
Finally it’s time to start talking about a real Artificial Intelligence algorithm. As said, I won’t use waypoints because I want to focus on “real” artificial intelligence, I…
-
Worms-like destructible terrain in Flash
Do you remember Worms game and its destructible terrain? Jordi Sanglas Molist explains us how to create a basic destructible terrain with AS3 « Today, browsing the “most…
-
Create a Flash Racing Game Tutorial – Artificial stupidity
I promised I’d introduced artificial intelligence in a racing game, and I am starting with artificial stupidity. Anyway, I managed the car to somehow run around the track.…
-
Anatomy of a Flash game main screen
In most cases, when you design a Flash game the main screen is the last thing you add to your project. This way, sometimes you may forget to…
-
Create a Flash Racing Game Tutorial – AS3 version
The porting of the most popular AS2 tutorials continues with a basic AS3 version of the Flash racing game script. I said “basic” because it does not have…
-
Creation of a Sokoban game with jQuery
When I said there are games you must be able to make in less than a day, obviously I meant in any language. This is the jQuery version…
-
Create a Flash game like Talesworth – Step 4: One-way doors
In this 4th step we’ll cover one-way doors. One-way doors are tiles the hero can walk only once, before they become unwalkable. First, let me show you a…
-
Create a survival horror game in Flash – AS3 version
I receive almost daily requests to port the old AS2 survival horror game in AS3, so here it is. Since it was an easy conversion, I decided to…
-
Create a Flash game like Talesworth – Step 3: The loot
One of the main features of Talesworth is the hero keeps running according to his rules until he spots a loot. Then he changes its way to grab…
-
Create a Flash game like Talesworth – Step 2: Line of sight
As you can see if you play Talesworth, your hero will keep on running according to the same rules “run straight until you hit a wall, then turn…
-
Create a Flash game like Talesworth Adventure
Recently I got addicted to Talesworth. It’s a great tile based puzzle game with 30 levels I recommend you to play, but it’s also a game I am…
-
Complete Flash Sokoban game in less than 2KB
Some days ago I blogged about 6 games you must be able to make in less than a day. Among these games I included Sokoban, and since I…