Thursday 20 August 2015

A Bad Party WIP

This is my new work: A Bad Party; an arcade web game written in javascript with panda.js

Wednesday 10 June 2015

Finally I go for Unity

I'm going to learn Unity and C#. Professionally it is demanded much. I think that it is the way for I want to do.

Monday 11 May 2015

Learning for the web

I'm getting new skills for being as frontend developer, at first. My first motivation of this is to make web games, My second motivation is increase my possibilities to get a job.

I hope build a new website by my own with these new skills. I don't post a lot of here but I like publish things when, I think, are worthy to be shared.

Friday 27 February 2015

A Bad Night finally is out

A Bad Night finally is out. For the moment is for Android devices and is waiting to be played and tested.

Sunday 22 February 2015

I have to be realistic

Things take its time to do them right. My last project still is not ready. I wanna release it soon. I have to be realistic and do the things well.

Wednesday 14 January 2015

Developing and testing your own application on android with google play services

If you want develop and test your own application on Android without headaches do this.
First, look for the debug.keystore file. On Eclipse you can find the path from Window, Preferences, Android, Debug. Ok, copy the SHA1 fingerprint from there. From the same folder where is debug.keystore shall be the file adbkey. You can get the SHA1 fingerprint from the file adbkey.
The idea of this is to have one linked app only for develop and test the application using the files thought for debug. No need to create a new linked app for each new apk file you create.
So go to your developer console and link a new app. Use the copied SHA1 fingerprint. And you are done.

Sign your app that you are testing with debug.keystore. The password is android.

Have a happy development.