kwigbo

Adventures in iOS!

Posts tagged iphone dev

2 notes

AAS Editor Demo

For my #iDevBlogADay post this week I decided to do a screen cast. I wanted to give an update on my progress with the AAS engine. This is my first ever narrated screen cast, so be gentle :). Below the screen cast is a demo video showing the game in action inside the AAS. Enjoy!

Filed under AAS iphone iphone dev

0 notes

Finite State Machine Part 1

Intro

I would like to start by saying, I am not a computer scientist. The only degree I have is an Associates in visual communications. I am a self taught developer and have no formal training in any kind of programming. What follows is my understanding and implementation of a Finite State Machine (FSM). That being said, I am open to corrections and suggestions. Also a lot of this is based around cocos2d, since that is what I am using for the AAS (Awesome Adventure System).

Read more …

Filed under iphone iphone dev