quinta-feira, 7 de agosto de 2014

Testing the "similar concept".


Recently i launched a similar (to another game "Piano Tiles") game on Google Play to test the repercussion, marketing and stuff.

For the marketing side its worth nothing, nobody noticed my game more because its similar to another more famous.

Some people liked it because of the already tested mechanics, but theres a lot of people who throw some hates on it. 
I understand it and personally don't like clones, but as a indie trying to make a living of games, i needed the try! :)

Check it out!

[]s

domingo, 5 de janeiro de 2014

Android Game Graphics Library

Recently, i needed to make little interactions (or little games) for Android. Using opengl or any game framework/engine would be overkill.
So i created a graphics library to help me with those tasks. It is a hierarchy based "gameobject" system with a SurfaceView for drawing and a separate thread for the updates.
Check out the repository.

Cheers!