• Title/Summary/Keyword: game engine

Search Result 329, Processing Time 0.022 seconds

SoMA: A System of Making Avatars based on a Commercial Game Engine (SoMA: 상용 게임엔진 기반의 아바타 생성 시스템)

  • Kim, Byung-Cheol;Roh, Chang Hyun
    • Journal of Digital Convergence
    • /
    • v.15 no.1
    • /
    • pp.373-380
    • /
    • 2017
  • We propose the SoMA(System of Making Avatars) based on a commercial 3D game engine. It first decomposes a given character into assemblable pieces, then gives the user them as prefab components so that he or she can reassemble and/or customize them to be plenty of characters. To accomplish this, it implements the character assembly structure as an hierarchy, the upper levels of which are categorized for gross assembly, and the lower levels of which are parameterized for detailed customization. It also defines a hierarchical naming convention for ease of access to the structure. Finally, it provides body, clothes, and attachment systems to make relevant characters.

Game Programming of Digital Television Using OSD Middleware (OSD를 이용한 DTV용 게임 설계 및 구현)

  • Kim, Se-Young;Kim, Jang-Hyeon;Kim, Dae-Jin
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.15 no.1
    • /
    • pp.249-256
    • /
    • 2011
  • Since various applications is converged in digital televisions, playing game on DTV will be available in the immediate future. Game programming of DTV is more difficult than that of PC in a viewpoint of game development. Since TV use very simple remote controller as user interface, mapping type, choice type, and one-button type are used among mobile game user interfaces. In addition, we suggest to use text class, numeral class, bitmap class, and shape class of DTV OSD middleware which is proven software, instead of developing new DTV-oriented game engine. The proposed interfaces can be applied in various game situations and allow intuitive and fast operations. By using OSD middleware, game actions can be subdivided into state structures, OSD objects can be used as game objects, and events and actions of remote controller keys are easily defined.

Design and Application of a Visual Experience Game in Game Mathematics (게임수학 시각체험 게임 설계 및 적용)

  • Choi, Youngmee
    • Journal of Korea Multimedia Society
    • /
    • v.21 no.12
    • /
    • pp.1504-1512
    • /
    • 2018
  • The purpose of this study is to design and apply a simple game that can visually experience basic concepts of game mathematics in order to teach game mathematics effectively. To do this, simple games linked with game mathematical theory are to be developed by utilizing the functions provided by Unity so that students could actively learn game mathematics. To demonstrate the plausibility of this approach, "Bouncing Ball Game" was developed to understand the concept of periodicity of trigonometric functions. As a result, students were able to effectively learn how mathematical concepts related to ball movements applied to the game.

Development of Crossplatform 2D Game Library for PSP Game Console (PSP 게임기용 크로스플랫폼 2D 게임 라이브러리 개발)

  • Lee, Dae-Hyun
    • The Journal of the Korea Contents Association
    • /
    • v.7 no.5
    • /
    • pp.78-84
    • /
    • 2007
  • The portable game market is growing so fast recently. However, the development activities of domestic game development companies have been very week, which is mainly due to the lack of efficient and economical game development library solutions. This paper deals with how to implement 2D game library for SONY PSP game console that is very popular thesedays as a portable game console. We have ported the open source SDL library to PSP. Consequently, developers could develop games in PC environment and port it to PSP very easly based on the game library

Collaborative Visualization of Warfare Simulation using a Commercial Game Engine (상업용 게임 엔진을 활용한 전투 시뮬레이션 결과의 협업 가시화)

  • Kim, Hyungki;Kim, Junghoon;Kang, Yuna;Shin, Suchul;Kim, Imkyu;Han, Soonhung
    • Journal of the Korea Society for Simulation
    • /
    • v.22 no.4
    • /
    • pp.57-66
    • /
    • 2013
  • The needs for reusable 3D visualization tool has been being raised in various industries. Especially in the defense modeling and simulation (M&S) domain, there are abundant researches about reusable and interoperable visualization system, since it has a critical role to the efficient decision making by offering diverse validation and analyzing processes. To facilitate the effectiveness, states-of-the-arts M&S systems are applying VR (Virtual Reality) or AR (Augmented Reality) technologies. To reduce the work burden authors design a collaborative visualization environment based on a commercial game engine Unity3D. We define the requirements of the warfare simulation by analyzing pros and cons of existing tools and engines such as SIMDIS or Vega, and apply functionalities of the commercial game engine to satisfy the requirements. A prototype has been implemented as the collaborative visualization environment of iCAVE at KAIST, which is a facility for immersive virtual environment. The facility is intraoperative with smart devices.

Design of 2.5D Survival Game using Inventory

  • Kim, Soo Kyun;Kim, Hong-Rae;Lee, Won Joo
    • Journal of the Korea Society of Computer and Information
    • /
    • v.23 no.8
    • /
    • pp.31-36
    • /
    • 2018
  • The survival game is characterized by the ability to survive until the item is collected and the game is completed at the specified time, and the inventory function to store the item is the core of the game. Typical survival games include 'Don't Starve', 'H1Z1', and 'Lust'. The purpose of this paper is to design a 2.5D survival game that can be enjoyed by the smart device using Unity 3D engine. Because it is designed as a mobile platform, designing light inventory function using two lists rather than existing inventory function makes it easier to design than existing inventory and light design suitable for mobile. In general, it is characterized by designing a mobile game so that it does not depend on the place of the survival game.

Control of Intelligent Characters using Reinforcement Learning (강화학습을 이용한 지능형 게임캐릭터의 제어)

  • Shin, Yong-Woo
    • Journal of Internet Computing and Services
    • /
    • v.8 no.5
    • /
    • pp.91-97
    • /
    • 2007
  • Game program had been classed by 3D or on-line game etc, and engine and game programming simply, But, game programmer's kind more classified new, Artifical Intelligence game programmer's role is important. This paper makes game character study and moved by intelligence using reinforcement learning algorithm. Fought with character enemy using developed game, Confirmed whether embodied game character is facile by intelligence, As result of an experiment, we know, studied character defends excellently than randomly moved character.

  • PDF

Development of an Authoring Tool for Producing 3D Games (3D 게임 제작을 지원하는 저작도구의 개발)

  • Lee Hunjoo;Kim Hyunbin
    • Journal of Korea Multimedia Society
    • /
    • v.7 no.10
    • /
    • pp.1464-1477
    • /
    • 2004
  • Recently, there is a growing consideration that game authoring tools can play an important role in producing 3D games. In this paper, we introduce our 3D game authoring tool. The tool consists of a map editor, a sound editor, a game data exporter/previewer, and a special effect editor. This tool can help a game designer Produce game data such as game maps, sound effects, and special effects, and so on. In this paper, we implemented a prototype game content to verify the effectiveness of the developed authoring tool.

  • PDF

Adaptive Strategy Game Engine Using Non-monotonic Reasoning and Inductive Machine Learning (비단조 추론과 귀납적 기계학습 기반 적응형 전략 게임 엔진)

  • Kim, Je-Min;Park, Young-Tack
    • The KIPS Transactions:PartB
    • /
    • v.11B no.1
    • /
    • pp.83-90
    • /
    • 2004
  • Strategic games are missing special qualities of genre these days. Game engines neither reason about behaviors of computer objects nor have learning ability that can prepare countermeasure in variously command user's strategy. This paper suggests a strategic game engine that applies non-monotonic reasoning and inductive machine learning. The engine emphasizes three components -“user behavior monitor”to abstract user's objects behavior,“learning engine”to learn user's strategy,“behavior display handler”to reflect abstracted behavior of computer objects on game. Especially, this paper proposes two layered-structure to apply non-monotonic reasoning and inductive learning to make behaviors of computer objects that learns strategy behaviors of user objects exactly, and corresponds in user's objects. The engine decides actions and strategies of computer objects with created information through inductive learning. Main contribution of this paper is that computer objects command excellent strategies and reveal differentiation with behavior of existing computer objects to apply non-monotonic reasoning and inductive machine learning.

국내외 게임엔진 고찰

  • Kim Gyeong-Sik
    • Broadcasting and Media Magazine
    • /
    • v.10 no.1
    • /
    • pp.113-122
    • /
    • 2005
  • There are several available commercial game engines and it becomes to develop games with game engines. In this paper. we investigated the features of those game engines with their advantages and disadvantages as well as considerations to make games with those engines. It will help developers as a reference to select the most efficient game engine.