Hey all,
I wrote a game for Android called Tap It that I
just put it up on the google play store:
In the game you have a deck of cards with a certain number of images on each card. In any pair of cards chosen from the deck there is
one matching image between them. The objective of the game is to recognize this image as fast as possible and tap it.
There are some issues with the game
- sometimes it freezes when I call save strings to write data to the sd card, which I do to store the scores in the game
- if you push the menu button or the back button while playing the game starts from setup when you go back to it, and I was wondering if there was a way to pause it and have it pick up where it left off
- when going back to the game after pressing the menu or back button it sometimes goes to a black screen and then crashes
Also I would like to make multiplayer modes for the game, which will be new ground for me.
If there are any developers interested in helping me with this and making the game a joint venture I'd be very happy! The source is here
If anyone can help me with these issues, is interested in working on the game with me, or has any feedback at all I would love to hear it. Thanks!
2