Thursday, December 19, 2013

Developing a flash game 04

Hi there guys...

Adding tile maps to the game wasn't that hard. In the demo below, the map is stored as a text file. This file is interpreted by the game, and all the tiles are then drawn on an image that is the same size of the game. Next the tile map is placed on top of the background. Right now 4 tiles are defined: empty, grass, rocks, and bricks. The interaction between the character and the tiles has not been implemented yet.


Wednesday, December 18, 2013

Developing a flash game 03

Hi there guys...

I just finished adding acceleration to the character and gravity. To test that use left,right, and up buttons:


Tuesday, December 17, 2013

Developing a flash game 02

Hi there guys...

I just finished writing the class that collects user input. Now you could use left and right arrow keys to move the characters left or right. Check it out down here:


Sunday, December 15, 2013

Developing a flash game 01

Hi there...

Recently I found a free flash development tool called FlashDevelop. So I decided to give it a try and learn a little bit about Flash and ActionScript3. Working with flash is kind of easy, so I decided to rewrite the game for flash. I won't dedicate much time to it, instead I will post small builds on the blog. When the game get finished I will put it on the site. For now all I did was creating the main character moving in front of a background.

Over time I hope I could make something that people enjoy and have fun with.

Thanks for reading and have a nice day.