Showing posts with label game. Show all posts
Showing posts with label game. Show all posts

Thursday, June 3, 2010

Flex 3: Number Slider Puzzle Game Using Cairngorm Framework

It’s been long since I had written any post. After long rest, I had thought of creating Number Sliding Puzzle game using Cairngorm framework.

I believe every one of us had played this game in our childhood, some of us still playing these puzzle. It is really refreshing playing and solving these puzzles. I really love it. I hope you will also enjoy playing this puzzle.

You can get the source code by right clicking on the game page.



Read more...

Saturday, July 11, 2009

Typing exercise game using Pure MVC

I really like the pureMVC framework, I hope you will also like this.

It is really amazing framework, Easy to use and nicely developed.

I tried developing one game using this framework. It took little while initially but once I got hands to this it was really easy.

I have developed a typing exercise game, in which random character will dropped from the top; user has to type the right character to earn the score. Currently this game is covering only characters which are not case sensitive. I am upgrading this game to make this case sensitive; also I am planning to add numbers and special characters.

This game has few features like, score display, target hit display, user life display etc. Once the character reaches to certain point color will turn to red, which indicates the risk of loosing that character.

This game has four levels, after each level the speed for characters increase. Score 5 can be earned by hitting each characters

Suggestion are welcome.



Read more...