• 大小: 93KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-12
  • 语言: 其他
  • 标签: ios  

资源简介

ios 2048游戏源码,oc版本,极简代码,集成简单方便。

资源截图

代码片段和文件信息

//
//  F3HAppDelegate.m
//  NumberTileGame
//
//  Created by Austin Zheng on 3/22/14.
//
//

#import “F3HAppDelegate.h“

@implementation F3HAppDelegate

- (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  2015-03-24 18:02  iOS-2048-master\
     文件         211  2015-03-24 18:02  iOS-2048-master\.gitignore
     文件        1079  2015-03-24 18:02  iOS-2048-master\LICENSE
     目录           0  2015-03-24 18:02  iOS-2048-master\NumberTileGame\
     目录           0  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame.xcodeproj\
     文件       30187  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame.xcodeproj\project.pbxproj
     目录           0  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame.xcodeproj\xcuserdata\
     目录           0  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame.xcodeproj\xcuserdata\austinzheng.xcuserdatad\
     目录           0  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame.xcodeproj\xcuserdata\austinzheng.xcuserdatad\xcschemes\
     文件        3670  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame.xcodeproj\xcuserdata\austinzheng.xcuserdatad\xcschemes\NumberTileGame.xcscheme
     文件         576  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame.xcodeproj\xcuserdata\austinzheng.xcuserdatad\xcschemes\xcschememanagement.plist
     目录           0  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\
     目录           0  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\base.lproj\
     文件        2863  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\base.lproj\Main_iPhone.storyboard
     文件         237  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\F3HAppDelegate.h
     文件        1956  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\F3HAppDelegate.m
     文件        1578  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\F3HNumberTileGameViewController.h
     文件        9586  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\F3HNumberTileGameViewController.m
     文件         422  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\F3HTileAppearanceProvider.h
     文件        1522  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\F3HTileAppearanceProvider.m
     文件         175  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\F3HViewController.h
     文件        1016  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\F3HViewController.m
     目录           0  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\Images.xcassets\
     目录           0  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\Images.xcassets\AppIcon.appiconset\
     文件         825  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\Images.xcassets\AppIcon.appiconset\Contents.json
     目录           0  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\Images.xcassets\LaunchImage.launchimage\
     文件        1100  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\Images.xcassets\LaunchImage.launchimage\Contents.json
     目录           0  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\Models\
     文件        1396  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\Models\F3HGameModel.h
     文件       25284  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\Models\F3HGameModel.m
     文件         568  2015-03-24 18:02  iOS-2048-master\NumberTileGame\NumberTileGame\Models\F3HMergeTile.h
............此处省略30个文件信息

评论

共有 条评论