• 제목/요약/키워드: Game Programming

검색결과 162건 처리시간 0.029초

게임 프로그램 이해를 통한 체계적 "프로그래밍" 교수 자료 개발 (Development of Systematic Instructional Materials about "Programming" by Understanding of Game Programs)

  • 김종훈;신재훈
    • 정보교육학회논문지
    • /
    • 제5권1호
    • /
    • pp.133-142
    • /
    • 2001
  • '컴퓨터 교육'이라는 개념은 컴퓨터를 이용한 교육과 컴퓨터를 배우는 교육 두 가지 의미를 동시에 가지고 있기 때문에 사용하는데 주의를 기울여야 한다. 후자의 개념으로서 '컴퓨터 교육'은 전산학에 대한 개론 및 프로그래밍과 관련된 학습이 핵심을 이룬다. 특히 프로그래밍의 학습의 경우는 코딩, 컴파일링, 디버깅등의 복잡한 과정과 함께 운영체제 및 하드웨어에 대한 지식 같은 프로그래밍 외적인 분야에 대해서도 다양한 이해가 요구된다. 기존의 프로그래밍 학습은 프로그래밍 언어의 문법에 대한 기계적 암기나 사용법을 익히는 것에 치중하여 논리적인 사고를 키우는데 적합하지 못했다. 이에 본 논문에서는 프로그래밍에 대한 기본적인 통찰력을 기를 수 있도록 프로그래밍 언어의 기초가 되는 C로 코딩된 게임 소스들을 분석하고자 한다.

  • PDF

포스트 모템 디버깅과 프로세스 덤프 (Post Mortem Debugging And Process Dump)

  • 박주항;김영식
    • 한국게임학회 논문지
    • /
    • 제11권2호
    • /
    • pp.131-140
    • /
    • 2011
  • 프로그램 개발에 있어 디버깅은 매우 중요한 요소이다. 개발 과정에서 디버깅을 통해 버그를 대부분 잡을 수 있지만 제품이 출시된 이후에도 프로그램 버그를 잡을 수 있는 시스템이 필요하다. 이를 위해 포스트 모템 디버깅에 대해 살펴보고 프로세스 덤프에 대해 논의한다. 또한 프로그램이 다운되었는데 프로세스 덤프가 생성되지 않는 상황에 대해 원인을 분석해 보도록 한다. 아울러 검증된 예외 핸들러라 하더라도 프로세스 덤프를 남기지 못하는 상황을 이해하고 이런 상황을 타개하기 위해 EHModule(Exception Handler Module)를 구현한다. 구현한 EHModule의 핵심 루틴을 설명하고 해당 모듈의 특징 및 효용성에 대해 언급한다.

논리 프로그래밍을 위한 for-loop 구문 (For-loop for Logic Programming)

  • 권기항;하홍표
    • 정보처리학회논문지A
    • /
    • 제19A권1호
    • /
    • pp.69-72
    • /
    • 2012
  • 고전 논리나 선형 논리에 기반한 논리 프로그래밍에서는 순차적 작업이나 순차적 순환 작업을 표현하는 구문이 결여되어 있다. 최근 순차적 작업을 표현하는 구문 - $G_1{\cap}G_2$ 이 제시되었는데 이는 Japaridze의 game 모델에 기반을 두고 있다. 본 논문에서는 ${\cap}_x^LG$의 형태를 갖고 있는 순차적 순환 작업을 제안하고 있다. 여기서 $x$는 변수이고, $L$은 리스트이고, $G$는 목표작업을 의미한다. 기호 ${\cap}_x^L$는 순차적 유한 정량자라고 불린다. 위 구문을 다음과 같은 작업을 의미한다: $x$$L$의 원소들의 값을 차례로 대입하여 순차적으로 반복 수행하시오.

멀티플랫폼 유무선 연동게임 개발 (Multiplatform Game Development using Wire and Wireless Communication)

  • 강연준;박동규
    • 한국정보통신학회논문지
    • /
    • 제13권4호
    • /
    • pp.828-834
    • /
    • 2009
  • 최근 모바일 게임산업은 독립형 게임 위주의 환경에서 수익성이 지속적으로 보장되는 네트워크를 기반으로 한 환경으로 발전해 나가고 있다. 하지만 시중에 서비스되는 대부분의 네트워크 게임의 경우 모바일 대 모바일, PC온라인 대 PC 온라인, 비디오 게임기 대 비디오게임으로 한정되어 있다. 멀티 플랫폼 네트워크게임은 서로 다른 플랫폼과 기기를 사용할 뿐만 아니라, 통신대역폭에 있어서도 차이가 나기 때문에 그 구현에 어려움이 많다. 본 논문은 "눌러 눌러" 라는 아케이드 게임을 통하여 PC 사용자와 모바일 사용자들이 각각 서로 다른 플랫폼 환경에서도 하나의 게임 서버에 접속하여 게임을 즐길 수 있는 멀티 플랫폼 게 임을 소개한다. 본 논문에서는 3세대 멀티 플랫폼 네트워크 게임을 통하여 멀티 플랫폼 게 임의 문제점을 살펴보고, 이를 구현하기 위한 기법들을 설명한다. 본 논문에서 구현한 서버 측의 데이터베이스는 마이크로소프트사의 MS SQL서버를 사용하였으며, PC 게임은 비주얼베이직 환경으로 모바일 게임은 WIPI 환경에서 구현하였다.

의사결정나무 분석기법을 이용한 청소년의 인터넷게임 중독 영향 요인 예측 모형 구축 (A Prediction Model for Internet Game Addiction in Adolescents: Using a Decision Tree Analysis)

  • 김기숙;김경희
    • 대한간호학회지
    • /
    • 제40권3호
    • /
    • pp.378-388
    • /
    • 2010
  • Purpose: This study was designed to build a theoretical frame to provide practical help to prevent and manage adolescent internet game addiction by developing a prediction model through a comprehensive analysis of related factors. Methods: The participants were 1,318 students studying in elementary, middle, and high schools in Seoul and Gyeonggi Province, Korea. Collected data were analyzed using the SPSS program. Decision Tree Analysis using the Clementine program was applied to build an optimum and significant prediction model to predict internet game addiction related to various factors, especially parent related factors. Results: From the data analyses, the prediction model for factors related to internet game addiction presented with 5 pathways. Causative factors included gender, type of school, siblings, economic status, religion, time spent alone, gaming place, payment to Internet cafe$\acute{e}$, frequency, duration, parent's ability to use internet, occupation (mother), trust (father), expectations regarding adolescent's study (mother), supervising (both parents), rearing attitude (both parents). Conclusion: The results suggest preventive and managerial nursing programs for specific groups by path. Use of this predictive model can expand the role of school nurses, not only in counseling addicted adolescents but also, in developing and carrying out programs with parents and approaching adolescents individually through databases and computer programming.

단계별 점수산출방식에 따른 테트리스 게임 시스템 설계 및 구현 (A Design and Implementation of Tetris Came System according to Score Calculation Method per Level)

  • 임종혁;정화영
    • 인터넷정보학회논문지
    • /
    • 제6권2호
    • /
    • pp.85-97
    • /
    • 2005
  • 1985년에 처음 등장했던 테트리스는 많은 시간이 지난 지금에도 많은 유저들에게 사랑 받는 게임이 되었다. 지금까지의 테트리스는 줄이 삭제 될 때마다 삭제된 줄의 수에 따라 점수를 주는 방식을 채용하였고, 연속 공격 등에 관해 가산점을 부여해주었다. 그러나 이러한 점수 산출방식은 너무 일정하고 단순한 패턴을 주었다. 본 논문에서는 기존의 점수 계산 방식과는 다른 단계별 점수 계산 방식을 통하여 새로운 테트리스 게임 시스템을 설계 및 구현하고자 한다. 즉, 이는 전에 삭제된 줄의 수와 현재 삭제된 줄의 수를 비교하여 기본 점수에 가산점을 부여하는 방식이다. 단계별 점수산출방식을 이용하여 기존의 테트리스에서 한층 더 진보된 테트리스의 전략적인 이용을 가능하게 해 줄 것이다.

  • PDF

멀티 플랫폼 시뮬레이션 네트워크 게임을 위한 서버 프레임워크 연구 (A Study on the Server Framework for Multi-platform Simulation Network Game)

  • 권순정
    • 한국게임학회 논문지
    • /
    • 제17권6호
    • /
    • pp.165-172
    • /
    • 2017
  • 다양한 플랫폼에 따라 게임을 개발하는 데에는 중복되는 작업들이 있는 것 같다. 각 플랫폼에 따라 데이터를 관리하고 처리하는 유사한 작업이 포함되는데, 이는 개발기간에도 영향을 미친다. 본 논문은 최근 유행하고 있는 전투 시뮬레이션 게임을 멀티 플랫폼 기반으로 서버를 설계 하고 제작하여 플랫폼 형태와 상관없이 동일한 서버와 같은 전투 시뮬레이션의 결과를 볼 수 있는 서버 프레임 워크를 제안한다. JSON 데이터 포맷을 사용하여 속성-값 쌍으로 이루어진 프로토콜을 사용하여 디버깅하기 편하게 설계 하였다. 프로그래밍 언어에 독립적이기 때문에 다양한 언어와 통신을 할 수 있는 장점도 가지고 있다. 서버는 아마존 서버를 이용하여 쉽게 서버 구조를 확장하거나 서버 스펙을 업그레이드 할 수 있는 모델을 제안한다.

DEA 기반 온라인 게임 성과 관리 포트폴리오 모형 (A DEA-Based Portfolio Model for Performance Management of Online Games)

  • 전훈;이학연
    • 대한산업공학회지
    • /
    • 제39권4호
    • /
    • pp.260-270
    • /
    • 2013
  • This paper proposes a strategic portfolio model for managing performance of online games. The portfolio matrix is composed of two dimensions: financial performance and non-financial performance. Financial performance is measured by the conventional measure, average revenue per user (ARPU). In terms of non-financial performance, five non-financial key performance indicators (KPIs) that have been widely used in the online game industry are utilized: RU (Register User), VU (Visiting User), TS (Time Spent), ACU (Average Current User), MCU (Maximum Current User). Data envelopment analysis (DEA) is then employed to produce a single performance measure aggregating the five KPIs. DEA is a linear programming model for measuring the relative efficiency of decision making unit (DMUs) with multiple inputs and outputs. This study employs DEA as a tool for multiple criteria decision making (MCDM), in particular, the pure output model without inputs. Combining the two types of performance produces the online game portfolio matrix with four quadrants: Dark Horse, Stop Loss, Jack Pot, Luxury Goods. A case study of 39 online games provided by company 'N' is provided. The proposed portfolio model is expected to be fruitfully used for strategic decision making of online game companies.

Design of Network-based Game Using the GoF Design Patterns

  • Kim Jong-Soo;Kim Tai-Suk
    • 한국멀티미디어학회논문지
    • /
    • 제9권6호
    • /
    • pp.742-749
    • /
    • 2006
  • In the network-based game where it uses the Internet infrastructure, the implementation is possible with the various methods. Such Applications are developed in the multi-tired architecture. There are many cases for the server to be separated from the hardware or the software. In this case, a lot of applications make the distributed process possible and are made as the multi-tiered architecture to develop the reusability of the existing software module. Especially, it is mostly general to separate for the case of a database server to a new tier. One of the important points of multi-tiered server side applications is security and because of this, it is difficult to share the related data about the design skill. Using design patterns, it gives help in reusing the existing written-code for the design of the game that needs a lot of money and time. Design Patterns are related to the software reuse. For the development of more efficient games, if well-defined design patterns are provided to the developers, then it would make more easy advanced game API and make possible the framework for the game development based on the API Through the analysis of the general network-based game currently servicing in the Internet, in this paper, we discuss how to implement a business logic tier using database system among the server side architectures. The main objective of this article is to show an efficient APIs(Application Programming Interfaces) design method which can be used to manage the data that must be saved to the database system among the packets that client/server have to be exchange.

  • PDF

VR게임의 실재감과 몰입감 요소 분석 (Analysis of Presence and Immersion Elements of VR Game)

  • 김태규;장우석
    • 한국엔터테인먼트산업학회논문지
    • /
    • 제13권8호
    • /
    • pp.69-76
    • /
    • 2019
  • 연구의 배경으로 4차 산업혁명에 힘입어 VR, AR, MR 등의 관심이 높아지고 무선인 오큘러스 퀘스트가 발매하면서 하드웨어 회상서 지속적인 가상현실 기기를 만들고 있으며, 게임 소프트웨어 개발 회사에서는 이러한 기기를 이용한 VR 게임을 개발 또는 서비스를 할 것이다. 이에 따라 앞으로 VR 게임 시장은 계속 성장할 것으로 예상된다. 목적으로 가상현실 게임에서 나타나는 실재감과 몰입감에 의한 기술적인 요소들을 이해하였고 VR 게임을 제작할 때 적용할 수 있어야 합니다. 과정으로 VR게임의 개념이해와 몰입감, 실재감의 요소들을 분석하고 현재 상용화한 게임 3가지를 분석하였다. 시사점으로 앞으로 가상현실의 게임을 기업에서 개발하고 체험을 할 때 실재감과 몰입감에 대한 특징들을 고려해야 한다.