Edy Zahid Blog The Thoughts of One Game Developer

21Jan/110

Math Quest Promo Video

Math Quest is an online role playing game that contain a lot of feature to enhance gaming experience:
1) Globe of Knowledge allow player to study math lessons within the game and take quiz and tests to practice their understanding of math lessons.
2) Quest based game which allow player to acquire quest from people in the game. Completed quests will earn player experience points and gold.
3) Some quests has mini games attached to it. For instance Mailbox Mania gives player the chance to practice their counting skills.
4) Continous turn based system which allow player to fight many interesting monsters. There is a also a special quiz based combat section which allow player to gain double/triple/quad damage just by answering math question.

Math Quest will be released by the end of 2011.

21Jan/111

Dream City:Life Events is Now a Truly Online Game

I've finally been able to make Dream City:Life Events a truly online game which mean you can register your ID through the game and play the game from any computer connected to the Internet using the ID.

This mean you can log in the game through PC A and later log out the game. Your game progress will be automatically saved on the game database server. Later you can log in the game through PC B and will be able to load your saved progress in the game by pulling saved data from game database server. Is it nice?

In the future, once Flash playing capability is stable in Android tablet or mobile phone, you can also play the game through the device instead of playing it through netbook, laptop or desktop computer.

All of this possible through server side programming of PHP and MySQL database. The game Flash engine will communicate to MySQL database at webhosting server through PHP. PHP will convert the binary MySQL records into XML data which game Flash engine will use it as input for save game data.

The only problem I ran so far is I could not be able to show score ranking data through Flash but the ranking actually can be shown on ordinary web page. I need some time to figure out on how to solve the problem because previously it works.

My next challenge is to code relationship based feature into the game. I've been telling about this stuff on this blog for as long as I can remember but I didn't do it yet. Hmm, it's time to do it.