The Game Engine Architecture for free game experience based on a storyline

스토리라인 기반의 자유로운 게임 플레이를 위한 게임 엔진 설계

  • Published : 2007.12.31

Abstract

A game engine should have the architecture that can manage various interactions between entities in a game for offering users various game experience. For this purpose, the game engine architecture based on message system is used. But only by this message based system, it is difficult to change game world continuously according to some storylines. The reason of this is event-driven system like message based system is appropriate for processing individual message but is not appropriate for processing more bigger logical work unit. For this purpose this paper proposes the storyline entity. The storyline entity has logical flows for a storyline and is called by engine continuously. By this proposed game engine architecture he or she can maintain free game experience by message based system and can add some progressing of storylines.

유저에게 다양한 게임 플레이 경험을 제공하기 위해 게임 엔진은 다양한 게임 내 개체 간 상호 작용을 다룰 수 있는 엔진 구조를 가져야 한다. 이를 위해 메시지 기반 게임 엔진 구조가 사용 된다. 그러나 메시지 기반 게임 엔진 구조만으로는 게임 세계를 특정한 스토리라인 기반으로 변화시켜 나가기 어렵다. 이는 메시지 기반 시스템과 같은 event-driven system 자체가 하나하나의 메시지 처리에는 적합하지만 이보다 상위의 보다 큰 논리적인 작업 단위를 처리하기에 적합한 구조는 아니기 때문이다. 이를 위해 storyline 개체를 만들 지속적으로 storyline의 스토리 진행 함수를 호출함으로써 메시지 기반 시스템의 자유로움은 유지하면서 게임 세계에 특정 storyline의 진행을 추가할 수 있는 게임 엔진 구조를 제안한다.

Keywords