I downloaded the open source example game iSpacies and am trying to understand its design.
For example, how would you go about changing the alien image into a ‘V’ shape and the the fighter object image into a shape like this: ‘^’?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Mmmm this code seems using some king of game Engine.
But for your question, see the ispacies.png png file. It contains all enemies image 🙂
But if you modify the image you will (probably) need to change some kind of variable in the program (I didn’t find where).
But he’s using OpenGL ES to do animations. You can to try using Core Animation with UIViewImage and CALayer 🙂
Good Luck !