Share My Creation Piggy Bank Toss - simple casual game of coin tossing

piggybanktoss.jpg


https://play.google.com/store/apps/details?id=uk.co.coffeeinducedgames.piggybanktoss


I've just published my latest game. Piggy Bank Toss. It's a simple causal game where the player must toss coins into a piggy bank, every coin that goes in makes the piggy bank move. A highscore is saved between games.

Please test and let me know your thoughts.

All done using LIBGDX and I will probably publish the source code with a blog post on how it all works sometime in the next few weeks.

https://play.google.com/store/apps/details?id=uk.co.coffeeinducedgames.piggybanktoss



https://dl.dropboxusercontent.com/u/8673694/my games/piggybanktoss.png
 
Last edited:

ilan

Expert
Licensed User
Longtime User
very nice andy!

lot of luck with it. :)

EDIT: is there a reason for not using any sound in the game?
 

andymc

Well-Known Member
Licensed User
Longtime User
very nice andy!

lot of luck with it. :)

EDIT: is there a reason for not using any sound in the game?
No big reason for no sound yet. I was just being impatient to release it. I just recorded some sounds to use so will try to update it in the next few days.
 

susu

Well-Known Member
Licensed User
Longtime User
Nice game! I gave 5 star rating.
 

andymc

Well-Known Member
Licensed User
Longtime User
Thanks Susu. I will be working on the sound today and tomorrow, it may be the end of tomorrow though before I upload the update. I recorded some sounds last night and downloaded some sounds off the web for the pig (I don't have my own pig to record).

I would have updated it sooner but I wanted to go back to my Space Invaders game and do an update for it. As I write more games I see how I could have done things better as I learn, so I go back and improve the code for older games. Sometimes these changes aren't seen by the player and are just in code, but in the case of Space Invaders I made a change to treat the on screen controls as objects of a custom type, which enables me to move them around the screen, so now there is the option to switch to left handed or right handed controls on the main menu which is something a player requested in a Playstore review.
 
Top