The Cookie Guy is an iOS mobile application using Objective-C and Cocos2d.
GameScene
- Core source file containing all logic for main game
- Main game consists of starting game then finishing game
- After finishing game, can restart or return to title screen
IntroScene
- Title screen source file containing title and start button
- Logic creates title screen with assets found in Resources
- Audio - Sound used for end of main game
- Fonts - Cooper font used for title screen
- Icons - Multiple sizes created for App Store
- Images - Game assets in sizes for iPhone and iPad
- Screenshots - Preview on iPhone and iPad devices
