воскресенье, 22 июня 2014 г.

Shining Iron support page

Hello!
If you came here regarding the Shining Iron support issue, feel free to contact us by email:

devoures@gmail.com

We will look into your issues and respond as fast as we can.
Regards.

воскресенье, 17 марта 2013 г.

Easy post support page

Hello!
This is a landing page for EasyPost support.
If you have any questions, don't hesitate to write on our support email - devoures@gmail.com
Suggestions are welcome!

воскресенье, 20 января 2013 г.

Life Counter MTG

Hello dear users!

If you need any support regarding the Life Counter MTG, you can contact me by using e-mail, devoures@gmail.com
I will try to respond as soon as possible, as your satisfaction is my top priority.
Thank you for choosing our life counter!

среда, 21 ноября 2012 г.

среда, 8 августа 2012 г.

Books on starting game development on iOS

Some people asked me, what are the good books to start iphone development. Couple of years ago it was a problem for new people like me, since books about iOS programming presumed you had prior programming experience. But fear not, today there are a few that even total beginner to programming can use.

My very first game




After reading up on some sites I decided to clone a pong game. It has single player mode vs Ai and two player mode on same device. It has music and sound effects! Hardest part by far was complicated collision logic using vectors and heavy nested if statements. For example if you hit the ball with top part of the paddle, it will go up, if you hit it with center it will go to center and if you hit with the lower part it will go down, regardless of angle it came with. That adds complexity and nice feeling of control. It also uses small particle effect when the ball collides with paddle for eye candy. The game was written in cocos2d 1.0