Avoiding Trial-and-Error based Elements for Game Scripting
게임 스크립트는 프로그래밍 비숙련자가 게임을 구현하는 경우에 자주 활용된다. 이 논문에서는 게임 프로그래밍 구현 과정 중에 발생하는 시행착오 항목들을 조사하여 게임 스크립트를 위한 유용한 요소로 도출 한다. 도출된 시행착오 요인을 회피할 수 있도록 제안되어 Unity3D 게임엔진 환경의 C# 언어로 구현된 보완 명령문들에 대하여 논의 하고, 이 명령문들을 적용한 구현 방법과 기존의 방법을 비교한다.
Scripting is often used in games for novices at programming to enable implementation of the game. In this paper we examine the trial-and-error elements taken to implement game programming and identify the useful features for game scripting. This paper presents complemental elements based on avoiding trial-and-error, and discusses complementary statements implementation of this proposal, where the complementary statements were written in C# on Unity3D engine. The approach is compared and contrasted to the existing approach.