• Title/Summary/Keyword: Multi-Player Game

Search Result 65, Processing Time 0.029 seconds

An Efficient MMORPG Distributed Game Server (효율적인 MMORPG 분산 게임서버)

  • Jang, Su-Min;Yoo, Jae-Soo
    • The Journal of the Korea Contents Association
    • /
    • v.7 no.1
    • /
    • pp.32-39
    • /
    • 2007
  • An important application domain for online services is an interactive, multi-player game. In recent, many increase of users that use on-line services through networks have caused a heavy load to the server. In this paper, we propose a MMORPG(Massively Multi-player Online Role Playing Game) distributed game server using flayer-Cell. Our method provides efficient solution of a MMORPG distributed game server for large numbers of users. It is shown through the experiments that our method outperforms existing methods in terms of memory utilization rate and processing speed.

Implementation of Multi-games using Photon Server (Hide and Escape) (포톤 서버를 사용한 멀티게임 구현(Hide & Escape))

  • Shim, Han-Moi;Bang, Jin-Wook;Kim, In-Ho
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2022.01a
    • /
    • pp.69-70
    • /
    • 2022
  • 본 논문에서는 Photon Network를 사용하여 경찰과 도둑 컨셉으로 5명이 함께 즐길 수 있는 Multi Game을 구현하였다. 서버는 리슨 서버 방식으로 Master Client가 게임을 시작하면 Game에 참가한 모든 Player는 Photon Network의 RPC 기능을 사용하여 Player의 동작, Game 진행 상황 등을 실시간으로 Server에 동기화한다.

  • PDF

A Study on the Heterogeneity in Multi-player VR Games : focused on (멀티플레이어 가상현실 게임에 나타난 비균질성 연구 : <더 플레이룸 VR>을 중심으로)

  • Park, Eun-Kyung;Nam, Yang-Hee
    • Journal of Korea Game Society
    • /
    • v.16 no.6
    • /
    • pp.151-162
    • /
    • 2016
  • The purpose of this paper is to identify the significance of heterogeneity in multi-player VR games. Heterogeneity is a concept of multi-player mode that a game uses the immersive VR and non-immersive system at the same time. As immersive VR device has become more commercial, multi-player VR games try to use heterogeneity strategically. is the best example to explain a new phenomenon, so this paper analyses by using a revised and reinforced MDA framework. As a result, we can find heterogeneity concept not only in the separation of player's interface, but also in the division of play patterns and experiences within a game itself.

Packet Discard Policy of Network Thread in an Unity Engine for Multi-player Online Games (다중 접속 온라인 게임을 위한 유니티 엔진의 네트워크 스레드 패킷 폐기 기법)

  • Yoo, Jong-Kun;Kim, Youngsik
    • Journal of Korea Game Society
    • /
    • v.15 no.6
    • /
    • pp.97-106
    • /
    • 2015
  • In an Unity engine for multi-player online games, the main thread processing game logic must be separated from the network thread that is responsible for network packet communication. Packet communication between the network threads needs to drop packets that overlap in order to improve the rendering speed. In this paper, the packet discard policy of network thread is proposed for an Unity engine for multi-player online games. The proposed method is the hybrid method of both Partial Packet Discard and Periodic Packet Discard methods to improve the rendering speed by periodically discarding overlapped network packets managed by the queue. The rendering speed of the proposed method is analyzed and its effectiveness is verified by various packet generating simulations of the Unity engine for multi-player online games.

A Solution Method of a Three-Player Game for Application to an Electric Power Market (전력시장 해석을 위한 3연 참여 게임의 해법 연구)

  • 이광호
    • The Transactions of the Korean Institute of Electrical Engineers A
    • /
    • v.52 no.6
    • /
    • pp.347-353
    • /
    • 2003
  • In models of imperfect competition of deregulated electricity markets, the key task is to find the Nash equilibrium(NE). The approaches for finding the NE have had two major bottlenecks: computation of mixed strategy equilibrium and treatment of multi-player games. This paper proposes a payoff matrix approach that resolves these bottlenecks. The proposed method can efficiently find a mixed strategy equilibrium in a multi-player game. The formulation of the m condition for a three-player game is introduced and a basic computation scheme of solving nonlinear equalities and checking inequalities is proposed. In order to relieve the inevitable burden of searching the subspace of payoffs, several techniques are adopted in this paper. Two example application problems arising from electricity markets and involving a Cournot and a Bertrand model, respectively, are investigated for verifying the proposed method.

An Efficient Method to Update Character Moving Directions for Massively Multi-player Online FPS Games (대규모 온라인 FPS 게임을 위한 효율적인 캐릭터 방향 갱신 기법)

  • Lim, Jong-Min;Lee, Dong-Woo;Kim, Youngsik
    • Journal of Korea Game Society
    • /
    • v.14 no.5
    • /
    • pp.35-42
    • /
    • 2014
  • In the market of First Person Shooter (FPS) games, Massively Multi-player Online FPS games (MMOFPS) like 'PlanetSide 2' have been popular recently. Dead reckoning has been widely used in order to mitigate the network traffic overload for the game server with hundreds or thousands of people. This paper proposes the efficient analytical method to calculate the tolerable threshold angle of moving direction, which is one of the most important factors for character status updating when dead reckoning is used in MMOFPS games. The experimental results with game testers shows that the proposed method minimizes the position error for character moving and provides natural direction updates of characters.

Implementation of VR Multi-games using Photon Network, 'Arcade VR Battle' (포톤 네트워크를 이용한 VR 멀티게임 구현, 'Arcade VR Battle')

  • Han-Moi Shim;Jun-Han Shin;Geon Namgung;Min-Woong Lee;Yong-Sik Kwak
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2023.01a
    • /
    • pp.467-468
    • /
    • 2023
  • 현재 게임 시장에서 VR 게임이 가지는 영향력은 점차 증가하는 추세이다. 기존의 VR게임들은 대부분 Multi-Play를 지원하지 않는다. 이에 따라 본 논문에서는 Photon Network와 XR Plugin을 사용하여 2명의 플레이어가 함께 즐길 수 있는 Arcade 장르의 VR 경쟁 Multi-Game을 구현하였다. 이에 필요한 서버는 리슨 서버 방식으로 Master Client가 게임을 시작하면, Game에 참가한 다른 Client Player는 Photon Network의 RPC 기능을 사용하고 Player의 동작, Game 진행 상황 등을 실시간으로 Server에 동기화하여 Multi-Play게임을 할 수 있다.

  • PDF

Prediction-based Dynamic Thread Pool System for Massively Multi-player Online Game Server

  • Ju, Woo-Suk;Im, Choong-Jae
    • Journal of Korea Multimedia Society
    • /
    • v.12 no.6
    • /
    • pp.876-881
    • /
    • 2009
  • Online game servers usually has been using the static thread pool system. But this system is not fit for huge online game server because the overhead is always up-and-down. Therefore, in this paper, we suggest the new algorithm for huge online game server. This algorithm is based on the prediction-based dynamic thread pool system. But it was developed for web servers and every 0.1 seconds the system prediction the needed numbers of threads and determine the thread pool size. Some experimental results show that the check time of 0.4 seconds is the best one for online game server and if the number of worker threads do not excess or lack to the given threshold then we do not predict and keep the current state. Otherwise we apply the prediction algorithm and change the number of threads. Some experimental results shows that this proposed algorithm reduce the overhead massively and make the performance of huge online game server improved in comparison to the static thread pool system.

  • PDF

Usability Evaluation of Massively Multi-player Online Game Design and Key Design Factors (MMO게임 디자인의 사용성 평가와 핵심디자인 요인)

  • Song, Seung-Keun;Kim, Soo-Jeoung;Lee, Joo-Hyeon
    • Archives of design research
    • /
    • v.19 no.2 s.64
    • /
    • pp.195-206
    • /
    • 2006
  • The computer game industry has managed to become the fastest growing segment of the entertainment industry nowadays. However, only a very low number of computer game products manage to cover the costs of production and generate earnings. According to traditional marketing wisdom, customers' preferences are a core issue in creating successful products, and the design process in game is crucial for guaranteeing garners' satisfaction. This research aimed to explore key design factors for the game design based on the new framework of the usability evaluation. We examined the usability in Massively Multi-player Online Role-playing Games (MMORPGs) and reviewed literatures related to games simultaneously. We identified eighteen usability issues in MMORPG and presented its recommendation relevant to the issues. Moreover, the results of the study showed fifty four key design factors composed of game interface, game play, game narrative, and game mechanics for the game design. The research is concluded with key implications to support the early stage of the design process in game.

  • PDF

Design of an Architecture for Massively Multiplayer Online Game Server using Multimedia Storage Server (Multimedia Storage Server를 응용한 MMO 게임 서버 구조에 대한 설계)

  • 황요한;김동균;장인걸;신동일;김동현
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2002.10d
    • /
    • pp.211-213
    • /
    • 2002
  • 온라인 게임(online game)은 초고속 통신망의 보급과 기존의 1인용 게임(Single-player game)의 인공지능에서 느낄 수 없었던 즐거움을 제공함으로써 급속도로 보급되었다. 또한 최근의 온라인 게임 시장은 그래픽 기술을 비롯한 하드웨어의 발달로 2D에서 3D로 옮겨가고 있다. 따라서 이러한 추세에 따라 온라인 게임은 보다 많은 멀티미디어 데이터를 필요로 하게 되었다. 이에 Multimedia Storage Sever를 멀티플레이어 온라인 게임(Multi-player online game)에 적용함으로써 보다 효율적인 멀티플레이어 온라인 게임 서버를 구성하고자 한다.

  • PDF