JP2021115310A - Game program, game method, and game server - Google Patents

Game program, game method, and game server Download PDF

Info

Publication number
JP2021115310A
JP2021115310A JP2020011607A JP2020011607A JP2021115310A JP 2021115310 A JP2021115310 A JP 2021115310A JP 2020011607 A JP2020011607 A JP 2020011607A JP 2020011607 A JP2020011607 A JP 2020011607A JP 2021115310 A JP2021115310 A JP 2021115310A
Authority
JP
Japan
Prior art keywords
game
task
target area
user
positional relationship
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.)
Granted
Application number
JP2020011607A
Other languages
Japanese (ja)
Other versions
JP7194704B2 (en
Inventor
彰 京塚
Akira Kyozuka
彰 京塚
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.)
Pokemon Co
Original Assignee
Pokemon Co
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 Pokemon Co filed Critical Pokemon Co
Priority to JP2020011607A priority Critical patent/JP7194704B2/en
Publication of JP2021115310A publication Critical patent/JP2021115310A/en
Priority to JP2022197651A priority patent/JP7382480B2/en
Application granted granted Critical
Publication of JP7194704B2 publication Critical patent/JP7194704B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Instructional Devices (AREA)

Abstract

To optimize the number of users participating in an in-game task.SOLUTION: There is provided a game program. The game program causes a processor to execute a step for acquiring position data indicating the position of a user, and a step for progressing a game on the basis of the position data. The step for progressing the game includes a step for setting an in-game task that can be participated in by a user existing in an object area in a predetermined position relationship with a specific point, a step for awaiting a request for participation in the in-game task from the user existing in the object area over a predetermined period, and a step for changing the predetermined position relationship in the predetermined period.SELECTED DRAWING: Figure 2

Description

本開示は、ゲームプログラム、ゲーム方法、およびゲームサーバに関する。 The present disclosure relates to game programs, game methods, and game servers.

従来、一部のゲームは、ユーザの位置データに基づいて進行が制御される。かかるゲームにおいて、所定の地理的条件を満足する複数のユーザが参加可能なゲーム内課題が設定されることがある。 Conventionally, the progress of some games is controlled based on the user's position data. In such a game, an in-game task may be set in which a plurality of users who satisfy a predetermined geographical condition can participate.

特許文献1には、複数のデバイスから位置情報を受信し、各位置情報に基づいて各デバイスの領域情報を決定し、領域情報が互いに一致するデバイスのゲーム情報を用いてゲームを進行し、ゲームの結果をデバイスに転送するサーバが開示されている。特許文献1によれば、このサーバは、同一生活圏内の人々とゲーム上で親しみを深める機会を提供することができると説明されている。 In Patent Document 1, position information is received from a plurality of devices, area information of each device is determined based on each position information, and a game is advanced using game information of devices whose area information matches each other. A server that transfers the result of the above to the device is disclosed. According to Patent Document 1, this server can provide an opportunity to become familiar with people in the same living area in a game.

特表2016−537147号公報Special Table 2016-537147

しかしながら、所定の地理的条件を満足する複数のユーザが参加可能なゲーム内課題を設定する場合に、ゲーム内課題に参加しようとするユーザ数が運営側の想定範囲を下回ることがあり得る。このような場合に、ゲーム内課題の内容次第では参加するユーザにとって当該課題を達成することが困難となり、プレイ意欲を削ぐおそれがある。他方、ゲーム内課題への参加条件を過度に緩和すると、ゲーム内課題に参加しようとするユーザ数が運営側の想定範囲を上回り、サーバの処理負荷が過大となるおそれもある。 However, when setting an in-game task in which a plurality of users satisfying a predetermined geographical condition can participate, the number of users who intend to participate in the in-game task may be less than the expected range on the management side. In such a case, depending on the content of the in-game task, it may be difficult for the participating users to achieve the task, which may discourage play. On the other hand, if the conditions for participating in the in-game task are excessively relaxed, the number of users who intend to participate in the in-game task may exceed the expected range on the management side, and the processing load on the server may become excessive.

本開示の目的は、ゲーム内課題へ参加するユーザの数を適正化すること、例えばゲーム内課題へのユーザの参加を促すこと、である。 An object of the present disclosure is to optimize the number of users who participate in the in-game task, for example, to encourage the users to participate in the in-game task.

本発明の一態様によれば、ゲームプログラムが提供される。ゲームプログラムは、プロセッサに、ユーザの位置を示す位置データを取得するステップと、位置データに基づいてゲームを進行させるステップとを実行させる。ゲームを進行させるステップは、特定の地点と所定の位置関係にある対象エリア内に存在するユーザが参加可能なゲーム内課題を設定するステップと、所定の期間に亘って対象エリア内に存在するユーザからのゲーム内課題への参加要求を待ち受けるステップと、所定の期間内に所定の位置関係を変更するステップとを含む。 According to one aspect of the invention, a game program is provided. The game program causes the processor to execute a step of acquiring position data indicating a user's position and a step of advancing the game based on the position data. The steps for advancing the game are a step of setting an in-game task that a user existing in a target area having a predetermined positional relationship with a specific point can participate in, and a user existing in the target area for a predetermined period. Includes a step of waiting for a request to participate in an in-game task from the game and a step of changing a predetermined positional relationship within a predetermined period.

本発明によれば、ゲーム内課題へ参加するユーザの数を適正化することができる。 According to the present invention, the number of users participating in the in-game task can be optimized.

本実施形態のゲームシステムの構成を示す図である。It is a figure which shows the structure of the game system of this embodiment. 本実施形態に係るゲームサーバの構成を示す図である。It is a figure which shows the structure of the game server which concerns on this embodiment. 本実施形態に係る端末の構成を示す図である。It is a figure which shows the structure of the terminal which concerns on this embodiment. 本実施形態の概要の説明図である。It is explanatory drawing of the outline of this embodiment. 本実施形態のユーザデータベースのデータ構造を示す図である。It is a figure which shows the data structure of the user database of this embodiment. 本実施形態のゲーム内課題データベースのデータ構造を示す図である。It is a figure which shows the data structure of the in-game task database of this embodiment. 本実施形態の自動販売機データベースのデータ構造を示す図である。It is a figure which shows the data structure of the vending machine database of this embodiment. 本実施形態のゲーム内課題関連処理の全体フローを示す図である。It is a figure which shows the whole flow of the in-game task-related processing of this embodiment. 本実施形態のゲーム内課題関連処理において表示される画面例を示す図である。It is a figure which shows the screen example which is displayed in the in-game task-related processing of this embodiment. 本実施形態のゲーム内課題関連処理において表示される画面例を示す図である。It is a figure which shows the screen example which is displayed in the in-game task-related processing of this embodiment. 変形例1のゲーム内課題関連処理において表示される画面例を示す図である。It is a figure which shows the screen example which is displayed in the in-game task-related processing of the modification 1. 変形例1のゲーム内課題関連処理において表示される画面例を示す図である。It is a figure which shows the screen example which is displayed in the in-game task-related processing of the modification 1.

以下、本発明の一実施形態について、図面に基づいて詳細に説明する。なお、実施形態を説明するための図面において、同一の構成要素には原則として同一の符号を付し、その繰り返しの説明は省略する。 Hereinafter, one embodiment of the present invention will be described in detail with reference to the drawings. In addition, in the drawing for demonstrating the embodiment, the same components are in principle the same reference numerals, and the repeated description thereof will be omitted.

(1)ゲームシステムの構成
ゲームシステムの構成について説明する。図1は、本実施形態のゲームシステムの構成を示す図である。
(1) Configuration of game system The configuration of the game system will be described. FIG. 1 is a diagram showing a configuration of a game system of the present embodiment.

図1に示すように、ゲームシステム1は、ゲームサーバ10と、端末30A〜30D(以下、「端末30」として個々の端末を区別せずに呼ぶことがある)と、自動販売機50と、自動販売機管理サーバ70とを備える。 As shown in FIG. 1, the game system 1 includes a game server 10, terminals 30A to 30D (hereinafter, may be referred to as "terminal 30" without distinguishing each terminal), and a vending machine 50. It is provided with a vending machine management server 70.

ゲームサーバ10と、端末30および自動販売機管理サーバ70とは、ネットワーク(例えば、インターネット又はイントラネット)NWを介して接続される。
自動販売機管理サーバ70と、自動販売機50とはネットワークNWを介して接続される。
The game server 10, the terminal 30, and the vending machine management server 70 are connected via a network (for example, the Internet or an intranet) NW.
The vending machine management server 70 and the vending machine 50 are connected via a network NW.

ゲームサーバ10は、端末30と協同してゲームを進行させる。例えば、ゲームサーバ10は、端末30から位置データおよび操作データを受信して、これら位置データおよび操作データに基づいてゲーム状態に関する演算を行う。端末30は、ゲームサーバ10から演算結果を受信して、この演算結果に基づいてゲーム画面を表示する。 The game server 10 advances the game in cooperation with the terminal 30. For example, the game server 10 receives position data and operation data from the terminal 30, and performs calculations related to the game state based on the position data and operation data. The terminal 30 receives the calculation result from the game server 10 and displays the game screen based on the calculation result.

本実施形態において、ゲームサーバ10は、自動販売機50の周囲に定められる対象エリアTAmin内に居るユーザUA,UBが参加可能なゲーム内課題を設定する。ゲーム内課題は、ゲームプレイ中に所定条件が成立した場合などに、ユーザに対してゲーム内で提示される課題であり、例えば、クエスト、ミッションなどと呼ぶこともできる。ゲーム内課題は、当該課題に参加したユーザ間の争いを伴う課題(いわゆるPvP型の課題)を含んでいてもよいし、含まなくてもよい。PvP型の課題は、例えば、「プレイヤーXを倒せ」、「プレイヤーが最後の1人になるまで戦い合え」、などを含み得る。また、ゲーム内課題は、当該課題に参加したユーザ同士が当該課題の達成に向けて協力可能な課題(いわゆる協力プレイ型の課題)を含み得る。協力プレイ型の課題は、例えば、「みんなでボスYを倒せ」、などを含み得る。 In the present embodiment, the game server 10 sets an in-game task in which users UA and UB in the target area TAmin defined around the vending machine 50 can participate. The in-game task is a task presented to the user in the game when a predetermined condition is satisfied during game play, and can be called, for example, a quest, a mission, or the like. The in-game task may or may not include a task involving a conflict between users who participated in the task (so-called PvP type task). PvP-type tasks can include, for example, "defeat player X", "fight until the player is the last one", and so on. In addition, the in-game task may include a task (so-called cooperative play type task) in which users who participate in the task can cooperate with each other to achieve the task. The co-op task may include, for example, "defeat boss Y together".

ユーザは、このゲーム内課題を達成することで、種々の報酬を付与される。そのため、本実施形態のゲームシステムによれば、報酬を獲得したいユーザが特定の地点まで自発的に移動する動機づけを提供することできる。報酬は、例えば、自動販売機50で使用可能なクーポン(例えば、割引コード、または景品(自動販売機50の商品を含む)引換コード)であってもよいし、ゲーム内特典であってもよいし、自動販売機50から排出される景品であってもよい。報酬は付与可能な総数が限られていてもよい。 The user is given various rewards by completing this in-game task. Therefore, according to the game system of the present embodiment, it is possible to provide a motivation for a user who wants to obtain a reward to voluntarily move to a specific point. The reward may be, for example, a coupon that can be used at the vending machine 50 (for example, a discount code or a free gift (including products of the vending machine 50) exchange code), or may be an in-game privilege. However, it may be a free gift discharged from the vending machine 50. The total number of rewards that can be granted may be limited.

ゲーム内特典は、ゲームにおける種々の便益を包含する。例えば、ゲーム内特典は、以下の少なくとも1つを含み得る。
・アイテム、スキル、キャラクタ、または他のゲーム内オブジェクトの獲得
・アイテム、スキル、キャラクタ、または他のゲーム内オブジェクトの獲得条件の補正(ユーザにとって有利なもの)
・別のゲーム内課題へ参加する権利の獲得、
・別のゲーム内課題へ参加する権利の獲得条件の補正(ユーザにとって有利なもの)
・ゲーム内貨幣、経験値、または他のゲーム内ポイントの獲得
・ゲーム内貨幣、経験値、または他のゲーム内ポイントの獲得時の増加補正
・ゲーム内パラメータの補正(ユーザにとって有利なもの)
・キャラクタの見た目の変更
In-game benefits include various benefits in the game. For example, in-game benefits may include at least one of the following:
-Acquisition of items, skills, characters, or other in-game objects-Correction of acquisition conditions for items, skills, characters, or other in-game objects (for the user's advantage)
・ Acquisition of the right to participate in another in-game task,
-Correction of the conditions for acquiring the right to participate in another in-game task (advantageous for the user)
-Acquisition of in-game currency, experience points, or other in-game points-Increase correction when acquiring in-game currency, experience points, or other in-game points-Correction of in-game parameters (favorable to the user)
・ Change the appearance of the character

特に、自動販売機50が、ゲーム内のアイテムまたはキャラクタに関連する商品を販売する場合には、当該自動販売機50によって販売される商品に関連するアイテムまたはキャラクタの獲得がゲーム内課題の達成に対する報酬として採用されてもよいし、これらアイテムまたはキャラクタの獲得条件の緩和補正がゲーム内課題の達成に対する報酬として採用されてもよい。 In particular, when the vending machine 50 sells a product related to an item or character in the game, the acquisition of the item or character related to the product sold by the vending machine 50 is to achieve the in-game task. It may be adopted as a reward, or the relaxation correction of the acquisition conditions of these items or characters may be adopted as a reward for the achievement of the in-game task.

ゲームサーバ10は、ゲーム内課題の達成に対する報酬としてクーポンまたは景品を採用する場合に、自動販売機管理サーバ70と種々のデータをやり取りし得る。例えば、ゲームサーバ10は、ユーザがゲーム内課題を達成したことをトリガとして、自動販売機管理サーバ70にクーポンの発行または景品の排出を要求し得る。 The game server 10 can exchange various data with the vending machine management server 70 when a coupon or a prize is adopted as a reward for achieving an in-game task. For example, the game server 10 may request the vending machine management server 70 to issue a coupon or discharge a prize, triggered by the user achieving an in-game task.

自動販売機50は、飲料、食品、または他の雑貨を販売する。自動販売機50は、クーポンの読み取りを可能とするための光学読み取り手段、またはクーポンコードのテキストもしくは音声入力を可能とするためのボタン(例えばテンキー)もしくはマイクロホンを備え得る。 The vending machine 50 sells beverages, foods, or other miscellaneous goods. The vending machine 50 may include an optical reading means to enable reading of the coupon, or a button (eg, numeric keypad) or microphone to enable text or voice input of the coupon code.

自動販売機管理サーバ70は、自動販売機50の在庫管理を含む種々の管理を行う。ゲーム内課題に対する報酬としてクーポンまたは景品が採用される場合には、自動販売機管理サーバ70はゲームサーバ10からの要求に応じてクーポンを発行し、または自動販売機50に景品の排出を命令し得る。 The vending machine management server 70 performs various management including inventory management of the vending machine 50. When a coupon or a prize is adopted as a reward for an in-game task, the vending machine management server 70 issues a coupon in response to a request from the game server 10, or orders the vending machine 50 to discharge the prize. obtain.

(1−1)ゲームサーバの構成
ゲームサーバの構成について説明する。図2は、本実施形態に係るゲームサーバの構成を示す図である。
(1-1) Game Server Configuration A game server configuration will be described. FIG. 2 is a diagram showing a configuration of a game server according to the present embodiment.

図2に示すように、ゲームサーバ10は、記憶装置11と、プロセッサ12と、入出力インタフェース13と、通信インタフェース14とを備える。 As shown in FIG. 2, the game server 10 includes a storage device 11, a processor 12, an input / output interface 13, and a communication interface 14.

記憶装置11は、プログラム及びデータを記憶するように構成される。記憶装置11は、例えば、ROM(Read Only Memory)、RAM(Random Access Memory)、及び、ストレージ(例えば、フラッシュメモリ又はハードディスク)の組合せである。 The storage device 11 is configured to store programs and data. The storage device 11 is, for example, a combination of a ROM (Read Only Memory), a RAM (Random Access Memory), and a storage (for example, a flash memory or a hard disk).

プログラムは、例えば、以下のプログラムを含む。
・OS(Operating System)のプログラム
・情報処理を実行するアプリケーションのプログラム(例えば、ゲームプログラム)
The program includes, for example, the following program.
-OS (Operating System) program-Application program that executes information processing (for example, game program)

データは、例えば、以下のデータを含む。
・情報処理において参照されるデータベース
・情報処理を実行することによって得られるデータ(つまり、情報処理の実行結果)
The data includes, for example, the following data.
-Database referenced in information processing-Data obtained by executing information processing (that is, the execution result of information processing)

具体的には、記憶装置11は、ユーザデータ記憶部111と、ゲームプログラム記憶部112と、ゲーム内課題記憶部113と、自動販売機記憶部114とを含む。ユーザデータ記憶部111には、ユーザデータベースが保存される。ゲームプログラム記憶部112には、ゲームプログラムが保存される。ゲーム内課題記憶部113には、ゲーム内課題データベースが保存される。自動販売機記憶部114には、自動販売機データベースが保存される。
なお、記憶装置11は、ネットワークNWを介して、ゲームサーバ10と接続されてもよい。
Specifically, the storage device 11 includes a user data storage unit 111, a game program storage unit 112, an in-game task storage unit 113, and a vending machine storage unit 114. A user database is stored in the user data storage unit 111. The game program is stored in the game program storage unit 112. The in-game task database is stored in the in-game task storage unit 113. The vending machine database is stored in the vending machine storage unit 114.
The storage device 11 may be connected to the game server 10 via the network NW.

プロセッサ12は、記憶装置11に記憶されたプログラムを起動することによって、ゲームサーバ10の機能を実現するように構成される。プロセッサ12は、コンピュータの一例である。 The processor 12 is configured to realize the function of the game server 10 by activating the program stored in the storage device 11. The processor 12 is an example of a computer.

具体的には、プロセッサ12は、プログラムを実行することで、データ取得部120、進行制御部121およびデータ提示部122として機能し得る。 Specifically, the processor 12 can function as a data acquisition unit 120, a progress control unit 121, and a data presentation unit 122 by executing a program.

データ取得部120は、入出力インタフェース13または通信インタフェース14を介して種々のデータを取得する。データ取得部120は、位置取得部120a、操作取得部120b、および参加要求取得部120cを含む。 The data acquisition unit 120 acquires various data via the input / output interface 13 or the communication interface 14. The data acquisition unit 120 includes a position acquisition unit 120a, an operation acquisition unit 120b, and a participation request acquisition unit 120c.

位置取得部120aは、通信インタフェース14を介して端末30から受信した位置データを取得する。位置データは、ユーザの位置を示す。操作取得部120bは、通信インタフェース14を介して端末30から受信した操作データを取得する。操作データは、ユーザが行った操作の内容を示す。参加要求取得部120cは、通信インタフェース14を介して端末30から受信した参加要求を取得する。 The position acquisition unit 120a acquires the position data received from the terminal 30 via the communication interface 14. The position data indicates the position of the user. The operation acquisition unit 120b acquires the operation data received from the terminal 30 via the communication interface 14. The operation data indicates the content of the operation performed by the user. The participation request acquisition unit 120c acquires the participation request received from the terminal 30 via the communication interface 14.

進行制御部121は、ゲームプログラム記憶部112に保存されたゲームプログラムに従って、ゲーム(ゲーム内課題を含む)の進行に関わる種々の処理を行う。例えば、進行制御部121は、データ取得部120によって取得されたデータ(例えば、位置データ、操作データ)に基づいてゲーム状態に関する演算を行う。進行制御部121は、課題設定部121a、参加要求受付部121b、位置関係制御部121c、および報酬付与部121dを含む。 The progress control unit 121 performs various processes related to the progress of the game (including in-game tasks) according to the game program stored in the game program storage unit 112. For example, the progress control unit 121 performs calculations related to the game state based on the data (for example, position data, operation data) acquired by the data acquisition unit 120. The progress control unit 121 includes a task setting unit 121a, a participation request reception unit 121b, a positional relationship control unit 121c, and a reward giving unit 121d.

課題設定部121aは、特定の地点と所定の位置関係にある対象エリア内に存在するユーザが参加可能なゲーム内課題を設定する。 The task setting unit 121a sets an in-game task in which a user existing in a target area having a predetermined positional relationship with a specific point can participate.

参加要求受付部121bは、ゲーム内課題設定後の所定の期間(「参加可能期間」と称する)に亘って対象エリア内に存在するユーザからのゲーム内課題への参加要求を待ち受け、参加要求の報告があった場合にこの参加要求を受け付ける。 The participation request reception unit 121b waits for a participation request for the in-game task from a user existing in the target area for a predetermined period (referred to as a "participation possible period") after the in-game task is set, and requests the participation. We will accept this participation request when there is a report.

位置関係制御部121cは、参加可能期間内に上記所定の位置関係を変更する。
報酬付与部121dは、ゲーム内課題を達成したユーザに報酬を付与する。
The positional relationship control unit 121c changes the predetermined positional relationship within the participation period.
The reward giving unit 121d gives a reward to the user who has achieved the in-game task.

データ提示部122は、通信インタフェース14を介して種々のデータを端末30へ送信することで、ユーザに種々の情報を提示する。データ提示部122は、課題提示部122aを含む。課題提示部122aは、通信インタフェース14を介してゲーム内課題に関するデータを端末30へ送信することで、ユーザに当該ゲーム内課題に関する情報を提示する。 The data presentation unit 122 presents various information to the user by transmitting various data to the terminal 30 via the communication interface 14. The data presentation unit 122 includes the task presentation unit 122a. The task presentation unit 122a presents information about the in-game task to the user by transmitting data related to the in-game task to the terminal 30 via the communication interface 14.

入出力インタフェース13は、ゲームサーバ10に接続される入力デバイスから情報(例えば、ゲームの運営者からの指示)を取得し、かつ、ゲームサーバ10に接続される出力デバイスに情報を出力するように構成される。
入力デバイスは、例えば、キーボード、ポインティングデバイス、タッチパネル、又は、それらの組合せである。
出力デバイスは、例えば、ディスプレイである。
The input / output interface 13 acquires information (for example, an instruction from the game operator) from the input device connected to the game server 10 and outputs the information to the output device connected to the game server 10. It is composed.
The input device is, for example, a keyboard, a pointing device, a touch panel, or a combination thereof.
The output device is, for example, a display.

通信インタフェース14は、ゲームサーバ10と、端末30および自動販売機管理サーバ70との間の通信を制御するように構成される。 The communication interface 14 is configured to control communication between the game server 10, the terminal 30, and the vending machine management server 70.

(1−2)端末の構成
端末の構成について説明する。図3は、本実施形態に係る端末の構成を示す図である。
(1-2) Terminal configuration The terminal configuration will be described. FIG. 3 is a diagram showing a configuration of a terminal according to the present embodiment.

図3に示すように、端末30は、記憶装置31と、プロセッサ32と、入出力インタフェース33と、通信インタフェース34と、入力デバイス35と、出力デバイス36とを備える。 As shown in FIG. 3, the terminal 30 includes a storage device 31, a processor 32, an input / output interface 33, a communication interface 34, an input device 35, and an output device 36.

記憶装置31は、プログラム及びデータを記憶するように構成される。記憶装置31は、例えば、ROM、RAM、及び、ストレージ(例えば、フラッシュメモリ又はハードディスク)の組合せである。 The storage device 31 is configured to store programs and data. The storage device 31 is, for example, a combination of a ROM, a RAM, and a storage (for example, a flash memory or a hard disk).

プログラムは、例えば、以下のプログラムを含む。
・OSのプログラム
・情報処理を実行するアプリケーションのプログラム(例えば、ゲームプログラム)
The program includes, for example, the following program.
-OS program-Application program that executes information processing (for example, game program)

データは、例えば、以下のデータを含む。
・情報処理において参照されるデータベース
・情報処理の実行結果
The data includes, for example, the following data.
・ Database referenced in information processing ・ Execution result of information processing

具体的には、記憶装置31は、ユーザデータ記憶部311と、ゲームプログラム記憶部312とを含む。ユーザデータ記憶部311には、端末30を操作するユーザのアカウントデータに相当するユーザデータが保存される。ゲームプログラム記憶部312には、ゲームプログラムが保存される。
なお、記憶装置31は、ネットワークNWを介して、端末30と接続されてもよい。
Specifically, the storage device 31 includes a user data storage unit 311 and a game program storage unit 312. The user data storage unit 311 stores user data corresponding to the account data of the user who operates the terminal 30. The game program is stored in the game program storage unit 312.
The storage device 31 may be connected to the terminal 30 via the network NW.

プロセッサ32は、記憶装置31に記憶されたプログラムを起動することによって、端末30の機能を実現するように構成される。プロセッサ32は、コンピュータの一例である。 The processor 32 is configured to realize the function of the terminal 30 by activating the program stored in the storage device 31. The processor 32 is an example of a computer.

具体的には、プロセッサ32は、プログラムを実行することで、データ取得部320、進行制御部321、データ提示部322およびデータ報告部323として機能し得る。 Specifically, the processor 32 can function as a data acquisition unit 320, a progress control unit 321, a data presentation unit 322, and a data reporting unit 323 by executing a program.

データ取得部320は、入出力インタフェース33または通信インタフェース34を介して種々のデータを取得する。データ取得部320は、位置取得部320a、操作取得部320b、および参加要求取得部320cを含む。位置取得部320aは、入出力インタフェース33を介して入力デバイス35から位置データを取得する。操作取得部320bは、入出力インタフェース33を介して入力デバイス35から操作データを取得する。参加要求取得部320cは、入出力インタフェース33を介して入力デバイス35から参加要求を取得する。 The data acquisition unit 320 acquires various data via the input / output interface 33 or the communication interface 34. The data acquisition unit 320 includes a position acquisition unit 320a, an operation acquisition unit 320b, and a participation request acquisition unit 320c. The position acquisition unit 320a acquires position data from the input device 35 via the input / output interface 33. The operation acquisition unit 320b acquires operation data from the input device 35 via the input / output interface 33. The participation request acquisition unit 320c acquires a participation request from the input device 35 via the input / output interface 33.

進行制御部321は、ゲームプログラム記憶部312に保存されたゲームプログラムに従って、ゲーム(ゲーム内課題を含む)の進行に関わる種々の処理を行う。 The progress control unit 321 performs various processes related to the progress of the game (including in-game tasks) according to the game program stored in the game program storage unit 312.

データ提示部322は、入出力インタフェース33を介して種々のデータを出力デバイス36に出力することで、ユーザに種々の情報を提示する。データ提示部322は、課題提示部322aを含む。課題提示部322aは、入出力インタフェース33を介してゲーム内課題に関するデータを出力デバイス36に出力することで、ユーザに当該ゲーム内課題に関する情報を提示する。 The data presentation unit 322 presents various information to the user by outputting various data to the output device 36 via the input / output interface 33. The data presentation unit 322 includes a task presentation unit 322a. The task presentation unit 322a presents information about the in-game task to the user by outputting data related to the in-game task to the output device 36 via the input / output interface 33.

データ報告部323は、通信インタフェース34を介して種々のデータをゲームサーバ10に報告する。データ報告部323は、位置報告部323a、操作報告部323b、および参加要求報告部323cを含む。位置報告部323aは、通信インタフェース34を介して位置データをゲームサーバ10に報告する。操作報告部323bは、通信インタフェース34を介して操作データをゲームサーバ10に報告する。参加要求報告部323cは、通信インタフェース34を介して参加要求をゲームサーバ10に報告する。 The data reporting unit 323 reports various data to the game server 10 via the communication interface 34. The data reporting unit 323 includes a location reporting unit 323a, an operation reporting unit 323b, and a participation request reporting unit 323c. The position reporting unit 323a reports the position data to the game server 10 via the communication interface 34. The operation reporting unit 323b reports the operation data to the game server 10 via the communication interface 34. The participation request reporting unit 323c reports the participation request to the game server 10 via the communication interface 34.

入出力インタフェース33は、端末30に接続される入力デバイス35からユーザの指示を取得し、かつ、端末30に接続される出力デバイス36に情報を出力するように構成される。
入力デバイスは、例えば、キーボード、ポインティングデバイス、タッチパネル、カメラ、マイクロホン、測位手段(例えばGPSモジュール)、各種センサ、又は、それらの組み合わせである。
出力デバイスは、例えば、ディスプレイ、スピーカ、バイブレータ、LED、又は、それらの組み合わせである。
The input / output interface 33 is configured to acquire a user's instruction from the input device 35 connected to the terminal 30 and output information to the output device 36 connected to the terminal 30.
The input device is, for example, a keyboard, a pointing device, a touch panel, a camera, a microphone, a positioning means (for example, a GPS module), various sensors, or a combination thereof.
The output device is, for example, a display, a speaker, a vibrator, an LED, or a combination thereof.

通信インタフェース34は、端末30とゲームサーバ10との間の通信を制御するように構成される。 The communication interface 34 is configured to control communication between the terminal 30 and the game server 10.

(2)実施形態の概要
本実施形態の概要について説明する。図4は、本実施形態の概要の説明図である。
(2) Outline of the Embodiment The outline of the present embodiment will be described. FIG. 4 is an explanatory diagram of an outline of the present embodiment.

ゲームサーバ10は、特定の地点(例えば、自動販売機50の設置地点)と所定の関係(例えば、半径r[m]以内)にある対象エリア内に存在するユーザが参加可能なゲーム内課題を設定し、参加可能期間内にこの位置関係を変更する。ゲームサーバ10は、ある時点において対象エリア外に存在するユーザを後の時点において対象エリアに含めたり、逆にある時点において対象エリア内に存在するユーザを後の時点において対象エリアから外したりすることができる。これにより、ゲーム内課題へ参加するユーザの数を適正化することができる。 The game server 10 performs an in-game task in which a user existing in a target area having a predetermined relationship (for example, within a radius r [m]) with a specific point (for example, the installation point of the vending machine 50) can participate. Set and change this positional relationship within the participation period. The game server 10 includes a user who is outside the target area at a certain time in the target area at a later time, and conversely excludes a user who is inside the target area at a certain time from the target area at a later time. Can be done. As a result, the number of users participating in the in-game task can be optimized.

例えば、図4に示すように、ゲームサーバ10は、参加可能期間内のある時点では対象エリアTAminを設定し、参加可能期間内の別の時点では対象エリアTAminをより広い対象エリアTAmaxへ変更し得る。このように、本実施形態に係るゲームサーバ10によれば、対象エリアTAmin内には存在しないが対象エリアTAmax内に存在するユーザUCを、必要に応じて、ゲーム内課題への参加候補者として追加することが可能となるので、ゲーム内課題へのユーザの参加を促すことができる。 For example, as shown in FIG. 4, the game server 10 sets the target area TAmin at a certain time during the participation period, and changes the target area TAmin to a wider target area TAmax at another time within the participation period. obtain. As described above, according to the game server 10 according to the present embodiment, the user UC that does not exist in the target area TAmin but exists in the target area TAmax can be used as a candidate for participation in the in-game task, if necessary. Since it is possible to add it, it is possible to encourage the user to participate in the in-game task.

(3)データベース
本実施形態のデータベースについて説明する。以下のデータベースは、記憶装置11に記憶される。
(3) Database The database of the present embodiment will be described. The following database is stored in the storage device 11.

(3−1)ユーザデータベース
本実施形態のユーザデータベースについて説明する。図5は、本実施形態のユーザデータベースのデータ構造を示す図である。
(3-1) User Database The user database of the present embodiment will be described. FIG. 5 is a diagram showing a data structure of the user database of the present embodiment.

図5に示すように、ユーザデータベースは、「ユーザID」フィールドと、「ユーザ属性」フィールドとを含む。各フィールドは、互いに関連付けられている。 As shown in FIG. 5, the user database includes a "user ID" field and a "user attribute" field. Each field is associated with each other.

「ユーザID」フィールドには、ゲームのユーザを一意に識別するためのユーザIDの値が格納される。 In the "user ID" field, the value of the user ID for uniquely identifying the user of the game is stored.

「ユーザ属性」フィールドには、ユーザの種々の属性の値が格納される。例えば、「ユーザ」属性フィールドは、「ユーザ名」サブフィールド、「LEVEL」サブフィールド、「Money」サブフィールド、などを含み得る。「プレイヤー名」サブフィールドには、ユーザのゲームにおける分身に相当するプレイヤーの名前またはニックネームを示す値が格納される。「LEVEL」サブフィールドには、プレイヤーの総合的な強さまたは他の指標に関する階級を示す値が格納される。「Money」サブフィールドには、プレイヤーが所持しているゲーム内貨幣の量を示す値が格納される。 The "User Attribute" field stores the values of various attributes of the user. For example, the "user" attribute field may include a "username" subfield, a "LEVEL" subfield, a "Money" subfield, and so on. The "player name" subfield stores a value indicating the name or nickname of the player corresponding to the alter ego in the user's game. The "LEVEL" subfield stores a value indicating the player's overall strength or rank with respect to other indicators. In the "Money" subfield, a value indicating the amount of in-game money possessed by the player is stored.

ユーザデータベースに設けられるフィールドおよびサブフィールドは、図5の例に限られず、例えばゲームの仕様に応じて任意に定めることができる。 The fields and subfields provided in the user database are not limited to the example shown in FIG. 5, and can be arbitrarily defined according to, for example, the specifications of the game.

(3−2)ゲーム内課題データベース
本実施形態のゲーム内課題データベースについて説明する。図6は、本実施形態のゲーム内課題データベースのデータ構造を示す図である。
(3-2) In-game task database The in-game task database of the present embodiment will be described. FIG. 6 is a diagram showing a data structure of the in-game task database of the present embodiment.

図6に示すように、ゲーム内課題データベースは、「課題ID」フィールドと、「地点」フィールドと、「位置関係」フィールドと、「時間」フィールドと、「課題内容」フィールドと、「定員」フィールドと、「報酬」フィールドとを含む。各フィールドは、互いに関連付けられている。 As shown in FIG. 6, the in-game task database includes a "task ID" field, a "point" field, a "positional relationship" field, a "time" field, a "task content" field, and a "capacity" field. And the "Reward" field. Each field is associated with each other.

「課題ID」フィールドには、ゲーム内課題を一意に識別するための課題IDの値が格納される。 In the "task ID" field, the value of the task ID for uniquely identifying the in-game task is stored.

「地点」フィールドには、ゲーム内課題の対象エリアを設定するための基準となる地点(例えば中心点、頂点、などであり、「基準地点」と称する)の座標を示す値(例えば、緯度および経度)が格納される。なお、ゲーム内課題データベースは、「地点」フィールドの代わりに、自動販売機50を一意に識別するための自動販売機IDの値が格納される「自動販売機ID」フィールドを含んでいてもよい。 The "Point" field is a value (eg, latitude and) indicating the coordinates of a reference point (eg, a center point, a vertex, etc., referred to as a "reference point") for setting the target area of the in-game task. (Longitude) is stored. The in-game task database may include a "vending machine ID" field in which the value of the vending machine ID for uniquely identifying the vending machine 50 is stored instead of the "point" field. ..

「位置関係」フィールドには、対象エリアが基準地点とどのような位置関係にあるかを示す値が格納される。例えば、対象エリアが基準地点を中心とする円に定められる場合には、「位置関係」フィールドにはこの円の半径の値が格納され得る。 The "positional relationship" field stores a value indicating how the target area has a positional relationship with the reference point. For example, if the target area is defined as a circle centered on a reference point, the "positional relationship" field may store the value of the radius of this circle.

「時間」フィールドには、参加可能期間を示す値が格納される。例えば、参加可能期間が60分などの固定長である場合には、「時間」フィールドには、当該期間の始点、終点または他の時点を示す値が格納され得る。他方、参加可能期間が可変長である場合には、「時間」フィールドには、当該期間の始点および終点を示す値、または始点および期間長を示す値、などが格納され得る。 A value indicating the period of participation is stored in the "Time" field. For example, if the period of participation is fixed, such as 60 minutes, the "time" field may contain a value indicating the start, end, or other time point of the period. On the other hand, when the participation period is variable length, the "time" field may store a value indicating the start point and the end point of the period, a value indicating the start point and the period length, and the like.

「課題内容」フィールドには、ゲーム内課題の内容を示す値が格納される。例えば、ゲーム内課題が「みんなでボスYを倒せ」である場合には、「課題内容」フィールドには、ボスYを識別する値と、オプションとしてボスYの可変パラメータの値(例えば、強さ、外観)とが格納され得る。 In the "task content" field, a value indicating the content of the in-game task is stored. For example, if the in-game task is "defeat boss Y together", the "task content" field contains a value that identifies the boss Y and, optionally, a variable parameter value for the boss Y (eg, strength). , Appearance) and can be stored.

「定員」フィールドには、ゲーム内課題への参加者の定員を示す値が格納される。例えば、「定員」フィールドには、ゲーム内課題を最大同時プレイ(マルチプレイとも呼べる)人数と、当該ゲーム内課題の最大並列実施数とを示す値とが格納され得る。すなわち、最大5人が同時プレイ可能なゲーム内課題を最大3つ並列実施する場合に、このゲーム内課題の定員は15人(=5×3)となる。最大並列実施数は、ゲーム内課題を同時プレイするユーザグループ(マッチングルーム、ないしルームと呼ぶこともできる)の数に相当する。 The "Capacity" field stores a value indicating the capacity of participants for the in-game task. For example, in the "capacity" field, a value indicating the maximum number of simultaneous in-game tasks (also referred to as multiplayer) and the maximum number of parallel executions of the in-game tasks may be stored. That is, when a maximum of three in-game tasks that can be played simultaneously by a maximum of five people are performed in parallel, the capacity of the in-game tasks is 15 people (= 5 × 3). The maximum number of parallel executions corresponds to the number of user groups (also called matching rooms or rooms) that simultaneously play in-game tasks.

「報酬」フィールドには、ゲーム内課題の達成に対する報酬を示す値が格納される。例えば、「報酬」フィールドには、報酬としてのクーポンまたはゲーム内特典を示す値が格納される。付与可能な報酬の数が限られている場合には、付与可能な報酬の残数を示す値が「報酬」フィールドまたは他のフィールドに格納されてよい。 The "reward" field stores a value indicating the reward for completing the in-game task. For example, the "reward" field stores a value indicating a coupon as a reward or an in-game privilege. If the number of rewards that can be granted is limited, a value indicating the remaining number of rewards that can be granted may be stored in the "Reward" field or other fields.

ゲーム内課題データベースに設けられるフィールドは、図6の例に限られず、例えばゲームの仕様に応じて任意に定めることができる。 The fields provided in the in-game task database are not limited to the example of FIG. 6, and can be arbitrarily determined according to, for example, the specifications of the game.

(3−3)自動販売機データベース
本実施形態のゲーム内課題データベースについて説明する。図7は、本実施形態の自動販売機データベースのデータ構造を示す図である。
(3-3) Vending Machine Database The in-game task database of this embodiment will be described. FIG. 7 is a diagram showing a data structure of the vending machine database of the present embodiment.

図7に示すように、自動販売機データベースは、「自動販売機ID」フィールドと、「地点」フィールドと、「ベンダーID」フィールドとを含む。各フィールドは、互いに関連付けられている。 As shown in FIG. 7, the vending machine database includes a "vending machine ID" field, a "point" field, and a "vendor ID" field. Each field is associated with each other.

「自動販売機ID」フィールドには、自動販売機50を一意に識別するための自動販売機IDの値が格納される。 In the "vending machine ID" field, the value of the vending machine ID for uniquely identifying the vending machine 50 is stored.

「地点」フィールドには、自動販売機50の設置地点の座標を示す値(例えば、緯度および経度)が格納される。 In the "Point" field, values (for example, latitude and longitude) indicating the coordinates of the installation point of the vending machine 50 are stored.

「ベンダーID」フィールドには、自動販売機50のベンダーを一意に識別するためのベンダーIDの値が格納される。例えば、報酬付与部121dは、このベンダーIDを手掛かりに、クーポンの発行または景品の排出の要求先となる自動販売機管理サーバ70を特定し得る。 In the "Vendor ID" field, the value of the vendor ID for uniquely identifying the vendor of the vending machine 50 is stored. For example, the reward giving unit 121d may use the vendor ID as a clue to identify the vending machine management server 70 that is the destination of the request for issuing the coupon or discharging the prize.

自動販売機データベースに設けられるフィールドは、図7の例に限られず、例えばゲームの仕様に応じて任意に定めることができる。 The fields provided in the vending machine database are not limited to the example shown in FIG. 7, and can be arbitrarily determined according to, for example, the specifications of the game.

(4)ゲーム内課題関連処理
本実施形態のゲーム内課題関連処理について説明する。図8は、本実施形態のゲーム内課題関連処理の全体フローを示す図である。図9は、本実施形態のゲーム内課題関連処理において表示される画面例を示す図である。図10は、本実施形態のゲーム内課題関連処理において表示される画面例を示す図である。
(4) In-game task-related processing The in-game task-related processing of the present embodiment will be described. FIG. 8 is a diagram showing an overall flow of in-game task-related processing of the present embodiment. FIG. 9 is a diagram showing an example of a screen displayed in the in-game task-related processing of the present embodiment. FIG. 10 is a diagram showing an example of a screen displayed in the in-game task-related processing of the present embodiment.

図8に示すように、ゲームサーバ10は、ゲーム内課題の設定(S110)を実行する。
具体的には、課題設定部121aは、ゲーム内課題データベース(図6)に新たなゲーム内課題に関するデータを登録することで、ゲーム内課題を設定し得る。
As shown in FIG. 8, the game server 10 executes the setting of the in-game task (S110).
Specifically, the task setting unit 121a can set an in-game task by registering data related to a new in-game task in the in-game task database (FIG. 6).

課題設定部121aは、自動販売機50に商品が補充されたことをトリガとして、当該自動販売機50の設置地点を基準地点とするゲーム内課題を設定してもよい。自動販売機50に商品が補充されたことは、例えば、自動販売機管理サーバ70から通知され得る。 The task setting unit 121a may set an in-game task with the installation point of the vending machine 50 as a reference point, triggered by the replenishment of products in the vending machine 50. For example, the vending machine management server 70 may notify that the vending machine 50 has been replenished with goods.

課題設定部121aは、自動販売機50に特定の商品が補充されたことをトリガとして、当該自動販売機50の設置地点を基準地点とするゲーム内課題を設定してもよい。自動販売機50に特定の商品が補充されたことは、例えば、自動販売機管理サーバ70から通知され得る。さらに、このゲーム内課題の課題内容は、補充された特定の商品の種類に依存してもよい。例えば、補充された特定の商品が、ゲームの特定のキャラクタの関連グッズである場合に、課題設定部121aは、当該特定のキャラクタに関連する内容および報酬の少なくとも一方を有するゲーム内課題を設定し得る。 The task setting unit 121a may set an in-game task with the installation point of the vending machine 50 as a reference point, triggered by the replenishment of a specific product in the vending machine 50. For example, the vending machine management server 70 may notify that the vending machine 50 has been replenished with a specific product. Further, the task content of this in-game task may depend on the type of specific replenished product. For example, when the replenished specific product is a related goods of a specific character of the game, the task setting unit 121a sets an in-game task having at least one of the content and the reward related to the specific character. obtain.

特定のキャラクタに関連するゲーム内課題の内容は、例えば、以下の少なくとも1つを含み得る。
・特定のキャラクタとの対戦
・特定のキャラクタに関連するサブイベント(例えば、特定のキャラクタがプレイアブルとなるサブイベント)
The content of the in-game task related to a particular character may include, for example, at least one of the following:
-Competition with a specific character-Sub-event related to a specific character (for example, a sub-event in which a specific character becomes playable)

特定のキャラクタに関連する報酬は、例えば、以下の少なくとも1つを含み得る。
・特定のキャラクタ、または特定のキャラクタが装備または使用可能なアイテム、もしくはスキルの獲得
・特定のキャラクタ、または特定のキャラクタの装備または使用可能なアイテム、もしくはスキルの獲得条件の補正(ユーザにとって有利なもの)
・特定のキャラクタのゲーム内パラメータの補正(ユーザにとって有利なもの)
・特定のキャラクタの見た目の変更
Rewards associated with a particular character may include, for example, at least one of the following:
-A specific character or an item that can be equipped or used by a specific character, or acquisition of a skill-A correction of the conditions for acquiring a specific character, an item that can be equipped or used by a specific character, or a skill (favorable to the user) thing)
-Correction of in-game parameters of a specific character (favorable for the user)
-Change the appearance of a specific character

ステップS110の後に、ゲームサーバ10および端末30は、ゲーム内課題の提示(S120)を実行する。ステップS120は、ステップS110において設定されたゲーム内課題の参加可能期間の開始後に実行されてもよいし、開始前にゲーム内課題が設定されることの予告(例えば、「30分後にボスYが出現予定」といった予告)として実行されてもよい。 After step S110, the game server 10 and the terminal 30 execute the presentation of the in-game task (S120). Step S120 may be executed after the start of the participation period of the in-game task set in step S110, or a notice that the in-game task is set before the start (for example, "Boss Y after 30 minutes". It may be executed as a notice) such as "scheduled to appear".

具体的には、ゲームサーバ10および端末30は、ステップS110において設定されたゲーム内課題に関する種々の情報をユーザ(少なくともゲーム内課題に参加していないユーザ、換言すれば参加要求を実行前のユーザ)に対して提示する。種々の情報は、少なくともゲーム内課題の対象エリアを含み、さらに、参加可能期間、課題内容、定員、最大同時プレイ人数、最大並列実施数、および報酬の少なくとも1つを含み得る。例えば、課題提示部122aは、ステップS110において設定されたゲーム内課題の対象エリアを示すデータを通信インタフェース14を介して端末30へ送信する。データ取得部320は、通信インタフェース34を介してかかるデータをゲームサーバ10から取得し、課題提示部322aは、このデータを入出力インタフェース33を介して出力デバイス36に出力させる。 Specifically, the game server 10 and the terminal 30 provide various information regarding the in-game task set in step S110 to the user (at least a user who has not participated in the in-game task, in other words, a user who has not executed the participation request. ). The various information includes at least the target area of the in-game task, and may further include at least one of the participation period, the task content, the capacity, the maximum number of simultaneous players, the maximum number of parallel executions, and the reward. For example, the task presentation unit 122a transmits data indicating the target area of the in-game task set in step S110 to the terminal 30 via the communication interface 14. The data acquisition unit 320 acquires such data from the game server 10 via the communication interface 34, and the task presentation unit 322a causes the output device 36 to output this data via the input / output interface 33.

ステップS120において、課題提示部322aは、図9に示されるように、マップと、ユーザアイコンUI1と、自動販売機50を示す自動販売機アイコンMI1と、この自動販売機アイコンMI1に対応する自動販売機50の設置地点を基準とする現時点の対象エリアTA10とを含むゲーム画面P10を出力デバイス36としてのディスプレイに表示させ得る。ゲーム画面P10を見たユーザは、ユーザアイコンUI1が対象エリアTA10に入っていないことから、当該対象エリアTA10に対応するゲーム内課題への参加が認められていないことを認識できる。これにより自動販売機50から離れた位置にいるユーザも、ゲーム内課題の参加可能期間が開始されたことを認知できるため、ゲーム内課題への参加者を増加させる効果が期待できる。 In step S120, as shown in FIG. 9, the task presentation unit 322a includes a map, a user icon UI1, a vending machine icon MI1 indicating the vending machine 50, and vending corresponding to the vending machine icon MI1. The game screen P10 including the current target area TA10 based on the installation point of the machine 50 can be displayed on the display as the output device 36. Since the user icon UI1 is not in the target area TA10, the user who sees the game screen P10 can recognize that participation in the in-game task corresponding to the target area TA10 is not permitted. As a result, the user who is located away from the vending machine 50 can also recognize that the period in which the in-game task can be participated has started, so that the effect of increasing the number of participants in the in-game task can be expected.

ステップS120の後に、ゲームサーバ10は、位置関係の変更(S111)を実行する。ステップS111は、ステップS120の後、所定の時間の経過をトリガに実行されてもよいし、他の条件(例えば、対象エリア内のユーザ数が上限または下限を超えたこと、ゲーム内課題の達成に対して付与可能な報酬の残数が閾値を下回ったこと、など)の充足をトリガに実行されてもよい。 After step S120, the game server 10 executes the positional relationship change (S111). Step S111 may be executed after the lapse of a predetermined time as a trigger after step S120, or other conditions (for example, the number of users in the target area exceeds the upper limit or the lower limit, achievement of the in-game task). The remaining number of rewards that can be given to the player has fallen below the threshold value, etc.) may be satisfied as a trigger.

具体的には、位置関係制御部121cは、ステップS110において設定された位置関係を変更する。例えば、位置関係制御部121cは、ゲーム内課題データベース(図6)の「位置関係」フィールドに格納された値を書き換えてもよいし、このフィールドに格納された値に対する補正値を設定してもよい。 Specifically, the positional relationship control unit 121c changes the positional relationship set in step S110. For example, the positional relationship control unit 121c may rewrite the value stored in the “positional relationship” field of the in-game task database (FIG. 6), or may set a correction value for the value stored in this field. good.

対象エリアの変更は、以下のいずれかであり得る。
・対象エリアの拡張(変更前の対象エリアの全てが変更後の対象エリアに包含される)
・対象エリアの縮小(変更後の対象エリアの全てが変更前の対象エリアに包含される)
・対象エリアの一部変更(変更前の対象エリアの一部が変更後の対象エリアに包含され、変更前の対象エリアの残部が変更後の対象エリアと重複しない)
・対象エリアの移動(変更前の対象エリアが変更後の対象エリアと全く重複しない。例えば、基準地点を中心に対象エリアを時計回りまたは反時計回りに移動させてもよい。)
The change of the target area can be any of the following.
-Expansion of the target area (all of the target area before the change is included in the target area after the change)
-Reduction of the target area (all of the target area after the change is included in the target area before the change)
-Partial change of the target area (a part of the target area before the change is included in the target area after the change, and the rest of the target area before the change does not overlap with the target area after the change)
-Movement of target area (The target area before change does not overlap with the target area after change. For example, the target area may be moved clockwise or counterclockwise around the reference point.)

例えば、位置関係制御部121cは、時間の経過に応じて対象エリアが初期範囲(参加可能期間の始点における対象エリア)からこの初期範囲に包含される最終範囲(参加可能期間の終点における対象エリア)まで狭まるように所定の位置関係を変更してもよいし、時間の経過に応じて対象エリアが初期範囲からこの初期範囲を包含する最終範囲まで広がるように所定の位置関係を変更してもよい。位置関係制御部121cは、基準地点の周囲に存在するユーザ数、およびゲーム内課題の達成に対して付与可能な報酬の残数の少なくとも一方に基づいて、最終範囲を決定してもよい。例えば、位置関係制御部121cは、基準地点の周囲に存在するユーザ数が少ないほど最終範囲が広くなるように決定してもよい。位置関係制御部121cは、報酬の残数が多いほど最終範囲が広くなるように決定してもよい。また、基準地点の周囲に存在するユーザがいない場合には、最終範囲まで広がった場合でも参加するユーザ数が増えることが期待できないため、対象エリアを変更しないことを決定してもよい。 For example, in the positional relationship control unit 121c, the target area changes from the initial range (the target area at the start point of the participation period) to the final range included in this initial range (the target area at the end point of the participation period) according to the passage of time. The predetermined positional relationship may be changed so as to narrow to, or the predetermined positional relationship may be changed so that the target area expands from the initial range to the final range including this initial range with the passage of time. .. The positional relationship control unit 121c may determine the final range based on at least one of the number of users existing around the reference point and the remaining number of rewards that can be granted for the achievement of the in-game task. For example, the positional relationship control unit 121c may determine that the final range becomes wider as the number of users existing around the reference point decreases. The positional relationship control unit 121c may determine that the final range becomes wider as the remaining number of rewards increases. Further, if there are no users existing around the reference point, it may be decided not to change the target area because the number of participating users cannot be expected to increase even if the range is expanded to the final range.

ステップS111の後に、ゲームサーバ10および端末30は、ゲーム内課題の提示(S121)を実行する。 After step S111, the game server 10 and the terminal 30 execute the presentation of the in-game task (S121).

具体的には、ゲームサーバ10および端末30は、少なくともステップS111において変更された後の対象エリアに関する情報をユーザ(少なくとも参加要求を実行前のユーザ)に提示する。例えば、課題提示部122aは、ステップS111において変更された後の対象エリアを示すデータを通信インタフェース14を介して端末30へ送信する。データ取得部320は、通信インタフェース34を介してかかるデータをゲームサーバ10から取得し、課題提示部322aは、このデータを入出力インタフェース33を介して出力デバイス36に出力させる。 Specifically, the game server 10 and the terminal 30 present to the user (at least the user before executing the participation request) the information regarding the target area after the change in step S111. For example, the task presentation unit 122a transmits data indicating the target area after the change in step S111 to the terminal 30 via the communication interface 14. The data acquisition unit 320 acquires such data from the game server 10 via the communication interface 34, and the task presentation unit 322a causes the output device 36 to output this data via the input / output interface 33.

ステップS121において、課題提示部322aは、図10に示されるように、マップと、ユーザアイコンUI1と、自動販売機50を示す自動販売機アイコンMI1と、この自動販売機アイコンMI1に対応する自動販売機50の設置地点を基準とする現時点の対象エリアTA11とを含むゲーム画面P11を出力デバイス36としてのディスプレイに表示させ得る。ゲーム画面P11を見たユーザは、ユーザアイコンUI1が対象エリアTA11に入っていることから、当該対象エリアTA11に対応するゲーム内課題への参加が認められていることを認識できる。 In step S121, as shown in FIG. 10, the task presentation unit 322a includes a map, a user icon UI1, a vending machine icon MI1 indicating the vending machine 50, and vending corresponding to the vending machine icon MI1. The game screen P11 including the current target area TA11 based on the installation point of the machine 50 can be displayed on the display as the output device 36. Since the user icon UI1 is in the target area TA11, the user who sees the game screen P11 can recognize that participation in the in-game task corresponding to the target area TA11 is permitted.

ステップS121の後に、端末30は、参加要求の取得(S131)を実行する。
具体的には、参加要求取得部320cは、入出力インタフェース33を介して入力デバイス35から参加要求を取得する。参加要求は、例えば、ユーザID、ユーザの位置データ、および課題IDの値を含み得る。
After step S121, the terminal 30 executes the acquisition of the participation request (S131).
Specifically, the participation request acquisition unit 320c acquires a participation request from the input device 35 via the input / output interface 33. The participation request may include, for example, the values of the user ID, the user's position data, and the task ID.

ステップS131の後に、端末30は、参加要求の報告(S132)を実行する。
具体的には、参加要求報告部323cは、ステップS131において取得された参加要求を、通信インタフェース34を介してゲームサーバ10に報告する。
After step S131, the terminal 30 executes the participation request report (S132).
Specifically, the participation request reporting unit 323c reports the participation request acquired in step S131 to the game server 10 via the communication interface 34.

ステップS132の後に、ゲームサーバ10は、参加要求の受付(S112)を実行する。
具体的には、参加要求受付部121bは、ステップS132において報告された参加要求に応じて、ユーザのゲーム内課題の参加者として登録する。例えば、参加要求受付部121bは、ゲーム内課題を同時プレイするユーザグループのいずれかにユーザを割り当てることができる。
After step S132, the game server 10 executes the reception of the participation request (S112).
Specifically, the participation request reception unit 121b registers as a participant of the user's in-game task in response to the participation request reported in step S132. For example, the participation request reception unit 121b can assign a user to any of the user groups that simultaneously play the in-game task.

ステップS112の後に、ゲームサーバ10および端末30は、ゲーム内課題の進行(S122)を実行する。
具体的には、進行制御部121は、ゲーム内課題データベース(図6)の「課題内容」フィールドに格納された値と、ゲーム内課題を同時プレイする各ユーザの端末30からの操作データに基づいて、ゲーム内課題の進行を制御するとともに当該課題の達成/失敗を判定する。
After step S112, the game server 10 and the terminal 30 execute the progress of the in-game task (S122).
Specifically, the progress control unit 121 is based on the value stored in the "task content" field of the in-game task database (FIG. 6) and the operation data from the terminal 30 of each user who simultaneously plays the in-game task. Therefore, the progress of the in-game task is controlled, and the achievement / failure of the task is determined.

ステップS122の後に、ゲームサーバ10は、報酬の付与(S113)を実行する。ステップS122において課題の失敗を判定した場合には、ゲームサーバ10は、ステップS113を省略してもよいし、ステップS122において課題の達成を判定した場合とは異なる報酬を付与してもよい。 After step S122, the game server 10 executes the reward grant (S113). When the failure of the task is determined in step S122, the game server 10 may omit step S113, or may give a reward different from the case where the achievement of the task is determined in step S122.

具体的には、報酬付与部121dは、ゲーム内課題データベース(図6)の「報酬」フィールドに格納された値に基づいて、ゲーム内課題に参加したユーザに報酬を付与する。報酬の付与は、ユーザデータベース(図5)およびユーザデータ記憶部311に保存されたユーザデータの少なくとも一方の書き換えによって実現される。 Specifically, the reward giving unit 121d grants a reward to the user who participated in the in-game task based on the value stored in the "reward" field of the in-game task database (FIG. 6). The reward is granted by rewriting at least one of the user data stored in the user database (FIG. 5) and the user data storage unit 311.

(5)本実施形態の小括
以上説明したように、本実施形態に係るゲームサーバは、特定の地点と所定の関係にある対象エリア内に存在するユーザが参加可能なゲーム内課題を設定し、このゲーム内課題への参加を受け付ける期間内にこの位置関係を変更する。ゲームサーバは、ある時点において対象エリア外に存在するユーザを後の時点において対象エリアに含めたり、逆にある時点において対象エリア内に存在するユーザを後の時点において対象エリアから外したりすることができる。これにより、ゲーム内課題へ参加するユーザの数を適正化すること、例えばユーザにゲーム内課題への参加を促すことができる。
(5) Summary of the present embodiment As described above, the game server according to the present embodiment sets in-game tasks that users existing in the target area having a predetermined relationship with a specific point can participate in. , Change this positional relationship within the period for accepting participation in this in-game task. The game server may include users who are outside the target area at a certain point in time in the target area, or conversely exclude users who are in the target area at a certain point in time from the target area. can. Thereby, it is possible to optimize the number of users who participate in the in-game task, for example, to encourage the users to participate in the in-game task.

(6)変形例
(6−1)変形例1
変形例1について説明する。図11は、変形例1のゲーム内課題関連処理において表示される画面例を示す図である。図12は、変形例1のゲーム内課題関連処理において表示される画面例を示す図である。
(6) Modification example (6-1) Modification example 1
Modification 1 will be described. FIG. 11 is a diagram showing an example of a screen displayed in the in-game task-related processing of the first modification. FIG. 12 is a diagram showing an example of a screen displayed in the in-game task-related processing of the first modification.

実施形態の説明において、ゲーム内課題の現時点における対象エリアを含むゲーム画面を提示することについて説明した。変形例1では、ゲーム内課題の現時点における対象エリアに加えて最終範囲(参加可能期間の終点における対象エリア)を含むゲーム画面を提示する。 In the description of the embodiment, it has been described that the game screen including the target area at the present time of the in-game task is presented. In the first modification, a game screen including the final range (the target area at the end point of the participation period) is presented in addition to the current target area of the in-game task.

例えば、位置関係制御部121cが時間の経過に応じて対象エリアが初期範囲からこの初期範囲を包含する最終範囲まで広がるように所定の位置関係を変更する場合に、ステップS120において、課題提示部322aは、図11に例示されるゲーム画面P10aを、出力デバイス36としてのディスプレイに表示してもよい。これにより、ユーザアイコンUIに対応するユーザは、現在地が現時点における対象エリアTA10aに含まれないが最終範囲TAfaには含まれることから、当該対象エリアTA10aに対応するゲーム内課題への参加が時間の経過によって認められるため、当該ユーザが現在地から移動できない場合であってもゲーム内課題への参加が将来的に可能であることを意識させることができる。 For example, when the positional relationship control unit 121c changes a predetermined positional relationship so that the target area expands from the initial range to the final range including the initial range according to the passage of time, in step S120, the task presentation unit 322a May display the game screen P10a illustrated in FIG. 11 on the display as the output device 36. As a result, the user corresponding to the user icon UI does not include the current location in the target area TA10a at the present time, but is included in the final range TAfa. Therefore, it takes time to participate in the in-game task corresponding to the target area TA10a. Since it is recognized by the progress, it is possible to make the user aware that he / she can participate in the in-game task in the future even if he / she cannot move from his / her current location.

例えば、位置関係制御部121cが、時間の経過に応じて対象エリアが初期範囲からこの初期範囲に包含される最終範囲まで狭まるように所定の位置関係を変更する場合に、ステップS120において、課題提示部322aは、図12に例示されるゲーム画面P10bを、出力デバイス36としてのディスプレイに表示してもよい。これにより、ユーザアイコンUIに対応するユーザは、現在地が現時点における対象エリアTA10bに含まれているが最終範囲TAfbには含まれないことから、当該対象エリアTA10bに対応するゲーム内課題への参加が時間の経過によって認められなくなるため、早期の参加または自動販売機50の近くへの移動をするよう動機づけられる。 For example, when the positional relationship control unit 121c changes a predetermined positional relationship so that the target area is narrowed from the initial range to the final range included in the initial range according to the passage of time, the task is presented in step S120. The unit 322a may display the game screen P10b illustrated in FIG. 12 on the display as the output device 36. As a result, the user corresponding to the user icon UI can participate in the in-game task corresponding to the target area TA10b because the current location is included in the target area TA10b at the present time but is not included in the final range TAfb. It will be disapproved over time and will be motivated to join early or move closer to the vending machine 50.

(6−2)変形例2
変形例2について説明する。変形例2において、進行制御部121は、参加可能期間内にゲーム内課題の定員を変更することのできる定員制御部を備える。
(6-2) Modification 2
Modification 2 will be described. In the second modification, the progress control unit 121 includes a capacity control unit that can change the capacity of in-game tasks within the participation period.

具体的には、定員制御部は、基準地点の周囲に存在するユーザ数、およびゲーム内課題の達成に対して付与可能な報酬の残数の少なくとも一方に基づいて、定員を決定してもよい。例えば、定員制御部は、基準地点の周囲に存在するユーザ数が多いほど定員も多くなるように決定してもよい。定員制御部は、報酬の残数が多いほど定員が多くなるように決定してもよい。定員制御部は、最大同時プレイ人数および最大並列実施数の少なくとも一方を変更し得る。 Specifically, the capacity control unit may determine the capacity based on at least one of the number of users existing around the reference point and the remaining number of rewards that can be granted for the achievement of the in-game task. .. For example, the capacity control unit may determine that the larger the number of users existing around the reference point, the larger the capacity. The capacity control unit may determine that the larger the remaining number of rewards, the larger the capacity. The capacity control unit may change at least one of the maximum number of simultaneous players and the maximum number of parallel executions.

(6−3)変形例3
実施形態および変形例1の説明において、対象エリアが、参加可能期間内に広がる例と、参加可能期間内に狭まる例とを説明した。しかしながら、対象エリアは、参加可能期間内に伸縮してもよい。伸縮とは、狭まった後に広がる形態(伸張)、および広がった後に狭まる形態(収縮)のどちらもあり得る。また、伸縮の回数は、参加可能期間内に1セットであってもよいし、それ以上であってもよい。
(6-3) Modification 3
In the description of the embodiment and the modified example 1, an example in which the target area expands within the participation period and an example in which the target area narrows within the participation period have been described. However, the target area may expand or contract within the participation period. The expansion and contraction can be either a form that expands after narrowing (extension) or a form that narrows after expanding (contraction). In addition, the number of expansions and contractions may be one set within the participation period, or may be more than that.

例えば、最大並列実施数が2以上のゲーム内課題において、参加要求受付部121bが1人のユーザも割り当てられいないユーザグループにユーザを新たに割り当てた場合に、位置関係制御部121cは対象エリアを広げるように位置関係を制御する。これによりこのユーザグループへのさらなるユーザの参加を促進できるので、このユーザグループによってゲーム内課題を同時プレイする人数が極端に少なくてゲーム内課題の醍醐味が薄れる事態を防止できる。 For example, in an in-game task with a maximum number of parallel executions of 2 or more, when the participation request reception unit 121b newly assigns a user to a user group to which no user is assigned, the positional relationship control unit 121c sets the target area. Control the positional relationship so that it expands. As a result, it is possible to promote the participation of further users in this user group, so that it is possible to prevent a situation in which the number of people who simultaneously play the in-game task is extremely small and the real pleasure of the in-game task is diminished.

他方、このユーザグループに割り当てられたユーザ数が定員に達した後、またはこのユーザグループへのユーザの割り当てを行う制限時間が徒過した後、参加要求受付部121bはユーザの割り当て先を現行のユーザグループから次のユーザグループへと切り替える。ユーザグループを切り替えた時点では、次のユーザグループには1人のユーザも割り当てられていないので、ユーザの参加条件を緩めたままにしておく必要はない。故に、位置関係制御部121cは広がった対象エリアを一旦狭めたり、対象エリアを広げることを一旦停止したりするように位置関係を制御してもよい。 On the other hand, after the number of users assigned to this user group reaches the capacity, or after the time limit for assigning users to this user group has expired, the participation request reception unit 121b assigns the user to the current user group. Switch from a user group to the next user group. At the time of switching the user group, no user is assigned to the next user group, so it is not necessary to leave the user participation conditions relaxed. Therefore, the positional relationship control unit 121c may control the positional relationship so as to temporarily narrow the expanded target area or temporarily stop expanding the target area.

(6−4)変形例4
実施形態の説明において、対象エリア内に存在するユーザは、ゲーム内課題に参加可能であると説明した。しかしながら、対象エリアは、以下の少なくとも1つに変形可能である。
・対象エリア内に存在するユーザは、メリット(例えば報酬)を享受する。
・対象エリア外に存在するユーザは、デメリット(例えばペナルティ)を享受する。
(6-4) Modification 4
In the description of the embodiment, it is explained that the user existing in the target area can participate in the in-game task. However, the target area can be transformed into at least one of the following.
-Users existing in the target area enjoy merits (for example, rewards).
-Users who are outside the target area enjoy disadvantages (for example, penalties).

報酬またはメリットは、例えば前述のゲーム内特典であってよい。ペナルティまたはデメリットは、以下の少なくとも1つであり得る。
・アイテム、スキル、キャラクタ、または他のゲーム内オブジェクトの喪失
・アイテム、スキル、キャラクタ、または他のゲーム内オブジェクトの獲得条件の補正(ユーザにとって不利なもの)
・別のゲーム内課題へ参加する権利の喪失、
・別のゲーム内課題へ参加する権利の獲得条件の補正(ユーザにとって不利なもの)
・ゲーム内貨幣、経験値、または他のゲーム内ポイントの減少または喪失
・ゲーム内貨幣、経験値、または他のゲーム内ポイントの獲得時の減少補正
・ゲーム内パラメータの補正(ユーザにとって不利なもの)
The reward or merit may be, for example, the in-game benefits described above. The penalty or disadvantage can be at least one of the following:
-Loss of items, skills, characters, or other in-game objects-Correction of acquisition conditions for items, skills, characters, or other in-game objects (disadvantageous to the user)
・ Loss of the right to participate in another in-game task,
-Correction of the conditions for acquiring the right to participate in another in-game task (disadvantageous to the user)
-Decrease or loss of in-game currency, experience points, or other in-game points-Reduction correction when acquiring in-game currency, experience points, or other in-game points-Correction of in-game parameters (disadvantageous to the user) )

ゲーム画面において、対象エリアを示す情報に加えて、ユーザがメリットまたはデメリットを享受していること、ユーザが享受することになるメリットまたはデメリットの内容、などを示す情報が表示されてもよい。 On the game screen, in addition to the information indicating the target area, information indicating that the user is enjoying the merits or demerits, the content of the merits or demerits that the user will enjoy, and the like may be displayed.

対象エリアをこのように変形することで、対象エリアの外側に居るユーザに対象エリアの内側に自発的に移動するように動機づけたり、対象エリアの内側に居るユーザに対象エリアの内側に自発的に留まるように動機づけたりすることができる。 By transforming the target area in this way, users outside the target area can be motivated to move voluntarily inside the target area, or users inside the target area can voluntarily move inside the target area. It can be motivated to stay in.

(7)その他の変形例
実施形態の説明において、対象エリアが、参加可能期間内に1回変更される例を説明した。しかしながら、対象エリアは、参加可能期間内に2回以上変更されてもよい。同様に、変形例2に関して、定員も参加可能期間内に2回以上変更されてもよい。
(7) Other Modifications In the description of the embodiment, an example in which the target area is changed once within the participation period has been described. However, the target area may be changed more than once within the participation period. Similarly, with respect to the second modification, the capacity may be changed more than once within the participation period.

実施形態の説明において、ゲーム内課題データベース(図6)が、「地点」フィールドおよび「位置関係」フィールドが含まれている、すなわち、ある基準地点に対応する位置関係がゲーム内課題毎に個別に設定可能な例を説明した。しかしながら、ある基準地点に対応する位置関係は、異なるゲーム内課題間で共通に設定されてもよい。この場合に、ゲーム内課題データベースから「位置関係」フィールドを削除するとともに、基準地点と位置関係との間の対応関係を記述するデータベースを追加してもよい。 In the description of the embodiment, the in-game task database (FIG. 6) includes a "point" field and a "positional relationship" field, that is, the positional relationship corresponding to a certain reference point is individually set for each in-game task. An example that can be set was explained. However, the positional relationship corresponding to a certain reference point may be set in common between different in-game tasks. In this case, the "positional relationship" field may be deleted from the in-game task database, and a database that describes the correspondence between the reference point and the positional relationship may be added.

課題設定部121aによって設定される初期の位置関係、および位置関係制御部121cによる変更後の位置関係は、オペレータによって手動で指定されてもよいが、過去のゲーム内課題の参加者数の統計に基づいて自動的に決定されてもよい。具体的には、過去のゲーム内課題と基準地点、時間、内容および報酬の少なくとも1つにおいて同一または類似するゲーム内課題に関して、当該過去のゲーム内課題の参加者数が多いほど対象エリアが狭くなるように位置関係を設定してもよい。これにより、オペレータが逐一調整を行わなくても、ゲーム内課題の実施を繰り返すうちに、ゲーム内課題へ参加するユーザの数を適正化するような位置関係を自動設定することができる。例えば、都市に設定されるゲーム内課題、休日に設定されるゲーム内課題、内容が魅力的なゲーム課題、および報酬が魅力的なゲーム内課題には、狭い対象エリアを自動設定できるとともに、地方に設定されるゲーム内課題、平日の日中に設定されるゲーム内課題、内容が魅力的でないゲーム内課題、および報酬が魅力的でないゲーム課題には、広い対象エリアを自動設定できる。 The initial positional relationship set by the task setting unit 121a and the changed positional relationship by the positional relationship control unit 121c may be manually specified by the operator, but in the statistics of the number of participants in the past in-game tasks. It may be determined automatically based on. Specifically, with respect to in-game tasks that are the same or similar to past in-game tasks in at least one of the reference points, time, contents, and rewards, the larger the number of participants in the past in-game tasks, the narrower the target area. The positional relationship may be set so as to be. As a result, even if the operator does not make adjustments one by one, it is possible to automatically set a positional relationship that optimizes the number of users participating in the in-game task while repeating the execution of the in-game task. For example, for in-game tasks set in cities, in-game tasks set on holidays, game tasks with attractive contents, and in-game tasks with attractive rewards, a narrow target area can be automatically set and rural areas can be set. A wide target area can be automatically set for in-game tasks set in, in-game tasks set during the daytime on weekdays, in-game tasks whose contents are not attractive, and game tasks whose rewards are not attractive.

実施形態の説明において、ゲーム内課題の達成に対する報酬としては、自動販売機50で使用可能なクーポン、ゲーム内特典、および自動販売機50が排出可能な景品を例示した。しかしながら、かかる報酬は、ゲーム内特典に限られてもよい。この場合に、ゲームサーバ10と自動販売機管理サーバ70との連携は不要となり得る。 In the description of the embodiment, as rewards for achieving the in-game task, coupons that can be used in the vending machine 50, in-game benefits, and prizes that can be discharged by the vending machine 50 are exemplified. However, such rewards may be limited to in-game benefits. In this case, cooperation between the game server 10 and the vending machine management server 70 may not be necessary.

進行制御部121は、ゲーム内課題の参加可能期間の終点に関わらず、自動販売機50の在庫状況に応じて当該ゲーム内課題を終了させてもよい。例えば、進行制御部121は、自動販売機50における商品の在庫(例えば、特定の商品の在庫、複数の特定の商品の在庫総量、または全商品の在庫総量)が予め定められた数まで減ったことをトリガとして、当該自動販売機50の設置地点を基準地点とするゲーム内課題を終了してもよい。自動販売機50における商品の在庫状況は、例えば、自動販売機管理サーバ70から通知され得る。 The progress control unit 121 may end the in-game task according to the inventory status of the vending machine 50 regardless of the end point of the participation period of the in-game task. For example, the progress control unit 121 reduces the inventory of goods in the vending machine 50 (for example, the inventory of a specific product, the total inventory of a plurality of specific products, or the total inventory of all products) to a predetermined number. With this as a trigger, the in-game task with the installation point of the vending machine 50 as a reference point may be completed. The inventory status of the product in the vending machine 50 can be notified from, for example, the vending machine management server 70.

進行制御部121は、ゲーム内課題の参加可能期間の終点を自動販売機50の在庫状況に応じて動的に設定または変更してもよい。例えば、進行制御部121は、自動販売機50における商品の在庫(例えば、特定の商品の在庫、複数の特定の商品の在庫総量、または全商品の在庫総量)が予め定められた数まで減ったことをトリガとして、当該自動販売機50の設置地点を基準地点とするゲーム内課題の参加可能期間の終点が現時点から所定時間後(例えば10分後)となるように設定または変更してもよい。自動販売機50における商品の在庫状況は、例えば、自動販売機管理サーバ70から通知され得る。 The progress control unit 121 may dynamically set or change the end point of the participation period of the in-game task according to the inventory status of the vending machine 50. For example, the progress control unit 121 reduces the inventory of goods in the vending machine 50 (for example, the inventory of a specific product, the total inventory of a plurality of specific products, or the total inventory of all products) to a predetermined number. With this as a trigger, the end point of the participation period of the in-game task with the installation point of the vending machine 50 as the reference point may be set or changed so as to be after a predetermined time (for example, 10 minutes) from the present time. .. The inventory status of the product in the vending machine 50 can be notified from, for example, the vending machine management server 70.

実施形態の説明において、自動販売機50の設置地点を基準地点としているが、自動販売機50の設置地点に限らず任意の候補地(例えば、店舗、施設、ランドマーク)の座標を基準地点としてもよい。この場合に、自動販売機記憶部114は、ゲーム内課題を設定可能な1以上の候補地の座標を示す値が登録される候補地データベースを記憶する候補地記憶部として読み替えられる。 In the description of the embodiment, the installation point of the vending machine 50 is used as the reference point, but the coordinates of any candidate site (for example, a store, facility, landmark) are used as the reference point, not limited to the installation point of the vending machine 50. May be good. In this case, the vending machine storage unit 114 is read as a candidate site storage unit that stores a candidate site database in which values indicating the coordinates of one or more candidate sites for which in-game tasks can be set are registered.

基準地点は、ゲーム内課題の参加可能期間に亘って不変としてもよいし、定められたマージン内での移動が許容されてもよい。なお、後者の例に関して、基準地点の移動の有無に関わらず、ゲーム画面に表示される基準地点(例えば、自動販売機50のアイコンの表示地点)は参加可能期間に亘って不変としてもよい。これにより、ユーザから認識される基準地点(例えば、自動販売機50、店舗、施設、ランドマーク、など)は不変となるので、混乱を与えることなくユーザを対象エリアに呼び込みつつ、ゲームの内部処理上では基準地点を必要に応じて移動させることができる。 The reference point may remain unchanged over the period of participation of the in-game task, or may be allowed to move within a defined margin. Regarding the latter example, the reference point displayed on the game screen (for example, the display point of the icon of the vending machine 50) may be unchanged over the participation period regardless of whether or not the reference point is moved. As a result, the reference point recognized by the user (for example, vending machine 50, store, facility, landmark, etc.) becomes immutable, so that the internal processing of the game is performed while attracting the user to the target area without causing confusion. Above, the reference point can be moved as needed.

以上、本発明の実施形態について詳細に説明したが、本発明の範囲は上記の実施形態に限定されない。また、上記の実施形態は、本発明の主旨を逸脱しない範囲において、種々の改良や変更が可能である。また、上記の実施形態及び変形例は、組合せ可能である。 Although the embodiments of the present invention have been described in detail above, the scope of the present invention is not limited to the above embodiments. Further, the above-described embodiment can be improved or modified in various ways without departing from the spirit of the present invention. Moreover, the above-described embodiment and modification can be combined.

(8)付記
実施形態で説明した事項を、以下に付記する。
(8) Addendum The matters described in the embodiment are added below.

(付記1)
プロセッサ(12)に、
ユーザの位置を示す位置データを取得するステップ(120a)と、
位置データに基づいてゲームを進行させるステップ(121)と
を実行させるゲームプログラムであって、
ゲームを進行させるステップは、
特定の地点と所定の位置関係にある対象エリア内に存在するユーザが参加可能なゲーム内課題を設定するステップ(121a,S110)と、
所定の期間に亘って対象エリア内に存在するユーザからのゲーム内課題への参加要求を待ち受けるステップ(121b,S112)と、
所定の期間内に所定の位置関係を変更するステップ(121c,S111)と
を含む、ゲームプログラム。
(Appendix 1)
On the processor (12),
The step (120a) of acquiring the position data indicating the position of the user and
It is a game program that executes step (121) of advancing the game based on the position data.
The steps to advance the game are
Steps (121a, S110) of setting in-game tasks that users existing in the target area having a predetermined positional relationship with a specific point can participate in, and
A step (121b, S112) of waiting for a request for participation in an in-game task from a user existing in the target area for a predetermined period, and
A game program including a step (121c, S111) of changing a predetermined positional relationship within a predetermined period.

(付記2)
ゲームを進行させるステップは、対象エリアをユーザに提示するステップ(122a,S120,S121)をさらに備え、
所定の位置関係を変更するステップは、時間の経過に応じて対象エリアが初期範囲から初期範囲に包含される最終範囲(TAfb)まで狭まるように所定の位置関係を変更するステップを備える、
(付記1)に記載のゲームプログラム。
(Appendix 2)
The step of advancing the game further includes steps (122a, S120, S121) of presenting the target area to the user.
The step of changing the predetermined positional relationship includes a step of changing the predetermined positional relationship so that the target area is narrowed from the initial range to the final range (TAfb) included in the initial range with the passage of time.
The game program described in (Appendix 1).

(付記3)
対象エリアをユーザに提示するステップは、対象エリアの提示時における対象エリアに対応する範囲(TA10b)と最終範囲(TAfb)とをユーザに提示する(P10b)ステップを備える、(付記2)に記載のゲームプログラム。
(Appendix 3)
The step of presenting the target area to the user includes a step (P10b) of presenting the range (TA10b) and the final range (TAfb) corresponding to the target area at the time of presenting the target area to the user (Appendix 2). Game program.

(付記4)
ゲームを進行させるステップは、対象エリアをユーザに提示するステップ(122a,S120,S121)をさらに備え、
所定の位置関係を変更するステップは、時間の経過に応じて対象エリアが初期範囲から初期範囲を包含する最終範囲(TAfa)まで広がるように所定の位置関係を変更するステップを備える、
(付記1)に記載のゲームプログラム。
(Appendix 4)
The step of advancing the game further includes steps (122a, S120, S121) of presenting the target area to the user.
The step of changing the predetermined positional relationship includes a step of changing the predetermined positional relationship so that the target area extends from the initial range to the final range (TAfa) including the initial range with the passage of time.
The game program described in (Appendix 1).

(付記5)
対象エリアをユーザに提示するステップは、対象エリアの提示時における対象エリアに対応する範囲(TA10a)と最終範囲(TAfa)とを参加要求を実行前のユーザに提示するステップを備える、(付記4)に記載のゲームプログラム。
(Appendix 5)
The step of presenting the target area to the user includes a step of presenting the range (TA10a) and the final range (TAfa) corresponding to the target area at the time of presenting the target area to the user before executing the participation request (Appendix 4). ) The game program described.

(付記6)
所定の位置関係を変更するステップは、特定の地点の周囲に存在するユーザ数に基づいて最終範囲を決定するステップを備える、(付記2)乃至(付記5)のいずれかに記載のゲームプログラム。
(Appendix 6)
The game program according to any one of (Appendix 2) to (Appendix 5), wherein the step of changing a predetermined positional relationship includes a step of determining a final range based on the number of users existing around a specific point.

(付記7)
ゲームを進行させるステップは、特定の地点の周囲に存在するユーザ数に基づいて、所定の期間内にゲーム内課題の定員を変更するステップをさらに備える、(付記1)乃至(付記6)のいずれかに記載のゲームプログラム
(Appendix 7)
The step of advancing the game further includes a step of changing the capacity of the in-game task within a predetermined period based on the number of users existing around the specific point, any of (Appendix 1) to (Appendix 6). Game program described in

(付記8)
ゲームを進行させるステップは、ゲーム内課題の定員を参加要求を実行前のユーザに提示するステップ(122a,S120,S121)をさらに備える、(付記1)乃至(付記7)のいずれかに記載のゲームプログラム。
(Appendix 8)
The step of advancing the game further comprises a step (122a, S120, S121) of presenting the capacity of the in-game task to the user before executing the participation request, according to any one of (Appendix 1) to (Appendix 7). Game program.

(付記9)
ゲームを進行させるステップは、特定の地点の周囲に存在するユーザ数に基づいて、所定の期間内にゲーム内課題の最大並列実施数を変更するステップをさらに備える、(付記1)乃至(付記8)のいずれかに記載のゲームプログラム。
(Appendix 9)
The step of advancing the game further includes a step of changing the maximum number of parallel executions of in-game tasks within a predetermined period based on the number of users existing around a specific point (Appendix 1) to (Appendix 8). ) The game program described in any of.

(付記10)
ゲームを進行させるステップは、ゲーム内課題の最大並列実施数をユーザに提示するステップ(122a,S120,S121)をさらに備える、(付記1)乃至(付記9)のいずれかに記載のゲームプログラム。
(Appendix 10)
The game program according to any one of (Appendix 1) to (Appendix 9), wherein the step of advancing the game further includes steps (122a, S120, S121) of presenting the maximum number of parallel executions of in-game tasks to the user.

(付記11)
ゲーム内課題は、当該ゲーム内課題に参加したユーザ間の争いを伴う課題を含まない、(付記1)乃至(付記10)のいずれかに記載のゲームプログラム。
(Appendix 11)
The game program according to any one of (Appendix 1) to (Appendix 10), wherein the in-game task does not include a task involving a conflict between users who participated in the in-game task.

(付記12)
ゲーム内課題において、当該ゲーム内課題に参加したユーザ同士が当該ゲーム内課題の達成に向けて協力可能である、(付記11)に記載のゲームプログラム。
(Appendix 12)
The game program according to (Appendix 11), wherein in an in-game task, users who participate in the in-game task can cooperate with each other to achieve the in-game task.

(付記13)
コンピュータ(10)が、
ユーザの位置を示す位置データを取得すること(120a)と、
位置データに基づいてゲームを進行させること(121)と
を具備し、
ゲームを進行させることは、
特定の地点と所定の位置関係にある対象エリア内に存在するユーザが参加可能なゲーム内課題を設定すること(121a,S110)と、
所定の期間に亘って対象エリア内に存在するユーザからのゲーム内課題への参加要求を待ち受けること(121b,S112)と、
所定の期間内に所定の位置関係を変更すること(121c,S111)と
を含む、ゲーム方法。
(Appendix 13)
The computer (10)
Acquiring position data indicating the user's position (120a) and
The game progresses based on the position data (121).
Progressing the game is
Setting in-game tasks that users who exist in the target area that have a predetermined positional relationship with a specific point can participate (121a, S110), and
Waiting for a request to participate in an in-game task from a user existing in the target area for a predetermined period (121b, S112), and
A game method including changing a predetermined positional relationship within a predetermined period (121c, S111).

(付記14)
ユーザの位置を示す位置データを取得する位置取得部(120a)と、
位置データに基づいてゲームを進行させる進行制御部(121)と
を具備し、
進行制御部は、
特定の地点と所定の位置関係にある対象エリア内に存在するユーザが参加可能なゲーム内課題を設定する課題設定部(121a,S110)と、
所定の期間に亘って対象エリア内に存在するユーザからのゲーム内課題への参加要求を待ち受ける参加要求受付部(121b,S112)と、
所定の期間内に所定の位置関係を変更する位置関係制御部(121c,S111)と
を含む、ゲームサーバ(10)。
(Appendix 14)
A position acquisition unit (120a) that acquires position data indicating the user's position, and
It is equipped with a progress control unit (121) that advances the game based on the position data.
The progress control unit
Task setting units (121a, S110) that set in-game tasks that users who exist in the target area that have a predetermined positional relationship with a specific point can participate,
Participation request reception units (121b, S112) that wait for participation requests for in-game tasks from users existing in the target area for a predetermined period, and
A game server (10) including a positional relationship control unit (121c, S111) that changes a predetermined positional relationship within a predetermined period.

1 :ゲームシステム
10 :ゲームサーバ
11 :記憶装置
12 :プロセッサ
13 :入出力インタフェース
14 :通信インタフェース
30 :端末
31 :記憶装置
32 :プロセッサ
33 :入出力インタフェース
34 :通信インタフェース
35 :入力デバイス
36 :出力デバイス
50 :自動販売機
70 :自動販売機管理サーバ
111 :ユーザデータ記憶部
112 :ゲームプログラム記憶部
113 :ゲーム内課題記憶部
114 :自動販売機記憶部
120 :データ取得部
120a :位置取得部
120b :操作取得部
120c :参加要求取得部
121 :進行制御部
121a :課題設定部
121b :参加要求受付部
121c :位置関係制御部
121d :報酬付与部
122 :データ提示部
122a :課題提示部
311 :ユーザデータ記憶部
312 :ゲームプログラム記憶部
320 :データ取得部
320a :位置取得部
320b :操作取得部
320c :参加要求取得部
321 :進行制御部
322 :データ提示部
322a :課題提示部
323 :データ報告部
323a :位置報告部
323b :操作報告部
323c :参加要求報告部
1: Game system 10: Game server 11: Storage device 12: Processor 13: Input / output interface 14: Communication interface 30: Terminal 31: Storage device 32: Processor 33: Input / output interface 34: Communication interface 35: Input device 36: Output Device 50: Vending machine 70: Vending machine management server 111: User data storage unit 112: Game program storage unit 113: In-game task storage unit 114: Vending machine storage unit 120: Data acquisition unit 120a: Position acquisition unit 120b : Operation acquisition unit 120c: Participation request acquisition unit 121: Progress control unit 121a: Task setting unit 121b: Participation request reception unit 121c: Positional relationship control unit 121d: Reward giving unit 122: Data presentation unit 122a: Task presentation unit 311: User Data storage unit 312: Game program storage unit 320: Data acquisition unit 320a: Position acquisition unit 320b: Operation acquisition unit 320c: Participation request acquisition unit 321: Progress control unit 322: Data presentation unit 322a: Problem presentation unit 323: Data reporting unit 323a: Location report unit 323b: Operation report unit 323c: Participation request report unit

Claims (14)

プロセッサに、
ユーザの位置を示す位置データを取得するステップと、
前記位置データに基づいてゲームを進行させるステップと
を実行させるゲームプログラムであって、
前記ゲームを進行させるステップは、
特定の地点と所定の位置関係にある対象エリア内に存在するユーザが参加可能なゲーム内課題を設定するステップと、
所定の期間に亘って前記対象エリア内に存在するユーザからの前記ゲーム内課題への参加要求を待ち受けるステップと、
前記所定の期間内に前記所定の位置関係を変更するステップと
を含む、ゲームプログラム。
To the processor
The step to acquire the position data indicating the user's position, and
A game program that executes a step of advancing a game based on the position data.
The step of advancing the game is
Steps to set in-game tasks that users who exist in the target area that have a predetermined positional relationship with a specific point can participate, and
A step of waiting for a request for participation in the in-game task from a user existing in the target area for a predetermined period, and a step of waiting for the participation request to the in-game task.
A game program including a step of changing the predetermined positional relationship within the predetermined period.
前記ゲームを進行させるステップは、前記対象エリアをユーザに提示するステップをさらに備え、
前記所定の位置関係を変更するステップは、時間の経過に応じて前記対象エリアが初期範囲から前記初期範囲に包含される最終範囲まで狭まるように前記所定の位置関係を変更するステップを備える、
請求項1に記載のゲームプログラム。
The step of advancing the game further includes a step of presenting the target area to the user.
The step of changing the predetermined positional relationship includes a step of changing the predetermined positional relationship so that the target area is narrowed from the initial range to the final range included in the initial range with the passage of time.
The game program according to claim 1.
前記対象エリアをユーザに提示するステップは、前記対象エリアの提示時における前記対象エリアに対応する範囲と前記最終範囲とをユーザに提示するステップを備える、請求項2に記載のゲームプログラム。 The game program according to claim 2, wherein the step of presenting the target area to the user includes a step of presenting the range corresponding to the target area and the final range to the user at the time of presenting the target area. 前記ゲームを進行させるステップは、前記対象エリアをユーザに提示するステップをさらに備え、
前記所定の位置関係を変更するステップは、時間の経過に応じて前記対象エリアが初期範囲から前記初期範囲を包含する最終範囲まで広がるように前記所定の位置関係を変更するステップを備える、
請求項1に記載のゲームプログラム。
The step of advancing the game further includes a step of presenting the target area to the user.
The step of changing the predetermined positional relationship includes a step of changing the predetermined positional relationship so that the target area extends from the initial range to the final range including the initial range with the passage of time.
The game program according to claim 1.
前記対象エリアをユーザに提示するステップは、前記対象エリアの提示時における前記対象エリアに対応する範囲と前記最終範囲とを前記参加要求を実行前のユーザに提示するステップを備える、請求項4に記載のゲームプログラム。 4. The step of presenting the target area to the user includes a step of presenting the range corresponding to the target area and the final range at the time of presenting the target area to the user before executing the participation request. The game program described. 前記所定の位置関係を変更するステップは、前記特定の地点の周囲に存在するユーザ数に基づいて前記最終範囲を決定するステップを備える、請求項2乃至請求項5のいずれかに記載のゲームプログラム。 The game program according to any one of claims 2 to 5, wherein the step of changing the predetermined positional relationship includes a step of determining the final range based on the number of users existing around the specific point. .. 前記ゲームを進行させるステップは、前記特定の地点の周囲に存在するユーザ数に基づいて、前記所定の期間内に前記ゲーム内課題の定員を変更するステップをさらに備える、請求項1乃至請求項6のいずれかに記載のゲームプログラム Claims 1 to 6 further include a step of advancing the game, which further comprises a step of changing the capacity of the in-game task within the predetermined period based on the number of users existing around the specific point. Game program described in any of 前記ゲームを進行させるステップは、前記ゲーム内課題の定員を前記参加要求を実行前のユーザに提示するステップをさらに備える、請求項1乃至請求項7のいずれかに記載のゲームプログラム。 The game program according to any one of claims 1 to 7, wherein the step of advancing the game further includes a step of presenting the capacity of the in-game task to the user before executing the participation request. 前記ゲームを進行させるステップは、前記特定の地点の周囲に存在するユーザ数に基づいて、前記所定の期間内に前記ゲーム内課題の最大並列実施数を変更するステップをさらに備える、請求項1乃至請求項8のいずれかに記載のゲームプログラム。 A step of advancing the game further comprises a step of changing the maximum number of parallel executions of the in-game task within the predetermined period based on the number of users existing around the specific point. The game program according to any one of claims 8. 前記ゲームを進行させるステップは、前記ゲーム内課題の最大並列実施数をユーザに提示するステップをさらに備える、請求項1乃至請求項9のいずれかに記載のゲームプログラム。 The game program according to any one of claims 1 to 9, further comprising a step of presenting the maximum number of parallel executions of the in-game tasks to the user. 前記ゲーム内課題は、当該ゲーム内課題に参加したユーザ間の争いを伴う課題を含まない、請求項1乃至請求項10のいずれかに記載のゲームプログラム。 The game program according to any one of claims 1 to 10, wherein the in-game task does not include a task involving a dispute between users who participated in the in-game task. 前記ゲーム内課題において、当該ゲーム内課題に参加したユーザ同士が当該ゲーム内課題の達成に向けて協力可能である、請求項11に記載のゲームプログラム。 The game program according to claim 11, wherein in the in-game task, users who participate in the in-game task can cooperate with each other to achieve the in-game task. コンピュータが、
ユーザの位置を示す位置データを取得することと、
前記位置データに基づいてゲームを進行させることと
を具備し、
前記ゲームを進行させることは、
特定の地点と所定の位置関係にある対象エリア内に存在するユーザが参加可能なゲーム内課題を設定することと、
所定の期間に亘って前記対象エリア内に存在するユーザからの前記ゲーム内課題への参加要求を待ち受けることと、
前記所定の期間内に前記所定の位置関係を変更することと
を含む、ゲーム方法。
The computer
Acquiring position data indicating the user's position and
The game progresses based on the position data.
To advance the game
Setting in-game tasks that users who exist in the target area that have a predetermined positional relationship with a specific point can participate, and
Waiting for a request from a user existing in the target area to participate in the in-game task for a predetermined period of time, and
A game method including changing the predetermined positional relationship within the predetermined period.
ユーザの位置を示す位置データを取得する位置取得部と、
前記位置データに基づいてゲームを進行させる進行制御部と
を具備し、
前記進行制御部は、
特定の地点と所定の位置関係にある対象エリア内に存在するユーザが参加可能なゲーム内課題を設定する課題設定部と、
所定の期間に亘って前記対象エリア内に存在するユーザからの前記ゲーム内課題への参加要求を待ち受ける参加要求受付部と、
前記所定の期間内に前記所定の位置関係を変更する位置関係制御部と
を含む、ゲームサーバ。
A position acquisition unit that acquires position data indicating the user's position,
It is provided with a progress control unit that advances the game based on the position data.
The progress control unit
A task setting unit that sets in-game tasks that users who exist in the target area that have a predetermined positional relationship with a specific point can participate,
A participation request reception unit that waits for a participation request for the in-game task from a user existing in the target area for a predetermined period of time.
A game server including a positional relationship control unit that changes the predetermined positional relationship within the predetermined period.
JP2020011607A 2020-01-28 2020-01-28 Game program, game method, and game server Active JP7194704B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2020011607A JP7194704B2 (en) 2020-01-28 2020-01-28 Game program, game method, and game server
JP2022197651A JP7382480B2 (en) 2020-01-28 2022-12-12 Game programs, game methods, and game servers

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020011607A JP7194704B2 (en) 2020-01-28 2020-01-28 Game program, game method, and game server

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2022197651A Division JP7382480B2 (en) 2020-01-28 2022-12-12 Game programs, game methods, and game servers

Publications (2)

Publication Number Publication Date
JP2021115310A true JP2021115310A (en) 2021-08-10
JP7194704B2 JP7194704B2 (en) 2022-12-22

Family

ID=77173507

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2020011607A Active JP7194704B2 (en) 2020-01-28 2020-01-28 Game program, game method, and game server
JP2022197651A Active JP7382480B2 (en) 2020-01-28 2022-12-12 Game programs, game methods, and game servers

Family Applications After (1)

Application Number Title Priority Date Filing Date
JP2022197651A Active JP7382480B2 (en) 2020-01-28 2022-12-12 Game programs, game methods, and game servers

Country Status (1)

Country Link
JP (2) JP7194704B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024106136A1 (en) * 2022-11-17 2024-05-23 株式会社セガ Program and information processing device

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7467739B1 (en) 2023-06-23 2024-04-15 株式会社コロプラ Program, system and method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012151735A (en) * 2011-01-20 2012-08-09 Namco Bandai Games Inc Server system
JP2013196024A (en) * 2012-03-15 2013-09-30 Shimizu Corp Matching service providing device and matching service providing method
JP2017148100A (en) * 2016-02-22 2017-08-31 任天堂株式会社 Information processing device, information processing system, information processing method, and information processing program
JP2018068766A (en) * 2016-10-31 2018-05-10 株式会社ミクシィ Information processing device, method for controlling information processing device and control program

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5436702B2 (en) * 2012-03-29 2014-03-05 株式会社コナミデジタルエンタテインメント GAME CONTROL DEVICE, GAME CONTROL METHOD, PROGRAM, GAME SYSTEM
JP5491573B2 (en) * 2012-05-30 2014-05-14 株式会社コナミデジタルエンタテインメント GAME CONTROL DEVICE, GAME CONTROL METHOD, PROGRAM, GAME SYSTEM
JP5642860B1 (en) * 2013-09-27 2014-12-17 グリー株式会社 Application management method, application management server, and application management program
JP5563171B1 (en) * 2014-01-09 2014-07-30 株式会社 ディー・エヌ・エー Terminal device, system, and program
JP6542027B2 (en) * 2015-04-30 2019-07-10 株式会社バンダイナムコエンターテインメント Server system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012151735A (en) * 2011-01-20 2012-08-09 Namco Bandai Games Inc Server system
JP2013196024A (en) * 2012-03-15 2013-09-30 Shimizu Corp Matching service providing device and matching service providing method
JP2017148100A (en) * 2016-02-22 2017-08-31 任天堂株式会社 Information processing device, information processing system, information processing method, and information processing program
JP2018068766A (en) * 2016-10-31 2018-05-10 株式会社ミクシィ Information processing device, method for controlling information processing device and control program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024106136A1 (en) * 2022-11-17 2024-05-23 株式会社セガ Program and information processing device

Also Published As

Publication number Publication date
JP7194704B2 (en) 2022-12-22
JP2023027245A (en) 2023-03-01
JP7382480B2 (en) 2023-11-16

Similar Documents

Publication Publication Date Title
JP6530363B2 (en) Computer system, game system and game device
JP7382480B2 (en) Game programs, game methods, and game servers
US20070087799A1 (en) Helpfulness in a Virtual Environment
US11040282B2 (en) Controlling a user interface of a computer device
US9764239B2 (en) Controlling a user interface of a computer device
US9911272B2 (en) Controlling a user interface of a computer device
US9731197B2 (en) Controlling a user interface of a computer device
JP7511211B2 (en) Server device control method, server device and program
JP2003033575A (en) Operation managing system for net contest type simulation games combining e mail for portable terminal
JP6299909B1 (en) Game server and game program
JP7402949B1 (en) Programs, information processing systems, and information processing methods
JP2019050056A (en) Computer system, game system and game device
JP7496043B1 (en) Information processing system, information processing device, program, and information processing method
JP7474379B1 (en) Information processing system, information processing server, program, and information processing method
JP7044818B2 (en) Information processing system, information processing program, information processing device, and information processing method
JP7377567B2 (en) Benefit provision device, benefit provision method and program
JP7210797B1 (en) Information processing device, game program, information processing method
WO2024004441A1 (en) Program, information processing system, and information processing method
JP2018075051A (en) Information processing device and lottery program
JP2024109933A (en) Server System
JP2024083231A (en) Information processing system, information processing device, and information processing method
KR101561556B1 (en) Control method and device of game
JP2020162770A (en) Computer system and game system
JP2023112109A (en) Method for controlling server device, server device and program
JP2024004150A (en) Program, information processing system, and information processing method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210119

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220127

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220202

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220329

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220801

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220825

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: 20221209

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20221212

R150 Certificate of patent or registration of utility model

Ref document number: 7194704

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150