Create a Flash game like PixelField – part 3
This is the 3rd step of the creation of this awesome game. In this step, I created a full playable game with 3 levels. Level generation is made through a function and a switch that renders the proper level. Full source code commented as usual, be sure to read part 2 before jumping into this … Create a Flash game like PixelField – part 3
Create a Flash game like PixelField – part 2
Here we are with the second part of Create a Flash game like PixelField. In this step we’ll see how to draw a level. The game is obviously a tile based one, and I like how tiles are a bit smaller than the real tile size, to leave a little gap between tiles and make … Create a Flash game like PixelField – part 2
Create a Flash game like PixelField
I spent some time on PixelField and I liked the way you control the “player” and the overall concept. So here I am ready to clone it for Tony Pa’s pleasure… In this first step I’ll show you how to control the player. In this version you control a square (in the original one it … Create a Flash game like PixelField