2015년 12월 21일 월요일

cocos2d-x puzzle example


cocos2d-x puzzle example


GitHub project URL : https://github.com/blackbell1540/PuzzleTest

blackbell and i make the project
cocos2d-x puzzle game design about robot.

Classes folder has these classes.


- AppDelegate class: default class

- HelloWorldScene class: first scene class

- gameController class: game Control class, has puzzle correct counting number variable.
(we decide to make this class Singleton)

- partner class: partner object about puzzle.
partner class has constructor.

- puzzle class: puzzle object. control intersect with partner object. touch event control.



This example project may has some error or issues.
We will fix this, and improve it.

We will make app this logic. 'Birth of Robot General'
I will posting app published.

Thanks.

댓글 없음:

댓글 쓰기

JIRA Plugin - ScriptRunner 소개 #2

관련 글 소개 #1:  https://pineoc.blogspot.com/2019/03/scriptrunner-1.html ScriptRunner 소개 #2 지난 글에서는 Behaviours를 보았고 다음 내용인 콘솔, 리스너 등을 ...