• 제목/요약/키워드: game framework

검색결과 241건 처리시간 0.026초

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.

A Framework for Processing Brain Waves Used in a Brain-computer Interface

  • Sung, Yun-Sick;Cho, Kyun-Geun;Um, Ky-Hyun
    • Journal of Information Processing Systems
    • /
    • 제8권2호
    • /
    • pp.315-330
    • /
    • 2012
  • Recently, methodologies for developing brain-computer interface (BCI) games using the BCI have been actively researched. The existing general framework for processing brain waves does not provide the functions required to develop BCI games. Thus, developing BCI games is difficult and requires a large amount of time. Effective BCI game development requires a BCI game framework. Therefore the BCI game framework should provide the functions to generate discrete values, events, and converted waves considering the difference between the brain waves of users and the BCIs of those. In this paper, BCI game frameworks for processing brain waves for BCI games are proposed. A variety of processes for converting brain waves to apply the measured brain waves to the games are also proposed. In an experiment the frameworks proposed were applied to a BCI game for visual perception training. Furthermore, it was verified that the time required for BCI game development was reduced when the framework proposed in the experiment was applied.

게임 논리 이식성 향상을 위한 프레임워크 구현 (Framework Implementation for Improvement of Game Logic Portability)

  • 김석현;이면재
    • 한국산학기술학회논문지
    • /
    • 제10권11호
    • /
    • pp.3155-3162
    • /
    • 2009
  • 게임 산업이 성장하면서 더욱 새롭고 다채로운 내용을 담고 있는 게임에 대한 요구가 커지고 있다. 그러나 현재 이를 지원하기 위한 소프트웨어 프레임워크는 존재하지 않는다. 3D 엔진이나 물리엔진과 같이 게임을 위한 특정 기술 분야의 미들웨어는 상당히 성숙한 단계에 와있으나 게임논리의 흐름을 위한 프레임워크는 거의 찾아볼 수 없다. 본 논문에서는 게임논리의 설계 및 구현을 위한 소프트웨어 프레임워크로서 게임논리엔진을 제안하고, 프로토타입을 구현한다. 제안된 게임논리엔진에 의해 다양한 장르의 게임을 위한 논리 흐름을 쉽게 기술하고 조합할 수 있다.

크로스 플랫폼 기반의 모바일게임 개발을 위한 정형 프레임워크 개발 (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.

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.

스마트 TV용 게임 프레임워크 개발 (A Game Framework Development for Smart TV)

  • 이성현;이대웅
    • 한국게임학회 논문지
    • /
    • 제15권1호
    • /
    • pp.135-144
    • /
    • 2015
  • 스마트 TV는 2010년 이후부터 대중적인 정보 전달 기기로 확고한 자리를 잡아가고 있다. TV의 기능이 기본적으로 들어 있기 때문에 사용자들의 디바이스 접근성이 높으며 각종 앱, 웹서핑, VOD 시청 등 다양한 기능을 활용할 수 있는 다기능 기기이다. 그러나 아직도 스마트 TV 콘텐츠의 수도 부족하고, 게임 콘텐츠 개발 도구에 관한 연구도 미흡한 실정이다. 본 논문은 게임 콘텐츠 개발자들이 쉽게 스마트 TV용 앱을 제작할 수 있도록 프레임워크를 개발하고자 한다. 본 논문에서 개발한 STGF (Smart TV Game Framework)는 입력처리 매니저, 화면 데이터 상태 처리 매니저, 게임 상태 처리 매니저로 구성된다. 2013년에 STGF를 적용해 개발한 "펜토미로"를 런칭하여 서비스함으로써 유용성을 보였다. STGF를 사용하여 개발을 하면 입력, 출력, 데이터처리 등의 개발 초기 작업과 오류 수정에 드는 시간을 줄일 수 있으므로 전체 개발 기간을 단축하는 효과를 기대할 수 있다.

Factors Influencing the Knowledge Adoption of Mobile Game Developers in Online Communities: Focusing on the HSM and Data Quality Framework

  • Jong-Won Park;Changsok Yoo;Sung-Byung Yang
    • Asia pacific journal of information systems
    • /
    • 제30권2호
    • /
    • pp.420-438
    • /
    • 2020
  • Recently, with the advance of the wireless Internet access via mobile devices, a myriad of game development companies have forayed into the mobile game market, leading to intense competition. To survive in this fierce competition, mobile game developers often try to get a grasp of the rapidly changing needs of their customers by operating their own official communities where game users freely leave their requests, suggestions, and ideas relevant to focal games. Based on the heuristic-systematic model (HSM) and the data quality (DQ) framework, this study derives key content, non-content, and hybrid cues that can be utilized when game developers accept suggested postings in these online communities. The results of hierarchical multiple regression analysis show that relevancy, timeliness, amount of writing, and the number of comments are positively associated with mobile game developers' knowledge adoption. In addition, title attractiveness mitigates the relationship between amount of writing/the number of comments and knowledge adoption.

온라인 게임 사용자의 위험지각과 자기효능감에 따른 게임 중독 예방행위 간 차이분석 : 국내 대학생을 대상으로 한 위험지각태도 프레임웍을 기반으로 (Analyzing the Differences among Online Gaming Users' Gaming Addiction Prevention Behaviors based on Risk Perception and Self-efficacy : Testing RPA Framework on Korean College Students)

  • 최병구;왕신위;이재남
    • Journal of Information Technology Applications and Management
    • /
    • 제22권2호
    • /
    • pp.19-41
    • /
    • 2015
  • Many studies have focused on the influences and outcomes of online game addiction. However, few studies have investigated how the online game addiction prevention behavior differs depending on online game user. In order to fill this gap, this study attempts to classify online game users based on risk perception attitude (RPA) framework. More specifically, this research tries to show online game user can be classified into four groups based on perceived risk of online game addiction and efficacy beliefs of online game addiction protection, and to identify how the groups differ in terms of motivation, information seeking, and behaviors for online game addiction prevention. For this purpose, analysis on survey data from 240 Korean college students who use online game reveals that the users can be classified into responsive, avoidance, proactive, indifference groups. Furthermore, there are differences between groups in terms of motivation, information seeking, and behaviors for online game addiction prevention. This study contributes to expand existing literature by providing tailored guidelines for implementation of online game addiction prevention strategies and policy.

인지 심리적 모형을 기반으로 한 초등 수학 교육용 기능성게임 디자인 설계전략 (Design Framework for Math Educational Serious game Based on Cognitive Psychology)

  • 최은영
    • 만화애니메이션 연구
    • /
    • 통권45호
    • /
    • pp.299-320
    • /
    • 2016
  • 교육 패러다임의 변화에 따라 기능성게임을 이용한 교육방법에 대한 관심이 증가하고 있다. 하지만 교육용 기능성게임의 학습효과에 중점을 둔 결과 지향적 게임 디자인 설계는 게임의 재미적인 요소와 몰입감을 간과한 경우가 많으며, 지속적 학습참여와 같은 내재적 요인들을 반영하지 못했다. 교육용 기능성게임의 지속적인 사용 및 확장과 학습 효과를 높여주기 위하여 학습자의 학습 성향 및 인지확장에 대한 변화를 반영한 게임디자인 설계가 필요하다. 본 연구에서는 인지심리학 모형을 바탕으로 한 게임디자인 설계전략을 문헌 리뷰를 통하여 분석 및 제시하고자 한다. 이는 학습자 및 학습효과에 질적 양적측면에서 긍정적 영향을 미칠 것으로 판단된다.

Ensemble Engine: Framework Design for Visual Novel Game Production

  • Choi, Jong In;Kang, Shin Jin
    • 한국컴퓨터정보학회논문지
    • /
    • 제24권5호
    • /
    • pp.11-17
    • /
    • 2019
  • In this study, we propose an ensemble engine, which is a framework for game engine optimized for visual novels genre, focusing on storytelling among various game genres. The game of Visual Nobel genre is based on multi-ending story and features branching of various scenarios according to user's choice. The proposed engine supports various multi-scenarios and multi-endings based on nodes according to the characteristics of these genres. In addition, it provides a convenient and intuitive user interface that not only enhances user immersion but also provides VR function to maximize the sense of presence. We will demonstrate the usefulness of the proposed game engine by designing the framework of a game engine suitable for this feature and actually creating variety stories automatically.