Category: Game development
-
ActionScript 3.0 Game Programming University
If you want to learn some good AS3 game development basics, then you should read ActionScript 3.0 Game Programming University. Inside ActionScript 3.0 Game Programming University you will…
-
Create an Eskiv Flash game tutorial
Do you know a Flash game called Eskiv? No? Never mind, it’s not the best game around there, but there is a thread called Eskiv Clone? in the…
-
Finding adjacent cells in an hex map – part 2
In the Finding adjacent cells in an hex map post I showed you how to find adjacent cells in horizontal hex maps. Now it’s time to find adjacent…
-
Finding adjacent cells in an hex map
This tutorial continues Hex maps creation and rollover. Now I will show you how find adjacent cells. Again, at the moment it’s only code, and it only works…
-
Hex maps creation and rollover
This is just a quick, uncommented snippet of code I made starting from Coordinates in Hexagon-Based Tile Maps tutorial I found at GameDev.net. The article does not cover…
-
From zero to Bombuzal – step 5
This 5th step is kinldy produced by Frederik J, who decided to upgrade the game with some new features Recently I was looking in some old posts on…
-
Understanding hexagonal tiles
You should already know Tile Maps: they are often used for the level design in two-dimensional games. The most used (and simplest) tiling system has squares. Tileball is…
-
Create a game like Perfectionism with Flash – Step 6
This is the last step. And the end of this one, we’ll have our complete Perfectionism game The score You get one point every time you move a…
-
Create a game like Perfectionism with Flash – Step 5
In this step we have to manage row/column swapping that in the previous step caused the game to crash if there was nothing to swap. Moreover, until now…
-
Create a game like Perfectionism with Flash – Step 4
4th step of the quickest game creation tutorial… in the last step we added elements to the game field… now we have to introduce real clicks Real clicks…
-
Create a game like Perfectionism with Flash – Step 3
Welcome to the 3rd step. At the end of step 2, we left our buttons with a rollover effect. But a button it’s not a button if you…
-
Create a game like Perfectionism with Flash – Step 2
Ok… so we are going to create Perfectionism game as said… the game has a lot of buttons, so to make things a little harder, I won’t use…