But what takes me to my blog is remembering that when you have a statement like:
- final_minutes = temp_minutes + current_minutes % 60
- final_minutes = (temp_minutes + current_minutes) % 60
So this was a huge week for me. I paid for my developers account on Thursday evening and Friday night I uploaded an apk to a rock paper scissors game I made. Within two hours it was on the play store Andi was texting my friends to download it. It has been so amazing to tell people about it, watch them search for it and see my name on the product and to see them download it play it and have fun.
I'm so excited, I can't wait to get more apps on the market!
We are working on sprite handling in game programming. It's pretty exciting. The last few weeks we've been learning about double screen buffering, animations and collision detection. I'm working on the first project for the course now, which is a scaled down invaders game, and it's so much fun.
Can't wait for PACMAN!