How to implement a score database in Android

Posted by Michael Seun Araromi on Game Development See other posts from Game Development or by Michael Seun Araromi
Published on 2012-03-27T13:10:33Z Indexed on 2012/03/27 17:45 UTC
Read the original article Hit count: 354

I making a 2d game for android using opengl-es technology. It is a space shooting game where the player shoots enemy ships. I want to keep a track of score for the amount of enemy ships destroyed and a record of a local highscore, I want the score to be incremented whenever an enemy is destroyed. I also want a way of displaying both score and highscore on the game screen. I am not farmiliar with databases at all and I will appreciate a clear answer or a link to a good tutorial for my cause. Thanks

© Game Development or respective owner

Related posts about android

Related posts about java