• 제목/요약/키워드: Android Game Framework

검색결과 6건 처리시간 0.025초

Linked Observer 패턴을 적용한 안드로이드 게임 프레임워크 설계 및 구현 (Design and Implementation for Android Game Framework Using the Linked Observer Pattern)

  • 서문석
    • 한국IT서비스학회지
    • /
    • 제12권3호
    • /
    • pp.421-432
    • /
    • 2013
  • The changes in the game platform is appeared since the advent of smart-phones. Apple's iOS or Google's Android platform is gradually expanding their territories in the mobile game area. Android's platform fragmentation and the absence of game development framework act as barriers for game developments. In the development of game applications on the smart-phone, the standardized development procedures under game framework can achieve the productivity improvement. In this paper, we propose a new design pattern suitable for the design of a framework for new areas of application through the expansion of existing framework. The design and implementation of the Android game development framework is presented by taking advantage of existing design patterns and a proposed pattern. Also we propose the standardized development procedure of game applications under the proposed framework.

Document-View 패턴을 활용한 안드로이드 게임 프레임워크에 관한 연구 (Study on Android Game Framework Using Document-View Pattern (DVAGF))

  • 최영미
    • 한국멀티미디어학회논문지
    • /
    • 제19권4호
    • /
    • pp.789-795
    • /
    • 2016
  • Analyze the Android game framework that can be apply to the Application development of new areas and suggest Document-View pattern of a design pattern, design that this applies the Android framework(DVAGF) for novice Game programming learner. Case of Snake game development through DVAGF is supporting modularity of the code, reusability and expandability that seems that the learners can easily understand the game programming basic structure. In addition, the Android framework (DVAGF) seems to provide a basis that can be easily extended to 2D and 3D games.

크로스 플랫폼 기반의 모바일게임 개발을 위한 정형 프레임워크 개발 (Developing Formal Framework for Cross-Platform Based Mobile Game Process)

  • 최재준
    • 디지털산업정보학회논문지
    • /
    • 제19권4호
    • /
    • pp.147-154
    • /
    • 2023
  • With the recent popularity of smartphones, many games are being developed on mobile-based platforms. As a result, it has brought about many changes in the way mobile game is developed. Especially mobile platforms, which are divided into Android and IOS, can now be applied to each platform without additional development through cross-platform. This means that it is necessary to move away from the method of developing each using separate development tools and implement the development process through cross-platform unique features. In this paper, we studied various methods to increase the productivity and quality of game development for the development of mobile games, and a formal framework considering the development process was developed. The framework consists of process, development domain, and platform support parts, each playing its own role. Items of the detailed framework must be reflected so that detailed response data for efficient application of game development can be established in actual mobile game development. The framework was developed by approaching it from two domains, the need for a framework and the framework implementation of key item response data.

안드로이드 모바일 게임 환경에서의 터치 이벤트 정보를 이용한 매크로 탐지 기법 연구 (A study on macro detection using information of touch events in Android mobile game environment)

  • 김정현;이상진
    • 정보보호학회논문지
    • /
    • 제25권5호
    • /
    • pp.1123-1129
    • /
    • 2015
  • 모바일 게임의 매크로(자동사냥)는 PC 온라인 게임의 게임봇과 같이 정해놓은 규칙에 의해 화면을 터치하는 프로그램으로서 안드로이드 애플리케이션과 Windows 응용프로그램 등 다양한 형태로 만들어져 사용된다. 이는 정직한 사용자에게 박탈감을 주고 흥미를 잃게 하여 게임을 떠나게 만들고 게임 수명을 단축시킨다. 비록 PC 온라인 게임에서 이러한 부정행위를 막기 위해 다양한 연구가 진행되었으나 모바일 게임은 네트워크 사용이 제한적이고 디바이스의 성능이 PC와 다르기 때문에 동일한 방법을 적용시키기 무리가 있다. 본 논문에서는 터치 이벤트 정보를 이용한 매크로 탐지 프레임워크를 제안한다. 모바일 게임에서 터치 이벤트는 게임을 진행하기 위한 필수적인 제어 명령이다. 매크로는 동일한 패턴으로 화면을 터치하기 때문에 정상적인 사용자들의 패턴과 차이가 있다. 캐쥬얼 게임이 대부분인 모바일 게임에서 터치이벤트는 짧은 시간 동안 매크로와 정상적인 사용자를 구별할 수 있는 가장 좋은 특징이다. 제안한 프레임워크를 활용하여 실제 모바일 게임에서 사용되는 매크로들을 탐지한 결과 100%의 정확도와 0%의 오탐률을 보였다.

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

  • 노원빈;원문숙;이지혜;고은별;이종우
    • 디지털콘텐츠학회 논문지
    • /
    • 제15권2호
    • /
    • pp.197-207
    • /
    • 2014
  • 많은 사람들이 다양한 플랫폼의 스마트폰으로 모바일 게임을 즐기고 있다. 그런데 게임개발을 할 때 스마트 단말기 플랫폼 별로 따로 개발을 해야 하는 것이 지금까지의 현실이었다. 이를 해결하기 위해 출시된 것이 게임개발 프레임워크인 Cocos2d-x이다. 기존의 Cocos2d에서 다중 플랫폼으로 발전시킨 것으로 하나의 소스 개발로 여러 모바일 기기 및 웹 브라우저 상에서 사용가능하도록 해준다. 공개 소프트웨어로 누구나 사용이 가능하며 C++과 OpenGL을 기반으로 쉽게 게임을 개발할 수 있다. 본 논문에서는 Cocos2d-x를 이용해 학습을 통한 PC실습실 공간 꾸미기 게임인 아이러브501을 구현하였다. 여기서 501은 저자들 소속 학교의 PC실습실 호수이다. 게임의 순기능 부각을 위해 퀴즈를 풀 수 있는 교육적 기능을 포함하였다. 멀티플랫폼 구현을 위해서 윈도우와 iOS환경에서 동시에 개발하였으며 안드로이드폰, 아이폰, 아이패드, 갤럭시탭 등 다양한 기기에 이식해서 실행 결과를 확인하였다.

이미지 검색을 이용한 사진입력 게임 인터페이스 구현 (Implementation of a Photo-Input Game Interface Using Image Search)

  • 이태호;한재선;박희민
    • 정보과학회 컴퓨팅의 실제 논문지
    • /
    • 제21권10호
    • /
    • pp.658-669
    • /
    • 2015
  • 시대의 흐름에 따라 게임 개발에 대한 패러다임 또한 변화하고 있다. 일반적인 게임은 사용자가 시스템에 내부적으로 정해진 선택지만을 이용하여 플레이를 할 수 있도록 설계 되고 있다. 미리 정해져 있지 않은 입력데이터를 분석하고 판별하여 게임을 진행할 수 있다면, 게임 내에서 사용자의 선택지는 제약이 없게 되며 따라서 게임 시나리오는 사용자의 다양한 입력데이터에 따라 다양하게 전개 될 수 있다. 본 논문에서는 기존의 네트워크 통신 및 API와 알고리즘을 게임에 접목함으로써 제약 없는 사용자의 입력에 따른 게임 시스템의 출력 방안을 제안한다. 실험을 위해 안드로이드 플랫폼 단말기 상에서 동작하는 게임을 구현하였다. 실험에서 선정한 사용자의 입력 데이터 포맷은 이미지 파일이며, 서버는 네이버 이미지 검색 API를 이용하여 입력 받은 이미지 파일과 획득한 참조 이미지와의 유사도 검사를 수행한다. 그에 따른 결과를 분석하여 판정 결과를 게임 단말기로 반환한다. 실험을 통해 게임 개발 프레임워크를 기초로 다른 분야의 컴퓨팅 기술 접목의 활용가치를 확인하였으며 또한 제안한 방식은 향후 다양한 게임 인터페이스로의 발전 가능성이 있음을 입증하였다.