• Title/Summary/Keyword: 게임접근성

Search Result 203, Processing Time 0.026 seconds

A Preliminary Study on Serious Game for C Language Study of Beginners : freCman (초보자를 위한 C 언어 학습 기능성 게임 개발 사례 : 프레C맨)

  • Hwang, Kitae;Jung, Inhwan
    • Journal of Korea Game Society
    • /
    • v.15 no.4
    • /
    • pp.199-206
    • /
    • 2015
  • This paper introduces a serious game called freCman developed for C programming language beginners. Since key words, syntax, and programming structure of C programming language are unfamiliar for them, they feel uneasy and have many difficulties to study. We developed three games such as shooting star C, finding hidden errors, unscrambling C codes through which C beginners can study C language easily. Also we developed CTS(Code to Speech) which speeches C source codes like English statements so that C beginners can be familiar with C key words and statements. To prove effectiveness of the freCman, some experiments have been conducted with C language beginners. Experiment results show that the freCman helps beginners studying C programming language much.

A Robust and Efficient Method to Compute the Closest Approach Distance between Two Ellipsoids (두 타원체 사이의 최단 접근 거리를 구하는 안정적이며 효율적인 방법)

  • Choi, Min Gyu
    • Journal of Korea Game Society
    • /
    • v.19 no.6
    • /
    • pp.99-106
    • /
    • 2019
  • This paper addresses a method to compute the closest approach distance between two ellipsoids in their inter-center direction. This is the key technique for collision detection and response between ellipsoids. We formulate a set of conditions with the inter-center distance, the contact point and the contact normal vector of the two externally-contacting ellipsoids. The equations are solved robustly and efficiently using a hybrid of Newton's method and the bisection method with root bracketing. We demonstrate the robustness and efficiency of the proposed method in various experiments.

A Study on the Accessibility of Contents Production in the VR Sports Class (가상현실 스포츠실의 콘텐츠 제작 접근성 연구)

  • Eun, Kwang-Ha
    • Journal of Korea Game Society
    • /
    • v.21 no.5
    • /
    • pp.75-86
    • /
    • 2021
  • This study examines the access index to the development of immersive contents suitable for elementary school users. The findings of this study can be used as a correct development guide for companies participating in the production of virtual reality sports room contents, by providing users with an effective content experience of education and physical exercise based on the immersive content of sports, physical education, and convergence learning linked with various sensor technologies. As for the research method, this study selected content developed based on the standardization guide of the supporting institution. Through research using expert advice, interviews with sports managers, and content experience survey, this study derived a content access standard index of the virtual reality sports room. Finally, the study verified the developed contents through advanced development applying the production standard indicators.

A Study on the Factors Influencing Social Network Game(SNG) Addiction (소셜 네트워크 게임(Social Network Game) 중독에 영향을 미치는 요인에 관한 실증연구)

  • Yin, Jin Lian;Kim, Sanghyun;Kim, Geuna
    • International Commerce and Information Review
    • /
    • v.17 no.3
    • /
    • pp.29-57
    • /
    • 2015
  • The purpose of this study is to find the factors of Social Network Games of continuous game flow and addiction. This study analyzes the significant factors of the addiction of SNGs from three categories. It also seeks to find out what relation between continuous game flow and addiction in SNGs. The model consists of three categories (SNG characteristic, User characteristic, and Environmental characteristic). The research model was conducted through the structural equation modeling(SEM) approach, and tested using 374 questionnaires. The results indicated that SNG characteristic(accessibility, enjoyment, feedback), User characteristic(self-control), Environmental characteristic(social interaction, subjective norm) have a positive effect on continuous game flow. The findings also that continuous game flow plays a moderation role that affects addiction. Finally, we discussed the research results and offered relevant suggestions for schools, firms, and future studies

  • PDF

Development of a SRP(Stress Relaxation Program) Game using HRV(Heart Rate Variability) (심장박동수 변이성을 이용한 스트레스 이완용 게임개발)

  • Choi, Sam-Ha;Joe, Young-Sin;Kim, Kyung-Sik
    • Journal of Korea Game Society
    • /
    • v.2 no.1
    • /
    • pp.77-83
    • /
    • 2002
  • Cases of applying game in the medical area are increasing thesedays. This game has been developed to prevent disease in self-nervous system through the control of respiration after monitoring the mental stress and physical stress from the heart rate variability (HRV) of the game user. The game is a kind of a stress relaxation program (SRP) designed not to avoid boring or rejecting mind of users by traditional simple training of continuous repetition, but to increase interaction which is a unique feature of games.

  • PDF

A Study on the Alt-genre of Digital Game based on User Tags (사용자 태그를 통한 대안적 게임 장르의 가능성)

  • Ahn, Jin-Kyoung
    • Journal of Digital Contents Society
    • /
    • v.19 no.8
    • /
    • pp.1443-1451
    • /
    • 2018
  • The genre of digital games is not a fixed and invariable system, but a generative system of revisions and changes. The purpose of this study is to define a concept of alternative genre for digital games. The alternative genre of digital games should be presented in combinations of various genre elements and reflected the genre awareness of the user. In this context, user tags of the game transform the classical genre concept into a family resemblance based categorization and establish a user-driven bottom-up genre system. User tags as the form of alternative genre can spread the 'small' genre through multiplicity of genre elements and strengthen the communicative function of the genre.

Authoring Tool for Web Content Development by Python Education (Python 교육을 통한 Web 콘텐츠 개발을 위한 저작도구)

  • Jeong, Je-Hyeon;Oh, Seong-Min;Gu, Bon-Woo
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2022.05a
    • /
    • pp.699-701
    • /
    • 2022
  • 프로그래밍 교육에서 Python 교육은 현재 기본으로 다루고 있다. PIP 의 우수한 확장성에 의해 수많은 분야에서 Python 을 이용하여 연구 및 개발을 수행하고 있다. 게임 개발에서도 Python 은 적극 활용되고 있다. 메모리관리와 최적화를 위한 Low Level 개발 부분에서는 C/C++, C#, JAVA 를 사용하지만, 게임 시스템 기획자의 경우 프로그래머에게 직결되는 문서를 작업하기 위해 객체지향적 시점을 작성해야 하기 때문에 Python 을 통해 기획자와 프로그래머의 의사소통 향상으로 인해 결과적으로 개발 시간을 단축하는 효과를 볼 수 있다. 본 논문에서는 Python 교육과 접근성이 좋은 Web Contents 를 개발하기 위하여 KM Engine 을 개발하였다. 경민 대학교 게임콘텐츠과 학생들을 대상으로 교육과 Web Contents 를 개발한 결과 Unity, Unreal 에 비해 학생들이 매우 편하게 개발하는 것을 확인 할 수 있었다. KM Engine 은 경민 대학교 학생 들 뿐 아니라 게임 제작을 배우고 싶어하는 이들과 이들을 학습시킬 목적을 가진 이들에게 기여하길 바란다.

Evaluation of the Usability of Mobile RPG Game In-App Payment Service User : Focused on the Lineage M (모바일 RPG 게임의 인 앱 결제 서비스 이용자에 대한 사용성 평가 : '리니지M'을 중심으로)

  • Kim, Seung-Eon;Kim, Youngsik
    • Journal of Korea Game Society
    • /
    • v.18 no.3
    • /
    • pp.27-38
    • /
    • 2018
  • This paper is designed to propose the contents necessary for updating and developing future mobile RPG game developers through a usability evaluation of Users using In-App Payment Services at Lineage M. This paper conducted a usability assessment for quantitative assessment of users who use in-app payment services for mobile game 'Lineage M'. The tool for usability assessment was surveyed in a questionnaire designed based on 'The User Experience Honeycomb' defined by Peter Morville. These statistical results were then divided into lateral analyses. Through this, it is expected that game developers and planners will be able to find data to help develop new mobile RPG games.

Unity Curling Game Using Its Own Physical Engine (자체 물리 엔진을 이용한 유니티 컬링 게임)

  • Yong Hyun Lee;Ki Beom Park
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2022.11a
    • /
    • pp.214-217
    • /
    • 2022
  • 2018 년 평창 동계올림픽부터 우리나라 사람들이 컬링이라는 종목에 큰 관심을 갖기 시작하였다. 하지만 이 종목을 직접 체험하거나 경기를 보기 위해서는 빙판이 있어야 하는 특수성과 비싼 장비, 찾아보기 힘든 경기장 등 여러 열악한 조건들 때문에 결국 올림픽 시즌에만 반짝 관심을 가졌다가 시들어버렸다. 이를 해결하기 위해서 우리는 Unity 라는 게임 엔진을 사용하여 사람들이 쉽게 접할 수 있는 컬링 게임을 제작하였다. 실제 컬링을 게임으로 만들기 위해 컬링에 필요한 도구들을 이미지로 제작하여 Unity 내부에서 저장 후 오브젝트에 입력하였고 물리 법칙을 구현하기 위해 Unity 상에서 방향, 세기, 속도, 충돌들을 프로그래밍하였으며 대한컬링연맹에 나와있는 컬링 경기 규칙서를 활용하여 게임에 적용하였다. 또한 컬링의 진행이 현실적인 운동과 비슷하게 하기 위하여 스크립트 안의 충돌 및 마찰 관련 계수를 조절하였고 이를 이용하여 반복한 결과값들을 수치화 하여 그래프로 작성해보았다. 추가적으로 컬링 게임의 점수판과 카메라 시점 등을 통해서 게임 사용자가 게임 진행에 있어서 도움이 되는 부분을 구현하였고 현실성을 위하여 Arduino 를 이용한 게임 패드를 제작하여 직접 게임하는 듯한 느낌을 들도록 하였다. 최종적으로 게임을 이용하여 컬링에 대한 이해도가 증가하고 사람들이 컬링이라는 비인기 종목에 한 걸음 더 접근할 수 있게 되고, 스포츠발전에 조금이나마 기여할 수 있게 될 것이다.

  • PDF

A Study on the Making and Trends of Interactive Movies (인터랙티브 무비의 관한 연구 - 제작과 동향을 중심으로 -)

  • Park, Yoon-Sung
    • Journal of Digital Contents Society
    • /
    • v.8 no.2
    • /
    • pp.227-233
    • /
    • 2007
  • Movie Films and Games, to be close to their industries, needs in crossover fields, are affected to each other. Interactive movie is an effective authoring method accommodating this trend on demands. However, studies which explore and examine various forms of Interactive effected films and storytelling approaches are scarce. This call for elucidation is basis of this research which applies the notion of Interactive movies and games to analyzing of trends and composition limits of Interactive movies, and improvised methodology of ability on merits for the next generation media cultures.

  • PDF