文件名称:[code4app.com]iPong_10831
介绍说明--下载内容均来自于网络,请自行研究使用
a game about ping pang with objective-c
(系统自动生成,下载前可以参看下载内容)
下载文件列表
arthurpham-iPong-996014d
........................\.gitignore
........................\Classes
........................\.......\Ball.h
........................\.......\Ball.mm
........................\.......\GLES-Render.h
........................\.......\GLES-Render.mm
........................\.......\GameConfig.h
........................\.......\Paddle.h
........................\.......\Paddle.mm
........................\.......\RootViewController.h
........................\.......\RootViewController.mm
........................\.......\iPongAppDelegate.h
........................\.......\iPongAppDelegate.mm
........................\.......\iPongLayer.h
........................\.......\iPongLayer.mm
........................\LICENSE.box2d
........................\LICENSE.cocos2d
........................\LICENSE.cocosdenshion
........................\README.md
........................\Resources
........................\.........\Ball.png
........................\.........\Default.png
........................\.........\Icon-72.png
........................\.........\Icon-Small-50.png
........................\.........\Icon-Small.png
........................\.........\Icon-Small@2x.png
........................\.........\Icon.png
........................\.........\Icon@2x.png
........................\.........\Info.plist
........................\.........\ItunesArtwork
........................\.........\SF Square Head.ttf
........................\.........\blocks.png
........................\.........\fps_images.png
........................\.........\line.png
........................\.........\whitedot.png
........................\iPong.xcodeproj
........................\...............\project.pbxproj
........................\iPong_Prefix.pch
........................\libs
........................\....\Box2D
........................\....\.....\Box2D.h
........................\....\.....\Collision
........................\....\.....\.........\Shapes
........................\....\.....\.........\......\b2CircleShape.cpp
........................\....\.....\.........\......\b2CircleShape.h
........................\....\.....\.........\......\b2PolygonShape.cpp
........................\....\.....\.........\......\b2PolygonShape.h
........................\....\.....\.........\......\b2Shape.h
........................\....\.....\.........\b2BroadPhase.cpp
........................\....\.....\.........\b2BroadPhase.h
........................\....\.....\.........\b2CollideCircle.cpp
........................\....\.....\.........\b2CollidePolygon.cpp
........................\....\.....\.........\b2Collision.cpp
........................\....\.....\.........\b2Collision.h
........................\....\.....\.........\b2Distance.cpp
........................\....\.....\.........\b2Distance.h
........................\....\.....\.........\b2DynamicTree.cpp
........................\....\.....\.........\b2DynamicTree.h
........................\....\.....\.........\b2TimeOfImpact.cpp
........................\....\.....\.........\b2TimeOfImpact.h
........................\....\.....\Common
........................\....\.....\......\b2BlockAllocator.cpp
........................\....\.....\......\b2BlockAllocator.h
........................\....\.....\......\b2Math.cpp
........................\....\.....\......\b2Math.h
........................\....\.....\......\b2Settings.cpp
........................\....\.....\......\b2Settings.h
........................\....\.....\......\b2StackAllocator.cpp
........................\....\.....\......\b2StackAllocator.h
........................\....\.....\Dynamics
........................\....\.....\........\Contacts
........................\....\.....\........\........\b2CircleContact.cpp
........................\....\.....\........\........\b2CircleContact.h
........................\....\.....\........\........\b2Contact.cpp
........................\....\.....\........\........\b2Contact.h
........................\....\.....\........\........\b2ContactSolver.cpp
........................\....\.....\........\.....