JP5719470B1 - GAME MANAGEMENT PROGRAM, GAME MANAGEMENT METHOD, AND GAME MANAGEMENT SYSTEM - Google Patents

GAME MANAGEMENT PROGRAM, GAME MANAGEMENT METHOD, AND GAME MANAGEMENT SYSTEM Download PDF

Info

Publication number
JP5719470B1
JP5719470B1 JP2014167478A JP2014167478A JP5719470B1 JP 5719470 B1 JP5719470 B1 JP 5719470B1 JP 2014167478 A JP2014167478 A JP 2014167478A JP 2014167478 A JP2014167478 A JP 2014167478A JP 5719470 B1 JP5719470 B1 JP 5719470B1
Authority
JP
Japan
Prior art keywords
game
user terminal
latency
control unit
game management
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2014167478A
Other languages
Japanese (ja)
Other versions
JP2015139699A (en
Inventor
友彦 古本
友彦 古本
雅人 永井
雅人 永井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
GREE Inc
Original Assignee
GREE Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by GREE Inc filed Critical GREE Inc
Priority to JP2014167478A priority Critical patent/JP5719470B1/en
Application granted granted Critical
Publication of JP5719470B1 publication Critical patent/JP5719470B1/en
Publication of JP2015139699A publication Critical patent/JP2015139699A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

【課題】通信状態が異なる複数のコンピュータ端末において同期してゲームを行なうためのゲーム管理プログラム、ゲーム管理方法及びゲーム管理システムを提供する。【解決手段】ユーザ端末10は、継続的に、レイテンシを測定し、管理サーバ20に送信する。管理サーバ20の制御部21は、レイテンシを取得し、記録する。ゲーム開始時処理では、制御部21は、レイテンシの最大値を特定し、最大値より大きいオフセットを決定し、各ユーザ端末10に通知する。そして、管理サーバ20の制御部21は、ゲームを開始する。また、オフセットを受信したユーザ端末10は、スタート時間が経過した場合、ゲームを開始する。また、ユーザ端末10における操作に基づいて、操作要求を取得した管理サーバ20の制御部21は、レイテンシに基づいて指定ステップを決定し、ユーザ端末10に対して通知する。【選択図】図1A game management program, a game management method, and a game management system for playing a game synchronously on a plurality of computer terminals having different communication states are provided. A user terminal continuously measures a latency and transmits the latency to a management server. The control unit 21 of the management server 20 acquires and records the latency. In the game start process, the control unit 21 specifies a maximum latency value, determines an offset larger than the maximum value, and notifies each user terminal 10 of the offset. And the control part 21 of the management server 20 starts a game. Further, the user terminal 10 that has received the offset starts the game when the start time has elapsed. Further, the control unit 21 of the management server 20 that has acquired the operation request based on the operation on the user terminal 10 determines the designation step based on the latency, and notifies the user terminal 10 of it. [Selection] Figure 1

Description

本発明は、通信状態が異なる複数のコンピュータ端末において、支障を抑制してゲーム進行させるためのゲーム管理プログラム、ゲーム管理方法及びゲーム管理システムに関する。 The present invention relates to a game management program, a game management method, and a game management system for allowing a plurality of computer terminals with different communication states to progress and play a game while preventing troubles .

今日、スマートフォン等のコンピュータ端末を利用するユーザに対して、各種オンラインゲーム等のアプリケーションソフトが提供されている。このようなコンピュータ端末は、インターネットなどのネットワークを介して、他のコンピュータ端末と接続することにより、互いに離れているプレイヤとゲームの対戦を楽しむことができる。   Today, application software such as various online games is provided to users who use computer terminals such as smartphones. By connecting such a computer terminal to another computer terminal via a network such as the Internet, it is possible to enjoy a game battle with players who are separated from each other.

しかしながら、通信ネットワークを介して接続する複数のコンピュータ端末間に通信遅延が生じる場合がある。そこで、各コンピュータ端末間で、データがほぼ同時に処理されるデータ処理方法が検討されている(例えば、特許文献1参照)。この文献に記載されたサーバ装置は、通信遅延を有するネットワークを介してコンピュータゲームの対戦が行なわれる場合、ゲーム開始前に、コンピュータ端末間の遅延時間を求める。そして、この遅延時間に基づいて、各コンピュータ端末がカウントする時間の同期を取る。そして、ゲーム進行中は、操作データ信号は、その発生から予め測定したコンピュータ端末間の遅延時間のうち最も長い遅延時間経過後に処理される。これにより、複数のコンピュータ端末において、同時に操作データ信号を処理する。   However, communication delay may occur between a plurality of computer terminals connected via a communication network. Thus, a data processing method in which data is processed almost simultaneously between computer terminals has been studied (for example, see Patent Document 1). The server device described in this document obtains a delay time between computer terminals before starting a game when a computer game is played via a network having a communication delay. Based on this delay time, the time counted by each computer terminal is synchronized. While the game is in progress, the operation data signal is processed after the longest delay time has elapsed among the delay times between the computer terminals measured in advance from the occurrence. As a result, the operation data signal is simultaneously processed in a plurality of computer terminals.

特開2007−260410号公報(第1頁、図1)JP 2007-260410 A (first page, FIG. 1)

しかしながら、ゲーム中にクライアント端末の通信状況が変わる場合がある。この場合には、ゲーム進行に支障が生じる可能性がある。
本発明は、上述した問題に鑑みてなされたものであり、その目的は、通信状態が異なる複数のコンピュータ端末において支障を抑制してゲーム進行させるためのゲーム管理プログラム、ゲーム管理方法及びゲーム管理システムを提供することにある。
However, the communication status of the client terminal may change during the game. In this case, it can interfere with the game progress.
The present invention has been made in view of the above-described problems, and an object of the present invention is to provide a game management program, a game management method, and a game management system for causing a game to proceed while preventing troubles in a plurality of computer terminals having different communication states. Is to provide.

(1)上記課題を解決するゲーム管理システムは、複数のユーザ端末に接続され、ゲーム進行を管理する制御部と、前記ユーザ端末における遅延時間を記録する記憶部とを備える。そして、ゲーム管理プログラムにより、前記制御部を、グループでゲームを行なう各ユーザ端末における遅延時間を、継続的に取得して前記記憶部に記録し、前記ゲーム管理システムにおけるゲーム進行に対して、遅延が大きいユーザ端末の影響を抑制するために、前記ユーザ端末から取得して前記記憶部に記録されている最新の遅延時間と、クライアント異常を判定するための第1の閾値とを比較し、前記遅延時間が前記第1の閾値内にあることを条件として前記ユーザ端末からのリクエストを実行する手段として機能させる。
これにより、ユーザ端末との通信状況が変わっても、支障を抑制してゲーム進行させることができる。
(1) A game management system that solves the above-described problems includes a control unit that is connected to a plurality of user terminals, manages game progress, and a storage unit that records a delay time in the user terminals. Then, by the game management program, the control unit continuously acquires the delay time in each user terminal that plays a game in a group and records it in the storage unit, and delays the game progress in the game management system . In order to suppress the influence of the user terminal having a large size, the latest delay time acquired from the user terminal and recorded in the storage unit is compared with the first threshold value for determining the client abnormality, It functions as means for executing a request from the user terminal on condition that the delay time is within the first threshold.
Thereby, even if a communication condition with a user terminal changes, a trouble can be suppressed and a game can be advanced .

(2)上記ゲーム管理システムは、更に、ゲーム種別に対応して、リクエスト実行の可否を判定するための閾値を記憶する。そして、ゲーム管理プログラムにより、前記制御部を、更に、ゲームを行なうゲーム種別に基づいて、前記第1の閾値を決定する手段として機能させることが好ましい。これにより、ゲーム種別に応じた同期状況(同期の厳格性)を考慮して、リクエストに対応することができる。   (2) The game management system further stores a threshold value for determining whether or not the request can be executed, corresponding to the game type. And it is preferable to make the said control part function as a means to determine a said 1st threshold value further based on the game classification which plays a game with a game management program. Accordingly, it is possible to respond to the request in consideration of the synchronization status (synchronization strictness) according to the game type.

(3)上記ゲーム管理プログラムにおいて、前記制御部を、更に、前記記憶部に記録された遅延時間の分散状況を算出し、前記分散状況に基づいて、前記第1の閾値を決定する手段として機能させることが好ましい。これにより、遅延時間の分散状況に応じて、効率的にゲーム進行を図ることができる。   (3) In the game management program, the control unit further functions as means for calculating a dispersion state of delay times recorded in the storage unit and determining the first threshold value based on the dispersion state. It is preferable to make it. Thereby, it is possible to efficiently advance the game according to the dispersion state of the delay time.

(4)上記ゲーム管理プログラムにおいて、前記制御部を、更に、グループでゲームを行なうゲーム参加人数を算出し、前記ゲーム参加人数に基づいて、前記第1の閾値を決定する手段として機能させることが好ましい。これにより、ゲーム参加人数の多少に応じて、効率的にゲーム進行を図ることができる。   (4) In the game management program, the control unit may further function as means for calculating the number of game participants who play a game in a group and determining the first threshold based on the number of game participants. preferable. Thereby, a game progress can be aimed at efficiently according to the number of game participants.

(5)上記ゲーム管理プログラムにおいて、前記制御部を、更に、ゲーム参加希望者のクライアントから遅延時間を取得し、前記記憶部に記録し、前記記憶部に記録されている最新の遅延時間に基づいて、同一ゲームを行なうグループを決定する手段として機能させることが好ましい。これにより、遅延時間のばらつきを抑制し、効率的にゲーム進行の同期を図ることができる。   (5) In the game management program, the control unit further acquires a delay time from a client who wants to participate in the game, records the delay time in the storage unit, and based on the latest delay time recorded in the storage unit Thus, it is preferable to function as a means for determining a group that plays the same game. Thereby, the dispersion | variation in delay time can be suppressed and a game progress can be efficiently synchronized.

本発明によれば、通信状態が異なる複数のコンピュータ端末において、支障を抑制してゲーム進行させることができる。 According to the present invention, a plurality of computer terminals with different communication states can suppress the trouble and allow the game to proceed .

本実施形態のシステム概略図。The system schematic of this embodiment. 本実施形態の処理手順の説明図。Explanatory drawing of the process sequence of this embodiment. 本実施形態の処理手順の説明図。Explanatory drawing of the process sequence of this embodiment. 本実施形態の処理手順の説明図。Explanatory drawing of the process sequence of this embodiment. 本実施形態のタイミングチャート。The timing chart of this embodiment. 本実施形態のタイミングチャート。The timing chart of this embodiment. 他の実施形態の処理手順の説明図。Explanatory drawing of the process sequence of other embodiment. 他の実施形態の処理手順の説明図。Explanatory drawing of the process sequence of other embodiment. 他の実施形態の処理手順の説明図。Explanatory drawing of the process sequence of other embodiment.

以下、ゲーム管理方法の一実施形態を図1〜図6に従って説明する。本実施形態は、複数のユーザ端末(クライアント)に対して、同期して進行するゲームコンテンツ(ロールプレイゲーム)を提供する場合を想定する。このゲーム進行は、時間経過とともにインクリメント(増加)されるステップ数により管理される。   Hereinafter, an embodiment of the game management method will be described with reference to FIGS. This embodiment assumes the case where the game content (role play game) which advances synchronously with respect to a some user terminal (client) is provided. This game progress is managed by the number of steps incremented (increased) over time.

図1に示すように、本実施形態では、インターネット等のネットワークを介して接続された複数のユーザ端末10、管理サーバ20(ゲーム管理システム)を用いる。
ユーザ端末10は、ゲームを行なうユーザが利用するコンピュータ端末(スマートフォン等の情報処理端末)である。ユーザ端末10は、通信部、入力部や出力部(タッチパネルディスプレイ等)を備える。更に、ユーザ端末10は、CPU、RAM及びROM等からなる制御部(遅延処理部11、ゲーム処理部12)を備える。
As shown in FIG. 1, in this embodiment, a plurality of user terminals 10 and a management server 20 (game management system) connected via a network such as the Internet are used.
The user terminal 10 is a computer terminal (information processing terminal such as a smartphone) used by a user who plays a game. The user terminal 10 includes a communication unit, an input unit, and an output unit (such as a touch panel display). Furthermore, the user terminal 10 includes a control unit (a delay processing unit 11 and a game processing unit 12) including a CPU, a RAM, a ROM, and the like.

遅延処理部11は、継続的に、管理サーバ20との接続状態についてレイテンシ(データ転送等を要求してから、その結果が返送されるまでの遅延時間)を計測し、管理サーバ20に送信する。本実施形態では、継続的な計測として、定期的な計測を行なう場合を想定するが、計測の時間間隔として、「不定期」や「連続的」を用いることが可能である。更に、このゲーム処理部12は、管理サーバ20に送信したレイテンシに関するデータを保持する。   The delay processing unit 11 continuously measures the latency (delay time from requesting data transfer or the like until the result is returned) for the connection state with the management server 20, and transmits it to the management server 20. . In this embodiment, it is assumed that periodic measurement is performed as continuous measurement, but “irregular” or “continuous” can be used as the measurement time interval. Further, the game processing unit 12 holds data relating to latency transmitted to the management server 20.

ゲーム処理部12は、ゲームを行なうためのアプリケーションにより機能し、ゲーム進行を管理する。また、ゲーム処理部12は、ユーザの操作によるリクエストを管理サーバ20に送信したり、管理サーバ20から取得した指示に基づいてイベントを実行したりする。   The game processing unit 12 functions by an application for playing a game and manages the progress of the game. In addition, the game processing unit 12 transmits a request by a user operation to the management server 20 or executes an event based on an instruction acquired from the management server 20.

管理サーバ20は、各ユーザ端末10に対して、各種ゲームコンテンツを提供するサーバコンピュータである。
この管理サーバ20は、CPU、RAM及びROM等からなる制御部21、ユーザ情報記憶部22、接続状況記憶部23、ゲーム情報記憶部24を備える。制御部21は、管理プログラムを実行することにより、ユーザ管理部211、遅延管理部212、ゲーム管理部213、進行管理部214として機能する。
The management server 20 is a server computer that provides various game contents to each user terminal 10.
The management server 20 includes a control unit 21 including a CPU, a RAM, a ROM, and the like, a user information storage unit 22, a connection status storage unit 23, and a game information storage unit 24. The control unit 21 functions as a user management unit 211, a delay management unit 212, a game management unit 213, and a progress management unit 214 by executing a management program.

ユーザ管理部211は、ゲームを利用するユーザを管理する処理を実行する。
遅延管理部212は、各ユーザ端末10との接続状況を管理する処理を実行する。具体的には、各ユーザ端末10からレイテンシ情報を取得し、接続状態を判定する。更に、遅延管理部212は、レイテンシが大きく、ゲーム進行上の支障があるユーザ端末10(クライアント異常)を判定するための閾値に関するデータを保持している。
The user management unit 211 executes processing for managing users who use the game.
The delay management unit 212 executes processing for managing the connection status with each user terminal 10. Specifically, latency information is acquired from each user terminal 10 and the connection state is determined. Furthermore, the delay management unit 212 holds data relating to a threshold value for determining the user terminal 10 (client abnormality) having a large latency and an obstacle to the progress of the game.

ゲーム管理部213は、各ユーザ端末10におけるゲーム進行を管理する処理を実行する。本実施形態では、ゲーム管理部213は、各ユーザ端末10に対するゲーム開始や、ユーザ端末10におけるリクエストの取得、ゲーム進行において生じたイベントの通知等を行なう。ここでは、ゲーム開始からの経過時間(ステップ数)に基づいて、ゲーム進行を管理する。具体的には、ステップ数に基づいて、各クライアントのユーザ端末10、管理サーバ20のゲーム進行を同期させる。また、ゲーム管理部213は、管理サーバ20におけるゲーム進行と矛盾するリクエストをユーザ端末10から取得した場合には、不正行為として対応する。   The game management unit 213 executes processing for managing game progress in each user terminal 10. In the present embodiment, the game management unit 213 performs a game start for each user terminal 10, acquisition of a request at the user terminal 10, notification of an event that has occurred in the game progress, and the like. Here, the progress of the game is managed based on the elapsed time (number of steps) from the start of the game. Specifically, the game progress of the user terminal 10 and the management server 20 of each client is synchronized based on the number of steps. Moreover, the game management part 213 respond | corresponds as an improper act, when the request inconsistent with the game progress in the management server 20 is acquired from the user terminal 10. FIG.

進行管理部214は、管理サーバ20において、ゲーム進行を管理する処理を実行する。この進行管理部214は、この管理サーバ20におけるゲーム進行と、各ユーザ端末10におけるゲーム進行との同期を行なう。   The progress management unit 214 executes processing for managing game progress in the management server 20. The progress management unit 214 synchronizes the game progress in the management server 20 and the game progress in each user terminal 10.

ユーザ情報記憶部22には、ゲームを利用するユーザに関するユーザ情報が記録されている。このユーザ情報には、ユーザが登録された場合に記録される。ユーザ情報には、クライアントID、属性に関するデータが含まれる。   The user information storage unit 22 stores user information regarding users who use the game. This user information is recorded when a user is registered. The user information includes data related to the client ID and attributes.

クライアントIDデータ領域は、各ユーザを特定するための識別子に関するデータが記録されている。
属性データ領域には、このユーザの属性に関するデータが記録されている。この属性には、例えばユーザが属するグループやスキル、所有するアイテムに関する情報が含まれる。
In the client ID data area, data relating to an identifier for specifying each user is recorded.
In the attribute data area, data relating to the attribute of the user is recorded. This attribute includes, for example, information about the group and skill to which the user belongs, and the items owned by the user.

接続状況記憶部23には、ユーザ端末10との接続状況を管理するための接続管理情報が記録される。この接続管理情報は、ユーザ端末10が管理サーバ20に接続した場合に登録される。接続管理情報には、グループID、クライアントID、レイテンシ、ステータスに関するデータが含まれる。   In the connection status storage unit 23, connection management information for managing the connection status with the user terminal 10 is recorded. This connection management information is registered when the user terminal 10 is connected to the management server 20. The connection management information includes data relating to the group ID, client ID, latency, and status.

グループID領域には、同期してゲームを行なっているグループを特定するための識別子に関するデータが記録される。
クライアントIDデータ領域には、このグループでゲームを行なっている各ユーザ端末10(クライアント)を特定するための識別子に関するデータが記録される。
In the group ID area, data relating to an identifier for specifying a group playing a game synchronously is recorded.
In the client ID data area, data relating to an identifier for specifying each user terminal 10 (client) playing a game in this group is recorded.

レイテンシデータ領域には、各クライアント(ユーザ端末10)との接続状況(ここでは、レイテンシ)に関するデータが記録される。
ステータスデータ領域には、各クライアントから取得したリクエストの有効性を判定するための情報が記録される。本実施形態では、レイテンシが閾値より大きいクライアントに対しては、このデータ領域に異常フラグを記録する。異常フラグが記録されているクライアントのユーザ端末10からのリクエストは無効とする。
In the latency data area, data related to the connection status (here, latency) with each client (user terminal 10) is recorded.
Information for determining the validity of the request acquired from each client is recorded in the status data area. In the present embodiment, an abnormal flag is recorded in this data area for a client having a latency greater than the threshold value. A request from the user terminal 10 of the client in which the abnormality flag is recorded is invalidated.

ゲーム情報記憶部24には、ゲームの進行状況に関するゲーム管理情報が記録される。このゲーム管理情報は、ゲームを行なう場合に登録され、ゲーム中に更新される。ゲーム管理情報には、グループID、クライアントID、利用ゲーム、進捗状況に関するデータが含まれる。   In the game information storage unit 24, game management information related to the progress of the game is recorded. This game management information is registered when a game is played, and is updated during the game. The game management information includes data relating to the group ID, client ID, game used, and progress.

グループID領域には、各ユーザが属しているグループを特定するための識別子に関するデータが記録される。
クライアントIDデータ領域には、このグループでゲームを行なっている各ユーザ端末10を特定するための識別子に関するデータが記録される。
In the group ID area, data relating to an identifier for specifying a group to which each user belongs is recorded.
In the client ID data area, data relating to an identifier for specifying each user terminal 10 playing a game in this group is recorded.

利用ゲームデータ領域には、このグループが利用しているゲームを特定するための識別子に関するデータが記録される。
進捗状況データ領域には、このゲームの進捗状況に関するデータが記録される。本実施形態では、ゲームの進行をカウントしたステップ数に対して、各クライアントにおけるイベント(例えば、オブジェクトの配置等の操作等)が記録される。
In the use game data area, data relating to an identifier for specifying a game used by this group is recorded.
In the progress data area, data related to the progress of the game is recorded. In the present embodiment, an event (for example, an operation such as object placement) in each client is recorded for the number of steps in which the progress of the game is counted.

以下、上記システム用いて、クライアントA〜Cのユーザ端末10が、一つのグループとしてゲームを行なう場合のゲーム管理方法を説明する。
(レイテンシ管理処理)
まず、図2、図5を用いて、レイテンシ管理処理を説明する。レイテンシ管理処理では、ゲーム開始前から終了まで、各クライアントのレイテンシを管理する。
Hereinafter, a game management method when the user terminals 10 of the clients A to C play a game as one group using the above system will be described.
(Latency management processing)
First, the latency management process will be described with reference to FIGS. In the latency management process, the latency of each client is managed from the start to the end of the game.

まず、ユーザ端末10は、定期的に、レイテンシ測定処理を実行する(ステップS1−1)。具体的には、ユーザ端末10の遅延処理部11は、管理サーバ20に対して、定期的にPingを送信する。Pingを受信した管理サーバ20は、Pingに対する応答を返信する。そして、遅延処理部11は、Ping送信から返信までの所要時間に基づいて、ネットワークレイテンシ(遅延時間)を測定する。そして、遅延処理部11は、測定してレイテンシを保持する。図5では、クライアントA〜Cが、それぞれ時刻t11〜t13において、レイテンシを測定するためのPingを送信する。   First, the user terminal 10 periodically performs a latency measurement process (step S1-1). Specifically, the delay processing unit 11 of the user terminal 10 periodically transmits Ping to the management server 20. The management server 20 that has received the Ping returns a response to the Ping. Then, the delay processing unit 11 measures network latency (delay time) based on the required time from Ping transmission to reply. Then, the delay processing unit 11 measures and holds the latency. In FIG. 5, clients A to C transmit Ping for measuring latency at times t11 to t13, respectively.

次に、ユーザ端末10は、レイテンシ送信処理を実行する(ステップS1−2)。具体的には、ユーザ端末10の遅延処理部11は、管理サーバ20に対して、レイテンシ情報を送信する。このレイテンシ情報には、ユーザ端末10を特定する情報や、このユーザ端末10において測定したレイテンシに関する情報を含める。図5では、クライアントA〜Cが、それぞれ時刻t21〜t23において、レイテンシ情報を送信する。そして、ユーザ端末10は、次の測定タイミングで、レイテンシ測定処理(ステップS1−1)以降の処理を繰り返す。   Next, the user terminal 10 performs a latency transmission process (step S1-2). Specifically, the delay processing unit 11 of the user terminal 10 transmits latency information to the management server 20. The latency information includes information for identifying the user terminal 10 and information on the latency measured at the user terminal 10. In FIG. 5, clients A to C transmit latency information at times t21 to t23, respectively. Then, the user terminal 10 repeats the processing after the latency measurement processing (step S1-1) at the next measurement timing.

次に、管理サーバ20の制御部21は、レイテンシの取得処理を実行する(ステップS2−1)。具体的には、制御部21の遅延管理部212は、ユーザ端末10によって送信されたレイテンシ情報を取得する。   Next, the control unit 21 of the management server 20 executes a latency acquisition process (step S2-1). Specifically, the delay management unit 212 of the control unit 21 acquires latency information transmitted by the user terminal 10.

次に、管理サーバ20の制御部21は、レイテンシの記録処理を実行する(ステップS2−2)。具体的には、制御部21の遅延管理部212は、接続状況記憶部23において、ユーザ端末10のクライアントIDに関連付けてレイテンシを記録する。ここで、初めてレイテンシを取得した場合には、遅延管理部212は、グループID,クライアントIDに関連づけて、レイテンシを記録した接続状況管理情報を生成し、接続状況記憶部23に登録する。一方、既に、このユーザ端末10についての接続状況管理情報が接続状況記憶部23に登録されている場合には、遅延管理部212は、この接続状況管理情報に最新のレイテンシを更新記録する。   Next, the control unit 21 of the management server 20 executes a latency recording process (step S2-2). Specifically, the delay management unit 212 of the control unit 21 records the latency in the connection status storage unit 23 in association with the client ID of the user terminal 10. When the latency is acquired for the first time, the delay management unit 212 generates connection status management information in which the latency is recorded in association with the group ID and the client ID, and registers the connection status management information in the connection status storage unit 23. On the other hand, when the connection status management information for the user terminal 10 is already registered in the connection status storage unit 23, the delay management unit 212 updates and records the latest latency in the connection status management information.

次に、管理サーバ20の制御部21は、クライアント異常かどうかについての判定処理を実行する(ステップS2−3)。具体的には、制御部21の遅延管理部212は、ユーザ端末10から取得したレイテンシと閾値とを比較する。レイテンシが閾値より大きい場合には、クライアント異常と判定する。   Next, the control part 21 of the management server 20 performs the determination process about whether it is a client abnormality (step S2-3). Specifically, the delay management unit 212 of the control unit 21 compares the latency acquired from the user terminal 10 with a threshold value. If the latency is greater than the threshold, it is determined that the client is abnormal.

クライアント異常でないと判定した場合(ステップS2−3において「NO」の場合)、管理サーバ20の制御部21は、レイテンシ管理処理を終了する。
一方、クライアント異常と判定した場合(ステップS2−3において「YES」の場合)、管理サーバ20の制御部21は、リクエスト無効化処理を実行する(ステップS2−4)。具体的には、制御部21の遅延管理部212は、接続状況記憶部23の接続状況管理情報に、ステータスとして異常フラグを記録し、レイテンシ管理処理を終了する。そして、ゲーム進行中において、ゲーム管理部213は、異常フラグが記録されたユーザ端末10からのリクエストを無視する。
If it is determined that the client is not abnormal (in the case of “NO” in step S2-3), the control unit 21 of the management server 20 ends the latency management process.
On the other hand, when it is determined that the client is abnormal (“YES” in step S2-3), the control unit 21 of the management server 20 executes a request invalidation process (step S2-4). Specifically, the delay management unit 212 of the control unit 21 records an abnormality flag as the status in the connection status management information of the connection status storage unit 23, and ends the latency management process. While the game is in progress, the game management unit 213 ignores the request from the user terminal 10 in which the abnormality flag is recorded.

(ゲーム開始時処理)
次に、図3、図5を用いて、ゲーム開始時処理を説明する。この処理は、ユーザ端末10からゲームスタート要求を受信した場合(ゲーム開始時)に実行される。
(Process at game start)
Next, the game start process will be described with reference to FIGS. This process is executed when a game start request is received from the user terminal 10 (at the start of the game).

ここでは、まず、管理サーバ20の制御部21は、レイテンシの最大値の特定処理を実行する(ステップS3−1)。具体的には、制御部21のゲーム管理部213は、接続状況記憶部23から、同じグループIDが記録された接続状況管理情報を取得して、同じグループに属するユーザ端末10のレイテンシを特定する。この場合、異常フラグが記録されているレイテンシを無視する。そして、ゲーム管理部213は、特定したレイテンシの中で最大値を特定する。本実施形態では、クライアントA〜Cのレイテンシは、それぞれ「50ms」,「30ms」,「200ms」の場合を想定する。この場合、レイテンシの最大値は「200ms」となる。   Here, first, the control unit 21 of the management server 20 executes processing for specifying the maximum latency value (step S3-1). Specifically, the game management unit 213 of the control unit 21 acquires connection status management information in which the same group ID is recorded from the connection status storage unit 23, and specifies the latency of the user terminals 10 belonging to the same group. . In this case, the latency in which the abnormality flag is recorded is ignored. Then, the game management unit 213 identifies the maximum value among the identified latencies. In the present embodiment, it is assumed that the latencies of the clients A to C are “50 ms”, “30 ms”, and “200 ms”, respectively. In this case, the maximum latency value is “200 ms”.

次に、管理サーバ20の制御部21は、最大値より大きいオフセットの決定処理を実行する(ステップS3−2)。具体的には、制御部21のゲーム管理部213は、レイテンシの最大値より大きいオフセット(猶予時間)を特定する。ここでは、最大値に対して所定値(例えば1.5)を乗算した値をオフセットとして決定する。具体的には、最大値(200ms)に対して、オフセットとして「300ms(=200*1.5)」が算出される。なお、オフセットの算出は、ゲーム管理部213に予め保持させた算出方法であれば、上述の定数倍に限定されるものではない。   Next, the control unit 21 of the management server 20 executes an offset determination process that is larger than the maximum value (step S3-2). Specifically, the game management unit 213 of the control unit 21 specifies an offset (latency time) that is larger than the maximum latency value. Here, a value obtained by multiplying the maximum value by a predetermined value (for example, 1.5) is determined as the offset. Specifically, “300 ms (= 200 * 1.5)” is calculated as an offset with respect to the maximum value (200 ms). Note that the calculation of the offset is not limited to the above-described constant multiple as long as it is a calculation method previously stored in the game management unit 213.

次に、管理サーバ20の制御部21は、オフセットの通知処理を実行する(ステップS3−3)。具体的には、制御部21のゲーム管理部213は、スタート時間情報をユーザ端末10に送信する。このスタート時間情報には、決定したオフセットに関する情報を含める。   Next, the control unit 21 of the management server 20 executes an offset notification process (step S3-3). Specifically, the game management unit 213 of the control unit 21 transmits start time information to the user terminal 10. This start time information includes information on the determined offset.

次に、管理サーバ20の制御部21は、ゲーム開始処理を実行する(ステップS3−4)。具体的には、制御部21の進行管理部214は、オフセット経過後に、管理サーバ20におけるゲームを開始する。図5では、オフセット経過後の時刻t40において、ゲームを開始する。そして、進行管理部214は、一定時間毎にステップ数をインクリメントすることにより、ゲームを進行させる。   Next, the control part 21 of the management server 20 performs a game start process (step S3-4). Specifically, the progress management unit 214 of the control unit 21 starts a game in the management server 20 after the offset has elapsed. In FIG. 5, the game is started at time t40 after the offset has elapsed. Then, the progress management unit 214 advances the game by incrementing the number of steps every predetermined time.

一方、オフセットを受信したユーザ端末10は、スタート待機処理を実行する(ステップS4−1)。具体的には、ユーザ端末10のゲーム処理部12は、管理サーバ20から取得したオフセットから、遅延処理部11が保持しているレイテンシを差し引いて、ゲームのスタート時間を算出する。例えば、クライアントA〜Cにおいては、それぞれ250ms〔=300−50〕、270ms〔=300−30〕、100ms〔=300−200〕がスタート時間となる。そして、ゲーム処理部12は、このスタート時間を待機する。   On the other hand, the user terminal 10 that has received the offset executes a start standby process (step S4-1). Specifically, the game processing unit 12 of the user terminal 10 calculates the game start time by subtracting the latency held by the delay processing unit 11 from the offset acquired from the management server 20. For example, in the clients A to C, 250 ms [= 300-50], 270 ms [= 300-30], and 100 ms [= 300-200] are the start times, respectively. Then, the game processing unit 12 waits for this start time.

そして、スタート時間が経過した場合、ユーザ端末10は、ゲーム開始処理を実行する(ステップS4−2)。具体的には、ユーザ端末10のゲーム処理部12は、ゲームを開始する。図5では、オフセット経過後の時刻t40において、クライアントA〜Cはゲームを開始する。そして、各ユーザ端末10のゲーム処理部12は、一定時間毎にステップ数をインクリメントすることにより、ゲームを進行させる。   And when start time passes, the user terminal 10 performs a game start process (step S4-2). Specifically, the game processing unit 12 of the user terminal 10 starts a game. In FIG. 5, at time t40 after the offset has elapsed, the clients A to C start the game. And the game process part 12 of each user terminal 10 advances a game by incrementing a step number for every fixed time.

(リクエスト対応処理)
次に、図4を用いて、リクエスト対応処理を説明する。ここでは、クライアントAのユーザ端末10からリクエストを取得した場合を想定する。
(Request handling process)
Next, the request handling process will be described with reference to FIG. Here, it is assumed that a request is acquired from the user terminal 10 of the client A.

まず、ユーザ端末10は、操作要求処理を実行する(ステップS5−1)。具体的には、ユーザ端末10のゲーム処理部12は、ユーザによる操作に基づいて、イベントを特定する。ここでは、イベントとして、オブジェクトの配置を想定する。この場合、クライアントAのゲーム処理部12は、クライアントAにおけるレイテンシを考慮したステップ数を算出する。ここでは、クライアントAにおける操作時のステップ数(ローカルステップ数)に対して、レイテンシをステップ単位時間で除算した値を加算した値(サーバステップ数)を算出する。そして、ゲーム処理部12は、管理サーバ20に対して、オブジェクト配置のリクエストを送信する。このリクエストには、オブジェクトの種類、配置位置、サーバステップ数に関するデータを含める。図6では、クライアントAが、時刻t51において、オブジェクト配置のリクエストを送信する。   First, the user terminal 10 executes an operation request process (step S5-1). Specifically, the game processing unit 12 of the user terminal 10 specifies an event based on an operation by the user. Here, the arrangement of an object is assumed as an event. In this case, the game processing unit 12 of the client A calculates the number of steps in consideration of the latency in the client A. Here, the value (server step number) obtained by adding the value obtained by dividing the latency by the step unit time to the step number (local step number) at the time of operation in the client A is calculated. Then, the game processing unit 12 transmits an object arrangement request to the management server 20. This request includes data relating to the type of object, the position of arrangement, and the number of server steps. In FIG. 6, the client A transmits a request for object placement at time t51.

次に、ユーザ端末10は、イベントまでの時間差の擬装処理を実行する(ステップS5−2)。具体的には、ユーザ端末10のゲーム処理部12は、イベント準備中(オブジェクトの配置の準備中)を示すアニメーション等を出力する。   Next, the user terminal 10 performs a time difference disguise process up to the event (step S5-2). Specifically, the game processing unit 12 of the user terminal 10 outputs an animation or the like indicating that an event is being prepared (object preparation is being prepared).

リクエストを取得した管理サーバ20の制御部21は、操作の検知処理を実行する(ステップS6−1)。具体的には、制御部21のゲーム管理部213は、クライアントAのユーザ端末10から、操作(オブジェクトの配置)についてのリクエストを取得する。   The control unit 21 of the management server 20 that acquired the request executes an operation detection process (step S6-1). Specifically, the game management unit 213 of the control unit 21 acquires a request for an operation (arrangement of objects) from the user terminal 10 of the client A.

次に、管理サーバ20の制御部21は、レイテンシの最大値の特定処理を実行する(ステップS6−2)。具体的には、制御部21のゲーム管理部213は、接続状況記憶部23において、同じグループIDが記録された接続状況管理情報を取得して、レイテンシの最大値を特定する。   Next, the control unit 21 of the management server 20 executes processing for specifying the maximum latency value (step S6-2). Specifically, the game management unit 213 of the control unit 21 acquires the connection status management information in which the same group ID is recorded in the connection status storage unit 23, and specifies the maximum value of the latency.

次に、管理サーバ20の制御部21は、レイテンシに基づいて指定ステップの決定処理を実行する(ステップS6−3)。具体的には、制御部21のゲーム管理部213は、レイテンシの最大値に対してマージンを加算したイベント実施時刻を算出する。そして、ゲーム管理部213は、イベント実施時刻をステップ単位時間で除算して、オブジェクトの配置を実施するステップ数を算出する。   Next, the control unit 21 of the management server 20 executes a designation step determination process based on the latency (step S6-3). Specifically, the game management unit 213 of the control unit 21 calculates an event execution time obtained by adding a margin to the maximum latency value. Then, the game management unit 213 divides the event execution time by the step unit time, and calculates the number of steps for arranging the objects.

次に、管理サーバ20の制御部21は、指定ステップの通知処理を実行する(ステップS6−4)。具体的には、制御部21のゲーム管理部213は、クライアントA〜Cのユーザ端末10に対して、イベント通知を行なう。このイベント通知には、イベント内容(クライアントAにおけるオブジェクトの配置)、指定ステップ数に関するデータを含める。図6では、管理サーバ20が、時刻t60において、イベント実施の指定ステップを通知する。   Next, the control unit 21 of the management server 20 executes a notification process of a designation step (step S6-4). Specifically, the game management unit 213 of the control unit 21 sends an event notification to the user terminals 10 of the clients A to C. This event notification includes data on the event content (arrangement of objects in the client A) and the specified number of steps. In FIG. 6, the management server 20 notifies an event implementation designation step at time t60.

次に、管理サーバ20の制御部21は、イベント待機処理を実行する(ステップS6−5)。具体的には、制御部21の進行管理部214は、指定ステップになるまで、イベントを待機する。   Next, the control unit 21 of the management server 20 executes an event standby process (step S6-5). Specifically, the progress management unit 214 of the control unit 21 waits for an event until a designated step is reached.

次に、管理サーバ20の制御部21は、イベント実施処理を実行する(ステップS6−6)。具体的には、制御部21の進行管理部214は、指定ステップにおいて、管理サーバ20のゲーム進行において、イベント(オブジェクトの配置)をゲーム情報記憶部24に記録する。図6では、進行管理部214は、時刻t70において、オブジェクトの配置を実施する。   Next, the control part 21 of the management server 20 performs an event implementation process (step S6-6). Specifically, the progress management unit 214 of the control unit 21 records an event (arrangement of objects) in the game information storage unit 24 during the game progress of the management server 20 in the designation step. In FIG. 6, the progress management unit 214 performs object placement at time t70.

イベント通知を受信したユーザ端末10は、イベント待機処理を実行する(ステップS5−3)。具体的には、ユーザ端末10のゲーム処理部12は、管理サーバ20から指定ステップになるまで、イベントを待機する。   The user terminal 10 that has received the event notification executes an event standby process (step S5-3). Specifically, the game processing unit 12 of the user terminal 10 waits for an event until the designation step is performed from the management server 20.

次に、ユーザ端末10は、イベント実施処理を実行する(ステップS5−4)。具体的には、指定ステップが到来した場合、ユーザ端末10のゲーム処理部12は、擬装を終了し、オブジェクトの配置を実施する。   Next, the user terminal 10 executes an event execution process (step S5-4). Specifically, when the designation step arrives, the game processing unit 12 of the user terminal 10 ends the disguise and performs object placement.

また、クライアントB、クライアントCのユーザ端末10においても、ステップS5−3、S5−4と同様に、イベント待機処理(ステップS7−1)、イベント実施処理(ステップS7−2)を実行する。図6では、時刻t70において、クライアントA〜Cは、オブジェクトの配置を実施する。   Also, in the user terminals 10 of the client B and the client C, the event standby process (step S7-1) and the event execution process (step S7-2) are executed as in steps S5-3 and S5-4. In FIG. 6, at time t70, the clients A to C perform object arrangement.

上記実施形態によれば、以下のような効果を得ることができる。
(1)上記実施形態では、ユーザ端末10は、レイテンシ測定処理(ステップS1−1)、レイテンシ送信処理(ステップS1−2)を実行する。管理サーバ20の制御部21は、レイテンシの取得処理(ステップS2−1)、レイテンシの記録処理を実行する(ステップS2−2)。これにより、管理サーバ20において、各クライアントにおける遅延状況を把握することができる。特に、この処理が定期的に実行されるため、サーバ・クライアント間の通信状況の変化にも対応することができる。
According to the above embodiment, the following effects can be obtained.
(1) In the embodiment described above, the user terminal 10 executes the latency measurement process (step S1-1) and the latency transmission process (step S1-2). The control unit 21 of the management server 20 executes a latency acquisition process (step S2-1) and a latency recording process (step S2-2). Thereby, in the management server 20, the delay condition in each client can be grasped. In particular, since this process is periodically executed, it is possible to cope with a change in the communication status between the server and the client.

(2)上記実施形態では、進行管理部214は、管理サーバ20において、ゲーム進行を管理する処理を実行する。この進行管理部214は、管理サーバ20におけるゲーム進行と、各ユーザ端末10におけるゲーム進行との同期を行なう。また、ゲーム管理部213は、管理サーバ20におけるゲーム進行と矛盾するリクエストをユーザ端末10から取得した場合には、不正行為として対応する。これにより、管理サーバ20においてゲーム進行を管理しているので、各クライアントでの不正行為を監視することができる。更に、ユーザ端末10との通信障害が生じても、障害から復帰した場合、ゲームを継続することができる。   (2) In the embodiment described above, the progress management unit 214 executes processing for managing game progress in the management server 20. The progress management unit 214 synchronizes the game progress in the management server 20 and the game progress in each user terminal 10. Moreover, the game management part 213 respond | corresponds as an improper act, when the request inconsistent with the game progress in the management server 20 is acquired from the user terminal 10. FIG. Thereby, since the game progress is managed in the management server 20, the illegal act in each client can be monitored. Furthermore, even if a communication failure with the user terminal 10 occurs, the game can be continued when the failure is restored.

(3)上記実施形態では、クライアント異常と判定した場合(ステップS2−3において「YES」の場合)、管理サーバ20の制御部21は、リクエスト無効化処理を実行する(ステップS2−4)。これにより、ゲーム進行において、遅延が大きいクライアントの影響を抑制することができる。   (3) In the above embodiment, when it is determined that the client is abnormal (“YES” in step S2-3), the control unit 21 of the management server 20 executes a request invalidation process (step S2-4). Thereby, it is possible to suppress the influence of a client having a large delay in the progress of the game.

(4)上記実施形態では、管理サーバ20の制御部21は、レイテンシの最大値の特定処理(ステップS3−1)、最大値より大きいオフセットの決定処理(ステップS3−2)、オフセットの通知処理(ステップS3−3)を実行する。これにより、遅延が大きいクライアントにおいても、同時期にゲームを開始することができる。そして、各クライアントのユーザ端末10、管理サーバ20において、ゲーム進行の同期を図ることができる。   (4) In the above embodiment, the control unit 21 of the management server 20 specifies the maximum latency value identification process (step S3-1), the offset determination process larger than the maximum value (step S3-2), and the offset notification process. (Step S3-3) is executed. Thereby, even a client with a large delay can start the game at the same time. Then, in the user terminal 10 and the management server 20 of each client, the game progress can be synchronized.

(5)上記実施形態では、ユーザ端末10は、操作要求処理を実行する(ステップS5−1)。この場合、ユーザ端末10のゲーム処理部12は、クライアントAにおけるレイテンシを考慮したステップ数を算出する。これにより、管理サーバ20のゲーム進行におけるステップ数を特定して、リクエストを行なうことができる。   (5) In the above embodiment, the user terminal 10 executes an operation request process (step S5-1). In this case, the game processing unit 12 of the user terminal 10 calculates the number of steps in consideration of the latency in the client A. Thereby, the number of steps in the game progress of the management server 20 can be specified and a request can be made.

更に、ユーザ端末10は、イベントまでの時間差の擬装処理を実行する(ステップS5−2)。これにより、クライアントにおける操作(オブジェクトの配置操作)からイベント実施(オブジェクトの配置)までの時間を確保することができる。   Further, the user terminal 10 performs a disguise process of the time difference until the event (step S5-2). As a result, it is possible to secure time from the operation (object placement operation) on the client to the event execution (object placement).

(6)上記実施形態では、管理サーバ20の制御部21は、レイテンシの最大値の特定処理(ステップS6−2)、レイテンシに基づいて指定ステップの決定処理(ステップS6−3)、指定ステップの通知処理(ステップS6−4)を実行する。これにより、ゲームを行なっているグループの中に、遅延が大きいクライアントが含まれている場合にも、同時期にイベントを実行することができる。   (6) In the above embodiment, the control unit 21 of the management server 20 determines the maximum latency value (step S6-2), the designation step determination process based on the latency (step S6-3), and the designation step. A notification process (step S6-4) is executed. As a result, even when a group having a game includes a client with a large delay, an event can be executed at the same time.

なお、上記実施形態は以下のように変更してもよい。
・上記実施形態では、管理サーバ20の制御部21は、レイテンシに基づいて指定ステップの決定処理を実行する(ステップS6−3)。ここで、レイテンシが大きい場合、他のユーザ端末10における後続ステップでの操作に関するリクエストが、管理サーバ20に先着することがある。この状況を考慮して、指定ステップを決定するようにしてもよい。
In addition, you may change the said embodiment as follows.
In the above embodiment, the control unit 21 of the management server 20 executes the designation step determination process based on the latency (step S6-3). Here, when the latency is large, a request regarding an operation in a subsequent step in another user terminal 10 may arrive first on the management server 20. The designated step may be determined in consideration of this situation.

図7を用いて、この場合のリクエスト対応処理を説明する。
この場合、管理サーバ20の制御部21は、ステップS6−1、S6−2と同様に、操作の検知処理(ステップS8−1)、レイテンシの最大値の特定処理(ステップS8−2)を実行する。
The request handling process in this case will be described with reference to FIG.
In this case, similarly to steps S6-1 and S6-2, the control unit 21 of the management server 20 executes an operation detection process (step S8-1) and a maximum latency specifying process (step S8-2). To do.

次に、管理サーバ20の制御部21は、前後ステップの反転があるかどうかについての判定処理を実行する(ステップS8−3)。具体的には、制御部21のゲーム管理部213は、リクエストに含まれるステップ数に基づいて、先に到着している後続ステップのリクエストがあるかどうかを確認する。先着リクエストに含まれるステップ数が、後着リクエストに含まれるステップ数が大きい場合には、前後ステップの反転があると判定する。   Next, the control part 21 of the management server 20 performs the determination process about whether there exists inversion of the back-and-front step (step S8-3). Specifically, the game management unit 213 of the control unit 21 confirms whether there is a request for a subsequent step that has arrived first, based on the number of steps included in the request. When the number of steps included in the first arrival request is larger than the number of steps included in the later arrival request, it is determined that there is an inversion of the preceding and following steps.

前後ステップの反転がないと判定した場合(ステップS8−3において「NO」の場合)、管理サーバ20の制御部21は、ステップS6−3と同様に、レイテンシに基づいて指定ステップの決定処理を実行する(ステップS8−4)。   When it is determined that there is no reversal of the preceding and following steps (in the case of “NO” in step S8-3), the control unit 21 of the management server 20 performs the designation step determination process based on the latency, similarly to step S6-3. Execute (step S8-4).

一方、前後ステップの反転があると判定した場合(ステップS8−3において「YES」の場合)、管理サーバ20の制御部21は、先着リクエストに基づいて指定ステップの決定処理を実行する(ステップS8−5)。具体的には、制御部21のゲーム管理部213は、先着リクエストにおける指定ステップよりも後のステップを指定する。ここでは、レイテンシの最大値に対してマージンを加算したイベント実施時刻を算出する。そして、ゲーム管理部213は、イベント実施時刻をステップ単位時間で除算して、イベント(オブジェクトの配置)を実施するステップ数を算出する。ここで、ゲーム管理部213は、算出したステップ数が先着リクエストにおける指定ステップよりも大きいかどうかを確認する。先着リクエストにおける指定ステップよりも小さい場合には、ゲーム管理部213は、先着リクエストにおける指定ステップに対して、レイテンシの最大値及びマージンに対応するステップ数を加算したステップ数を指定ステップ数として特定する。   On the other hand, when it is determined that there is a reversal of the preceding and following steps (in the case of “YES” in step S8-3), the control unit 21 of the management server 20 executes a designation step determination process based on the first arrival request (step S8). -5). Specifically, the game management unit 213 of the control unit 21 designates a step after the designation step in the first arrival request. Here, the event execution time is calculated by adding a margin to the maximum latency value. Then, the game management unit 213 divides the event execution time by the step unit time, and calculates the number of steps for executing the event (object placement). Here, the game management unit 213 checks whether or not the calculated number of steps is larger than the designated step in the first-arrival request. If it is smaller than the designated step in the first-arrival request, the game management unit 213 specifies the number of steps obtained by adding the maximum number of latency and the number of steps corresponding to the margin to the designated step in the first-arrival request. .

次に、管理サーバ20の制御部21は、ステップS6−4〜S6−6と同様に、指定ステップの通知処理(ステップS8−6)〜イベント実施処理(ステップS8−8)を実行する。   Next, the control part 21 of the management server 20 performs the notification process (step S8-6) of a designation | designated step-event implementation process (step S8-8) similarly to step S6-4-S6-6.

これにより、レイテンシの違いにより、後続ステップ数におけるリクエストが先着した場合にも、リクエストの到着順番で対応することができる。なお、後着リクエストに対応した場合、ゲーム進行上、不都合が生じる場合には、後着リクエストを無視することも可能である。   As a result, even when a request for the number of subsequent steps arrives first due to a difference in latency, it is possible to cope with the arrival order of the requests. In the case of dealing with a late arrival request, if there is a problem in the progress of the game, the late arrival request can be ignored.

・上記実施形態では、ユーザ端末10との接続状況を管理するための接続管理情報が記録される。接続管理情報には、グループID、クライアントID、レイテンシ、ステータスに関するデータが記録される。そして、各クライアントのレイテンシの最大値を用いて、ゲーム開始時刻や指定ステップを決定する。同期のために用いるレイテンシは、最大値に限定されるものではない。例えば、クライアント毎に、レイテンシ履歴を記録し、所定期間のレイテンシの平均値を用いるようにしてもよい。この場合には、平均値の最大値を用いて、同期を行なう。   In the above embodiment, connection management information for managing the connection status with the user terminal 10 is recorded. In the connection management information, data relating to the group ID, client ID, latency, and status is recorded. Then, the game start time and the designated step are determined using the maximum value of the latency of each client. The latency used for synchronization is not limited to the maximum value. For example, a latency history may be recorded for each client, and an average value of latency over a predetermined period may be used. In this case, synchronization is performed using the maximum average value.

また、変動幅を一定値以下に抑えたような値を算出するようにしてもよい。この場合には、レイテンシ履歴に基づいて、統計的にレイテンシが含まれる値を用いる。例えば、レイテンシの平均値に対して標準偏差を加算した偏差値を用いる。この偏差値の最大値により、同期を行なう。   Also, a value that suppresses the fluctuation range to a certain value or less may be calculated. In this case, a value that statistically includes the latency is used based on the latency history. For example, a deviation value obtained by adding a standard deviation to the average latency value is used. Synchronization is performed using the maximum deviation value.

・上記実施形態では、ユーザ端末10は、レイテンシ測定処理を実行する(ステップS1−1)。そして、ユーザ端末10は、レイテンシ送信処理を実行する(ステップS1−2)。これに代えて、管理サーバ20において、レイテンシを測定するようにしてもよい。この場合には、制御部21の遅延管理部212が、各クライアントのユーザ端末10に対して、Pingを送信して、レイテンシを計測する。そして、遅延管理部212は、各クライアントのユーザ端末10に対して、それぞれのレイテンシを送信する。   In the above embodiment, the user terminal 10 executes a latency measurement process (Step S1-1). And the user terminal 10 performs a latency transmission process (step S1-2). Instead, the management server 20 may measure the latency. In this case, the delay management unit 212 of the control unit 21 transmits Ping to the user terminal 10 of each client, and measures latency. And the delay management part 212 transmits each latency with respect to the user terminal 10 of each client.

・上記実施形態では、定期的にPingを送信することにより、レイテンシ測定処理を実行する(ステップS1−1)。レイテンシ測定のタイミングはこれに限定されるものではない。ここで、レイテンシ測定間隔を、ゲーム種類によって、変更してもよい。この場合には、遅延管理部212に、ゲーム種類に対応させて、レイテンシ測定間隔を記録したタイミング情報を保持させておく。そして、遅延管理部212は、利用するゲーム種類に対応したレイテンシ測定間隔を特定し、このレイテンシ測定間隔を用いて、レイテンシ測定処理を実行する。ゲーム種別によっては、ゲーム進行における同期の意義は異なる。例えば、厳格に同期が必要なゲームもあれば、同期の必要性が緩やかなゲームもある。そこで、ゲーム種別に応じた同期状況(同期の厳格性)を考慮して、リクエストに対応することができる。
更に、ゲームの画面に応じて、レイテンシ測定間隔を変更するようにしてもよい。この場合には、ゲーム進行のステップ数に関連付けて、レイテンシ測定間隔を記録しておく。
-In the said embodiment, a latency measurement process is performed by transmitting Ping regularly (step S1-1). The timing of latency measurement is not limited to this. Here, the latency measurement interval may be changed depending on the game type. In this case, the delay management unit 212 retains timing information that records the latency measurement interval corresponding to the game type. Then, the delay management unit 212 identifies a latency measurement interval corresponding to the game type to be used, and executes a latency measurement process using the latency measurement interval. Depending on the game type, the significance of synchronization in the game progression varies. For example, there are games that require strict synchronization and other games that require less synchronization. Therefore, it is possible to respond to the request in consideration of the synchronization situation (synchronization strictness) according to the game type.
Furthermore, the latency measurement interval may be changed according to the game screen. In this case, the latency measurement interval is recorded in association with the number of steps of the game progress.

また、レイテンシ測定間隔を、レイテンシの分散状況によって変更してもよい。この場合には、遅延管理部212に、同じグループに属するユーザ端末10のレイテンシの履歴を特定し、レイテンシの分布を算出する。そして、レイテンシの変化が少ない場合(変化幅が基準値以下の場合)には、レイテンシ測定間隔を大きくする。一方、レイテンシの変化が大きい場合(変化幅が基準値を超えている場合)には、レイテンシ測定間隔を小さくする。これにより、レイテンシの分散状況に応じて、レイテンシ評価の処理負担と正確性とのバランスを考慮して、ゲーム進行を図ることができる。   Further, the latency measurement interval may be changed according to the dispersion state of the latency. In this case, the latency history of the user terminals 10 belonging to the same group is specified in the delay management unit 212, and the latency distribution is calculated. When the latency change is small (when the change width is equal to or smaller than the reference value), the latency measurement interval is increased. On the other hand, when the latency change is large (when the change width exceeds the reference value), the latency measurement interval is reduced. Thereby, according to the dispersion | distribution state of latency, a game progress can be aimed at in consideration of the balance of the processing burden and accuracy of latency evaluation.

また、レイテンシ測定間隔を、グループへの参加人数によって変更してもよい。この場合には、遅延管理部212に、参加人数に対応させて、レイテンシ測定間隔を記録したタイミング情報を保持させておく。そして、遅延管理部212は、利用するゲーム種類に対応したレイテンシ測定間隔を特定し、このレイテンシ測定間隔を用いて、レイテンシ測定処理を実行する。これにより、ゲーム参加人数の多少に応じて、効率的にゲーム進行を図ることができる。   Further, the latency measurement interval may be changed depending on the number of participants in the group. In this case, the delay management unit 212 retains timing information that records the latency measurement interval corresponding to the number of participants. Then, the delay management unit 212 identifies a latency measurement interval corresponding to the game type to be used, and executes a latency measurement process using the latency measurement interval. Thereby, a game progress can be aimed at efficiently according to the number of game participants.

・上記実施形態では、クライアント異常と判定した場合(ステップS2−3において「YES」の場合)、管理サーバ20の制御部21は、リクエスト無効化処理を実行する(ステップS2−4)。クライアント異常を判定するための閾値を変更可能としてもよい。この場合には、ここで、閾値をゲーム種類によって変更してもよい。この場合には、ゲーム管理部213に、ゲーム種類に対応させて、閾値を記録した閾値情報を保持させておく。そして、ゲーム管理部213は、利用するゲーム種類に対応した閾値を特定し、この閾値を用いて、リクエスト無効化処理を実行する。ゲーム種別によっては、ゲーム進行における同期の意義は異なるが、ゲーム種別に応じた同期状況(同期の厳格性)を考慮して、リクエストに対応することができる。
更に、ゲームの画面に応じて、閾値を変更するようにしてもよい。この場合には、ゲーム進行のステップ数に関連付けて、閾値を記録しておく。
In the above embodiment, when it is determined that the client is abnormal (in the case of “YES” in Step S2-3), the control unit 21 of the management server 20 executes a request invalidation process (Step S2-4). The threshold value for determining the client abnormality may be changeable. In this case, the threshold value may be changed depending on the game type. In this case, the game management unit 213 holds threshold information in which a threshold is recorded in association with the game type. And the game management part 213 specifies the threshold value corresponding to the game type to utilize, and performs a request invalidation process using this threshold value. Depending on the game type, the significance of synchronization in the game progress differs, but the request can be handled in consideration of the synchronization status (synchronization strictness) according to the game type.
Furthermore, the threshold value may be changed according to the game screen. In this case, a threshold value is recorded in association with the number of game progress steps.

また、閾値を、レイテンシの分散状況によって変更してもよい。この場合には、ゲーム管理部213に、同じグループに属するユーザ端末10のレイテンシの履歴を特定し、レイテンシの分布を算出する。そして、レイテンシの変化が少ない場合(変化幅が基準値以下の場合)には、閾値を大きくする。一方、レイテンシの変化が大きい場合(変化幅が基準値を超えている場合)には、閾値を小さくする。これにより、レイテンシの分散状況に応じてレイテンシの許容範囲を変更して、ゲーム進行を図ることができる。   Further, the threshold value may be changed according to the latency distribution state. In this case, the latency history of the user terminals 10 belonging to the same group is specified in the game management unit 213, and the latency distribution is calculated. When the latency change is small (when the change width is equal to or smaller than the reference value), the threshold value is increased. On the other hand, when the latency change is large (when the change width exceeds the reference value), the threshold value is decreased. Thus, the progress of the game can be promoted by changing the allowable range of the latency in accordance with the latency distribution state.

また、閾値を、グループにおけるゲーム参加人数によって変更してもよい。この場合には、ゲーム管理部213に、参加人数に対応させて、閾値を記録したタイミング情報を保持させておく。そして、ゲーム管理部213は、利用するゲーム種類に対応した閾値を特定し、この閾値を用いて、リクエスト無効化処理を実行する。この場合、ゲーム参加人数が多い場合には、閾値を上げて、許容範囲を広げる。これにより、ゲーム参加人数の多少に応じて、効率的にゲーム進行を図ることができる。   Further, the threshold value may be changed according to the number of game participants in the group. In this case, the game management unit 213 stores timing information in which a threshold is recorded in correspondence with the number of participants. And the game management part 213 specifies the threshold value corresponding to the game type to utilize, and performs a request invalidation process using this threshold value. In this case, when the number of participants in the game is large, the threshold value is increased to widen the allowable range. Thereby, a game progress can be aimed at efficiently according to the number of game participants.

・上記実施形態では、ユーザ端末10は、ゲーム開始処理を実行する(ステップS4−2)。ここでは、ゲームに参加する各クライアントのユーザ端末10において、同時期にゲームを開始し、ゲーム進行のステップ数の同期を行なう。ここで、ゲーム進行途中で、ステップ数の同期を図るようにしてもよい。この場合には、管理サーバ20において、途中調整処理を実行する。この場合には、ゲーム管理部213に、同期の要否を判定するための閾値(遅延ステップ数)に関するデータを保持させておく。   In the above embodiment, the user terminal 10 executes a game start process (step S4-2). Here, in the user terminal 10 of each client participating in the game, the game is started at the same time and the number of steps of the game progress is synchronized. Here, the number of steps may be synchronized during the progress of the game. In this case, the management server 20 executes midway adjustment processing. In this case, the game management unit 213 stores data related to a threshold value (number of delay steps) for determining whether synchronization is necessary.

図8を用いて、途中調整処理を説明する。
ここでは、まず、ユーザ端末10は、定期的に、ステップ数の送信処理を実行する(ステップS9−1)。具体的には、ユーザ端末10のゲーム処理部12は、管理サーバ20に対して、定期的に現在ステップ数を送信する。
The midway adjustment process will be described with reference to FIG.
Here, first, the user terminal 10 periodically performs a transmission process for the number of steps (step S9-1). Specifically, the game processing unit 12 of the user terminal 10 periodically transmits the current number of steps to the management server 20.

この場合、管理サーバ20の制御部21は、ステップ数の取得処理を実行する(ステップS9−2)。具体的には、制御部21のゲーム管理部213は、各クライアントのユーザ端末10から、定期的に現在ステップ数を取得する。   In this case, the control unit 21 of the management server 20 executes a step number acquisition process (step S9-2). Specifically, the game management unit 213 of the control unit 21 periodically acquires the current number of steps from the user terminal 10 of each client.

次に、管理サーバ20の制御部21は、レイテンシに基づいてステップ数の補正処理を実行する(ステップS9−3)。具体的には、制御部21のゲーム管理部213は、現在ステップ数を取得したユーザ端末10におけるレイテンシを、接続状況記憶部23から取得する。次に、ゲーム管理部213は、レイテンシをステップ単位時間で除算した値を加算した値(遅延ステップ数)を算出する。そして、ゲーム管理部213は、現在ステップ数に遅延ステップ数を加算したローカルステップ数を算出する。   Next, the control unit 21 of the management server 20 executes a step number correction process based on the latency (step S9-3). Specifically, the game management unit 213 of the control unit 21 acquires the latency in the user terminal 10 that has acquired the current number of steps from the connection status storage unit 23. Next, the game management unit 213 calculates a value (delay step number) obtained by adding a value obtained by dividing the latency by the step unit time. Then, the game management unit 213 calculates the local step number obtained by adding the delay step number to the current step number.

次に、管理サーバ20の制御部21は、差分が閾値以上かどうかについての判定処理を実行する(ステップS9−4)。具体的には、制御部21のゲーム管理部213は、ユーザ端末10から取得した現在ステップ数を取得したときのサーバステップ数と、ローカルステップ数との差分を算出する。そして、ゲーム管理部213は、差分と閾値とを比較する。   Next, the control part 21 of the management server 20 performs the determination process about whether a difference is more than a threshold value (step S9-4). Specifically, the game management unit 213 of the control unit 21 calculates the difference between the server step number when the current step number acquired from the user terminal 10 is acquired and the local step number. Then, the game management unit 213 compares the difference with a threshold value.

差分が閾値より小さいと判定した場合(ステップS9−4において「NO」の場合)、管理サーバ20の制御部21は、途中調整処理を終了する。
一方、差分が閾値以上と判定した場合(ステップS9−4において「YES」の場合)、管理サーバ20の制御部21は、レイテンシに基づいて現在ステップ数の補正処理を実行する(ステップS9−5)。具体的には、制御部21のゲーム管理部213は、現在のサーバステップ数に対して、遅延ステップ数を加算した修正ステップ数を算出する。
When it determines with a difference being smaller than a threshold value (in the case of "NO" in step S9-4), the control part 21 of the management server 20 complete | finishes a midway adjustment process.
On the other hand, when it is determined that the difference is equal to or greater than the threshold value (in the case of “YES” in step S9-4), the control unit 21 of the management server 20 executes a correction process for the current number of steps based on the latency (step S9-5). ). Specifically, the game management unit 213 of the control unit 21 calculates a correction step number obtained by adding the delay step number to the current server step number.

次に、管理サーバ20の制御部21は、同期指示処理を実行する(ステップS9−6)。具体的には、制御部21のゲーム管理部213は、同期指示を、ステップ数を取得したユーザ端末10に対して送信する。この同期指示には、修正ステップ数に関するデータを含める。   Next, the control unit 21 of the management server 20 executes a synchronization instruction process (step S9-6). Specifically, the game management unit 213 of the control unit 21 transmits a synchronization instruction to the user terminal 10 that has acquired the number of steps. This synchronization instruction includes data relating to the number of correction steps.

そして、同期指示を取得したユーザ端末10は、同期処理を実行する(ステップS9−7)。具体的には、ユーザ端末10のゲーム処理部12は、ゲーム進行を、管理サーバ20から取得した修正ステップ数までスキップする。これにより、管理サーバ20におけるゲーム進行と、クライアントにおけるゲーム進行とにズレが生じている場合にも、両者の同期を図ることができる。   And the user terminal 10 which acquired the synchronous instruction | indication performs a synchronous process (step S9-7). Specifically, the game processing unit 12 of the user terminal 10 skips the game progress up to the number of correction steps acquired from the management server 20. Thereby, even when the game progress in the management server 20 and the game progress in a client have a gap, both can be synchronized.

・上記実施形態では、クライアントA〜Cのユーザ端末10が一つのグループとしてゲームを行なう場合を想定した。ここで、レイテンシを考慮してグループを生成するようにしてもよい。ここでは、レイテンシが所定範囲内に含まれるクライアントをまとめたグループを構成するグループ化処理を行なう。   In the above embodiment, it is assumed that the user terminals 10 of the clients A to C play a game as one group. Here, a group may be generated in consideration of latency. Here, a grouping process is performed to form a group in which clients whose latency is within a predetermined range are grouped.

図9を用いて、グループ化処理を説明する。
ここでは、まず、管理サーバ20の制御部21は、参加希望者のレイテンシの取得処理を実行する(ステップS10−1)。具体的には、制御部21のゲーム管理部213は、ゲーム参加希望のクライアントのレイテンシを、ユーザ端末10から取得する。
The grouping process will be described with reference to FIG.
Here, first, the control unit 21 of the management server 20 executes a latency acquisition process for the applicant who wants to participate (step S10-1). Specifically, the game management unit 213 of the control unit 21 acquires the latency of a client who wants to participate in the game from the user terminal 10.

次に、管理サーバ20の制御部21は、レイテンシの近いクライアントでグループ作成処理を実行する(ステップS10−2)。具体的には、制御部21のゲーム管理部213は、取得したレイテンシが所定範囲内に含まれるクライアントを特定する。そして、ゲーム管理部213は、特定したクライアントをゲーム情報記憶部24に、グループとして登録する。   Next, the control unit 21 of the management server 20 executes group creation processing with a client having a close latency (step S10-2). Specifically, the game management unit 213 of the control unit 21 specifies a client whose acquired latency is included in a predetermined range. Then, the game management unit 213 registers the identified client in the game information storage unit 24 as a group.

次に、管理サーバ20の制御部21は、図3に示すゲーム開始時処理を実行する(ステップS10−3)。
これにより、レイテンシの違いが少ないクライアントによりゲームを行なうことができるので、ゲーム進行の同期が容易となる。
Next, the control unit 21 of the management server 20 executes a game start process shown in FIG. 3 (step S10-3).
As a result, a game can be played by a client with a small difference in latency, so that the game progress can be easily synchronized.

なお、ここで、ユーザの属性(ゲームスキルやレベル等)を考慮して、グループ作成を行なってもよい。この場合には、管理サーバ20の制御部21は、ユーザ情報記憶部22に記録された属性に基づいて、共通するユーザ(グループ候補)を特定する。そして、管理サーバ20の制御部21は、グループ候補のユーザにおいて、グループ化処理を実行し、レイテンシの近いクライアントでグループ作成を行なう。   Here, group creation may be performed in consideration of user attributes (game skill, level, etc.). In this case, the control unit 21 of the management server 20 specifies a common user (group candidate) based on the attribute recorded in the user information storage unit 22. Then, the control unit 21 of the management server 20 executes grouping processing for the group candidate users, and creates a group with a client having a close latency.

10…ユーザ端末、11…遅延処理部、12…ゲーム処理部、20…管理サーバ、21…制御部、211…ユーザ管理部、212…遅延管理部、213…ゲーム管理部、214…進行管理部、22…ユーザ情報記憶部、23…接続状況記憶部、24…ゲーム情報記憶部。   DESCRIPTION OF SYMBOLS 10 ... User terminal, 11 ... Delay processing part, 12 ... Game processing part, 20 ... Management server, 21 ... Control part, 211 ... User management part, 212 ... Delay management part, 213 ... Game management part, 214 ... Progress management part 22 ... User information storage unit, 23 ... Connection status storage unit, 24 ... Game information storage unit.

Claims (7)

複数のユーザ端末に接続され、ゲーム進行を管理する制御部と、
前記ユーザ端末における遅延時間を記録する記憶部とを備えたゲーム管理システムを用いて、ゲームを管理するプログラムであって、
前記制御部を、
グループでゲームを行なう各ユーザ端末における遅延時間を、継続的に取得して前記記憶部に記録し、
前記ゲーム管理システムにおけるゲーム進行に対して、遅延が大きいユーザ端末の影響を抑制するために、前記ユーザ端末から取得して前記記憶部に記録されている最新の遅延時間と、クライアント異常を判定するための第1の閾値とを比較し、
前記遅延時間が前記第1の閾値内にあることを条件として前記ユーザ端末からのリクエストを実行する手段
として機能させることを特徴とするゲーム管理プログラム。
A control unit connected to a plurality of user terminals and managing the progress of the game;
A game management system using a game management system including a storage unit for recording a delay time in the user terminal,
The control unit
The delay time in each user terminal that plays a game in a group is continuously acquired and recorded in the storage unit,
In order to suppress the influence of the user terminal having a large delay on the game progress in the game management system, the latest delay time acquired from the user terminal and recorded in the storage unit and the client abnormality are determined. Comparing with a first threshold for
A game management program that functions as means for executing a request from the user terminal on condition that the delay time is within the first threshold.
前記ゲーム管理システムは、ゲーム種別に対応して、リクエスト実行の可否を判定するための閾値を記憶し、
前記制御部を、更に、ゲームを行なうゲーム種別に基づいて、前記第1の閾値を決定する手段として機能させることを特徴とする請求項1に記載のゲーム管理プログラム。
The game management system stores a threshold value for determining whether or not to execute a request corresponding to the game type,
The game management program according to claim 1, further causing the control unit to function as means for determining the first threshold value based on a game type in which a game is played.
前記制御部を、更に、前記記憶部に記録された遅延時間の分散状況を算出し、
前記分散状況に基づいて、前記第1の閾値を決定する手段として機能させることを特徴とする請求項1又は2に記載のゲーム管理プログラム。
The control unit further calculates a dispersion state of the delay time recorded in the storage unit,
The game management program according to claim 1, wherein the game management program is caused to function as means for determining the first threshold value based on the distribution state.
前記制御部を、更に、グループでゲームを行なうゲーム参加人数を算出し、
前記ゲーム参加人数に基づいて、前記第1の閾値を決定する手段として機能させることを特徴とする請求項1〜3の何れか1項に記載のゲーム管理プログラム。
The control unit further calculates the number of game participants who perform a game in a group,
The game management program according to any one of claims 1 to 3, wherein the game management program is caused to function as means for determining the first threshold based on the number of participants in the game.
前記制御部を、更に、ゲーム参加希望者のクライアントから遅延時間を取得し、前記記憶部に記録し、
前記記憶部に記録されている最新の遅延時間に基づいて、同一ゲームを行なうグループを決定する手段として機能させることを特徴とする請求項1〜4の何れか1項に記載のゲーム管理プログラム。
The control unit further acquires a delay time from a client who wants to participate in the game, records it in the storage unit,
The game management program according to any one of claims 1 to 4, wherein the game management program causes a group to determine a group to play the same game based on the latest delay time recorded in the storage unit.
複数のユーザ端末に接続され、ゲーム進行を管理する制御部と、
前記ユーザ端末における遅延時間を記録する記憶部とを備えたゲーム管理システムを用いて、ゲームを管理する方法であって、
前記制御部が、
グループでゲームを行なう各ユーザ端末における遅延時間を、継続的に取得して前記記憶部に記録し、
前記ゲーム管理システムにおけるゲーム進行に対して、遅延が大きいユーザ端末の影響を抑制するために、前記ユーザ端末から取得して前記記憶部に記録されている最新の遅延時間と、クライアント異常を判定するための第1の閾値とを比較し、
前記遅延時間が前記第1の閾値内にあることを条件として前記ユーザ端末からのリクエストを実行することを特徴とするゲーム管理方法。
A control unit connected to a plurality of user terminals and managing the progress of the game;
A method for managing a game using a game management system including a storage unit for recording a delay time in the user terminal,
The control unit is
The delay time in each user terminal that plays a game in a group is continuously acquired and recorded in the storage unit,
In order to suppress the influence of the user terminal having a large delay on the game progress in the game management system, the latest delay time acquired from the user terminal and recorded in the storage unit and the client abnormality are determined. Comparing with a first threshold for
A game management method comprising: executing a request from the user terminal on condition that the delay time is within the first threshold value.
複数のユーザ端末に接続され、ゲーム進行を管理する制御部と、
前記ユーザ端末における遅延時間を記録する記憶部とを備えたゲーム管理システムであって、
前記制御部が、
グループでゲームを行なう各ユーザ端末における遅延時間を、継続的に取得して前記記憶部に記録し、
前記ゲーム管理システムにおけるゲーム進行に対して、遅延が大きいユーザ端末の影響を抑制するために、前記ユーザ端末から取得して前記記憶部に記録されている最新の遅延時間と、クライアント異常を判定するための第1の閾値とを比較し、
前記遅延時間が前記第1の閾値内にあることを条件として前記ユーザ端末からのリクエストを実行することを特徴とするゲーム管理システム。
A control unit connected to a plurality of user terminals and managing the progress of the game;
A game management system comprising a storage unit for recording a delay time in the user terminal,
The control unit is
The delay time in each user terminal that plays a game in a group is continuously acquired and recorded in the storage unit,
In order to suppress the influence of the user terminal having a large delay on the game progress in the game management system, the latest delay time acquired from the user terminal and recorded in the storage unit and the client abnormality are determined. Comparing with a first threshold for
A game management system, wherein a request from the user terminal is executed on condition that the delay time is within the first threshold.
JP2014167478A 2014-08-20 2014-08-20 GAME MANAGEMENT PROGRAM, GAME MANAGEMENT METHOD, AND GAME MANAGEMENT SYSTEM Active JP5719470B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014167478A JP5719470B1 (en) 2014-08-20 2014-08-20 GAME MANAGEMENT PROGRAM, GAME MANAGEMENT METHOD, AND GAME MANAGEMENT SYSTEM

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014167478A JP5719470B1 (en) 2014-08-20 2014-08-20 GAME MANAGEMENT PROGRAM, GAME MANAGEMENT METHOD, AND GAME MANAGEMENT SYSTEM

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2014015580A Division JP5602963B1 (en) 2014-01-30 2014-01-30 GAME MANAGEMENT PROGRAM, GAME MANAGEMENT METHOD, AND GAME MANAGEMENT SYSTEM

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2015056054A Division JP5815901B2 (en) 2015-03-19 2015-03-19 Game management method and game management system

Publications (2)

Publication Number Publication Date
JP5719470B1 true JP5719470B1 (en) 2015-05-20
JP2015139699A JP2015139699A (en) 2015-08-03

Family

ID=53277818

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014167478A Active JP5719470B1 (en) 2014-08-20 2014-08-20 GAME MANAGEMENT PROGRAM, GAME MANAGEMENT METHOD, AND GAME MANAGEMENT SYSTEM

Country Status (1)

Country Link
JP (1) JP5719470B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114930740A (en) * 2020-01-10 2022-08-19 日本电信电话株式会社 Terminal, communication method, and communication program

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7135831B2 (en) 2018-12-20 2022-09-13 富士通株式会社 Analysis program and analyzer

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004523326A (en) * 2001-03-29 2004-08-05 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Network latency compensation for multiplayer games
JP2007260410A (en) * 1999-09-14 2007-10-11 Sega Corp Data processing method
JP4275136B2 (en) * 2003-07-23 2009-06-10 株式会社ソニー・コンピュータエンタテインメント Communication device, game system, and connection establishment method
JP2010134800A (en) * 2008-12-05 2010-06-17 Sony Computer Entertainment Inc Simulation system
JP5602963B1 (en) * 2014-01-30 2014-10-08 グリー株式会社 GAME MANAGEMENT PROGRAM, GAME MANAGEMENT METHOD, AND GAME MANAGEMENT SYSTEM

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007260410A (en) * 1999-09-14 2007-10-11 Sega Corp Data processing method
JP2004523326A (en) * 2001-03-29 2004-08-05 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Network latency compensation for multiplayer games
JP4275136B2 (en) * 2003-07-23 2009-06-10 株式会社ソニー・コンピュータエンタテインメント Communication device, game system, and connection establishment method
JP2010134800A (en) * 2008-12-05 2010-06-17 Sony Computer Entertainment Inc Simulation system
JP5602963B1 (en) * 2014-01-30 2014-10-08 グリー株式会社 GAME MANAGEMENT PROGRAM, GAME MANAGEMENT METHOD, AND GAME MANAGEMENT SYSTEM

Non-Patent Citations (9)

* Cited by examiner, † Cited by third party
Title
CSNB201200654001; 中嶋 謙互: オンラインゲームを支える技術 -壮大なプレイ空間の舞台裏 初版第1刷, 20110425, P.128-129,174,410, 株式会社技術評論社 *
CSNG200301421020; 谷口 幸久(外3名): 'セキュアなユーザ応答時間測定機構の詳細設計' 情報処理学会研究報告 Vol.2002,No.12, 20020215, P.121-126, 社団法人情報処理学会 *
CSNG200600628058; 金田 裕剛(外4名): 'ネットワークゲームの再利用を可能にする通信接続形態切替機構の実装と評価' 電子情報通信学会技術研究報告 Vol.104,No.692, 20050225, P.293-298, 社団法人電子情報通信学会 *
JPN6015006613; 'オンライン対戦麻雀 天鳳/マニュアル ■ 仕様' [online] , 有限会社シー・エッグ *
JPN6015006614; '天鳳に接続できません' [online] , 20100716, NTT Resonant Inc. *
JPN6015006615; 中嶋 謙互: オンラインゲームを支える技術 -壮大なプレイ空間の舞台裏 初版第1刷, 20110425, P.128-129,174,410, 株式会社技術評論社 *
JPN6015006616; 'インターネット麻雀「天鳳」をプレイしたいの・・・' [online] , 20090303, Yahoo Japan Corporation. *
JPN6015006617; 金田 裕剛(外4名): 'ネットワークゲームの再利用を可能にする通信接続形態切替機構の実装と評価' 電子情報通信学会技術研究報告 Vol.104,No.692, 20050225, P.293-298, 社団法人電子情報通信学会 *
JPN6015006618; 谷口 幸久(外3名): 'セキュアなユーザ応答時間測定機構の詳細設計' 情報処理学会研究報告 Vol.2002,No.12, 20020215, P.121-126, 社団法人情報処理学会 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114930740A (en) * 2020-01-10 2022-08-19 日本电信电话株式会社 Terminal, communication method, and communication program

Also Published As

Publication number Publication date
JP2015139699A (en) 2015-08-03

Similar Documents

Publication Publication Date Title
JP5602963B1 (en) GAME MANAGEMENT PROGRAM, GAME MANAGEMENT METHOD, AND GAME MANAGEMENT SYSTEM
EP3226134A1 (en) A method and system for scaling resources, and a computer program product
WO2017166713A1 (en) Service request processing method and device
US9847926B2 (en) Presenting application performance monitoring data in distributed computer systems
JP5719470B1 (en) GAME MANAGEMENT PROGRAM, GAME MANAGEMENT METHOD, AND GAME MANAGEMENT SYSTEM
JP5909588B2 (en) GAME MANAGEMENT PROGRAM, GAME MANAGEMENT METHOD, AND GAME MANAGEMENT SYSTEM
JP5815901B2 (en) Game management method and game management system
US9609068B2 (en) Session management system, session management apparatus, and non-transitory computer readable medium
CN113204599A (en) Equipment monitoring method and device based on Internet of things, monitoring equipment and storage medium
KR101571374B1 (en) Information management method and device
CN111667322A (en) VR product evaluation cloud platform
CN110533503A (en) A kind of data processing method and device
US11263112B2 (en) Method and apparatus for evaluating quality of software running environment of device
CN111494938B (en) Speed measuring method and device, storage medium and electronic device
CN105471674A (en) Method and system for testing performance of server
Tang et al. Update scheduling for improving consistency in distributed virtual environments
CN113094272B (en) Application testing method, device, electronic equipment and computer readable medium
CN110856040B (en) Method and device for processing monitoring data in client
CN115829561B (en) Transaction method, system, computing node and storage medium for data products
CN104780145B (en) Data transmission method, device and system
KR101354007B1 (en) Interfacing system synchronizing a time process of a simulation system and a test system based on simulation time and test method for simulation model
US20150304382A1 (en) Providing transaction identifiers for application performance management in distributed computer systems
Piancazzo A comparison between azure cosmos DB and elasticsearch: A case study on cloud databases
JP2021174261A (en) Execution determination program, execution determination method, and information processing device
CN116089499A (en) Data statistics method, device and medium based on kafka data volume

Legal Events

Date Code Title Description
TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20150224

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150320

R150 Certificate of patent or registration of utility model

Ref document number: 5719470

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250