So I set this up to help me track things that were specific to developing IPhone Games, specifically a game with master artist Ryan Ellis.
Starting out, I'm going to be securing a macbook this friday as soon as that happens I'm going to get started on development.
Here is my plan for the "tech" demo:
- Create a basic hello world application that will start up on the IPhone (or in my case IPod Touch) . Have the application fire up and just show some text on the screen.
- Do the same application but have it load text from file (preferably xml-format)
- Same application but have it display the text wherever the user touches the screen.
- Update the application to do both text and an image - have image loaded from file.
- Use keyboard to take data from user and save that information out to file (again preferably xml)
- Take the image and text app and update to play an animation
- Build a math library (vec2d and 3x3 matrix)
- Dynamic Drawing - take a touch and drag event to draw a line from where user click to where user "released"
No comments:
Post a Comment