iOS实战项目开发:汤姆猫小游戏


iOS实战项目开发:汤姆猫小游戏,很有趣的一个游戏,iOS的入门首选,代码完整,加载即可以用,然后可以自行修改,再发布到手机上给小孩或女友玩,酷极了。
资源截图
代码片段和文件信息
//
//  AppDelegate.m
//  002-tomcatGame
//
//  Created by dyf on 14/10/31.
//  Copyright (c) 2014年 dyf. All rights reserved.
//

#import “AppDelegate.h“

@interface AppDelegate ()

@end

@implementation AppDelegate


- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    // Override point for customization after application launch.
    return YES;
}

- (void)applicationWillResignActive:(UIApplication *)application {
    // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
    // Use this method to pause ongoing tasks disable timers and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
}

- (void)applicationDidEnterBackground:(UIApplication *)application {
    // Use this method to release shared resources save user data invalidate timers and store enough application state information to restore your application to its current state in case it is terminated later.
    // If your application supports background execution this method is called instead of applicationWillTerminate: when the user quits.
}

- (void)applicationWillEnterForeground:(UIApplication *)application {
    // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
}

- (void)applicationDidBecomeActive:(UIApplication *)application {
    // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background optionally refresh the user interface.
}

- (void)applicationWillTerminate:(UIApplication *)application {
    // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}

@end

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-11-01 14:10  002-tomcatGame
     文件        6148  2014-11-01 14:10  002-tomcatGame.DS_Store
     目录           0  2014-11-03 14:46  __MACOSX
     目录           0  2014-11-03 14:46  __MACOSX02-tomcatGame
     文件         120  2014-11-01 14:10  __MACOSX02-tomcatGame._.DS_Store
     目录           0  2014-11-01 14:10  002-tomcatGame02-tomcatGame
     文件        6148  2014-11-01 14:10  002-tomcatGame02-tomcatGame.DS_Store
     目录           0  2014-11-03 14:46  __MACOSX02-tomcatGame02-tomcatGame
     文件         120  2014-11-01 14:10  __MACOSX02-tomcatGame02-tomcatGame._.DS_Store
     目录           0  2014-03-23 08:31  002-tomcatGame02-tomcatGameAnimations
     文件        6148  2014-05-20 17:19  002-tomcatGame02-tomcatGameAnimations.DS_Store
     目录           0  2014-11-03 14:46  __MACOSX02-tomcatGame02-tomcatGameAnimations
     文件         120  2014-05-20 17:19  __MACOSX02-tomcatGame02-tomcatGameAnimations._.DS_Store
     目录           0  2014-03-23 08:31  002-tomcatGame02-tomcatGameAnimationsAngry
     文件        6148  2014-03-13 10:55  002-tomcatGame02-tomcatGameAnimationsAngry.DS_Store
     目录           0  2014-11-03 14:46  __MACOSX02-tomcatGame02-tomcatGameAnimationsAngry
     文件         120  2014-03-13 10:55  __MACOSX02-tomcatGame02-tomcatGameAnimationsAngry._.DS_Store
     文件       32967  2013-11-23 20:54  002-tomcatGame02-tomcatGameAnimationsAngryangry_00.jpg
     文件         177  2013-11-23 20:54  __MACOSX02-tomcatGame02-tomcatGameAnimationsAngry._angry_00.jpg
     文件       33067  2013-11-23 20:54  002-tomcatGame02-tomcatGameAnimationsAngryangry_01.jpg
     文件       33080  2013-11-23 20:54  002-tomcatGame02-tomcatGameAnimationsAngryangry_02.jpg
     文件       33094  2013-11-23 20:54  002-tomcatGame02-tomcatGameAnimationsAngryangry_03.jpg
     文件       33148  2013-11-23 20:54  002-tomcatGame02-tomcatGameAnimationsAngryangry_04.jpg
     文件       33171  2013-11-23 20:54  002-tomcatGame02-tomcatGameAnimationsAngryangry_05.jpg
     文件       33088  2013-11-23 20:54  002-tomcatGame02-tomcatGameAnimationsAngryangry_06.jpg
     文件       32849  2013-11-23 20:54  002-tomcatGame02-tomcatGameAnimationsAngryangry_07.jpg
     文件       32918  2013-11-23 20:54  002-tomcatGame02-tomcatGameAnimationsAngryangry_08.jpg
     文件       32899  2013-11-23 20:54  002-tomcatGame02-tomcatGameAnimationsAngryangry_09.jpg
     文件       32869  2013-11-23 20:54  002-tomcatGame02-tomcatGameAnimationsAngryangry_10.jpg
     文件       33106  2013-11-23 20:54  002-tomcatGame02-tomcatGameAnimationsAngryangry_11.jpg
     文件       32858  2013-11-23 20:54  002-tomcatGame02-tomcatGameAnimationsAngryangry_12.jpg
............此处省略501个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)