develop period 2013.10 ~ 2013.12
member: 3명
version: Cocos2D-X 2.0.4
using tool : vs2012, adt_bundle(sdk+eclipse), ndk, cygwin, texturepacker, tiled
primary tool: eclipse
target: apk
finish line: 로고 - 메인(start, option, exit) - Stage1 - 게임오버 & 게임클리어
-primary logic-
1. ParallaxNode (배경, 타일)
2. cctouches (좌,우,점프)
3. 타일(.tmx) / tileAt
4. 스프라이트 (캐릭터, 타일, 몬스터 움직임)
5. 파티클(particle)
6. 충돌검사 update(float dt) , scheduleUpdate()
7. 충돌검사 schedule_selector (배경 움직임, 멈춤)
8. 중력(gravity)
-primary class,method-
CCNode
CCMenu
CCSize
CCParallaxNode
CCSprite
CCJumpBy
CCTouch
CCTexture2D
CCAnimation
CCAction
CCActionInterval
CCFiniteTimeAction
CCTMXTiledMap
CCTMXLayer
CCPoint
CCRect
CCParticleSystem
boundingBox().intersectsRect
etc..
'Software Dev. Tools > Cocos2d-x' 카테고리의 다른 글
cocos2d-x 2.2.3 & 3.0 RC0 릴리즈노트 (0) | 2014.03.20 |
---|---|
cocos2d-x 2.2.2 & 3.0 릴리즈노트 (0) | 2014.03.06 |
second project - 캔디런(candy run) (0) | 2014.02.27 |
Symbol 'CC머시기' could not be resolved (0) | 2013.11.09 |
2.0.4 버전 안드로이드 이클립스 포팅하면서 버그 수정한거 (0) | 2013.11.08 |