• Title/Summary/Keyword: Cocos2d-x

Search Result 3, Processing Time 0.016 seconds

Development of A Horizontal Scroll Arcade Mobile Game Using Cocos2d-x (2D 그래픽 프레임워크 Cocos2d-x 기반 횡 스크롤 아케이드 모바일 게임 개발)

  • Choi, Ji-Hyun;Youn, Hee-Yong
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2014.01a
    • /
    • pp.469-472
    • /
    • 2014
  • 본 논문은 멀티 플랫폼을 지원하는 Cocos2d-x를 기반으로 하여 Android와 iOS에서 구동하는 네이티브앱의 개발 모델을 제안하고 실제로 구현한 횡 스크롤 모바일 게임을 기술한다. 모바일 게임 장르 중 아케이드 장르가 대중성과 중독성도 있는 만큼 사용자의 비율이 가장 높은 것을 바탕으로 2d 그래픽 프레임워크 Cocos2d-x 기반 가속도 센서를 이용하여 횡 스크롤 아케이드 모바일 게임을 개발하였다.

  • PDF

Implementation of Multiplatform Game Application for Decorating The Lab (다중 플랫폼용 실습실 꾸미기 게임 앱 구현)

  • Rho, Wonbin;Won, Moonsook;Lee, Jihye;Ko, Eunbyul;Lee, Jongwoo
    • Journal of Digital Contents Society
    • /
    • v.15 no.2
    • /
    • pp.197-207
    • /
    • 2014
  • Many people are now enjoying mobile games using various smartphone platforms. However, we have to develop games separately for each smart device platforms so far. Cocos2d-x, a game development framework is released to solve this problem. As a multiplatform version of the existing Cocos2d, Cocos2d-x can make one source code run on various platforms. It is an open software that is able to be used by everyone, and when using it, mobile games can be developed easily based on C++ and OpenGL. In this paper, we implemented a PC laboratory decorating game application, named ILove501, using Cocos2d-x. The 501 is a room number of our PC lab. ILove501 includes an educational feature of solving quizzes in order to highlight positive effects of game. For implementation of a multiplatform game, ILove501 was developed in Windows and iOS environment at the same time, and we verified the results of the execution by porting on a variety of devices such as Android, iPhone, iPad and Galaxy Tab.

A Study on Node & Component Game Engine (노드 & 컴포넌트 게임엔진 개발 연구)

  • Kim, Do-Hyun;Choi, Su-Bin
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2015.04a
    • /
    • pp.526-529
    • /
    • 2015
  • 이 연구에서는 노드 & 컴포넌트 기반 개발(Node & Component Based Development, NCBD)을 지원하는 게임엔진을 직접 설계, 제작하는 내용이다. NCBD를 지원하는 게임엔진은 이미 상용화된 유명게임엔진들(Unity, Unreal, Cocos2d-x)이 공통으로 지원하는 프로그래밍 패러다임이며, 이러한 노드 & 캠포넌트 구조는 깊은 상속구조를 지향하는 구조보다 유연하고 직관적이다.