JP2020110448A - Game program, method, and information processing device - Google Patents

Game program, method, and information processing device Download PDF

Info

Publication number
JP2020110448A
JP2020110448A JP2019004733A JP2019004733A JP2020110448A JP 2020110448 A JP2020110448 A JP 2020110448A JP 2019004733 A JP2019004733 A JP 2019004733A JP 2019004733 A JP2019004733 A JP 2019004733A JP 2020110448 A JP2020110448 A JP 2020110448A
Authority
JP
Japan
Prior art keywords
user
friend
game
intimacy
quest
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
JP2019004733A
Other languages
Japanese (ja)
Other versions
JP7284584B2 (en
Inventor
雄一 菊地
Yuichi Kikuchi
雄一 菊地
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.)
Colopl Inc
Original Assignee
Colopl Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Colopl Inc filed Critical Colopl Inc
Priority to JP2019004733A priority Critical patent/JP7284584B2/en
Publication of JP2020110448A publication Critical patent/JP2020110448A/en
Application granted granted Critical
Publication of JP7284584B2 publication Critical patent/JP7284584B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To motivate a user to play a game play with another user.SOLUTION: A game program (131) causes a processor (10) to execute: a step (S102) for registering another user in a first list in response to a first input operation of a user for designating the other user; a step (S104) for registering the other user in a second list in response to the fact that the user receives information indicating that the user is registered as a follow-up friend of the other user; a step (S105) for determining which friend class of a follow-up friend, a follower friend, a mutual friend, and a non-friend the other user corresponds to; and a step (S106) for updating at least one of a degree of intimacy indicating the depth of friendship between the user and the other user set in association with a pair of the user and the other user, and an upper limit of the degree of intimacy, according to the friend class of the other user.SELECTED DRAWING: Figure 3

Description

本開示はゲームプログラム、ゲームプログラムを実行する方法および情報処理装置に関する。 The present disclosure relates to a game program, a method for executing the game program, and an information processing device.

従来、複数のゲーム装置が通信可能に接続されたゲームシステムにおいて、各プレーヤの制御するキャラクタ間の友好度を評価するシステムを導入することが行われている。例えば、特許文献1には、各プレーヤが各ゲーム装置を操作してゲーム空間上のキャラクタを動作させ、共同で共通の目的を達成すると、その目的達成に対して、他のプレーヤのキャラクタに対する友好度ポイントが付与されることが記載されている。友好度ポイントは、他のキャラクタ毎に積算されるとともに、累積値として積算される。キャラクタ毎の友好度ポイントの積算値が所定の閾値に達したりすると、各キャラクタは特定のアイテムを貰える。 Conventionally, in a game system in which a plurality of game devices are communicably connected to each other, a system for evaluating the degree of friendship between characters controlled by each player has been introduced. For example, in Patent Document 1, when each player operates each game device to move a character in a game space and jointly achieve a common purpose, the achievement of that purpose is friendly to the characters of other players. It is described that degree points are awarded. The friendship degree points are added up for each of the other characters and also as a cumulative value. When the integrated value of friendship points for each character reaches a predetermined threshold value, each character receives a specific item.

特開2007−061253号公報(2007年3月15日公開)Japanese Unexamined Patent Application Publication No. 2007-061253 (Published March 15, 2007)

一方、オンラインゲームでは、ユーザが、ユーザ端末を介して他のユーザと通信し、所定の手続きをすることで、該他のユーザを自分に関連付けて登録することができる機能が知られている。ユーザが自分に関連付けて登録した他のユーザは、いわゆる「フレンド」と呼ばれる。オンラインゲームでは、例えば、フレンド関係にある対のユーザ同士が、ゲーム内の何らかの便益を享受できるように構成されている。これにより、各ユーザに他のユーザとの交流を促すことができ、ユーザが離脱することなくより長くプレイする可能性を高めることができる。 On the other hand, in an online game, a function is known in which a user communicates with another user via a user terminal and performs a predetermined procedure to register the other user in association with himself/herself. Other users that the user has registered in association with himself/herself are called “friends”. In an online game, for example, a pair of users having a friend relationship can enjoy some kind of benefit in the game. As a result, each user can be encouraged to interact with other users, and the possibility of playing for a longer time without the user leaving can be increased.

より具体的には、フレンド登録の仕組みには、少なくとも2種類があり、ユーザ同士が互いにフレンドとして登録(認知)するまでは、システムにおいてフレンド関係が認識されない仕組みと、一方のユーザが他方のユーザを登録した段階で第1のフレンド関係が認識され、該他方のユーザが該一方のユーザを登録し返すことで、さらに、第2のフレンド関係が認識される仕組みとが存在する。以下では、後者の仕組みにおいて、一方のユーザが他方のユーザを登録することを「フォロー(する)」と呼び、フォローの主体となる上記一方のユーザを、フォローされた上記他方のユーザの「フォロワー」と呼ぶ。 More specifically, there are at least two types of friend registration mechanisms, and a mechanism in which a friend relationship is not recognized in the system until users register (recognize) each other as friends, and one user uses the other user. There is a mechanism in which the first friend relationship is recognized at the stage of registering, and the other user registers and returns the one user to further recognize the second friend relationship. In the following, in the latter mechanism, the registration of one user by the other is referred to as “follow”, and the one user who is the main subject of the follow is defined as the “follower” of the other user who is followed. ".

上述の友好度を評価するシステムには、フレンド登録機能として、フレンド関係が2段階に分けて認識される後者の仕組みが導入されているかどうか不明である。したがって、友好度の評価や友好度ポイントの付与などに際して、ユーザ同士の関係性が、第2のフレンド関係に至るまでのどの段階に該当するのかについて考慮されていない。したがって、上述のシステムは、他のユーザと積極的にゲームをプレイする動機付けをユーザに与えるという観点から改善の余地がある。 It is unclear whether or not the latter system, which recognizes friend relationships in two stages, is introduced as a friend registration function in the system for evaluating the degree of friendship. Therefore, when evaluating the degree of friendship or giving the friendship degree point, it is not taken into consideration at which stage the relationship between the users corresponds to the second friend relationship. Therefore, the above-mentioned system has room for improvement in terms of motivating the user to actively play the game with other users.

本開示の一態様は、他のユーザとのゲームプレイをユーザに動機付けることを目的とする。 One aspect of the present disclosure is intended to motivate a user to play a game with another user.

本開示に係るゲームプログラムは、プロセッサおよびメモリを備えるコンピュータにより実行される。ゲームプログラムは、プロセッサに、ユーザの、他のユーザを指定するための第1の入力操作に応答して、該他のユーザを、ユーザのフォローフレンドを登録する第1リストに登録するステップと、ユーザが他のユーザのフォローフレンドとして登録されたことを示す情報を受け付けたことに応答して、該他のユーザを、ユーザのフォロワーフレンドを登録する第2リストに登録するステップと、他のユーザが、ユーザの第1リストのみに登録されているフォローフレンド、ユーザの第2リストのみに登録されているフォロワーフレンド、第1リストおよび第2リストにともに登録されている相互フレンド、および、第1リストおよび第2リストのいずれにも登録されていない非フレンドのいずれのフレンド区分に該当するのかを決定するステップと、ユーザと他のユーザとの対に対応付けて設定されている、該ユーザと該他のユーザとの親交の深さを示す親密度および該親密度の上限の少なくともいずれか一方を、他のユーザのフレンド区分に応じて更新するステップと、を実行させる。 The game program according to the present disclosure is executed by a computer including a processor and a memory. The game program, in response to the user's first input operation for designating another user, registers the other user in the first list for registering the user's follow friend, in the processor. Registering the other user in the second list for registering the user's follower friend in response to receiving the information indicating that the user has been registered as the follow friend of the other user; Is a follow friend registered only in the user's first list, a follower friend registered only in the user's second list, a mutual friend registered in both the first list and the second list, and a first friend A step of determining which of the friend categories of non-friends that are not registered in any of the list and the second list, and the user set in association with the pair of the user and the other user; Updating at least one of the intimacy degree indicating the depth of intimacy with the other user and the upper limit of the intimacy degree according to the friend classification of the other user.

本開示に係るゲームプログラムは、プロセッサおよびメモリを備えるサーバにより実行される。ゲームプログラムは、プロセッサに、ユーザが他のユーザをフォローしたことを示す情報を、ユーザが操作するコンピュータから受け付けたことに応答して、他のユーザをユーザのフォローフレンドと決定するステップと、他のユーザがユーザをフォローしたことを示す情報を、他のユーザが操作するコンピュータから受け付けたことに応答して、他のユーザをユーザのフォロワーフレンドと決定するステップと、互いにフォローし合うユーザ対のフレンド区分を相互フレンド、いずれか一方のユーザがフォローするユーザ対のフレンド区分を片方向フレンド、いずれからもフォローしていないユーザ対のフレンド区分を非フレンドと決定するステップと、ユーザ対に対応付けて設定されている、該ユーザと該他のユーザとの親交の深さを示す親密度および該親密度の上限の少なくともいずれか一方を、該ユーザ対のフレンド区分に応じて更新するステップと、を実行させる。 The game program according to the present disclosure is executed by a server including a processor and a memory. The game program determines, in response to receiving from the computer operated by the user, information indicating that the user has followed the other user to the processor, and determining the other user as the user's follow friend. In response to receiving information indicating that another user has followed the user from the computer operated by the other user, determining the other user as the user's follower friend, and The friend category is a mutual friend, the friend category of the user pair followed by one of the users is a one-way friend, and the friend category of the user pair not followed by any of the steps is determined as non-friend, and is associated with the user pair. Updating at least one of the intimacy degree indicating the depth of intimacy between the user and the other user and the upper limit of the intimacy degree set according to the friend classification of the user pair, To execute.

本開示の一態様によれば、ゲームの興趣性を向上させる効果を奏する。 According to one aspect of the present disclosure, an effect of improving the fun of the game is achieved.

ゲームシステムのハードウェア構成を示す図である。It is a figure which shows the hardware constitutions of a game system. ユーザ端末およびサーバの機能的構成を示すブロック図である。It is a block diagram which shows the functional structure of a user terminal and a server. 本実施形態に係るゲームプログラムに基づいて、ゲームシステムにおいて実行される処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the process performed in a game system based on the game program which concerns on this embodiment. 関係性情報のデータ構造の一例を示す図である。It is a figure which shows an example of the data structure of relationship information. 親密度情報のデータ構造の一例を示す図である。It is a figure which shows an example of the data structure of familiarity information. (A)は、フォローリストのデータ構造の一例を示す図であり、(B)は、フォロワーリストのデータ構造の一例を示す図である。(A) is a figure which shows an example of a data structure of a follow list, (B) is a figure which shows an example of a data structure of a follower list. 親密度の上限を変更する処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the process which changes the upper limit of intimacy degree. 親密度を増分する処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the process which increments intimacy degree. フォローリストが配置されている管理画面の具体例を示す図である。It is a figure which shows the specific example of the management screen in which the follow list is arrange|positioned. フォロワーリストが配置されている管理画面の具体例を示す図である。It is a figure which shows the specific example of the management screen in which a follower list is arrange|positioned. 表示部に表示される開始画面の具体例を示す図である。It is a figure which shows the specific example of the start screen displayed on a display part. 表示部に表示される結果画面の具体例を示す図である。It is a figure which shows the specific example of the result screen displayed on a display part. (A)および(B)は、マルチプレイクエストの開始を指示するための開始画面の具体例を示す図である。(A) And (B) is a figure which shows the specific example of the start screen for instructing the start of a multiplayer quest. (A)は、表示部に表示されるホーム画面の一例を示す図であり、(B)は、ユーザ本人がゲストである場合の、マルチプレイクエストの開始画面の具体例を示す図である。(A) is a figure which shows an example of a home screen displayed on a display part, (B) is a figure which shows a specific example of the start screen of a multiplay quest when the user himself is a guest. マルチプレイクエストの結果画面の具体例を示す図である。It is a figure which shows the specific example of the result screen of a multi play quest.

〔実施形態1〕
本開示に係るゲームシステムは、複数のユーザにゲームを提供するためのシステムである。以下、ゲームシステムについて図面を参照しつつ説明する。なお、本発明はこれらの例示に限定されるものではなく、特許請求の範囲によって示され、特許請求の範囲と均等の意味および範囲内でのすべての変更が本発明に含まれることが意図される。以下の説明では、図面の説明において同一の要素には同一の符号を付し、重複する説明を繰り返さない。
[Embodiment 1]
The game system according to the present disclosure is a system for providing a game to a plurality of users. Hereinafter, the game system will be described with reference to the drawings. It should be noted that the present invention is not limited to these exemplifications, and is shown by the scope of claims, and it is intended that all modifications within the meaning and scope equivalent to the scope of claims are included in the present invention. It In the following description, the same elements will be denoted by the same reference symbols in the description of the drawings, without redundant description.

<ゲームシステム1のハードウェア構成>
図1は、ゲームシステム1のハードウェア構成を示す図である。ゲームシステム1は図示の通り、複数のユーザ端末100と、サーバ200とを含む。各ユーザ端末100は、サーバ200とネットワーク2を介して接続する。ネットワーク2は、インターネットおよび図示しない無線基地局によって構築される各種移動通信システム等で構成される。この移動通信システムとしては、例えば、所謂3G、4G移動通信システム、LTE(Long Term Evolution)、および所定のアクセスポイントによってインターネットに接続可能な無線ネットワーク(例えばWi-Fi(登録商標))等が挙げられる。
<Hardware configuration of game system 1>
FIG. 1 is a diagram showing a hardware configuration of the game system 1. As illustrated, the game system 1 includes a plurality of user terminals 100 and a server 200. Each user terminal 100 is connected to the server 200 via the network 2. The network 2 includes various mobile communication systems constructed by the Internet and a wireless base station (not shown). Examples of this mobile communication system include so-called 3G and 4G mobile communication systems, LTE (Long Term Evolution), and a wireless network (for example, Wi-Fi (registered trademark)) that can be connected to the Internet by a predetermined access point. To be

サーバ200(コンピュータ、情報処理装置)は、ワークステーションまたはパーソナルコンピュータ等の汎用コンピュータであってよい。サーバ200は、プロセッサ20と、メモリ21と、ストレージ22と、通信IF23と、入出力IF24とを備える。サーバ200が備えるこれらの構成は、通信バスによって互いに電気的に接続される。 The server 200 (computer, information processing device) may be a general-purpose computer such as a workstation or a personal computer. The server 200 includes a processor 20, a memory 21, a storage 22, a communication IF 23, and an input/output IF 24. These components included in the server 200 are electrically connected to each other by a communication bus.

ユーザ端末100(コンピュータ、情報処理装置)は、スマートフォン、フィーチャーフォン、PDA(Personal Digital Assistant)、またはタブレット型コンピュータ等の携帯端末であってよい。ユーザ端末100は、ゲームプレイに適したゲーム装置であってもよい。ユーザ端末100は図示の通り、プロセッサ10と、メモリ11と、ストレージ12と、通信インターフェース(IF)13と、入出力IF14と、タッチスクリーン15(表示部)と、カメラ17と、測距センサ18とを備える。ユーザ端末100が備えるこれらの構成は、通信バスによって互いに電気的に接続される。なお、ユーザ端末100は、タッチスクリーン15に代えて、または、加えて、ユーザ端末100本体とは別に構成されたディスプレイ(表示部)を接続可能な入出力IF14を備えていてもよい。 The user terminal 100 (computer, information processing device) may be a mobile terminal such as a smartphone, a feature phone, a PDA (Personal Digital Assistant), or a tablet computer. The user terminal 100 may be a game device suitable for game play. As illustrated, the user terminal 100 includes a processor 10, a memory 11, a storage 12, a communication interface (IF) 13, an input/output IF 14, a touch screen 15 (display unit), a camera 17, and a distance measuring sensor 18. With. These components included in the user terminal 100 are electrically connected to each other by a communication bus. The user terminal 100 may include an input/output IF 14 to which a display (display unit) configured separately from the main body of the user terminal 100 can be connected instead of or in addition to the touch screen 15.

また、図1に示すように、ユーザ端末100は、1つ以上のコントローラ1020と通信可能に構成されることとしてもよい。コントローラ1020は、例えば、Bluetooth(登録商標)等の通信規格に従って、ユーザ端末100と通信を確立する。コントローラ1020は、1つ以上のボタン等を有していてもよく、該ボタン等に対するユーザの入力操作に基づく出力値をユーザ端末100へ送信する。また、コントローラ1020は、加速度センサ、および、角速度センサ等の各種センサを有していてもよく、該各種センサの出力値をユーザ端末100へ送信する。 Further, as shown in FIG. 1, the user terminal 100 may be configured to be able to communicate with one or more controllers 1020. The controller 1020 establishes communication with the user terminal 100 according to a communication standard such as Bluetooth (registered trademark). The controller 1020 may have one or more buttons or the like, and transmits an output value based on a user's input operation to the buttons or the like to the user terminal 100. Further, the controller 1020 may have various sensors such as an acceleration sensor and an angular velocity sensor, and outputs output values of the various sensors to the user terminal 100.

なお、ユーザ端末100がカメラ17および測距センサ18を備えることに代えて、または、加えて、コントローラ1020がカメラ17および測距センサ18を有していてもよい。 The user terminal 100 may have the camera 17 and the distance measuring sensor 18 instead of or in addition to the camera 17 and the distance measuring sensor 18.

ユーザ端末100は、例えばゲーム開始時に、コントローラ1020を使用するユーザに、該ユーザの名前またはログインID等のユーザ識別情報を、該コントローラ1020を介して入力させることが望ましい。これにより、ユーザ端末100は、コントローラ1020とユーザとを紐付けることが可能となり、受信した出力値の送信元(コントローラ1020)に基づいて、該出力値がどのユーザのものであるかを特定することができる。 It is desirable that the user terminal 100 causes a user who uses the controller 1020 to input user identification information such as a name or a login ID of the user via the controller 1020, for example, at the start of the game. This allows the user terminal 100 to associate the controller 1020 with the user, and specifies which user the output value belongs to based on the transmission source (controller 1020) of the received output value. be able to.

ユーザ端末100が複数のコントローラ1020と通信する場合、各コントローラ1020を各ユーザが把持することで、ネットワーク2を介してサーバ200などの他の装置と通信せずに、該1台のユーザ端末100でマルチプレイを実現することができる。また、各ユーザ端末100が無線LAN(Local Area Network)規格等の無線規格により互いに通信接続する(サーバ200を介さずに通信接続する)ことで、複数台のユーザ端末100によりローカルでマルチプレイを実現することもできる。1台のユーザ端末100によりローカルで上述のマルチプレイを実現する場合、ユーザ端末100は、さらに、サーバ200が備える後述する種々の機能の少なくとも一部を備えていてもよい。また、複数のユーザ端末100によりローカルで上述のマルチプレイを実現する場合、複数のユーザ端末100は、サーバ200が備える後述する種々の機能を分散して備えていてもよい。 When the user terminal 100 communicates with the plurality of controllers 1020, each controller 1020 is held by each user, so that the one user terminal 100 does not communicate with other devices such as the server 200 via the network 2. Multiplayer can be realized with. In addition, each user terminal 100 communicates with each other according to a wireless standard such as a wireless LAN (Local Area Network) standard (communicatively connects without passing through the server 200), thereby realizing multi-play locally by a plurality of user terminals 100. You can also do it. When the above-mentioned multiplay is locally realized by one user terminal 100, the user terminal 100 may further include at least a part of various functions of the server 200, which will be described later. When the above-described multiplay is locally realized by a plurality of user terminals 100, the plurality of user terminals 100 may be provided with various functions of the server 200, which will be described later, in a distributed manner.

なお、ローカルで上述のマルチプレイを実現する場合であっても、ユーザ端末100はサーバ200と通信を行ってもよい。例えば、あるゲームにおける成績または勝敗等のプレイ結果を示す情報と、ユーザ識別情報とを対応付けてサーバ200に送信してもよい。 Note that the user terminal 100 may communicate with the server 200 even when the above-described multiplay is realized locally. For example, information indicating a play result such as a score or a win or loss in a game and user identification information may be associated with each other and transmitted to the server 200.

また、コントローラ1020は、ユーザ端末100に着脱可能な構成であるとしてもよい。この場合、ユーザ端末100の筐体における少なくともいずれかの面に、コントローラ1020との結合部が設けられていてもよい。該結合部を介して有線によりユーザ端末100とコントローラ1020とが結合している場合は、ユーザ端末100とコントローラ1020とは、有線を介して信号を送受信する。 Further, the controller 1020 may be configured to be attachable to and detachable from the user terminal 100. In this case, a coupling part with the controller 1020 may be provided on at least one surface of the housing of the user terminal 100. When the user terminal 100 and the controller 1020 are connected by wire via the connecting unit, the user terminal 100 and the controller 1020 send and receive signals via wire.

図1に示すように、ユーザ端末100は、外部のメモリカード等の記憶媒体1030の装着を、入出力IF14を介して受け付けてもよい。これにより、ユーザ端末100は、記憶媒体1030に記録されるプログラム及びデータを読み込むことができる。記憶媒体1030に記録されるプログラムは、例えばゲームプログラムである。 As shown in FIG. 1, the user terminal 100 may accept mounting of a storage medium 1030 such as an external memory card via the input/output IF 14. As a result, the user terminal 100 can read the program and data recorded in the storage medium 1030. The program recorded in the storage medium 1030 is, for example, a game program.

ユーザ端末100は、サーバ200等の外部の装置と通信することにより取得したゲームプログラムをユーザ端末100のメモリ11に記憶してもよいし、記憶媒体1030から読み込むことにより取得したゲームプログラムをメモリ11に記憶してもよい。 The user terminal 100 may store the game program acquired by communicating with an external device such as the server 200 in the memory 11 of the user terminal 100, or the game program acquired by reading from the storage medium 1030 in the memory 11. May be stored in.

以上で説明したとおり、ユーザ端末100は、該ユーザ端末100に対して情報を入力する機構の一例として、通信IF13、入出力IF14、タッチスクリーン15、カメラ17、および、測距センサ18を備える。入力する機構としての上述の各部は、ユーザの入力操作を受け付けるように構成された操作部と捉えることができる。 As described above, the user terminal 100 includes the communication IF 13, the input/output IF 14, the touch screen 15, the camera 17, and the distance measuring sensor 18 as an example of a mechanism for inputting information to the user terminal 100. Each of the above-described units as a mechanism for inputting can be regarded as an operation unit configured to receive an input operation of a user.

例えば、操作部が、カメラ17および測距センサ18の少なくともいずれか一方で構成される場合、該操作部が、ユーザ端末100の近傍の物体1010を検出し、当該物体の検出結果から入力操作を特定する。一例として、物体1010としてのユーザの手、予め定められた形状のマーカーなどが検出され、検出結果として得られた物体1010の色、形状、動き、または、種類などに基づいて入力操作が特定される。より具体的には、ユーザ端末100は、カメラ17の撮影画像からユーザの手が検出された場合、該撮影画像に基づき検出されるジェスチャ(ユーザの手の一連の動き)を、ユーザの入力操作として特定し、受け付ける。なお、撮影画像は静止画であっても動画であってもよい。 For example, when the operation unit is configured by at least one of the camera 17 and the distance measuring sensor 18, the operation unit detects an object 1010 near the user terminal 100 and performs an input operation from the detection result of the object. Identify. As an example, the user's hand as the object 1010, a marker having a predetermined shape, or the like is detected, and the input operation is specified based on the color, shape, movement, or type of the object 1010 obtained as a detection result. It More specifically, when the user's hand is detected from the image captured by the camera 17, the user terminal 100 operates the gesture (a series of movements of the user's hand) detected based on the captured image by the user's input operation. As specified and accepted. The captured image may be a still image or a moving image.

あるいは、操作部がタッチスクリーン15で構成される場合、ユーザ端末100は、タッチスクリーン15の入力部151に対して実施されたユーザの操作をユーザの入力操作として特定し、受け付ける。あるいは、操作部が通信IF13で構成される場合、ユーザ端末100は、コントローラ1020から送信される信号(例えば、出力値)をユーザの入力操作として特定し、受け付ける。あるいは、操作部が入出力IF14で構成される場合、該入出力IF14と接続されるコントローラ1020とは異なる入力装置(図示せず)から出力される信号をユーザの入力操作として特定し、受け付ける。 Alternatively, when the operation unit includes the touch screen 15, the user terminal 100 identifies and accepts the user's operation performed on the input unit 151 of the touch screen 15 as the user's input operation. Alternatively, when the operation unit is configured by the communication IF 13, the user terminal 100 identifies and receives a signal (for example, an output value) transmitted from the controller 1020 as a user input operation. Alternatively, when the operation unit is configured by the input/output IF 14, a signal output from an input device (not shown) different from the controller 1020 connected to the input/output IF 14 is specified and accepted as the user's input operation.

<各装置のハードウェア構成要素>
プロセッサ10は、ユーザ端末100全体の動作を制御する。プロセッサ20は、サーバ200全体の動作を制御する。プロセッサ10および20は、CPU(Central Processing Unit)、MPU(Micro Processing Unit)、およびGPU(Graphics Processing Unit)を含む。
<Hardware components of each device>
The processor 10 controls the operation of the entire user terminal 100. The processor 20 controls the operation of the entire server 200. The processors 10 and 20 include a CPU (Central Processing Unit), an MPU (Micro Processing Unit), and a GPU (Graphics Processing Unit).

プロセッサ10は後述するストレージ12からプログラムを読み出し、後述するメモリ11に展開する。プロセッサ20は後述するストレージ22からプログラムを読み出し、後述するメモリ21に展開する。プロセッサ10およびプロセッサ20は展開したプログラムを実行する。 The processor 10 reads a program from the storage 12 described later and loads it into the memory 11 described later. The processor 20 reads a program from a storage 22 described later and loads it into a memory 21 described later. The processor 10 and the processor 20 execute the expanded program.

メモリ11および21は主記憶装置である。メモリ11および21は、ROM(Read Only Memory)およびRAM(Random Access Memory)等の記憶装置で構成される。メモリ11は、プロセッサ10が後述するストレージ12から読み出したプログラムおよび各種データを一時的に記憶することにより、プロセッサ10に作業領域を提供する。メモリ11は、プロセッサ10がプログラムに従って動作している間に生成した各種データも一時的に記憶する。メモリ21は、プロセッサ20が後述するストレージ22から読み出した各種プログラムおよびデータを一時的に記憶することにより、プロセッサ20に作業領域を提供する。メモリ21は、プロセッサ20がプログラムに従って動作している間に生成した各種データも一時的に記憶する。 Memories 11 and 21 are main storage devices. The memories 11 and 21 are storage devices such as a ROM (Read Only Memory) and a RAM (Random Access Memory). The memory 11 provides a work area to the processor 10 by temporarily storing a program and various data read by the processor 10 from a storage 12 described later. The memory 11 also temporarily stores various data generated while the processor 10 operates according to a program. The memory 21 provides a work area to the processor 20 by temporarily storing various programs and data read by the processor 20 from a storage 22 described later. The memory 21 also temporarily stores various data generated while the processor 20 operates according to the program.

本実施形態においてプログラムとは、ゲームをユーザ端末100により実現するためのゲームプログラムであってもよい。あるいは、該プログラムは、該ゲームをユーザ端末100とサーバ200との協働により実現するためのゲームプログラムであってもよい。なお、ユーザ端末100とサーバ200との協働により実現されるゲームは、一例として、ユーザ端末100において起動されたブラウザ上で実行されるゲームであってもよい。あるいは、該プログラムは、該ゲームを複数のユーザ端末100の協働により実現するためのゲームプログラムであってもよい。また、各種データとは、ユーザ情報およびゲーム情報などのゲームに関するデータ、ならびに、ユーザ端末100とサーバ200との間または複数のユーザ端末100間で送受信する指示または通知を含んでいる。 In the present embodiment, the program may be a game program for realizing the game on the user terminal 100. Alternatively, the program may be a game program for realizing the game by cooperation between the user terminal 100 and the server 200. Note that the game realized by the cooperation of the user terminal 100 and the server 200 may be, for example, a game executed on a browser activated in the user terminal 100. Alternatively, the program may be a game program for realizing the game by cooperation of a plurality of user terminals 100. In addition, various data includes data regarding a game such as user information and game information, and instructions or notifications transmitted and received between the user terminal 100 and the server 200 or between a plurality of user terminals 100.

ストレージ12および22は補助記憶装置である。ストレージ12および22は、フラッシュメモリまたはHDD(Hard Disk Drive)等の記憶装置で構成される。ストレージ12およびストレージ22には、ゲームに関する各種データが格納される。 The storages 12 and 22 are auxiliary storage devices. The storages 12 and 22 are configured by a storage device such as a flash memory or an HDD (Hard Disk Drive). The storage 12 and the storage 22 store various data relating to the game.

通信IF13は、ユーザ端末100における各種データの送受信を制御する。通信IF23は、サーバ200における各種データの送受信を制御する。通信IF13および23は例えば、無線LAN(Local Area Network)を介する通信、有線LAN、無線LAN、または携帯電話回線網を介したインターネット通信、ならびに近距離無線通信等を用いた通信を制御する。 The communication IF 13 controls transmission/reception of various data in the user terminal 100. The communication IF 23 controls transmission/reception of various data in the server 200. The communication IFs 13 and 23 control communication using a wireless LAN (Local Area Network), Internet communication via a wired LAN, a wireless LAN, or a mobile phone network, and communication using short-distance wireless communication, for example.

入出力IF14は、ユーザ端末100がデータの入力を受け付けるためのインターフェースであり、またユーザ端末100がデータを出力するためのインターフェースである。入出力IF14は、USB(Universal Serial Bus)等を介してデータの入出力を行ってもよい。入出力IF14は、例えば、ユーザ端末100の物理ボタン、カメラ、マイク、または、スピーカ等を含み得る。サーバ200の入出力IF24は、サーバ200がデータの入力を受け付けるためのインターフェースであり、またサーバ200がデータを出力するためのインターフェースである。入出力IF24は、例えば、マウスまたはキーボード等の情報入力機器である入力部と、画像を表示出力する機器である表示部とを含み得る。 The input/output IF 14 is an interface for the user terminal 100 to receive data input, and is an interface for the user terminal 100 to output data. The input/output IF 14 may input/output data via a USB (Universal Serial Bus) or the like. The input/output IF 14 may include, for example, a physical button of the user terminal 100, a camera, a microphone, a speaker, or the like. The input/output IF 24 of the server 200 is an interface for the server 200 to receive data input, and is an interface for the server 200 to output data. The input/output IF 24 may include, for example, an input unit which is an information input device such as a mouse or a keyboard, and a display unit which is a device for displaying and outputting an image.

ユーザ端末100のタッチスクリーン15は、入力部151と表示部152とを組み合わせた電子部品である。入力部151は、例えばタッチセンシティブなデバイスであり、例えばタッチパッドによって構成される。表示部152は、例えば液晶ディスプレイ、または有機EL(Electro-Luminescence)ディスプレイ等によって構成される。 The touch screen 15 of the user terminal 100 is an electronic component that combines the input unit 151 and the display unit 152. The input unit 151 is, for example, a touch-sensitive device, and is configured by, for example, a touch pad. The display unit 152 is composed of, for example, a liquid crystal display, an organic EL (Electro-Luminescence) display, or the like.

入力部151は、入力面に対しユーザの操作(主にタッチ操作、スライド操作、スワイプ操作、およびタップ操作等の物理的接触操作)が入力された位置を検知して、位置を示す情報を入力信号として送信する機能を備える。入力部151は、図示しないタッチセンシング部を備えていればよい。タッチセンシング部は、静電容量方式または抵抗膜方式等のどのような方式を採用したものであってもよい。 The input unit 151 detects a position at which a user operation (mainly a physical contact operation such as a touch operation, a slide operation, a swipe operation, and a tap operation) is input on the input surface, and inputs information indicating the position. It has the function of transmitting as a signal. The input unit 151 may include a touch sensing unit (not shown). The touch sensing unit may be of any type such as a capacitance type or a resistance film type.

図示していないが、ユーザ端末100は、該ユーザ端末100の保持姿勢を特定するための1以上のセンサを備えていてもよい。このセンサは、例えば、加速度センサ、または、角速度センサ等であってもよい。ユーザ端末100がセンサを備えている場合、プロセッサ10は、センサの出力からユーザ端末100の保持姿勢を特定して、保持姿勢に応じた処理を行うことも可能になる。例えば、プロセッサ10は、ユーザ端末100が縦向きに保持されているときには、縦長の画像を表示部152に表示させる縦画面表示としてもよい。一方、ユーザ端末100が横向きに保持されているときには、横長の画像を表示部に表示させる横画面表示としてもよい。このように、プロセッサ10は、ユーザ端末100の保持姿勢に応じて縦画面表示と横画面表示とを切り替え可能であってもよい。 Although not shown, the user terminal 100 may include one or more sensors for specifying the holding posture of the user terminal 100. This sensor may be, for example, an acceleration sensor or an angular velocity sensor. When the user terminal 100 includes a sensor, the processor 10 can also specify the holding posture of the user terminal 100 from the output of the sensor and perform processing according to the holding posture. For example, the processor 10 may perform vertical screen display for displaying a vertically long image on the display unit 152 when the user terminal 100 is held vertically. On the other hand, when the user terminal 100 is held in a horizontal orientation, a landscape image may be displayed on the display unit. In this way, the processor 10 may be capable of switching between the vertical screen display and the horizontal screen display according to the holding posture of the user terminal 100.

カメラ17は、イメージセンサ等を含み、レンズから入射する入射光を電気信号に変換することで撮影画像を生成する。 The camera 17 includes an image sensor and the like, and converts a light incident from a lens into an electric signal to generate a captured image.

測距センサ18は、測定対象物までの距離を測定するセンサである。測距センサ18は、例えば、パルス変換した光を発する光源と、光を受ける受光素子とを含む。測距センサ18は、光源からの発光タイミングと、該光源から発せられた光が測定対象物にあたって反射されて生じる反射光の受光タイミングとにより、測定対象物までの距離を測定する。測距センサ18は、指向性を有する光を発する光源を有することとしてもよい。 The distance measuring sensor 18 is a sensor that measures the distance to the measurement target. The distance measuring sensor 18 includes, for example, a light source that emits pulse-converted light and a light receiving element that receives the light. The distance measuring sensor 18 measures the distance to the measurement object by the light emission timing from the light source and the light reception timing of the reflected light generated by the light emitted from the light source reflected on the measurement object. The distance measuring sensor 18 may include a light source that emits light having directivity.

ここで、ユーザ端末100が、カメラ17と測距センサ18とを用いて、ユーザ端末100の近傍の物体1010を検出した検出結果を、ユーザの入力操作として受け付ける例をさらに説明する。カメラ17および測距センサ18は、例えば、ユーザ端末100の筐体の側面に設けられてもよい。カメラ17の近傍に測距センサ18が設けられてもよい。カメラ17としては、例えば赤外線カメラを用いることができる。この場合、赤外線を照射する照明装置および可視光を遮断するフィルタ等が、カメラ17に設けられてもよい。これにより、屋外か屋内かにかかわらず、カメラ17の撮影画像に基づく物体の検出精度をいっそう向上させることができる。 Here, an example in which the user terminal 100 receives the detection result of detecting the object 1010 near the user terminal 100 by using the camera 17 and the distance measuring sensor 18 as the user's input operation will be further described. The camera 17 and the distance measuring sensor 18 may be provided, for example, on the side surface of the housing of the user terminal 100. A distance measuring sensor 18 may be provided near the camera 17. As the camera 17, for example, an infrared camera can be used. In this case, the camera 17 may be provided with a lighting device that emits infrared rays, a filter that blocks visible light, and the like. Thereby, the detection accuracy of the object based on the image captured by the camera 17 can be further improved regardless of whether it is outdoors or indoors.

プロセッサ10は、カメラ17の撮影画像に対して、例えば以下の(1)〜(5)に示す処理のうち1つ以上の処理を行ってもよい。(1)プロセッサ10は、カメラ17の撮影画像に対し画像認識処理を行うことで、該撮影画像にユーザの手が含まれているか否かを特定する。プロセッサ10は、上述の画像認識処理において採用する解析技術として、例えばパターンマッチング等の技術を用いてよい。(2)また、プロセッサ10は、ユーザの手の形状から、ユーザのジェスチャを検出する。プロセッサ10は、例えば、撮影画像から検出されるユーザの手の形状から、ユーザの指の本数(伸びている指の本数)を特定する。プロセッサ10はさらに、特定した指の本数から、ユーザが行ったジェスチャを特定する。例えば、プロセッサ10は、指の本数が5本である場合、ユーザが「パー」のジェスチャを行ったと判定する。また、プロセッサ10は、指の本数が0本である(指が検出されなかった)場合、ユーザが「グー」のジェスチャを行ったと判定する。また、プロセッサ10は、指の本数が2本である場合、ユーザが「チョキ」のジェスチャを行ったと判定する。(3)プロセッサ10は、カメラ17の撮影画像に対し、画像認識処理を行うことにより、ユーザの指が人差し指のみ立てた状態であるか、ユーザの指がはじくような動きをしたかを検出する。(4)プロセッサ10は、カメラ17の撮影画像の画像認識結果、および、測距センサ18の出力値等の少なくともいずれか1つに基づいて、ユーザ端末100の近傍の物体1010(ユーザの手など)とユーザ端末100との距離を検出する。例えば、プロセッサ10は、カメラ17の撮影画像から特定されるユーザの手の形状の大小により、ユーザの手がユーザ端末100の近傍(例えば所定値未満の距離)にあるのか、遠く(例えば所定値以上の距離)にあるのかを検出する。なお、撮影画像が動画の場合、プロセッサ10は、ユーザの手がユーザ端末100に接近しているのか遠ざかっているのかを検出してもよい。(5)カメラ17の撮影画像の画像認識結果等に基づいて、ユーザの手が検出されている状態で、ユーザ端末100とユーザの手との距離が変化していることが判明した場合、プロセッサ10は、ユーザが手をカメラ17の撮影方向において振っていると認識する。カメラ17の撮影範囲よりも指向性が強い測距センサ18において、物体が検出されたりされなかったりする場合に、プロセッサ10は、ユーザが手をカメラの撮影方向に直交する方向に振っていると認識する。 The processor 10 may perform, for example, one or more of the following processes (1) to (5) on the image captured by the camera 17. (1) The processor 10 specifies whether or not the user's hand is included in the captured image by performing image recognition processing on the captured image of the camera 17. The processor 10 may use, for example, a technique such as pattern matching as the analysis technique used in the above-described image recognition processing. (2) Further, the processor 10 detects the gesture of the user from the shape of the hand of the user. The processor 10 specifies the number of fingers of the user (the number of extended fingers) from the shape of the user's hand detected from the captured image, for example. The processor 10 further identifies a gesture made by the user from the identified number of fingers. For example, when the number of fingers is 5, the processor 10 determines that the user has made a “par” gesture. In addition, the processor 10 determines that the user has made a gesture of “goo” when the number of fingers is 0 (no finger is detected). Further, when the number of fingers is two, the processor 10 determines that the user has made a gesture of “cutting”. (3) The processor 10 performs image recognition processing on the image captured by the camera 17 to detect whether the user's finger is in a state where only the forefinger is raised or the user's finger makes a repulsive movement. .. (4) The processor 10 determines the object 1010 (such as the user's hand) near the user terminal 100 based on at least one of the image recognition result of the image captured by the camera 17 and the output value of the distance measuring sensor 18. ) And the user terminal 100 are detected. For example, the processor 10 determines whether the user's hand is near the user terminal 100 (for example, a distance less than a predetermined value) or far (for example, a predetermined value) depending on the size of the shape of the user's hand identified from the image captured by the camera 17. The above distance) is detected. If the captured image is a moving image, the processor 10 may detect whether the user's hand is approaching or moving away from the user terminal 100. (5) If it is determined that the distance between the user terminal 100 and the user's hand changes while the user's hand is detected, based on the image recognition result of the image captured by the camera 17, etc., the processor 10 recognizes that the user is shaking his hand in the shooting direction of the camera 17. When an object is not detected or detected by the distance measuring sensor 18 having a directivity stronger than the shooting range of the camera 17, the processor 10 determines that the user shakes his hand in a direction orthogonal to the shooting direction of the camera. recognize.

このように、プロセッサ10は、カメラ17の撮影画像に対する画像認識により、ユーザが手を握りこんでいるか否か(「グー」のジェスチャであるか、それ以外のジェスチャ(例えば「パー」)であるか)を検出する。また、プロセッサ10は、ユーザの手の形状とともに、ユーザがこの手をどのように移動させているかを検出する。また、プロセッサ10は、ユーザがこの手をユーザ端末100に対して接近させているのか遠ざけているのかを検出する。このような操作は、例えば、マウスまたはタッチパネルなどのポインティングデバイスを用いた操作に対応させることができる。ユーザ端末100は、例えば、ユーザの手の移動に応じて、タッチスクリーン15においてポインタを移動させ、ユーザのジェスチャ「グー」を検出する。この場合、ユーザ端末100は、ユーザが選択操作を継続中であると認識する。選択操作の継続とは、例えば、マウスがクリックされて押し込まれた状態が維持されること、または、タッチパネルに対してタッチダウン操作がなされた後タッチされた状態が維持されることに対応する。また、ユーザ端末100は、ユーザのジェスチャ「グー」が検出されている状態で、さらにユーザが手を移動させると、このような一連のジェスチャを、スワイプ操作(またはドラッグ操作)に対応する操作として認識することもできる。また、ユーザ端末100は、カメラ17の撮影画像によるユーザの手の検出結果に基づいて、ユーザが指をはじくようなジェスチャを検出した場合に、当該ジェスチャを、マウスのクリックまたはタッチパネルへのタップ操作に対応する操作として認識してもよい。 As described above, the processor 10 recognizes whether or not the user is holding his/her hand by the image recognition of the image captured by the camera 17 (whether the gesture is “Goo” or other gesture (for example, “Par”)). Or) is detected. The processor 10 also detects the shape of the user's hand and how the user is moving this hand. Further, the processor 10 detects whether the user is moving this hand close to or away from the user terminal 100. Such an operation can correspond to an operation using a pointing device such as a mouse or a touch panel. The user terminal 100, for example, moves the pointer on the touch screen 15 in response to the movement of the user's hand, and detects the gesture “goo” of the user. In this case, the user terminal 100 recognizes that the user is continuing the selection operation. The continuation of the selection operation corresponds to, for example, maintaining the state where the mouse is clicked and pressed, or maintaining the state where the touch panel is touched after the touchdown operation. Further, when the user further moves his or her hand while the user's gesture “goo” is detected, the user terminal 100 determines such a series of gestures as an operation corresponding to the swipe operation (or the drag operation). You can also recognize. In addition, when the user terminal 100 detects a gesture such that the user repels a finger based on the detection result of the user's hand from the image captured by the camera 17, the user terminal 100 clicks the mouse or taps the touch panel. May be recognized as an operation corresponding to.

<ゲーム概要>
ゲームシステム1によって実行されるゲーム(以下、本ゲーム)は、特定のジャンルに限らず、あらゆるジャンルのゲームであってよい。例えば、テニス、卓球、ドッジボール、野球、サッカーおよびホッケーなどのスポーツを題材としたゲーム、パズルゲーム、クイズゲーム、RPG、アドベンチャーゲーム、シューティングゲーム、シミュレーションゲーム、育成ゲーム、格闘ゲーム、ならびに、アクションゲームなどであってもよい。
<Game outline>
The game executed by the game system 1 (hereinafter, this game) is not limited to a specific genre but may be a game of any genre. For example, games on sports such as tennis, table tennis, dodge ball, baseball, soccer and hockey, puzzle games, quiz games, RPG, adventure games, shooting games, simulation games, training games, fighting games, and action games. May be

一例として、本ゲームは、ユーザが、ゲーム空間に配置されたキャラクタを操作して、クエストをクリアすること目指すクエスト選択制のアクションゲームである。 As an example, the present game is a quest selection type action game in which the user aims to clear a quest by operating a character arranged in the game space.

本アクションゲームでは、一例として、ゲーム空間に、少なくとも、ユーザが操作するキャラクタ(PC;Player Character)と、該キャラクタの敵である敵キャラクタとが配置される。敵キャラクタは、ゲームシステム1が自動で制御するキャラクタ(NPC;Non-Player Character)である。なお、本アクションゲームにおいて定義されるゲーム空間は、3次元でも2次元でもよく、前者の場合、配置される各キャラクタも3次元のオブジェクトで表現されてもよいし、後者の場合、配置される各キャラクタが2次元のオブジェクトで表現されてもよい。 In this action game, as an example, at least a character (PC; Player Character) operated by a user and an enemy character that is an enemy of the character are arranged in the game space. The enemy character is a character (NPC; Non-Player Character) automatically controlled by the game system 1. The game space defined in this action game may be three-dimensional or two-dimensional. In the former case, each character to be arranged may be represented by a three-dimensional object, and in the latter case, it is arranged. Each character may be represented by a two-dimensional object.

本アクションゲームは、PCたるキャラクタを、同じゲーム空間に配置される敵キャラクタと戦闘させることにより進行する。ユーザが操作するキャラクタは、ユーザの入力操作にしたがって攻撃動作を実行し、敵キャラクタに対して、ダメージを与えることができる。つまり、本ゲームは、仮想的なゲーム空間内に配置されたキャラクタを、ユーザが自由に操作して移動および戦闘させることができる、オープンワールドのゲームであってもよい。本アクションゲームにおいては、例えば、キャラクタの拳、武器または魔法など、敵キャラクタにダメージを与えることができる与ダメージオブジェクトと、敵キャラクタとのゲーム空間上の位置関係に基づいて当たり判定が実施される。与ダメージオブジェクトと敵キャラクタとがゲーム空間上で接触すると判定された場合に、敵キャラクタにダメージが与えられる。例えば、ゲーム空間上で進行する戦闘が、所定の条件を満たすと、クエストがクリアされたと判定される。クエストのクリアの条件としては、例えば、ボスキャラクタなど、所定の敵キャラクタに所定値以上のダメージを与え、敵キャラクタを戦闘不能に陥らせること、所定数の敵キャラクタを戦闘不能にすること、ゲーム空間上に配置されている所定のアイテムを見つけること、などが想定される。 This action game proceeds by causing a character, which is a PC, to battle with an enemy character arranged in the same game space. The character operated by the user can perform an attack motion according to the input operation of the user, and damage the enemy character. That is, this game may be an open world game in which the user can freely operate the characters arranged in the virtual game space to move and fight. In this action game, for example, the hit determination is performed based on the positional relationship in the game space between the enemy character and a damaging object such as a character's fist, weapon, or magic that can damage the enemy character. .. When it is determined that the given damage object and the enemy character come into contact with each other in the game space, the enemy character is damaged. For example, when the battle progressing in the game space satisfies a predetermined condition, it is determined that the quest has been cleared. Conditions for clearing the quest include, for example, causing damage to a predetermined enemy character such as a boss character by a predetermined value or more to make the enemy character incapable of fighting, making a predetermined number of enemy characters incapable of fighting, and a game. For example, finding a predetermined item arranged in space is assumed.

ユーザが、キャラクタを操作して戦闘を進行させることによりクエストがクリアされると、該ユーザに対し、所定の報酬が付与される。報酬は、ゲーム内価値を有するデジタルデータである。報酬としてのデジタルデータは、ゲーム内で利用可能なカード、キャラクタ、アイテム、仮想通貨、ダイヤ、チケットなどの有形物を模すように構成されていてもよいし、キャラクタに能力を備えさせる権利、制限されたクエストをプレイする権利、アイテムまたはカードを保有する保有上限を拡張する権利、各種のゲーム内価値と交換が可能なポイント、ユーザまたはキャラクタに設定されている各種のパラメータの増分など、無形の価値として構成されていてもよい。 When the quest is cleared by the user operating the character to advance the battle, a predetermined reward is given to the user. Rewards are digital data with in-game value. The digital data as a reward may be configured to imitate tangible objects such as cards, characters, items, virtual currencies, diamonds, tickets, etc. that can be used in the game, or the right to make a character have an ability, Intangibles such as the right to play limited quests, the right to expand the holding limit of holding items or cards, the points that can be exchanged for various in-game values, and the increment of various parameters set for users or characters May be configured as the value of.

なお、デジタルデータである報酬などのゲーム内価値をユーザに付与することは、一例として、ユーザに対応付けて管理されている、ゲーム内価値のステータスを、使用不可から使用可能に遷移させることであってもよい。あるいは、ゲーム内価値を、ユーザ識別情報またはユーザIDに対応付けて、ゲームシステム1に含まれる少なくともいずれかのメモリ(メモリ11、メモリ21)に記憶させることであってもよい。ゲーム内価値をユーザに「保有させる」ことおよび「獲得させる」ことは、上述のゲーム内価値をユーザに付与することと同義である。 It should be noted that giving an in-game value such as a reward, which is digital data, to a user is, for example, by changing the in-game value status managed in association with the user from unavailable to usable. It may be. Alternatively, the in-game value may be stored in at least one of the memories (memory 11 and memory 21) included in the game system 1 in association with the user identification information or the user ID. “Obtaining” and “acquiring” the in-game value to the user is synonymous with giving the in-game value to the user.

<クエストと協力プレイについて>
一例として、本ゲームは、クエスト選択パート、クエスト進行パートなどを含んでいる。
<Quest and co-op play>
As an example, this game includes a quest selection part, a quest progress part, and the like.

クエスト進行パートとは、ユーザが、上述の敵キャラクタとの戦闘を含むクエストをプレイするためのゲームパートである。クエスト選択パートとは、例えば、複数のクエストの中からプレイしたいクエストをユーザが選択するためのゲームパートである。 The quest progress part is a game part for the user to play a quest including a battle with the enemy character described above. The quest selection part is, for example, a game part for the user to select a quest to play from a plurality of quests.

なお、本ゲームでは、クエストには、シングルプレイクエストと、マルチプレイクエストとの2種類がある。 In this game, there are two types of quests, a single play quest and a multiplayer quest.

シングルプレイクエストは、ユーザが操作するキャラクタ(PC;Player Character)と、ゲームシステム1が自動で制御するキャラクタ(NPC;Non-Player Character)とを参加させて進行するクエストである。シングルプレイクエストには、他のユーザが所有するキャラクタを参加させることが可能であるが、他のユーザが所有するキャラクタは、ユーザがプレイするシングルプレイクエストにおいてNPCとして動作する。つまり、ユーザは、他のユーザが所有するキャラクタを助っ人として借りるという援助を受けて、シングルプレイクエストに挑戦することができる。 The single play quest is a quest that proceeds with a character (PC; Player Character) operated by the user and a character (NPC; Non-Player Character) automatically controlled by the game system 1 participating. Although a character owned by another user can participate in the single play quest, the character owned by the other user operates as an NPC in the single play quest played by the user. That is, the user can challenge the single play quest with the help of borrowing a character owned by another user as a helper.

マルチプレイクエストは、複数のユーザがそれぞれ操作するキャラクタを参加させて進行するクエストである。複数のユーザのそれぞれが操作するユーザ端末100は、サーバ200を介して通信可能に接続され、1つのゲーム空間を同じ時間に共有する。ゲーム空間には、複数のユーザがそれぞれ操作するキャラクタが配置され、それぞれのユーザがそれぞれのキャラクタをPCとして操作することにより、1つのクエストが進行する。つまり、複数のユーザは、互いのPCを参加させ、協力し合ってマルチプレイクエストに挑戦することができる。 The multi-play quest is a quest that proceeds by allowing characters operated by a plurality of users to participate. User terminals 100 operated by a plurality of users are communicably connected via a server 200 and share one game space at the same time. Characters operated by a plurality of users are arranged in the game space, and one quest progresses when each user operates each character as a PC. That is, a plurality of users can join each other's PCs and cooperate with each other to challenge the multi-play quest.

以下では、ユーザが、他のユーザの援助を受けたり、協力し合ったりしてクエストに挑戦することを「協力プレイ」と称する。シングルプレイクエストにおいて他のユーザのキャラクタを助っ人として使用することも、マルチプレイクエストにおいて複数のユーザが各キャラクタを参加させることも、協力プレイに含まれる。 In the following, a user's assistance with other users or cooperation with each other to challenge a quest is referred to as “cooperative play”. Cooperative play includes using characters of other users as helpers in a single-play quest, and allowing multiple users to participate in each character in a multi-play quest.

<ゲームシステム1の機能的構成>
図2は、ゲームシステム1に含まれるサーバ200およびユーザ端末100の機能的構成を示すブロック図である。サーバ200およびユーザ端末100のそれぞれは、図示しない、一般的なコンピュータとして機能する場合に必要な機能的構成、および、ゲームにおける公知の機能を実現するために必要な機能的構成を含み得る。
<Functional configuration of game system 1>
FIG. 2 is a block diagram showing the functional configurations of the server 200 and the user terminal 100 included in the game system 1. Each of the server 200 and the user terminal 100 may include a functional configuration (not shown) necessary for functioning as a general computer and a functional configuration necessary for realizing a known function in a game.

ユーザ端末100は、ユーザの入力操作を受け付ける入力装置としての機能と、ゲームの画像や音声を出力する出力装置としての機能を有する。ユーザ端末100は、プロセッサ10、メモリ11、ストレージ12、通信IF13、および入出力IF14等の協働によって、制御部110および記憶部120として機能する。 The user terminal 100 has a function as an input device that receives a user's input operation and a function as an output device that outputs a game image or sound. The user terminal 100 functions as the control unit 110 and the storage unit 120 in cooperation with the processor 10, the memory 11, the storage 12, the communication IF 13, the input/output IF 14, and the like.

サーバ200は、各ユーザ端末100と通信して、ユーザ端末100がゲームを進行させるのを支援する機能を有する。ゲームがマルチプレイゲームである場合には、サーバ200は、ゲームに参加する各ユーザ端末100と通信して、ユーザ端末100同士のやりとりを仲介する機能を有していてもよい。サーバ200は、プロセッサ20、メモリ21、ストレージ22、通信IF23、および入出力IF24等の協働によって、制御部210および記憶部220として機能する。 The server 200 has a function of communicating with each user terminal 100 to assist the user terminal 100 in proceeding with a game. When the game is a multi-play game, the server 200 may have a function of communicating with each user terminal 100 participating in the game and mediating the exchange between the user terminals 100. The server 200 functions as the control unit 210 and the storage unit 220 in cooperation with the processor 20, the memory 21, the storage 22, the communication IF 23, the input/output IF 24, and the like.

記憶部120および記憶部220は、ゲームプログラム、ゲーム情報132およびユーザ情報133を格納する。ゲームプログラム131は、ユーザ端末100が実行するゲームプログラムである。ゲームプログラム231は、サーバ200が実行するゲームプログラムである。ゲーム情報132は、制御部110および制御部210がゲームプログラムを実行する際に参照するデータである。ユーザ情報133は、ユーザのアカウントに関するデータである。記憶部220において、ゲーム情報132およびユーザ情報133は、ユーザ端末100ごとに格納されている。 The storage unit 120 and the storage unit 220 store a game program, game information 132, and user information 133. The game program 131 is a game program executed by the user terminal 100. The game program 231 is a game program executed by the server 200. The game information 132 is data that the control unit 110 and the control unit 210 refer to when executing the game program. The user information 133 is data regarding a user's account. In the storage unit 220, the game information 132 and the user information 133 are stored for each user terminal 100.

(サーバ200の機能的構成)
制御部210は、記憶部220に格納されたゲームプログラム231を実行することにより、サーバ200を統括的に制御する。例えば、制御部210は、ユーザ端末100に各種データおよびプログラム等を送信する。制御部210は、ゲーム情報もしくはユーザ情報の一部または全部をユーザ端末100から受信する。ゲームがマルチプレイゲームである場合には、制御部210は、ユーザ端末100からマルチプレイの同期の要求を受信して、同期のためのデータをユーザ端末100に送信してもよい。
(Functional configuration of the server 200)
The control unit 210 centrally controls the server 200 by executing the game program 231 stored in the storage unit 220. For example, the control unit 210 transmits various data and programs to the user terminal 100. The control unit 210 receives part or all of the game information or the user information from the user terminal 100. When the game is a multi-play game, the control unit 210 may receive a request for multi-play synchronization from the user terminal 100 and transmit data for synchronization to the user terminal 100.

制御部210は、ゲームプログラム231の記述に応じて、進行支援部211、同期制御部212、フレンド管理部213、および、親密度処理部214として機能する。制御部210は、実行するゲームの性質に応じて、ユーザ端末100におけるゲームの進行を支援するために、図示しないその他の機能ブロックとしても機能することができる。 The control unit 210 functions as the progress support unit 211, the synchronization control unit 212, the friend management unit 213, and the intimacy processing unit 214 according to the description of the game program 231. The control unit 210 can also function as other functional blocks (not shown) in order to support the progress of the game on the user terminal 100, depending on the nature of the game to be executed.

進行支援部211は、ユーザ端末100と通信し、ユーザ端末100が、本ゲームに含まれる各種のプレイパートを進行させるための支援を行う。例えば、上述の各プレイパートのいずれが実行されているのかに応じて、そのときにユーザ端末100が参照すべき情報を適宜提供する。例えば、クエスト選択パートにおいて、ユーザ端末100が各クエストをユーザに選択可能に提示するために必要な情報を、進行支援部211が、ユーザ端末100に対して提供する。例えば、クエスト進行パートにおいて、ユーザがクエストを進めるためのUIをユーザ端末100がユーザに提示するために必要な情報を、進行支援部211が、ユーザ端末100に対して提供する。 The progress support unit 211 communicates with the user terminal 100 and provides support for the user terminal 100 to progress various play parts included in the present game. For example, depending on which of the above-mentioned play parts is being executed, the information to be referred to by the user terminal 100 at that time is appropriately provided. For example, in the quest selection part, the progress support unit 211 provides the user terminal 100 with information necessary for the user terminal 100 to present each quest to the user in a selectable manner. For example, in the quest progress part, the progress support unit 211 provides the user terminal 100 with the information necessary for the user terminal 100 to present the user with a UI for advancing the quest.

同期制御部212は、マルチプレイを実行する各ユーザ端末100と通信して、ユーザ端末100同士のやりとりを仲介する。さらに、同期制御部212は、協力者のマッチング、クエストの進行状況の同期をとるための同期制御などを実行する。 The synchronization control unit 212 communicates with each user terminal 100 that executes multiplay, and mediates the exchange between the user terminals 100. Further, the synchronization control unit 212 executes matching control of the collaborators, synchronization control for synchronizing the progress status of the quest, and the like.

フレンド管理部213は、フレンド登録機能を提供し、ユーザ間の関係性を管理する。本実施形態では、フレンド登録の仕組みとして、一方のユーザが他方のユーザを登録した段階で第1のフレンド関係が認識され、該他方のユーザが該一方のユーザを登録し返すことで、さらに、第2のフレンド関係が認識される仕組みを採用する。例えば、フレンド管理部213は、ユーザAがユーザBをフレンドとして指定した場合、事項「ユーザAがユーザBをフォローしたこと」を記憶部220に登録する。具体的には、フレンド管理部213は、ユーザBを、ユーザAのフォローフレンドとして登録する。「フォローフレンド」とは、ユーザによってフォローされたフレンドであることを意味するフレンド区分である。すなわち、ユーザAのフォローフレンドは、ユーザAによってフォローされたユーザAのフレンドであることを意味する。 The friend management unit 213 provides a friend registration function and manages the relationship between users. In the present embodiment, as a friend registration mechanism, the first friend relationship is recognized when one user registers the other user, and the other user registers and returns the one user. A mechanism for recognizing the second friend relationship is adopted. For example, when user A designates user B as a friend, friend management unit 213 registers the item “user A followed user B” in storage unit 220. Specifically, the friend management unit 213 registers the user B as a follow friend of the user A. “Follow friend” is a friend classification that means that the user is a friend followed by the user. That is, the follow friend of the user A means a friend of the user A followed by the user A.

また、フレンド管理部213は、ユーザAを、ユーザBのフォロワーフレンドとして登録する。「フォロワーフレンド」とは、ユーザをフォローしたフレンドであることを意味するフレンド区分である。すなわち、ユーザBのフォロワーフレンドは、ユーザBをフォローしているユーザBのフレンドであることを意味する。 The friend management unit 213 also registers the user A as a follower friend of the user B. "Follower friend" is a friend category that means a friend who follows the user. That is, the follower friend of user B is a friend of user B who follows user B.

さらに、フレンド管理部213は、ユーザBのユーザ端末100に、上記事項を通知する。これにより、ゲームシステム1における上述のフレンド登録に係る当事者たち、すなわち、ユーザAのユーザ端末100、サーバ200、および、ユーザBのユーザ端末100において、ユーザAとユーザBとの関係性、具体的には、フォロー・フォロワーの関係が共有される。 Furthermore, the friend management unit 213 notifies the user terminal 100 of the user B of the above items. As a result, in the parties involved in the above friend registration in the game system 1, that is, in the user terminal 100 of the user A, the server 200, and the user terminal 100 of the user B, the relationship between the user A and the user B, specifically, The follower-follower relationship is shared with.

なお、本実施形態では、フレンド管理部213は、ユーザAがユーザBをフォローし、ユーザBもユーザAをフォローしている、すなわち、相互にフォローし合っている両ユーザの関係を、「相互フォロー」と認識する。フレンド管理部213は、相互フォローの関係にある各ユーザを、「相互フレンド」というフレンド区分により識別する。具体的には、フレンド管理部213は、ユーザAとユーザBとが相互フォローの関係にある場合、ユーザAをユーザBの、また、ユーザBをユーザAの相互フレンドと識別する。 In the present embodiment, the friend management unit 213 determines that the user A follows the user B and the user B also follows the user A, that is, the relationship between the two users who follow each other is “mutual”. Recognize "follow". The friend management unit 213 identifies each user having a mutual follow-up relationship by a friend category of “mutual friend”. Specifically, when the user A and the user B have a mutual follow-up relationship, the friend management unit 213 identifies the user A as the user B and the user B as the mutual friend of the user A.

さらに、本実施形態では、フレンド関係にない、具体的には、フォローしてもされてもいない無関係の間柄の各ユーザを、「非フレンド」というフレンド区分により識別してもよい。具体的には、フレンド管理部213は、ユーザAとユーザBとが互いにフォローしてもされてもいない場合、ユーザAをユーザBの、また、ユーザBをユーザAの非フレンドと識別する。 Further, in the present embodiment, each user having an unrelated relationship that is not in a friend relationship, specifically, not followed or followed, may be identified by a friend classification of “non-friend”. Specifically, the friend management unit 213 identifies the user A as the user B and the user B as the non-friend of the user A when the user A and the user B are not followed each other.

以上のとおり、あるユーザから見て、他のユーザは、すべて、「相互フレンド」、「フォローフレンド」、「フォロワーフレンド」および「非フレンド」のいずれかのフレンド区分に基づいて決定することができる。 As described above, from the perspective of one user, other users can make a decision based on any one of the friend categories of “mutual friend”, “follow friend”, “follower friend” and “non-friend”. ..

親密度処理部214は、本ゲームをプレイするユーザの組み合わせごとに、ユーザ間の親密度を管理し、親密度に係る処理を実行する。以下では、ユーザとユーザとの組をユーザ対と称する。 The intimacy degree processing unit 214 manages the intimacy degree between users for each combination of users who play this game, and executes processing relating to intimacy degree. Hereinafter, a set of users and users is referred to as a user pair.

親密度は、ユーザと他のユーザとの親交の深さを示す値である。一例として、本実施形態では、ユーザ対の親密度が高いほど、そのユーザ対によって実施される協力プレイが各ユーザに有利に進行する。例えば、クエストに挑戦する際に消費されるスタミナの量が、親密度に応じて少なく設定されてもよいし、クエストをクリアした際に付与される報酬の量が、親密度に応じて多く設定されてもよい。具体的には、クエスト進行部111は、クエストをクリアしたユーザ対に設定されている親密度が高いほど、付与される報酬の量が多くなるように、該報酬を決定してもよい。 The degree of intimacy is a value indicating the depth of intimacy between a user and another user. As an example, in the present embodiment, the higher the degree of intimacy of the user pair, the more advantageous the cooperative play performed by the user pair proceeds to each user. For example, the amount of stamina consumed when attempting a quest may be set lower depending on the intimacy, or the amount of reward given when completing the quest may be set higher according to the intimacy. May be done. Specifically, the quest progression unit 111 may determine the reward so that the higher the degree of intimacy set for the user pair who has completed the quest, the larger the amount of the reward to be given.

親密度処理部214は、ユーザ対で上述の協力プレイが実施されたことに基づいて該ユーザ対の親密度を増分する。具体的には、本実施形態において、親密度は、数値によって親交の深さを段階的に表現したものであり、数値が大きいほど親交が深いことを意味する。例えば、親密度を1段階上げるためには、ユーザ対は、所定量の協力経験値を獲得する必要がある。親密度処理部214は、ユーザ対が、協力プレイを実施したことに基づいて、該ユーザ対に対して協力経験値を付与する。協力プレイが繰り返し実施されることによって、協力経験値の累積値が設定値に到達した場合、親密度処理部214は、親密度を上昇させる。 The intimacy degree processing unit 214 increments the intimacy degree of the user pair based on the above-described cooperative play being performed by the user pair. Specifically, in the present embodiment, the degree of intimacy is a stepwise expression of the depth of intimacy with a numerical value, and the larger the value, the deeper the intimacy. For example, in order to increase the degree of intimacy by one level, the user pair needs to acquire a predetermined amount of cooperation experience value. The intimacy degree processing unit 214 gives a cooperative experience value to the user pair based on the fact that the user pair has performed cooperative play. When the cumulative value of the cooperation experience value reaches the set value by repeatedly performing the cooperative play, the intimacy degree processing unit 214 increases the intimacy degree.

さらに、親密度には、ユーザ対の関係性に応じて上限が設けられていてもよい。一例として、相互フレンドの関係にあるユーザ対の親密度の上限は、100であるのに対して、それ以外のフレンド区分が設定されているユーザ対の親密度の上限は、10である。このように、相互フレンドになる方がゲームを有利に進められるように親密度の上限を設けることにより、各ユーザに相互フレンドになるように促すことができる。 Furthermore, the intimacy degree may be provided with an upper limit according to the relationship between the user pair. As an example, the upper limit of the intimacy degree of the user pair having a mutual friend relationship is 100, whereas the upper limit of the intimacy degree of the user pair in which other friend categories are set is 10. In this way, by setting the upper limit of the degree of intimacy so that mutual friendship can proceed the game more advantageously, it is possible to encourage each user to become mutual friend.

なお、本実施形態では、親密度処理部214は、非フレンドの関係にあるユーザ対に対しても、親密度を設定し、管理してもよい。 In the present embodiment, the intimacy degree processing unit 214 may set and manage the intimacy degree with respect to a user pair having a non-friend relationship.

(ユーザ端末100の機能的構成)
制御部110は、記憶部120に格納されたゲームプログラム131を実行することにより、ユーザ端末100を統括的に制御する。例えば、制御部110は、ゲームプログラム131およびユーザの操作にしたがって、ゲームを進行させる。また、制御部110は、ゲームを進行させている間、必要に応じて、サーバ200と通信して、情報の送受信を行う。
(Functional configuration of the user terminal 100)
The control unit 110 centrally controls the user terminal 100 by executing the game program 131 stored in the storage unit 120. For example, the control unit 110 advances the game according to the operation of the game program 131 and the user. Further, the control unit 110 communicates with the server 200 as needed to transmit and receive information while the game is in progress.

制御部110は、ゲームプログラム131の記述に応じて、クエスト進行部111、フレンド処理部112、および、親密度処理部113として機能する。 The control unit 110 functions as the quest progression unit 111, the friend processing unit 112, and the intimacy processing unit 113 according to the description of the game program 131.

さらに、制御部110は、図示しない操作受付部、および、表示制御部などとしても機能する。操作受付部は、入力部151に対するユーザの入力操作を検知し受け付ける。例えば、操作受付部は、上述の入力操作の、入力部151における入力位置の座標を検出し、該入力操作の種類を特定する。操作受付部は、例えば、タッチ操作、スライド操作、スワイプ操作、およびタップ操作等を特定する。表示制御部は、タッチスクリーン15の表示部152に対して、制御部110の各部によって実行された処理結果が反映されたゲーム画面を出力する。表示制御部は、制御部110の各部によって生成された映像を含むゲーム画面を表示部152に表示してもよい。また、表示制御部は、グラフィカルユーザインターフェース(以下、GUI)を、該ゲーム画面に重畳して描画してもよい。 Further, the control unit 110 also functions as an operation reception unit (not shown), a display control unit, and the like. The operation receiving unit detects and receives an input operation of the user on the input unit 151. For example, the operation receiving unit detects the coordinates of the input position in the input unit 151 of the above-described input operation, and specifies the type of the input operation. The operation reception unit specifies, for example, a touch operation, a slide operation, a swipe operation, a tap operation, or the like. The display control unit outputs, to the display unit 152 of the touch screen 15, a game screen on which the processing result executed by each unit of the control unit 110 is reflected. The display control unit may display on the display unit 152 a game screen including an image generated by each unit of the control unit 110. Further, the display control unit may superimpose and draw a graphical user interface (hereinafter, GUI) on the game screen.

クエスト進行部111は、クエスト進行パートを実行して、ユーザの入力操作に応答して、クエストを進行させる。 The quest progress section 111 executes the quest progress part and progresses the quest in response to an input operation by the user.

フレンド処理部112は、フレンド登録機能に係るユーザの入力操作に応答して、フレンド登録に係る処理を実行する。 The friend processing unit 112 executes processing related to friend registration in response to an input operation by the user related to the friend registration function.

具体的には、フレンド処理部112は、ユーザAから受け付けた、ユーザBを指定するための第1の入力操作に応答して、ユーザBを、ユーザAのフォローフレンドを登録するフォローリスト(第1リスト)に登録する。また、フレンド処理部112は、ユーザAがユーザBをフォローしたことを、サーバ200のフレンド管理部213に通知する。 Specifically, the friend processing unit 112 responds to the first input operation for designating the user B, which is accepted from the user A, and registers the user B with a follow-up friend list of the user A's follow friend. 1 list). Also, the friend processing unit 112 notifies the friend management unit 213 of the server 200 that the user A follows the user B.

あるいは、フレンド処理部112は、ユーザAがユーザBのフォローフレンドとして登録されたことを示す情報を、例えば、フレンド管理部213から受信したことに応答して、ユーザBを、ユーザAのフォロワーフレンドを登録するフォロワーリスト(第2リスト)に登録する。 Alternatively, the friend processing unit 112 sends the user B a follower friend of the user A in response to receiving information indicating that the user A is registered as a follow friend of the user B from the friend management unit 213, for example. Register in the follower list (second list).

親密度処理部113は、サーバ200の親密度処理部214が、すべてのユーザ対の親密度に係る処理を実行する点を除き、上述の親密度処理部214と同様に機能する。すなわち、親密度処理部113は、ユーザ端末100を操作するユーザと、他のユーザとの間の親密度に係る処理を実行する。親密度処理部214が、ユーザ対の親密度に係るすべての処理を実行する場合には、親密度処理部113は、省略されてもよい。親密度処理部113は、親密度処理部214と協働して、親密度処理部214の上述の機能の一部を担ってもよい。 The intimacy processing unit 113 functions in the same manner as the intimacy processing unit 214 described above, except that the intimacy processing unit 214 of the server 200 executes the processing related to the intimacy of all user pairs. That is, the intimacy degree processing unit 113 executes processing related to intimacy degree between the user operating the user terminal 100 and another user. When the intimacy degree processing unit 214 executes all the processing related to the intimacy degree of the user pair, the intimacy degree processing unit 113 may be omitted. The intimacy degree processing unit 113 may cooperate with the intimacy degree processing unit 214 and bear a part of the above-described functions of the intimacy degree processing unit 214.

なお、図2に示すサーバ200およびユーザ端末100の機能は一例にすぎない。サーバ200は、ユーザ端末100が備える機能の少なくとも一部を備えていてもよい。また、ユーザ端末100は、サーバ200が備える機能の少なくとも一部を備えていてもよい。さらに、ユーザ端末100およびサーバ200以外の他の装置をゲームシステム1の構成要素とし、該他の装置にゲームシステム1における処理の一部を実行させてもよい。すなわち、本実施形態においてゲームプログラムを実行するコンピュータは、ユーザ端末100、サーバ200、および他の装置の何れであってもよいし、これらの複数の装置の組み合わせにより実現されてもよい。 The functions of the server 200 and the user terminal 100 shown in FIG. 2 are merely examples. The server 200 may include at least a part of the functions of the user terminal 100. In addition, the user terminal 100 may include at least a part of the functions included in the server 200. Further, a device other than the user terminal 100 and the server 200 may be a constituent element of the game system 1, and the other device may be caused to execute a part of the processing in the game system 1. That is, the computer that executes the game program in the present embodiment may be any of the user terminal 100, the server 200, and another device, or may be realized by a combination of these plural devices.

<処理概要>
図3は、ゲームシステム1において実行される処理の流れの一例を示すフローチャートである。
<Outline of processing>
FIG. 3 is a flowchart showing an example of the flow of processing executed in the game system 1.

本実施形態では、ユーザ端末100(サーバ200)は、他のユーザとのゲームプレイをユーザに動機付けるために、ゲームプログラム131(ゲームプログラム231)に基づいて、以下のステップを実行するように構成されている。具体的には、ユーザ端末100(サーバ200)は、ユーザの、他のユーザを指定するための第1の入力操作に応答して(S101のYES)、該他のユーザを、ユーザのフォローフレンドを登録する第1リストに登録するステップS102と、ユーザが他のユーザのフォローフレンドとして登録されたことを示す情報を受信したことに応答して(S103のYES)、該他のユーザを、ユーザのフォロワーフレンドを登録する第2リストに登録するステップS104と、他のユーザが、ユーザの第1リストのみに登録されているフォローフレンド、ユーザの第2リストのみに登録されているフォロワーフレンド、第1リストおよび第2リストにともに登録されている相互フレンド、および、第1リストおよび第2リストのいずれにも登録されていない非フレンドのいずれのフレンド区分に該当するのかを決定するステップS105と、ユーザと他のユーザとの組に対応付けて設定されている、該ユーザと該他のユーザとの親交の深さを示す親密度および該親密度の上限の少なくともいずれか一方を、他のユーザのフレンド区分に応じて更新するステップS106と、を実行する構成である。 In the present embodiment, the user terminal 100 (server 200) is configured to execute the following steps based on the game program 131 (game program 231) in order to motivate the user to play a game with another user. ing. Specifically, the user terminal 100 (server 200) responds to the user's first input operation for designating another user (YES in S101) and sets the other user as a follow friend of the user. In response to receiving information indicating that the user has been registered as a follow friend of another user (YES in S103), the other user is registered as a user. Step S104 of registering the follower friend of the user in the second list, and another user's follow friend registered only in the user's first list, follower friend registered only in the user's second list, Step S105 of determining which one of the friend classifications, mutual friend registered in both the first list and second list, and non-friend not registered in either the first list or the second list, corresponds to. At least one of the degree of intimacy and the upper limit of the degree of intimacy, which is set in association with the set of the user and the other user and indicates the depth of intimacy between the user and the other user, is set to the other user. Step S106 of updating according to the friend classification of No. is executed.

具体例を挙げると、一例として、ステップS101では、フレンド処理部112は、フォローする相手として他のユーザを指定する入力操作をユーザから受け付ける。ステップS102では、フレンド処理部112は、指定された他のユーザを、フォローフレンドとしてフォローリストに登録する。ここで、フレンド処理部112は、他のユーザをフォローしたことをサーバ200に通知してもよい。ステップS103では、フレンド処理部112は、他のユーザのフォローフレンドとしてユーザが登録されたことを示す情報をサーバ200から受信する。ステップS104では、フレンド処理部112は、ユーザをフォローした上記他のユーザをフォロワーフレンドとしてフォロワーリストに登録する。ステップS105では、フレンド処理部112は、上述のユーザと他のユーザとの関係性、すなわち、フレンド区分を、第1リストおよび第2リストに基づいて、他のユーザごとに決定する。ステップS106では、親密度処理部113は、ゲームシステム1上で本ゲームが実行されている間に、所定のトリガが引かれた場合に、ユーザと他のユーザとの間に設定された親密度に係る処理を、ステップS105にて決定されたフレンド区分に応じて実行する。 To give a specific example, as an example, in step S101, the friend processing unit 112 receives from the user an input operation of designating another user as a partner to follow. In step S102, the friend processing unit 112 registers the other designated user as a follow friend in the follow list. Here, the friend processing unit 112 may notify the server 200 that another user has been followed. In step S103, the friend processing unit 112 receives, from the server 200, information indicating that the user has been registered as a follow friend of another user. In step S104, the friend processing unit 112 registers the other user who followed the user as a follower friend in the follower list. In step S105, the friend processing unit 112 determines, for each other user, the relationship between the user and the other user, that is, the friend classification, based on the first list and the second list. In step S106, the intimacy degree processing unit 113 sets the intimacy degree set between the user and another user when a predetermined trigger is pulled while the main game is being executed on the game system 1. The process related to is executed according to the friend classification determined in step S105.

なお、ステップS102では、フレンド処理部112が、ユーザが他のユーザをフォローフレンドとして指定したことをフレンド管理部213に通知し、フレンド管理部213が、該通知に応答して、該他のユーザを該ユーザの第1リストに登録してもよい。ステップS104では、フレンド管理部213が、該他のユーザを該ユーザの第2リストに登録してもよい。ステップS105では、フレンド管理部213が、ユーザにとっての他のユーザのフレンド区分を決定してもよい。ステップS106では、ユーザ端末100の親密度処理部113は、所定のトリガが引かれたことをサーバ200に通知し、サーバ200の親密度処理部214が親密度に関する処理を実行してもよい。 Note that in step S102, the friend processing unit 112 notifies the friend management unit 213 that the user has designated another user as a follow friend, and the friend management unit 213 responds to the notification, and then the other user May be registered in the first list of the user. In step S104, the friend management unit 213 may register the other user in the second list of the user. In step S105, the friend management unit 213 may determine another user's friend classification for the user. In step S106, the intimacy degree processing unit 113 of the user terminal 100 may notify the server 200 that a predetermined trigger has been pulled, and the intimacy degree processing unit 214 of the server 200 may execute the degree of intimacy process.

例えば、上述の更新するステップS106では、上述の決定するステップS105にて、他のユーザのフレンド区分が相互フレンドと決定された場合に、該ユーザと該他のユーザとの対に対応付けて設定されている親密度の上限を上げてもよい。こうして、相互フォローを優遇することにより、ユーザに相互フォローすることを動機付けることができる。 For example, in the above-described updating step S106, when the friend classification of the other user is determined to be a mutual friend in the above-described determining step S105, the setting is made in association with the pair of the user and the other user. You may raise the upper limit of familiarity. In this way, preferential treatment of mutual follow can motivate the user to follow each other.

あるいは、例えば、ユーザ端末100は、さらに、他のユーザが所有するオブジェクトを参加させることによってゲームを進行させるステップを実行するものであってもよい。この場合、上述の更新するステップS106では、例えば、ゲームの進行状況が変更されたことに応答して、オブジェクトを所有する他のユーザとの間の親密度を更新するとき、該他のユーザのフレンド区分が相互フレンドである場合に、その他のフレンド区分である場合よりも、親密度を上昇させてもよい。こうして、相互フォローを優遇することにより、ユーザに相互フォローすることを動機付けることができる。 Alternatively, for example, the user terminal 100 may further execute the step of advancing the game by causing an object owned by another user to participate. In this case, in the above-described updating step S106, for example, when the intimacy with another user who owns the object is updated in response to the change of the progress status of the game, When the friend category is mutual friend, the degree of intimacy may be increased more than when it is the other friend category. In this way, preferential treatment of mutual follow can motivate the user to follow each other.

あるいは、他の例では、上述の更新するステップS106では、他のユーザのフレンド区分がフォローフレンドである場合に、フォロワーフレンドおよび非フレンドである場合よりも、親密度を上昇させてもよい。こうして、フォローフレンドを優遇することにより、ユーザが他のユーザをフォローすることを動機付けられる。結果として、相互フォローが促進される。 Alternatively, in another example, in the above-described updating step S106, when the friend classification of another user is a follow friend, the degree of intimacy may be increased more than when the friend category of the other user is a follower friend and a non-friend. In this way, preferential treatment of follow friends can motivate users to follow other users. As a result, mutual follow-up is promoted.

<データ構造>
(関係性情報)
図4は、関係性情報のデータ構造の一例を示す図である。関係性情報は、ユーザ間の本ゲームにおける関係性を管理するための情報であり、一例として、テーブルの構造を有した関係性テーブルとして生成される。本実施形態では、関係性テーブルは、サーバ200の記憶部220に格納されている。
<Data structure>
(Relationship information)
FIG. 4 is a diagram showing an example of the data structure of the relationship information. The relationship information is information for managing the relationship between the users in the present game, and is generated as a relationship table having a table structure as an example. In the present embodiment, the relationship table is stored in the storage unit 220 of the server 200.

関係性テーブルには、ユーザ対ごとにフレンド区分を決定するために必要な情報が格納されている。一例として、関係性テーブルは、縦軸にフォローする側のユーザのユーザID(以下、フォロー主ユーザID)を、横軸にフォローされる側のユーザのユーザID(以下、被フォローユーザID)を配置したマトリクスの構造を有する。フォローする側の第1ユーザのユーザIDと、フォローされる側の第2ユーザのユーザIDとに基づいて特定される1つのセルには、第1ユーザから第2ユーザへのフォローが成立しているか否かを示すフラグが格納されている。本実施形態では、「1」はフォローが成立していることを意味し、「0」はフォローが成立していないことを意味する。なお、ユーザが自分自身をフォローすることはないので、縦軸と横軸ともに同じユーザIDによって特定されるセルには、値がないことを示すNULL値または「−」などが格納される。 The relationship table stores information necessary for determining the friend category for each user pair. As an example, in the relationship table, the vertical axis represents the user ID of the user on the following side (hereinafter, the follower user ID), and the horizontal axis represents the user ID of the user on the following side (hereinafter, the followed user ID). It has a structure of arranged matrix. In one cell specified based on the user ID of the first user on the following side and the user ID of the second user on the following side, the follow from the first user to the second user is established. A flag indicating whether or not there is stored. In the present embodiment, “1” means that follow is established, and “0” means that follow is not established. Since the user does not follow himself/herself, a NULL value or “-” indicating that there is no value is stored in the cell specified by the same user ID on both the vertical axis and the horizontal axis.

図示の例では、例えば、関係性テーブルは、ユーザ「001」が、ユーザ「002」をフォローしておらず、ユーザ「003」をフォローしていることを示している。また、例えば、ユーザ「001」は、ユーザ「002」からも、ユーザ「003」からもフォローされていることを示している。 In the illustrated example, for example, the relationship table indicates that the user “001” does not follow the user “002” but follows the user “003”. Further, for example, the user “001” indicates that the user “002” is being followed by the user “003”.

以上のとおり、関係性テーブルに基づいて、親密度処理部214は、ユーザ間の関係性を決定することができる。例えば、(フォロー主ユーザID、被フォローユーザID)=(001、003)のセルが「1」であり、該セルの縦横のユーザIDを入れ替えた位置、すなわち、(フォロー主ユーザID、被フォローユーザID)=(003、001)のセルも「1」であることに基づいて、親密度処理部214は、ユーザ「001」とユーザ「003」との関係性は相互フレンドであると決定することができる。 As described above, the intimacy degree processing unit 214 can determine the relationship between users based on the relationship table. For example, the cell of (following main user ID, followed user ID)=(001,003) is “1”, and the vertical and horizontal user IDs of the cell are replaced, that is, (following main user ID, followed user ID). Based on the fact that the cell of user ID)=(003,001) is also “1”, the intimacy degree processing unit 214 determines that the relationship between the user “001” and the user “003” is mutual friend. be able to.

あるいは、例えば、(フォロー主ユーザID、被フォローユーザID)=(001、002)のセルが「0」、(フォロー主ユーザID、被フォローユーザID)=(002、001)のセルが「1」であることに基づいて、親密度処理部214は、ユーザ「001」にとってユーザ「002」は、フォロワーフレンドであり、ユーザ「002」にとってユーザ「001」はフォローフレンドであると決定することができる。以下では、一方のユーザだけがフォローしているという両者の関係性を示すフレンド区分を、相互フレンドと区別して、「片方向フレンド」と称する。 Alternatively, for example, the cell of (following main user ID, followed user ID)=(001,002) is “0”, and the cell of (following main user ID, followed user ID)=(002,001) is “1”. Based on the fact that the user “002” is a follower friend for the user “001” and the user “001” is a follow friend for the user “002”, the intimacy processing unit 214 may determine that the user “002” is a follower friend. it can. In the following, the friend category indicating the relationship between both users that only one user follows is referred to as a “one-way friend” in order to distinguish it from mutual friends.

フレンド管理部213は、各ユーザが、フォローフレンドを指定したり、解除したりする操作をユーザ端末100を介して実施したことに応答して、図示の関係性テーブルにおけるフラグを更新する。また、フレンド管理部213は、本ゲームをプレイする新規のユーザが加入した場合には、それに伴って、新規ユーザに対応する行および列を該関係性テーブルに追加する。 The friend management unit 213 updates the flag in the illustrated relationship table in response to each user performing an operation of designating or canceling a follow friend via the user terminal 100. Further, when a new user who plays this game joins, the friend management unit 213 adds a row and a column corresponding to the new user to the relationship table accordingly.

親密度処理部214は、更新された関係性テーブルに基づいて、ユーザ対ごとに、関係性を把握し、フレンド区分を決定することができる。 The intimacy degree processing unit 214 can grasp the relationship for each user pair and determine the friend category based on the updated relationship table.

(親密度情報)
図5は、親密度情報のデータ構造の一例を示す図である。親密度情報は、ユーザ間の本ゲームにおける親交の深さを評価し、管理するための情報であり、一例として、テーブルの構造を有した親密度テーブルとして生成される。本実施形態では、親密度テーブルは、サーバ200の記憶部に格納されている。
(Familiarity information)
FIG. 5 is a diagram showing an example of the data structure of the intimacy degree information. The intimacy degree information is information for evaluating and managing the degree of intimacy in the present game between the users, and is generated as an intimacy degree table having a table structure as an example. In the present embodiment, the familiarity table is stored in the storage unit of the server 200.

親密度テーブルには、ユーザ対ごとに親密度に係る情報が格納されている。一例として、親密度テーブルは、ユーザ対、フレンド区分、親密度上限、協力経験値、および、親密度の各項目を有する。 The intimacy table stores information on intimacy for each user pair. As an example, the intimacy table has items of user pair, friend category, intimacy limit, cooperation experience value, and intimacy degree.

ユーザ対の項目には、該ユーザ対をなす、一方のユーザのユーザIDと、他方のユーザのユーザIDとが格納されている。 The item of user pair stores a user ID of one user and a user ID of the other user who form the user pair.

フレンド区分の項目には、該ユーザ対の関係性を示すフレンド区分が格納されている。二人のユーザが共にフォローし合っているユーザ対に対しては、相互フレンドのフレンド区分が関連付けられる。二人のユーザのうちの一方だけがフォローしているユーザ対に対しては、片方向フレンドのフレンド区分が関連付けられる。二人のユーザがいずれもフォローしていないユーザ対に対しては、非フレンドのフレンド区分が関連付けられる。 The friend category, which indicates the relationship between the user pair, is stored in the friend category item. A friend category of mutual friends is associated with a user pair that two users follow each other. A friend category of one-way friends is associated with a user pair followed by only one of the two users. A non-friend friend category is associated with a user pair that neither of the two users follow.

なお、本実施形態では、親密度処理部214は、片方向フレンドの関係性にあるユーザ対の親密度に係る処理について、フォローの方向を考慮しないこととする。すなわち、親密度テーブルにおいては、ユーザ対のうちのどちらがフォローする側で、どちらがされる側かということを管理しない。 In the present embodiment, the intimacy degree processing unit 214 does not consider the follow direction in the processing relating to the intimacy degree of the user pair having the one-way friend relationship. That is, the intimacy table does not manage which of the user pairs is to follow and which is to be followed.

一方、別の実施形態では、親密度処理部214は、フォローの方向を考慮した親密度に係る処理を実行してもよい。この場合、例えば、ユーザ対の項目において、ユーザIDを昇順に格納することとし、先に格納されたユーザIDのユーザがフォローする側であれば、「フォローフレンド」、先に格納されたユーザIDのユーザがフォローされる側であれば、「フォロワーフレンド」のフレンド区分を格納してもよい。 On the other hand, in another embodiment, the intimacy degree processing unit 214 may execute the intimacy degree processing in consideration of the follow direction. In this case, for example, in the item of the user pair, the user IDs are stored in ascending order, and if the user of the user ID stored earlier is the side to follow, “follow friend”, the user ID stored earlier If the user is followed, the friend category of “follower friend” may be stored.

親密度上限の項目には、該ユーザ対に設定されている親密度の上限が格納されている。一例として、相互フレンドのフレンド区分が設定されているユーザ対の親密度の上限は「100」に、それ以外のフレンド区分が設定されているユーザ対の親密度の上限は「10」に設定されている。親密度処理部214は、ユーザ対のフレンド区分が変更された場合、変更後のフレンド区分に応じて親密度の上限を変更する。 The intimacy upper limit item stores an upper limit of the intimacy level set for the user pair. As an example, the upper limit of the intimacy degree of the user pair with the friend category of mutual friends is set to “100”, and the upper limit of the intimacy degree of the user pair with the friend category other than that is set to “10”. ing. When the friend category of the user pair is changed, the intimacy degree processing unit 214 changes the upper limit of the intimacy degree according to the changed friend category.

協力経験値の項目には、該ユーザ対がこれまでに獲得した協力経験値の累積値が格納されている。親密度処理部214は、ユーザ対によって協力プレイが実施された場合、所定の規則にしたがって、協力経験値を加算する。 The cooperation experience value item stores the cumulative value of the cooperation experience values that the user pair has acquired so far. The closeness processing unit 214 adds the cooperation experience value according to a predetermined rule when the cooperative play is performed by the user pair.

親密度の項目には、該ユーザ対に設定されている親密度が格納されている。親密度処理部214は、協力経験値の累積値が所定の条件を満たす場合に、該ユーザ対の親密度を増分する。ただし、親密度処理部214は、設定されている親密度の上限を超える増分は行わない。一例として、本実施形態では、親密度処理部214は、協力経験値100ポイントごとに親密度を1段階上げる。 The degree of intimacy stores the degree of intimacy set for the user pair. The intimacy degree processing unit 214 increments the intimacy degree of the user pair when the cumulative value of the cooperation experience values satisfies a predetermined condition. However, the intimacy degree processing unit 214 does not make an increment exceeding the set upper limit of intimacy degree. As an example, in the present embodiment, the intimacy degree processing unit 214 increases the intimacy degree by one step for every 100 points of cooperation experience value.

具体的には、親密度処理部214は、獲得した協力経験値が100ポイント未満のユーザ対の親密度を「0」に設定する。あるいは、親密度処理部214は、協力経験値が105ポイントのユーザ対の親密度を「1」に設定する。 Specifically, the intimacy degree processing unit 214 sets the intimacy degree of the user pair having the acquired cooperation experience value of less than 100 points to “0”. Alternatively, the intimacy degree processing unit 214 sets the intimacy degree of the user pair having the cooperation experience value of 105 points to “1”.

ただし、親密度処理部214は、協力経験値が1100ポイントを超えるユーザ対であっても、該ユーザ対が相互フレンドでなければ、「10」を超える親密度の更新は行わない。例えば、ユーザ「001」とユーザ「477」とのユーザ対は、獲得した協力経験値が6471ポイントであるが、相互フレンドでないために、親密度が上限の「10」に設定されている。該ユーザ対が相互フレンドになった場合には、親密度処理部214は、これまで獲得された協力経験値6471ポイントに基づいて、該ユーザ対の親密度を「64」に設定してもよい。 However, the intimacy degree processing unit 214 does not update the intimacy degree that exceeds “10” even if the user pair whose cooperation experience value exceeds 1100 points is not a mutual friend. For example, the user pair of the user “001” and the user “477” has the acquired cooperation experience value of 6471 points, but since they are not mutual friends, the intimacy degree is set to the upper limit “10”. When the user pair becomes mutual friends, the intimacy degree processing unit 214 may set the intimacy degree of the user pair to “64” based on the cooperation experience value of 6471 points acquired so far. ..

なお、親密度テーブルは、部分的に、各ユーザ端末100と共有されていてもよい。例えば、ユーザ「001」のユーザ端末100に対しては、図5に示す親密度テーブルのうち、ユーザ対の項目にユーザID「001」が含まれているレコードのみが抽出されて、提供されてもよい。 The familiarity table may be partially shared with each user terminal 100. For example, for the user terminal 100 of the user “001”, only the record in which the user ID “001” is included in the items of the user pair is extracted and provided from the intimacy table shown in FIG. Good.

(フォローリスト)
図6の(A)は、フォローリストのデータ構造の一例を示す図である。フォローリストは、ユーザごとに生成され、各ユーザのユーザ端末100の記憶部120に記憶されている。同図に示すフォローリストは、あるユーザ(ユーザID「001」、ユーザ名「たろう」)のフォローフレンドの一覧を示す。
(Follow list)
FIG. 6A is a diagram showing an example of the data structure of the follow list. The follow list is generated for each user and stored in the storage unit 120 of the user terminal 100 of each user. The follow list shown in the figure shows a list of follow friends of a user (user ID "001", user name "Taro").

ユーザ端末100のフレンド処理部112は、フォローするユーザを指定する第1の入力操作に応答して、指定されたユーザを、フォローリストに登録する。反対に、フレンド処理部112は、フォローフレンドとしての指定を解除する別の入力操作を受け付けた場合には、解除が指示されたフォローフレンドをフォローリストから削除する。フレンド処理部112は、フォローリストを更新した旨をサーバ200に通知する。 The friend processing unit 112 of the user terminal 100 registers the designated user in the follow list in response to the first input operation for designating the user to follow. On the contrary, when the friend processing unit 112 receives another input operation for canceling the designation as a follow friend, the friend processing unit 112 deletes the follow friend for which cancellation is instructed from the follow list. The friend processing unit 112 notifies the server 200 that the follow list has been updated.

なお、図示していないが、フォローリストは、ユーザIDおよびユーザ名の他にも、各フレンドに関する情報が格納された様々な項目を有していてもよい。例えば、最終ログイン日時、ランク、コメント、該フレンドがユーザ本人(ユーザ「001」)をフォローしているか否かを示すフラグ、該フレンドとユーザ本人との間の親密度などの各種情報がフレンドごとに紐付けられていてもよい。 Although not shown, the follow list may have various items in which information about each friend is stored in addition to the user ID and the user name. For example, various information such as the last login date and time, the rank, a comment, a flag indicating whether or not the friend follows the user himself (user "001"), the degree of intimacy between the friend and the user himself, and the like. May be tied to.

(フォロワーリスト)
図6の(B)は、フォロワーリストのデータ構造の一例を示す図である。フォロワーリストは、ユーザごとに生成され、各ユーザのユーザ端末100の記憶部120に記憶されている。同図に示すフォロワーリストは、上述のユーザ「001」のフォロワーフレンドの一覧を示す。
(Follower list)
FIG. 6B is a diagram showing an example of the data structure of the follower list. The follower list is generated for each user and is stored in the storage unit 120 of the user terminal 100 of each user. The follower list shown in the figure shows a list of follower friends of the user "001" described above.

ユーザ端末100のフレンド処理部112は、サーバ200のフレンド管理部213から受信した、ユーザ本人がフォローされたことを示す情報にしたがって、フォローしてくれた他のユーザを、フォロワーリストに登録する。反対に、フレンド処理部112は、該他のユーザがフォローを解除したことを示す情報を受信した場合には、該情報にしたがって、該他のユーザをフォロワーリストから削除する。 The friend processing unit 112 of the user terminal 100 registers another user who has followed in the follower list in accordance with the information received from the friend management unit 213 of the server 200 and indicating that the user himself/herself has been followed. On the contrary, when the friend processing unit 112 receives the information indicating that the other user has canceled the follow-up, the friend processing unit 112 deletes the other user from the follower list according to the information.

なお、図示していないが、フォロワーリストは、ユーザIDおよびユーザ名の他にも、各フレンドに関する情報が格納された様々な項目を有していてもよい。例えば、最終ログイン日時、ランク、コメント、ユーザ本人(ユーザ「001」)が該フレンドをフォローしているか否かを示すフラグ、該フレンドとユーザ本人との間の親密度などの各種情報がフレンドごとに紐付けられていてもよい。 Although not shown, the follower list may have various items in which information about each friend is stored in addition to the user ID and the user name. For example, various information such as the last login date and time, the rank, the comment, the flag indicating whether or not the user himself/herself (user “001”) is following the friend, and the degree of intimacy between the friend and the user himself/herself are set for each friend. May be tied to.

クエスト進行部111、フレンド処理部112および親密度処理部113の各部は、フォローリストおよびフォロワーリストの両方に含まれているユーザを、相互フレンドと決定することができる。また、各部は、いずれのリストにも含まれていないユーザを、非フレンドと決定することができる。また、各部は、フォローリストにのみ含まれているユーザを、フォローフレンドと決定することができる。また、各部は、フォロワーリストにのみ含まれているユーザを、フォロワーフレンドと決定することができる。 Each of the quest progression unit 111, the friend processing unit 112, and the intimacy processing unit 113 can determine a user included in both the follow list and the follower list as a mutual friend. Moreover, each part can determine a user who is not included in any of the lists as a non-friend. Further, each unit can determine a user included only in the follow list as a follow friend. In addition, each unit can determine a user included only in the follower list as a follower friend.

ユーザ端末100は、記憶部120において、図6の(A)および(B)に示す各リストを1つのテーブルとして保持してもよい。この場合、上記のテーブルにおいて、ユーザ本人が、該フレンドをフォローしているか否かを示すフラグを格納する第1項目と、該フレンドがユーザ本人をフォローしているか否かを示すフラグを格納する第2項目とを追加する。このようにすれば、上述の各部は、第1項目および第2項目のフラグに基づいて、フレンドのフレンド区分を決定することができる。 The user terminal 100 may store the lists shown in FIGS. 6A and 6B as one table in the storage unit 120. In this case, in the above table, the first item storing a flag indicating whether the user himself follows the friend and a flag indicating whether the friend following the user himself are stored. Add the second item and. With this configuration, each of the above-described units can determine the friend classification of the friend based on the flags of the first item and the second item.

<処理フロー>
(親密度の上限を解放する処理)
図7は、親密度に係る処理のうち、親密度の上限を変更する処理の流れを示すフローチャートである。図7に示す一連の処理は、図3に示すステップS106に対応する。以下では、サーバ200の親密度処理部214が、図7に示す一連の処理を実行するものとして説明する。
<Processing flow>
(Process to release the upper limit of intimacy)
FIG. 7 is a flowchart showing a flow of a process of changing the upper limit of the degree of intimacy among processes related to the degree of intimacy. The series of processing shown in FIG. 7 corresponds to step S106 shown in FIG. Hereinafter, the familiarity processing unit 214 of the server 200 will be described as performing a series of processes shown in FIG. 7.

ステップS201では、親密度処理部214は、あるユーザ対のフレンド区分が、別の区分から相互フレンドへと変更されたか否かを判定する。親密度処理部214は、フレンド区分が変更された旨の通知をユーザ端末100から受信することで、相互フレンドへの変更を認識してもよいし、サーバ200のフレンド管理部213が図4に示す関係性テーブルにおいて、ユーザ対に対応するセルの値を「0」から「1」に更新したことに基づいて、相互フレンドへの変更を認識してもよい。 In step S201, the intimacy processing unit 214 determines whether or not the friend category of a certain user pair has been changed from another category to mutual friend. The intimacy degree processing unit 214 may recognize the change to the mutual friend by receiving the notification that the friend classification has been changed from the user terminal 100, or the friend management unit 213 of the server 200 may display the friendship change unit 213 illustrated in FIG. In the relationship table shown, the change to the mutual friend may be recognized based on the value of the cell corresponding to the user pair being updated from “0” to “1”.

親密度処理部214は、あるユーザ対のフレンド区分が相互フレンドへ変更されたと判定した場合は、ステップS201のYESからステップS202へ進む。別の区分から相互フレンドへの変更が起こらないうちは、ステップS202は実行されない。 When the closeness processing unit 214 determines that the friend category of a certain user pair has been changed to mutual friend, the process proceeds from YES in step S201 to step S202. Step S202 is not executed until the change from another division to a mutual friend occurs.

ステップS202では、親密度処理部214は、親密度テーブルにおいて、上述のユーザ対に関連付けられているフレンド区分の項目を、別の区分から相互フレンドへと変更するとともに、該ユーザ対の親密度上限を、「10」から「100」に変更する。 In step S202, the intimacy degree processing unit 214 changes the friend category item associated with the user pair described above from another category to mutual friend in the intimacy table, and at the same time, the intimacy degree upper limit of the user pair. Is changed from "10" to "100".

親密度処理部214は、親密度上限を「100」まで解放した後、上述のユーザ対の協力経験値が1100を超えている場合には、現在の協力経験値に基づいて親密度も更新してもよい。 After releasing the upper limit of intimacy degree to “100”, the intimacy degree processing unit 214 updates the intimacy degree based on the current cooperation experience value if the above-mentioned cooperation experience value of the user pair exceeds 1100. May be.

別の実施形態では、ステップS201において、ユーザ端末100のフレンド処理部112が、図6の(A)および(B)に示す、フォローリストおよびフォロワーリストを更新したことに基づいて、親密度処理部113が、あるユーザ対のフレンド区分が、別の区分から相互フレンドへと変更されたことを認識してもよい。 In another embodiment, in step S201, the friend processing unit 112 of the user terminal 100 updates the follow list and the follower list shown in (A) and (B) of FIG. 113 may recognize that the friend category of one user pair has changed from another category to a mutual friend.

ステップS202において、親密度処理部113は、相互フレンドへの区分変更に基づいて、ユーザと他のユーザとの間の親密度の上限を解放し、その旨を、親密度処理部214に対して通知してもよい。 In step S202, the intimacy processing unit 113 releases the upper limit of the intimacy degree between the user and the other user based on the change to the mutual friend classification, and notifies the intimacy processing unit 214 to that effect. You may notify.

(親密度を増分する処理)
図8は、親密度に係る処理のうち、親密度を増分する処理の流れを示すフローチャートである。図8に示す一連の処理は、図3に示すステップS106に対応する。以下では、ユーザ端末100が、図8に示す一連の処理を実行するものとして説明する。
(Process to increase intimacy)
FIG. 8 is a flowchart showing a flow of a process of incrementing the degree of intimacy among processes related to the degree of intimacy. The series of processes shown in FIG. 8 corresponds to step S106 shown in FIG. Hereinafter, the user terminal 100 will be described as performing the series of processes shown in FIG. 8.

ステップS301では、クエスト進行部111は、協力プレイを開始することを指示する入力操作を受け付ける。該入力操作は、例えば、ユーザがプレイしたいクエストを指定し、表示部152に表示された、クエストの開始を指示するボタンをタップすることなどを想定している。より具体的には、他のユーザのキャラクタを助っ人に指定した状態で、シングルプレイクエストの開始を指示する入力操作、または、ユーザと他のユーザとの出撃準備が調った状態でマルチプレイクエストの開始を指示する入力操作が想定されている。 In step S301, the quest progression unit 111 receives an input operation instructing to start cooperative play. The input operation is assumed to be, for example, that the user specifies a quest to play and taps a button displayed on the display unit 152 for instructing the start of the quest. More specifically, with the character of another user designated as an assistant, an input operation for instructing the start of the single play quest, or a multiplayer quest of the multiplayer quest with the user and other users ready to sort out. Input operation for instructing start is assumed.

ステップS302では、クエスト進行部111は、協力プレイを実施するユーザ対を特定する。具体的には、クエスト進行部111は、ユーザ本人のユーザIDと、ユーザが協力者に選んだ他のユーザのユーザIDとを特定する。 In step S302, the quest progression unit 111 identifies a user pair who performs cooperative play. Specifically, the quest progression unit 111 identifies the user ID of the user himself and the user IDs of other users selected by the user as cooperators.

ステップS303では、クエスト進行部111は、協力プレイに係るクエストを進行させる。クエスト進行部111は、必要に応じて、サーバ200と通信し、進行支援部211から適宜必要な情報を受信して、該クエストを進行させる。進行されているクエストが、マルチプレイクエストである場合、同期制御部212の制御下で、協力者である他のユーザのプレイ結果もクエスト進行部111に供給される。 In step S303, the quest progression unit 111 advances the quest related to cooperative play. The quest progression unit 111 communicates with the server 200 as needed, receives necessary information from the progress support unit 211 as appropriate, and advances the quest. When the quest being progressed is a multi-play quest, the play results of other users who are cooperators are also supplied to the quest progress section 111 under the control of the synchronization control section 212.

ステップS304では、クエスト進行部111は、クエストのクリア成否が確定してクエストが終了したか否かを判定する。終了の判定は、クエスト進行部111が進行状況に応じて行ってもよいし、サーバ200からクエスト終了の通知を受信したことに基づいて行ってもよい。クエスト進行部111は、クエストが終了していない場合には、ステップS304のNOからステップS303に戻ってクエストの進行を継続する。クエスト進行部111は、クエストが終了した場合には、ステップS304のYESからステップS305に進む。 In step S304, the quest progression unit 111 determines whether or not the quest has been completed successfully and the quest has ended. The determination of the end may be made based on the progress status of the quest progression unit 111, or may be made based on the notification of the end of the quest being received from the server 200. If the quest has not ended, the quest progress section 111 returns from NO in step S304 to step S303 to continue the progress of the quest. When the quest ends, the quest progression unit 111 proceeds from YES in step S304 to step S305.

ステップS305では、クエスト進行部111は、クエストのクリア成否、および、特定されたユーザ対の親密度に応じて、ユーザに報酬を付与する。報酬の内容は、クエスト進行部111が決定してもよいし、サーバ200の進行支援部211が決定してもよい。例えば、報酬の内容は、プレイされたクエストの種類、クエストの難易度、クリア成否、クエスト開始からクリアまでの所要時間、クエスト進行中のプレイ内容、協力プレイを実施したユーザ対の親密度、および、該ユーザ対のフレンド区分などに応じて適宜決定される。 In step S305, the quest progression unit 111 gives a reward to the user in accordance with the success or failure of the quest clearing and the closeness of the identified user pair. The content of the reward may be determined by the quest progression unit 111 or the progress support unit 211 of the server 200. For example, the content of the reward includes the type of quest played, the difficulty of the quest, the success or failure of the quest, the time required from the start of the quest to the completion of the quest, the content of the play in progress of the quest, the intimacy of the pair of users who performed cooperative play, , Is appropriately determined according to the friend category of the user pair.

報酬は、一例として、仮想通貨、アイテム、一定確率でドロップするカードなどが想定される。本実施形態では、協力プレイのプレイ報酬として、具体的には、友情ポイントが付与される。友情ポイントは、ユーザ対が協力プレイの実施を通じて親交を深めたことに対する報酬として付与されるゲーム内価値であり、クエストを有利に進めるために使用できるその他の様々なアイテムと交換できるポイントである。各ユーザに協力プレイを促すために、友情ポイントでのみ交換できるアイテムを用意したり、友情ポイントで交換することによって少ない負担で有利なアイテムが入手できるようにすることが好ましい。 As the reward, for example, virtual currency, items, cards that drop with a certain probability, etc. are assumed. In this embodiment, specifically, friendship points are given as a play reward for cooperative play. Friendship points are in-game values given as rewards for the user pair to deepen friendship through the execution of cooperative play, and are points that can be exchanged for various other items that can be used to favorably advance the quest. In order to encourage each user to play cooperatively, it is preferable to prepare an item that can be exchanged only at friendship points or to obtain an advantageous item with a small burden by exchanging at friendship points.

ステップS306では、親密度処理部113は、先の協力プレイを実施したユーザ対に設定されているフレンド区分が相互フレンドであるか否かを判定する。親密度処理部113は、該ユーザ対のフレンド区分が相互フレンドでない場合には、ステップS306のNOからステップS307に進む。親密度処理部113は、該ユーザ対のフレンド区分が相互フレンドである場合には、ステップS306のYESからステップS308に進む。 In step S306, the intimacy degree processing unit 113 determines whether or not the friend category set for the user pair who has performed the previous cooperative play is a mutual friend. If the friend category of the user pair is not mutual friend, the intimacy degree processing unit 113 proceeds from NO in step S306 to step S307. When the friend category of the user pair is mutual friend, the intimacy degree processing unit 113 proceeds from YES in step S306 to step S308.

ステップS307では、親密度処理部113は、該ユーザ対の親密度を第1所定値分だけ増分する。 In step S307, the intimacy degree processing unit 113 increments the intimacy degree of the user pair by the first predetermined value.

ステップS308では、親密度処理部113は、該ユーザ対の親密度を、上述の第1所定値よりも大きい第2所定値分だけ増分する。 In step S308, the intimacy degree processing unit 113 increments the intimacy degree of the user pair by the second predetermined value larger than the first predetermined value described above.

上述の方法によれば、相互フレンドの関係にあるユーザ対で協力プレイを実施すれば、より効率的に親密度を高めることができ、高い親密度に基づいてゲームを有利に進めることができる。 According to the above-mentioned method, if cooperative play is carried out by a pair of users who are in a mutual friend relationship, the intimacy can be increased more efficiently, and the game can be advantageously advanced based on the high intimacy.

なお、ステップS307またはS308において親密度を増分させる方法について、本実施形態では、具体的には、親密度処理部113は、まず、協力経験値を該ユーザ対に獲得させる。ユーザ端末100の親密度処理部113が協力経験値をユーザ対に獲得させる場合には、協力プレイのホストとなるユーザのユーザ端末100において、親密度処理部113が協力経験値の加算を実行すればよい。親密度処理部113は、加算の結果、協力経験値の累積値が所定の設定値に到達した場合には、該設定値に対応する値まで、該ユーザ対の親密度を上昇させる。親密度処理部113は、該ユーザ対の協力経験値および親密度を更新した旨を、サーバ200の親密度処理部214に通知する。 Regarding the method of incrementing the degree of intimacy in step S307 or S308, in the present embodiment, specifically, the intimacy degree processing unit 113 first causes the user pair to acquire a cooperation experience value. When the intimacy processing unit 113 of the user terminal 100 causes the user pair to acquire the cooperation experience value, the intimacy processing unit 113 may add the cooperation experience value in the user terminal 100 of the user who is the host of the cooperative play. Good. As a result of the addition, when the cumulative value of the cooperation experience values reaches a predetermined set value, the intimacy degree processing unit 113 increases the intimacy degree of the user pair to a value corresponding to the set value. The intimacy degree processing unit 113 notifies the intimacy degree processing unit 214 of the server 200 that the cooperation experience value and intimacy degree of the user pair have been updated.

親密度処理部113は、ユーザ対に獲得させる協力経験値を、クエストの種類、倒した敵キャラクタの数または強さなど、フレンド区分以外の条件に応じて決定してもよい。ただし、親密度処理部113は、ユーザ対のフレンド区分が相互フレンドである場合と、そうでない場合とで比較して、相互フレンドである場合に協力経験値をより多く獲得させる。 The intimacy degree processing unit 113 may determine the cooperation experience value to be acquired by the user pair in accordance with conditions other than the friend category, such as the type of quest, the number or strength of the defeated enemy characters, and the like. However, the intimacy processing unit 113 compares the case where the friend classification of the user pair is mutual friend and the case where the friend category of the user pair is not mutual friend, and acquires more cooperation experience values when the user is mutual friend.

<画面例>
(フレンド管理画面)
図9および図10は、フレンド処理部112が表示部152に表示させるゲーム画面の一例を示す図である。具体的には、図9および図10に示すゲーム画面は、ユーザのフレンドを管理するための管理画面300である。さらに詳細には、図9は、フォローリストが配置されている管理画面300の一例を示し、図10は、フォロワーリストが配置されている管理画面300の一例を示す。フレンド処理部112は、例えば、本ゲームのホーム画面(図14の(A)など)において、管理画面300を呼び出すための管理ボタン603を押下する入力操作を受け付けた場合に、図9に示す管理画面300を表示させてもよい。
<Screen example>
(Friend management screen)
9 and 10 are diagrams showing an example of a game screen displayed on the display unit 152 by the friend processing unit 112. Specifically, the game screens shown in FIGS. 9 and 10 are management screens 300 for managing the user's friends. More specifically, FIG. 9 shows an example of the management screen 300 in which the follow list is arranged, and FIG. 10 shows an example of the management screen 300 in which the follower list is arranged. For example, when the friend processing unit 112 receives an input operation of pressing the management button 603 for calling the management screen 300 on the home screen of the present game ((A) of FIG. 14 or the like), the management shown in FIG. The screen 300 may be displayed.

図9に示すとおり、管理画面300には、フォローリストに対応するタブ301、フォロワーリストに対応するタブ302、および、フォローリスト303などのUI部品が含まれている。管理画面300には、他にも、他のユーザを検索するためのUI部品が含まれていてもよい。 As illustrated in FIG. 9, the management screen 300 includes UI components such as a tab 301 corresponding to a follow list, a tab 302 corresponding to a follower list, and a follow list 303. The management screen 300 may also include UI components for searching for other users.

タブ301は、フォローリスト303を表示させることを指示するためのUI部品である。フレンド処理部112は、例えば、ユーザから、タブ301をタップする入力操作を受け付けたことに応答して、フォローリスト303を管理画面300上に表示させる。 The tab 301 is a UI component for instructing to display the follow list 303. For example, the friend processing unit 112 displays the follow list 303 on the management screen 300 in response to receiving an input operation of tapping the tab 301 from the user.

タブ302は、後述するフォロワーリスト311を表示させることを指示するためのUI部品である。フレンド処理部112は、例えば、ユーザからタブ302をタップする入力操作を受け付けたことに応答して、フォロワーリスト311を管理画面300上に表示させる。 The tab 302 is a UI component for instructing to display a follower list 311 described later. For example, the friend processing unit 112 displays the follower list 311 on the management screen 300 in response to receiving an input operation of tapping the tab 302 from the user.

フォローリスト303は、ユーザがフォローしているフォローフレンドを一覧表示するためのリストである。図9に示す例では、フォローリスト303には、フレンドに関する情報を提示するためのUI部品であるフレンド情報304が複数個配置される。1つのフレンド情報304は、1名のフレンドに関する情報を提示する。 The follow list 303 is a list for displaying a list of follow friends that the user is following. In the example shown in FIG. 9, the follow list 303 includes a plurality of friend information 304, which are UI components for presenting information about friends. One friend information 304 presents information regarding one friend.

フレンド情報304は、一例として、関係性アイコン305、および、親密度アイコン306を少なくとも含む。 For example, the friend information 304 includes at least a relationship icon 305 and an intimacy icon 306.

関係性アイコン305は、ユーザ本人とフレンドとの間の関係性、具体的には、フォローの方向を提示するUI部品である。これにより、ユーザが各フレンドとの関係性を確認することができる。図9に示す例では、ユーザだけがフレンドをフォローしている状態であって、該フレンドからはフォローされていない状態、すなわち、ユーザとフレンドとが片方向フレンドの関係にある場合には、該フレンドのフレンド情報304においては、関係性アイコン305は、上向きの矢印のみで構成される。一方、フレンドの方からもフォローされている状態、すなわち、ユーザとフレンドとが相互フレンドの関係にある場合には、該フレンドのフレンド情報304において、関係性アイコン305は、上向きの矢印と下向きの矢印とで構成される。なお、フォローリスト303は、ユーザがフォローしているフレンドを一覧表示するためのリストであるので、フォローリスト303に配置されるすべてのフレンド情報304において関係性アイコン305には上向き矢印が含まれることになる。 The relationship icon 305 is a UI component that presents the relationship between the user himself and his friend, specifically, the follow direction. This allows the user to confirm the relationship with each friend. In the example shown in FIG. 9, when only the user is following a friend and not being followed by the friend, that is, when the user and the friend have a one-way friend relationship, In the friend information 304 of the friend, the relationship icon 305 includes only an upward arrow. On the other hand, when the user and the friend are in a mutual friend relationship, the relationship icon 305 indicates that the friend icon 304 of the friend has an upward arrow and a downward arrow. Composed of arrows and. Since the follow list 303 is a list for displaying a list of friends that the user is following, the relationship icon 305 in all the friend information 304 arranged in the follow list 303 includes an upward arrow. become.

親密度アイコン306は、ユーザ本人とフレンドとの間に設定された親密度を提示するUI部品である。親密度アイコン306は、親密度を表す数値を含んで構成される。これによりユーザは該フレンドとの親密度を直感的に把握することができる。 The closeness icon 306 is a UI component that presents the closeness set between the user himself and his friend. The closeness icon 306 is configured to include a numerical value indicating the closeness. This allows the user to intuitively understand the degree of intimacy with the friend.

各フレンド情報304は、フレンドに関する情報として、他にも、例えば、ユーザ名、パーティー編成においてリーダーに設定しているキャラクタのアイコン、最終ログイン日時からの経過時間、ランク、該フレンドが設定しているコメントなどを提示するUI部品を含んでいてもよい。 Each friend information 304 is, as information related to a friend, a user name, an icon of a character set as a leader in party formation, an elapsed time since the last login date and time, a rank, and the friend information 304, for example. A UI component that presents a comment or the like may be included.

なお、各フレンド情報304は、ユーザが該フレンドのフォローを解除するためのUI部品として、図示しない解除ボタンを含んでいてもよい。 Each friend information 304 may include a cancel button (not shown) as a UI component for the user to cancel the follow of the friend.

図10に示すとおり、管理画面300には、フォローリストに対応するタブ301、フォロワーリストに対応するタブ302、および、フォロワーリスト311などのUI部品が含まれている。 As shown in FIG. 10, the management screen 300 includes UI parts such as a tab 301 corresponding to the follow list, a tab 302 corresponding to the follower list, and a follower list 311.

フォロワーリスト311は、ユーザをフォローしているフォロワーフレンドを一覧表示するためのリストである。図10に示す例では、フォロワーリスト311には、フレンドに関する情報を提示するためのUI部品であるフレンド情報304が複数個配置される。1つのフレンド情報304は、1名のフレンドに関する情報を提示する。 The follower list 311 is a list for displaying a list of follower friends who follow the user. In the example illustrated in FIG. 10, the follower list 311 includes a plurality of friend information 304, which are UI components for presenting information about friends. One friend information 304 presents information regarding one friend.

フレンド情報304は、一例として、関係性アイコン305、および、親密度アイコン306を少なくとも含む。さらに、フレンド情報304は、ユーザがフォローしていないフレンドのフレンド情報304である場合に、フォローボタン312を含んでいることが好ましい。 For example, the friend information 304 includes at least a relationship icon 305 and an intimacy icon 306. Furthermore, when the friend information 304 is the friend information 304 of a friend that the user does not follow, it is preferable that the friend information 304 includes a follow button 312.

関係性アイコン305に関して、図10に示す例では、フレンドだけがユーザをフォローしている状態であって、ユーザからは該フレンドをフォローしていない状態、すなわち、ユーザとフレンドとが片方向フレンドの関係にある場合には、該フレンドのフレンド情報304においては、関係性アイコン305は、下向きの矢印のみで構成される。一方、ユーザの方からもフォローしている状態、すなわち、ユーザとフレンドとが相互フレンドの関係にある場合には、該フレンドのフレンド情報304において、関係性アイコン305は、上向きの矢印と下向きの矢印とで構成される。なお、フォロワーリスト311は、ユーザをフォローしているフレンドを一覧表示するためのリストであるので、フォロワーリスト311に配置されるすべてのフレンド情報304において関係性アイコン305には下向き矢印が含まれることになる。 Regarding the relationship icon 305, in the example shown in FIG. 10, only the friend is following the user, and the user is not following the friend, that is, the user and the friend are one-way friends. When there is a relationship, in the friend information 304 of the friend, the relationship icon 305 includes only a downward arrow. On the other hand, when the user is also following, that is, when the user and the friend have a mutual friend relationship, in the friend information 304 of the friend, the relationship icon 305 indicates that the arrow pointing upward and the arrow pointing downward. Composed of arrows and. Since the follower list 311 is a list for displaying a list of friends who are following the user, the relationship icon 305 includes a downward arrow in all the friend information 304 arranged in the follower list 311. become.

フォローボタン312は、該フレンドをフォローすることをユーザが指示するためのUI部品である。フレンド処理部112は、例えば、フォローボタン312をタップする入力操作を受け付けると、フォローボタン312がタップされたフレンド情報304に対応するフレンドをフォローするための処理を実行する。具体的には、指定された該フレンドを、図6の(A)に示すフォローリストに登録するとともに、登録した旨をサーバ200に通知する。これにより、該フレンドは、ユーザのフォローリストにもフォロワーリストにも登録されたことになり、その結果、該フレンドは、ユーザの相互フレンドとして認識される。 The follow button 312 is a UI component for the user to instruct to follow the friend. For example, when the friend processing unit 112 receives an input operation of tapping the follow button 312, the friend processing unit 112 executes a process for following the friend corresponding to the friend information 304 on which the follow button 312 is tapped. Specifically, the designated friend is registered in the follow list shown in FIG. 6A and the server 200 is notified of the registration. As a result, the friend is registered in both the follow list and the follower list of the user, and as a result, the friend is recognized as the mutual friend of the user.

各フレンド情報304は、フレンドに関する情報として、他にも、例えば、ユーザ名、パーティー編成においてリーダーに設定しているキャラクタのアイコン、最終ログイン日時からの経過時間、ランク、該フレンドが設定しているコメントなどを提示するUI部品を含んでいてもよい。 Each friend information 304 is, as information related to a friend, a user name, an icon of a character set as a leader in party formation, an elapsed time since the last login date and time, a rank, and the friend information 304, for example. A UI component that presents a comment or the like may be included.

なお、相互フレンドのフレンド情報304については、ユーザが該フレンドのフォローを解除するためのUI部品として、図示しない解除ボタンを配置してもよい。 Regarding the friend information 304 of mutual friends, a cancel button (not shown) may be arranged as a UI component for the user to cancel the follow of the friend.

(シングルプレイクエストの開始画面)
図11は、クエスト進行部111が表示部152に表示させるゲーム画面の一例を示す図である。具体的には、図11に示すゲーム画面は、ユーザがシングルプレイクエストの開始を指示するための開始画面400である。クエスト進行部111は、例えば、図8に示すステップS301より前に、図11に示す開始画面400を表示させてもよい。
(Single play quest start screen)
11: is a figure which shows an example of the game screen which the quest progress part 111 displays on the display part 152. As shown in FIG. Specifically, the game screen shown in FIG. 11 is a start screen 400 for the user to instruct the start of the single play quest. The quest progression unit 111 may display the start screen 400 shown in FIG. 11, for example, before step S301 shown in FIG.

開始画面400には、助っ人リスト401、カーソル402、および、開始ボタン403などのUI部品が含まれている。開始画面400には、他にも、クエスト名およびクエスト番号などを提示するためのUI部品が含まれていてもよい。 The start screen 400 includes UI components such as a helper list 401, a cursor 402, and a start button 403. The start screen 400 may also include UI parts for presenting the quest name, the quest number, and the like.

助っ人リスト401は、所定の規則にしたがって助っ人候補として抽出された、複数の他のユーザを一覧表示するためのリストである。助っ人リスト401は、複数のフレンド情報304を含む。フレンド情報304は、関係性アイコン305と親密度アイコン306とを含む。そして、ユーザがフォローしていない他のユーザのフレンド情報304については、フォローボタン312を配置することにより、ユーザに対して該他のユーザをフォローするように促すことができる。なお、ここでは、便宜上、非フレンドである他のユーザの情報についてもフレンド情報と称する。 The helper list 401 is a list for displaying a list of a plurality of other users extracted as helper candidates according to a predetermined rule. The helper list 401 includes a plurality of friend information 304. The friend information 304 includes a relationship icon 305 and an intimacy icon 306. Then, regarding the friend information 304 of another user that the user does not follow, by placing the follow button 312, the user can be prompted to follow the other user. Note that, for convenience, information of other users who are not friends is also referred to as friend information.

助っ人の候補の抽出、すなわち、協力者のマッチングは、サーバ200の同期制御部212によって実行される。同期制御部212は、クエスト進行部111からのリクエストに応答して、本ゲームをプレイするユーザを管理するデータベース(不図示)の中から、要求元のユーザ端末100に供給する助っ人候補を抽出する。同期制御部212は、最終ログイン日時が新しいユーザから順に所定人数を抽出してもよいし、ユーザとの間に設定されている親密度が高いユーザから順に所定人数を抽出してもよいし、フレンド区分が相互フレンド、フォロワーフレンド、フォローフレンド、非フレンドの順に、優先させて抽出してもよいし、ランクが近いユーザから順に所定人数を抽出してもよい。また、同じユーザばかりが連続して助っ人に選ばれることを避けるために、クールタイムが設けられていてもよく、この場合、同期制御部212は、前回の助っ人参戦から所定時間以上が経過しているユーザの中から、助っ人候補を抽出してもよい。同期制御部212は、助っ人候補として、非フレンドを抽出してもよい。 Extraction of helper candidates, that is, matching of cooperators is executed by the synchronization control unit 212 of the server 200. In response to the request from the quest progression unit 111, the synchronization control unit 212 extracts a helper candidate to be supplied to the requesting user terminal 100 from a database (not shown) that manages users who play this game. .. The synchronization control unit 212 may extract the predetermined number of people in order from the user having the latest login date and time, or may extract the predetermined number of people in order from the user having a high degree of intimacy set with the user. The friend categories may be prioritized in the order of mutual friend, follower friend, follow friend, and non-friend, or a predetermined number of users may be extracted in order from users with similar ranks. In addition, a cool time may be provided in order to prevent only the same user from being continuously selected as a helper, and in this case, the synchronization control unit 212 determines that a predetermined time or more has elapsed since the previous helper participation. A helper candidate may be extracted from the users who are present. The synchronization control unit 212 may extract non-friends as helper candidates.

本実施形態では、クエスト進行部111は、助っ人リスト401上の各フレンド情報304のいずれかに対してタップ操作を受け付けることにより、助っ人の選択を受け付ける。クエスト進行部111は、ユーザによってタップ操作されたユーザのフレンド情報に、カーソル402を表示させてもよい。これにより、ユーザは、自身が選択した助っ人を明確に認識することができる。 In the present embodiment, the quest progression unit 111 accepts a helper's selection by accepting a tap operation on any of the friend information 304 on the helper list 401. The quest progression unit 111 may display the cursor 402 on the friend information of the user tapped by the user. This allows the user to clearly recognize the helper selected by the user.

開始ボタン403は、ユーザがクエストの開始を指示するためのUI部品である。例えば、助っ人リスト401の中のいずれかのユーザが指定された状態で、開始ボタン403がタップされると、そのタップ操作に応答して、クエスト進行部111は、指定されたユーザがリーダーに設定しているキャラクタ404を、NPCとして参加させた上で、クエストを開始する。本実施形態では、クエスト進行部111は、助っ人リスト401の中から助っ人を1人選択しなければ、開始ボタン403に対する入力操作を受け付けないものとする。別の実施形態では、クエスト進行部111は、助っ人が指定されていない状態で開始ボタン403に対する入力操作を受け付け、NPCを登場させずに、ユーザが編成したパーティーだけでクエストを開始する構成であってもよい。 The start button 403 is a UI component for the user to instruct the start of the quest. For example, when the start button 403 is tapped while any user in the helper list 401 is designated, the quest progression unit 111 sets the designated user as a leader in response to the tap operation. The character 404 is participating as an NPC and the quest is started. In the present embodiment, the quest progression unit 111 does not accept an input operation on the start button 403 unless one helper is selected from the helper list 401. In another embodiment, the quest progression unit 111 is configured to accept an input operation on the start button 403 without a helper being specified, and to start the quest only with the party organized by the user without making the NPC appear. May be.

上述のとおり、開始画面400においても、関係性アイコン305およびフォローボタン312を表示させることにより、クエストの開始前のタイミングで、他のユーザをフォローすることをユーザに動機付けることができる。さらに、親密度アイコン306を表示させることにより、ユーザに、助っ人候補との親交の深さを意識させることができる。例えば、ユーザは、親密度が高いのに、自身がフォローしていないユーザが助っ人リスト401に上がってきたときに、フォローすることを強く動機付けられる。 As described above, by displaying the relationship icon 305 and the follow button 312 also on the start screen 400, the user can be motivated to follow another user at the timing before the start of the quest. Further, by displaying the closeness icon 306, the user can be made aware of the depth of friendship with the helper candidate. For example, a user may be strongly motivated to follow when a user who has a high degree of intimacy but is not followed by himself/herself is on the helper list 401.

(シングルプレイクエストの結果画面)
図12は、クエスト進行部111が表示部152に表示させるゲーム画面の一例を示す図である。具体的には、図12に示すゲーム画面は、ユーザがシングルプレイクエストのプレイを終えた後、特に、クリアした後に表示される、プレイ結果をユーザに提示するための結果画面450である。クエスト進行部111は、例えば、図8に示すステップS304の後、図12に示す結果画面450を表示させてもよい。
(Single play quest result screen)
FIG. 12 is a diagram showing an example of a game screen displayed by the quest progression unit 111 on the display unit 152. Specifically, the game screen shown in FIG. 12 is a result screen 450 for presenting the play result to the user, which is displayed after the user finishes playing the single play quest, particularly after clearing the single play quest. The quest progression unit 111 may display the result screen 450 shown in FIG. 12 after step S304 shown in FIG. 8, for example.

結果画面450には、報酬情報451、助っ人情報452、および、更新通知453などのUI部品が含まれている。 The result screen 450 includes UI components such as reward information 451, helper information 452, and update notification 453.

報酬情報451は、クエストをクリアしたユーザに付与される報酬をユーザに提示するUI部品であり、例えば、ゲーム内で利用できる仮想通貨、アイテムなどが示される。 The reward information 451 is a UI component that presents the reward given to the user who has cleared the quest to the user, and indicates, for example, virtual currency and items that can be used in the game.

助っ人情報452は、プレイされたクエストに助っ人として参加させたキャラクタの所有主、つまり、図11に示す開始画面400において、ユーザに指定された他のユーザに関するフレンド情報を再度ユーザに提示するためのUI部品である。助っ人情報452は、図11に示すフレンド情報304と同様に、リーダーに設定されているキャラクタ、ランク、ユーザ名、コメント、関係性アイコンなどを含んでいてもよい。 The helper information 452 is for the owner of the character who has participated in the played quest as a helper, that is, for presenting the friend information regarding the other user designated by the user to the user again on the start screen 400 shown in FIG. 11. It is a UI component. Like the friend information 304 shown in FIG. 11, the helper information 452 may include a character set as a leader, a rank, a user name, a comment, a relationship icon, and the like.

更新通知453は、協力プレイが実施された結果、親密度がどのように更新されたのかをユーザに対して通知するためのUI部品である。一例として、更新通知453は、親密度が上がったことを示すメッセージや、イラストを含んでいる。さらに、ユーザと、助っ人のキャラクタを提供してくれた他のユーザとが相互フレンドの関係にある場合には、クエスト進行部111は、ボーナス通知454を更新通知453に含めることが好ましい。 The update notification 453 is a UI component for notifying the user how the intimacy level has been updated as a result of the cooperative play being performed. As an example, the update notification 453 includes a message indicating that the degree of intimacy has increased, and an illustration. Furthermore, when the user and the other user who provided the helper character have a mutual friend relationship, the quest progression unit 111 preferably includes the bonus notification 454 in the update notification 453.

これにより、相互フレンドのメリットが強調され、協力者のユーザが相互フレンドであったおかげで、より一層親密度が向上したということをユーザが認識することができる。結果として、ユーザは、協力者と相互フレンドの関係にあることの恩恵を直接的に知覚することができ、他にもより多くのユーザと相互フレンドになるように動機付けられる。 Thereby, the merit of mutual friend is emphasized, and the user can recognize that the user of the collaborator is mutual friend, and thus the intimacy level is further improved. As a result, users can directly perceive the benefits of having mutual friend relationships with collaborators and are motivated to be mutual friends with more other users.

なお、クエスト進行部111は、更新通知453において、親密度処理部113または親密度処理部214によって増分された協力経験値を、表示してもよい。この場合にも、相互フレンドであることの恩恵として、余分に獲得させた協力経験値を、ボーナス通知454のように強調表示することが好ましい。 Note that the quest progression unit 111 may display the cooperation experience value incremented by the intimacy degree processing unit 113 or the intimacy degree processing unit 214 in the update notification 453. Also in this case, as a benefit of being a mutual friend, it is preferable to highlight the extra cooperation experience value acquired as in the bonus notification 454.

一方、クエスト進行部111は、ユーザが協力者のユーザをフォローしていない場合には、更新通知453に代えて図15に示す更新通知706を表示させてもよい。更新通知706は、さらに、メッセージ707を含む。メッセージ707は、例えば、相互フレンドであることの恩恵が受けられない、または、相互フレンドでないために被っている損害を説明するメッセージを含む。さらに、メッセージ707は、協力者のユーザをフォローすることを促すメッセージを含んでいてもよい。さらに、クエスト進行部111は、助っ人情報452に、フォローボタン705を設けて、該協力者のユーザをフォローすることをユーザに促すことが好ましい。上述の構成によれば、クエスト終了直後のタイミングで、他のユーザをフォローすることをユーザに強く動機付けることができる。 On the other hand, the quest progression unit 111 may display the update notification 706 shown in FIG. 15 instead of the update notification 453 when the user is not following the user who is the collaborator. Update notification 706 further includes message 707. Message 707 includes, for example, a message that describes the damage suffered by being unable to benefit from being a mutual friend or being a mutual friend. In addition, the message 707 may include a message prompting the collaborator's user to follow. Further, it is preferable that the quest proceeding section 111 provide a follow button 705 in the helper information 452 to encourage the user to follow the user of the collaborator. According to the above configuration, the user can be strongly motivated to follow another user immediately after the quest ends.

(マルチプレイクエストの開始画面−ホスト側)
図13の(A)および(B)は、クエスト進行部111が表示部152に表示させるゲーム画面の一例を示す図である。具体的には、図13の(A)および(B)に示すゲーム画面は、ユーザが、ホストとして、マルチプレイクエストの開始を指示するための開始画面500である。クエスト進行部111は、例えば、図8に示すステップS301より前に、図13(A)および(B)に示す開始画面500を表示させてもよい。
(Start screen of Multiplayer Quest-Host side)
13A and 13B are diagrams showing an example of a game screen displayed on the display unit 152 by the quest progression unit 111. Specifically, the game screens shown in FIGS. 13A and 13B are start screens 500 for the user to instruct the start of the multiplayer quest as the host. The quest progression unit 111 may display the start screen 500 shown in FIGS. 13A and 13B before step S301 shown in FIG. 8, for example.

本実施形態では、一例として、マルチプレイクエストは、ホストのユーザとゲストのユーザとの2人のユーザによってプレイされるクエストである。ホストのユーザは、クエストを選択して、サーバ200と通信して仮想の部屋を立ち上げ、協力プレイをする参加メンバーを募る。一方、ゲストのユーザは、サーバ200と通信して、参加メンバーを募集している部屋を検索し、プレイしたいクエストを選択している部屋に入室してゲストとして協力プレイに参加する。 In the present embodiment, as an example, the multi-play quest is a quest played by two users, a host user and a guest user. The host user selects a quest, communicates with the server 200, starts up a virtual room, and recruits participating members for cooperative play. On the other hand, the guest user communicates with the server 200, searches for a room in which recruiting members are recruited, enters a room in which the quest desired to be played is selected, and participates in the cooperative play as a guest.

図13の(A)に示すとおり、開始画面500には、一例として、編成ボタン501、SOSボタン502、第1メンバー情報503、第2メンバー情報504、解散ボタン505、および、開始ボタン506などのUI部品が含まれている。 As shown in FIG. 13A, the start screen 500 includes, for example, a composition button 501, an SOS button 502, first member information 503, second member information 504, a dissolution button 505, and a start button 506. Contains UI components.

編成ボタン501は、パーティーを編成するためのUI画面を呼び出すためのUI部品である。ユーザは、例えば、編成ボタン501をタップしてUI画面を呼び出し、クエストに参加させるキャラクタからなるパーティーを編成することができる。編成後のパーティーは、例えば、第1メンバー情報503内に反映される。 The organization button 501 is a UI component for calling a UI screen for organizing a party. For example, the user can tap the organization button 501 to call the UI screen and organize a party made up of characters to participate in the quest. The organized party is reflected in the first member information 503, for example.

SOSボタン502は、マルチプレイクエストの協力プレイを、他のユーザに呼びかけるためのUI部品である。例えば、ユーザが、SOSボタン502をタップすると、クエスト進行部111は、救難信号を出すように要求するリクエストをサーバ200に送信する。サーバ200は、協力者の候補となる他のユーザを所定の規則に基づいて抽出し、抽出した他のユーザの各ユーザ端末100に、該ユーザとの協力プレイを呼びかける通知を送信する。協力者の候補の抽出は、例えば、上述の助っ人の候補の抽出と同様の方法により、同期制御部212によって実行される。 The SOS button 502 is a UI component for calling another user for cooperative play of the multi-play quest. For example, when the user taps the SOS button 502, the quest progression unit 111 transmits to the server 200 a request for issuing a rescue signal. The server 200 extracts another user who is a candidate for a collaborator based on a predetermined rule, and transmits a notification for calling cooperative play with the user to each user terminal 100 of the extracted other user. The extraction of the collaborator candidate is executed by the synchronization control unit 212, for example, by the same method as the extraction of the helper candidate described above.

第1メンバー情報503は、マルチプレイクエストに挑戦するための部屋を立ち上げたホスト側のユーザに関する情報を提示するためのUI部品である。図13の(A)に示す例では、ホストは、ユーザ本人(ユーザID「001」の「たろう」)であるので、第1メンバー情報503には、ユーザ本人に関する情報が配置される。第1メンバー情報503は、一例として、ユーザが編成しているパーティー、ユーザ名、ランクなどを含む。 The first member information 503 is a UI component for presenting information about the user on the host side who has set up the room for challenging the multi-play quest. In the example shown in FIG. 13A, since the host is the user himself (“Taro” with the user ID “001”), information about the user himself is placed in the first member information 503. The first member information 503 includes, for example, a party organized by the user, a user name, a rank, and the like.

第2メンバー情報504は、立ち上げられた部屋を選択することでマルチプレイクエストに参加するゲスト側のユーザに関する情報を提示するためのUI部品である。図13の(A)に示す例では、まだ該部屋に係るマルチプレイクエストへの参加を決定した他のユーザが存在しないため、ゲストのユーザに関する情報が表示されていない状態の第2メンバー情報504を示している。 The second member information 504 is a UI component for presenting information about a guest-side user who participates in the multi-play quest by selecting a room that has been started up. In the example shown in FIG. 13A, since there is no other user who has decided to participate in the multi-play quest related to the room, the second member information 504 in a state in which the information regarding the guest user is not displayed is displayed. Showing.

解散ボタン505は、ホストのユーザが、マルチプレイクエストを開始することなく部屋を解散させることを指示するためのUI部品である。例えば、ユーザが、解散ボタン505をタップすると、クエスト進行部111は、立ち上げた部屋を解散するようにサーバ200に対してリクエストを送信する。リクエストに応答して、サーバ200の同期制御部212は、該ユーザが立ち上げた部屋を削除する。これにより、他のユーザのユーザ端末100において、上述の解散された部屋が、協力者募集中の部屋のリストに上がらないようになる。 The break button 505 is a UI component for the user of the host to instruct to break the room without starting the multi-play quest. For example, when the user taps the dissolution button 505, the quest progression unit 111 sends a request to the server 200 to dissolve the room that has been started up. In response to the request, the synchronization control unit 212 of the server 200 deletes the room started by the user. As a result, in the user terminals 100 of other users, the above-mentioned disbanded room will not be included in the list of rooms for which collaborators are being recruited.

開始ボタン506は、ホストのユーザが、マルチプレイクエストの開始を指示するためのUI部品である。図13の(A)に示す例では、協力者が確定しない間は、クエスト進行部111は、開始ボタン506に対する入力操作を受け付けない。クエスト進行部111は、開始ボタン506が操作不可能であることが分かるように、操作可能なその他のボタンとは異なる表示態様にて、開始ボタン506を表示してもよい。 The start button 506 is a UI component for the host user to instruct the start of the multi-play quest. In the example illustrated in FIG. 13A, the quest progression unit 111 does not accept an input operation on the start button 506 while the collaborator is not determined. The quest progress section 111 may display the start button 506 in a display mode different from that of the other operable buttons so that the start button 506 cannot be operated.

図13の(B)に示すとおり、協力者が確定すると、協力者であるゲストのユーザに関する情報が、第2メンバー情報504に配置される。第2メンバー情報504は、ゲストのユーザが編成しているパーティー、ユーザ名、ランクなどを含む。さらに、第2メンバー情報504は、関係性アイコン507および親密度アイコン509を含んでいることが好ましい。 As shown in FIG. 13B, when the collaborator is determined, information about the guest user who is the collaborator is placed in the second member information 504. The second member information 504 includes parties organized by guest users, user names, ranks, and the like. Furthermore, the second member information 504 preferably includes a relationship icon 507 and an intimacy icon 509.

さらに、クエスト進行部111は、ホストのユーザが、ゲストのユーザをフォローしていない場合に、フォローボタン508を第2メンバー情報504に表示させることが好ましい。これにより、クエストの開始前のタイミングで、他のユーザをフォローすることをユーザに動機付けることができる。さらに、親密度アイコン306を表示させることにより、ユーザに、協力者との親交の深さを意識させることができる。例えば、ユーザは、親密度が高いのに、自身がフォローしていないユーザが第2メンバー情報504に表示されたときに、フォローすることを強く動機付けられる。 Furthermore, it is preferable that the quest progression unit 111 displays the follow button 508 in the second member information 504 when the host user does not follow the guest user. As a result, the user can be motivated to follow another user before the start of the quest. Furthermore, by displaying the intimacy icon 306, the user can be made aware of the depth of friendship with the collaborator. For example, the user is strongly motivated to follow when a user who has high intimacy but is not followed by himself/herself is displayed in the second member information 504.

各ユーザが、該部屋に係るマルチプレイクエストへの参加を確定させたことにより、クエスト開始の準備が調うと、クエスト進行部111は、その旨を示す準備完了アイコン510を、第1メンバー情報503および第2メンバー情報504のそれぞれに対応付けて表示させてもよい。両ユーザの準備が調った時点で、クエスト進行部111は、SOSボタン502に対する入力操作を受け付けないようにし、一方、開始ボタン506を操作可能に表示させて、開始ボタン506に対する入力操作を受け付ける。開始ボタン506に対するタップ操作に応答して、クエスト進行部111は、サーバ200と通信して、マルチプレイクエストを進行させる。 When each user has decided to participate in the multi-play quest related to the room and is ready to start the quest, the quest progression unit 111 displays the preparation completion icon 510 to that effect in the first member information 503 and It may be displayed in association with each of the second member information 504. When both users are ready, the quest progression unit 111 does not accept the input operation on the SOS button 502, while displaying the start button 506 so that it can be operated, and accepts the input operation on the start button 506. .. In response to the tap operation on the start button 506, the quest progression unit 111 communicates with the server 200 to advance the multi-play quest.

(マルチプレイクエストの開始画面−ゲスト側)
図14の(A)は、制御部110の図示しないメニュー処理部が表示部152に表示させるホーム画面の一例を示す図である。図14の(A)に示すホーム画面600は、ゲームに係る複数のメニュー項目をユーザに選択させるためのUI部品を含むホーム画面であり、ユーザがゲームをプレイするにあたって、様々な操作を行うための基本的なUI部品を網羅する画面である。したがって、ホーム画面600は、ユーザが最もよく使用するゲーム画面であり、頻繁に表示される。ホーム画面600は、例えば、本ゲームのアプリケーションをユーザ端末100において起動させたあと、最初に表示される。
(Start screen of Multiplayer Quest-Guest side)
FIG. 14A is a diagram showing an example of a home screen displayed on the display unit 152 by a menu processing unit (not shown) of the control unit 110. A home screen 600 shown in FIG. 14A is a home screen including UI parts for allowing the user to select a plurality of menu items related to the game, and for the user to perform various operations when playing the game. It is a screen that covers the basic UI parts of. Therefore, the home screen 600 is the game screen that the user uses most often and is displayed frequently. The home screen 600 is first displayed, for example, after the application of this game is started on the user terminal 100.

ホーム画面600には、一例として、ユーザ概要601、救援ボタン602および管理ボタン603などのUI部品が含まれている。 The home screen 600 includes UI components such as a user summary 601, a rescue button 602, and a management button 603, as an example.

ユーザ概要601は、ユーザの本ゲームにおける肩書きと、ユーザ名とを提示するUI部品である。管理ボタン603は、図9または図10に示す管理画面300を呼び出すためのUI部品である。 The user summary 601 is a UI component that presents the title of the user in the main game and the user name. The management button 603 is a UI component for calling the management screen 300 shown in FIG. 9 or 10.

救援ボタン602は、他のユーザのユーザ端末100が進行させるクエストに協力する旨のリクエストをサーバ200に送信することを指示するUI部品である。具体的には、救援ボタン602は、一緒に協力プレイをする協力者を現在募集している部屋に入室するためのUI部品である。メニュー処理部は、協力プレイを呼びかける通知、すなわち、他のユーザからの救難信号をサーバ200から受信した場合には、救難信号を発出中である部屋があることを示す救難信号アイコン604を救援ボタン602の傍らに表示させてもよい。 The rescue button 602 is a UI component that instructs the server 200 to send a request to cooperate with a quest that another user's user terminal 100 proceeds. Specifically, the rescue button 602 is a UI component for entering a room currently recruiting co-operators who perform cooperative play together. When the menu processing unit receives a notification calling for cooperative play, that is, a rescue signal from another user from the server 200, a rescue signal icon 604 indicating that there is a room in which the rescue signal is being issued is provided as a rescue button. It may be displayed beside 602.

例えば、メニュー処理部が救援ボタン602に対するタップ操作を受け付けたことに応答して、クエスト進行部111は、サーバ200と通信し、協力者を募集している部屋に入室することを要求するリクエストをサーバ200に送信する。サーバ200の同期制御部212は、所定の規則に基づいて、協力者を募集している複数の部屋の中から所定の規則に基づいて部屋を選択し、選択した部屋に、ユーザを入室させる。 For example, in response to the menu processing unit accepting the tap operation on the rescue button 602, the quest progression unit 111 communicates with the server 200 and requests a request to enter a room in which a collaborator is being recruited. It is transmitted to the server 200. The synchronization control unit 212 of the server 200 selects a room based on a predetermined rule from a plurality of rooms in which collaborators are recruited based on a predetermined rule, and causes the user to enter the selected room.

部屋の選択、すなわち、協力者のマッチングは、サーバ200の同期制御部212によって実行される。同期制御部212は、クエスト進行部111からのリクエストに応答して、現在協力者を募集している部屋の中から、要求元のユーザを入室させる部屋を選択する。例えば、同期制御部212は、ホストとユーザとの間に設定されている親密度が最も高いホストの部屋を選択してもよいし、該ユーザが受信した救難信号の発信元であるホストの部屋を優先的に選択してもよいし、ホストとユーザとのフレンド区分が相互フレンド、フォロワーフレンド、フォローフレンド、非フレンドの順に、優先的に選択してもよい。同期制御部212は、ユーザに入室させる部屋を1つに絞れない場合には、さらに、最終ログイン日時が最も新しいホストの部屋を選択してもよいし、ユーザとランクが近いホストの部屋を優先的に選択してもよいし、部屋が立ち上げられた日時が最も古い部屋を選択してもよい。 The room selection, that is, the collaborator matching is executed by the synchronization control unit 212 of the server 200. In response to the request from the quest progression unit 111, the synchronization control unit 212 selects a room in which the requesting user is allowed to enter from among the rooms currently recruiting collaborators. For example, the synchronization control unit 212 may select the room of the host having the highest degree of intimacy set between the host and the user, or the room of the host that is the source of the rescue signal received by the user. May be preferentially selected, or the friend categories of the host and the user may be preferentially selected in the order of mutual friend, follower friend, follow friend, and non-friend. When the number of rooms to be entered by the user cannot be limited to one, the synchronization control unit 212 may further select a host room having the latest login date and time, or give priority to a host room having a rank closer to the user. May be selected, or a room with the earliest date and time when the room was started up may be selected.

クエスト進行部111は、サーバ200から選択された部屋に関する通知を受信すると、選択された部屋に仮に入室した状態を示す開始画面550を表示部152に表示させる。 Upon receiving the notification regarding the selected room from the server 200, the quest proceeding section 111 causes the display section 152 to display a start screen 550 indicating a state in which the user has temporarily entered the selected room.

図14の(B)は、クエスト進行部111が表示部152に表示させる開始画面550の一例を示す図である。開始画面550は、ユーザ本人がゲストである場合の、マルチプレイクエストの開始画面である。 FIG. 14B is a diagram showing an example of the start screen 550 displayed on the display unit 152 by the quest progression unit 111. The start screen 550 is a start screen of the multi-play quest when the user himself/herself is a guest.

開始画面550には、一例として、編成ボタン501、第1メンバー情報503、第2メンバー情報504、戻るボタン551および参加ボタン552などのUI部品が含まれている。 As an example, the start screen 550 includes UI parts such as a composition button 501, first member information 503, second member information 504, a return button 551, and a participation button 552.

図14の(B)に示す例では、第1メンバー情報503には、ホストである他のユーザに関する情報が表示されている。したがって、第1メンバー情報503には、関係性アイコン507、および、親密度アイコン509が表示されていることが好ましい。また、ユーザが、該ホストの他のユーザをフォローしていない場合には、クエスト進行部111は、例えば、図13の(B)などに示されているフォローボタン508を第1メンバー情報503に表示させることが好ましい。クエストの開始前のタイミングで、他のユーザをフォローすることをユーザに動機付けることができる。さらに、親密度アイコン509を表示させることにより、ユーザに、ホストとの親交の深さを意識させることができる。例えば、ユーザは、自分が参加しようとしている部屋のホストについて、親密度が高いのに、自身がフォローしていないと知ったときに、フォローすることを強く動機付けられる。 In the example illustrated in FIG. 14B, the first member information 503 displays information about another user who is the host. Therefore, it is preferable that the relationship icon 507 and the intimacy icon 509 are displayed in the first member information 503. When the user is not following other users of the host, the quest progression section 111 sets the follow button 508 shown in FIG. 13B or the like to the first member information 503. It is preferable to display it. The user can be motivated to follow another user at a timing before the start of the quest. Furthermore, by displaying the intimacy icon 509, the user can be made aware of the depth of friendship with the host. For example, a user may be strongly motivated to follow a host in a room he/she is about to join, even though he/she knows that he/she is not following it even though he/she is familiar with it.

戻るボタン551は、現在仮に入室している部屋から退室する、つまり、該部屋に係るマルチプレイクエストに参加しないことを決定するUI部品である。クエスト進行部111は、戻るボタン551に対するタップ操作を受け付けると、該部屋から退室する旨の通知をサーバ200に送信し、例えば、開始画面550からホーム画面600に表示を切り替える。 The return button 551 is a UI component for deciding to leave the currently tentatively entered room, that is, not to participate in the multi-play quest related to the room. Upon accepting the tap operation on the return button 551, the quest progression unit 111 transmits a notification that the room is to be exited to the server 200, and switches the display from the start screen 550 to the home screen 600, for example.

参加ボタン552は、該部屋に係るマルチプレイクエストに参加することを決定するUI部品である。クエスト進行部111は、参加ボタン552に対するタップ操作を受け付けると、該マルチプレイクエストに参加する旨の通知をサーバ200に送信する。クエスト進行部111は、該タップ操作に応答して、第2メンバー情報504を、第1メンバー情報503と同様の表示態様にて表示し、準備完了アイコン510を表示させる。一方、サーバ200は、ゲストの参加表明をホストのユーザ端末100に送信する。ホストのユーザ端末100のクエスト進行部111は、参加表明を受信したことに応答して、図13の(A)に示す開始画面500を、同図の(B)に示す開始画面500へと遷移させる。 The participation button 552 is a UI component that decides to participate in the multi-play quest related to the room. Upon accepting the tap operation on the participation button 552, the quest progression unit 111 transmits a notification to the server 200 that the participation to the multi-play quest will be performed. In response to the tap operation, the quest progression unit 111 displays the second member information 504 in the same display mode as the first member information 503, and displays the ready icon 510. On the other hand, the server 200 transmits a guest participation announcement to the host user terminal 100. The quest proceeding section 111 of the host user terminal 100 transitions the start screen 500 shown in FIG. 13A to the start screen 500 shown in FIG. 13B in response to receiving the participation announcement. Let

(マルチプレイクエストの結果画面)
図15は、クエスト進行部111が表示部152に表示させるゲーム画面の一例を示す図である。具体的には、図15に示すゲーム画面は、ユーザがマルチプレイクエストのプレイを終えた後、特に、クリアした後に表示される、プレイ結果をユーザに提示するための結果画面700である。クエスト進行部111は、例えば、図8に示すステップS304の後、図15に示す結果画面700を表示させてもよい。
(Result screen of multiplayer quest)
FIG. 15 is a diagram showing an example of a game screen displayed by the quest progression unit 111 on the display unit 152. Specifically, the game screen shown in FIG. 15 is a result screen 700 for presenting the play result to the user, which is displayed after the user finishes playing the multi-play quest, particularly after clearing the play. The quest progress section 111 may display the result screen 700 shown in FIG. 15 after step S304 shown in FIG. 8, for example.

結果画面700には、報酬情報701、協力者情報703、および、更新通知706などのUI部品が含まれている。 The result screen 700 includes UI components such as reward information 701, collaborator information 703, and update notification 706.

報酬情報701は、クエストをクリアしたユーザに付与される報酬をユーザに提示するUI部品であり、例えば、ゲーム内で利用できる仮想通貨、アイテムなどが示される。なお、本実施形態では、マルチプレイクエストがプレイされた場合には、そのプレイ報酬またはクリア報酬として、友情ポイントが、各ユーザに付与される。したがって、報酬情報701として、さらに、付与された友情ポイント702が示される。 The reward information 701 is a UI component that presents the reward given to the user who has cleared the quest to the user. In the present embodiment, when the multi-play quest is played, friendship points are given to each user as a play reward or a clear reward. Therefore, as the reward information 701, the added friendship points 702 are further shown.

協力者情報703は、マルチプレイクエストを共にプレイした協力者に関するフレンド情報を再度ユーザに提示するためのUI部品である。図15に示す結果画面700を表示しているユーザ端末100が、ホストのユーザのユーザ端末100であれば、ゲストのユーザに関するフレンド情報が表示される。図15に示す結果画面700を表示しているユーザ端末100が、ゲストのユーザのユーザ端末100であれば、ホストのユーザに関するフレンド情報が表示される。 The cooperator information 703 is a UI component for presenting to the user again friend information regarding cooperators who also played the multi-play quest. If the user terminal 100 displaying the result screen 700 shown in FIG. 15 is the user terminal 100 of the host user, friend information regarding the guest user is displayed. If the user terminal 100 displaying the result screen 700 shown in FIG. 15 is the user terminal 100 of the guest user, friend information regarding the host user is displayed.

協力者情報703は、関係性アイコン704を含んでいることが好ましい。さらに、クエスト進行部111は、協力者情報703に、フォローボタン705を設けて、該協力者のユーザをフォローすることをユーザに促すことが好ましい。上述の構成によれば、クエスト終了直後のタイミングで、他のユーザをフォローすることをユーザに強く動機付けることができる。 The collaborator information 703 preferably includes a relationship icon 704. Furthermore, it is preferable that the quest proceeding section 111 provide a follow button 705 in the collaborator information 703 to prompt the user to follow the user of the collaborator. According to the above configuration, the user can be strongly motivated to follow another user immediately after the quest ends.

更新通知706は、協力プレイが実施された結果、親密度がどのように更新されたのかをユーザに対して通知するためのUI部品である。一例として、更新通知706は、親密度が上限に達しているために上がらなかったことを示すメッセージやイラストを含んでいる。 The update notification 706 is a UI component for notifying the user how the intimacy has been updated as a result of the cooperative play being performed. As an example, the update notification 706 includes a message or an illustration indicating that the intimacy has not reached the upper limit because the intimacy has reached the upper limit.

更新通知706は、さらに、メッセージ707を含む。メッセージ707は、例えば、相互フレンドであることの恩恵が受けられない、または、相互フレンドでないために被っている損害を説明するメッセージを含む。さらに、メッセージ707は、協力者のユーザをフォローすることを促すメッセージを含んでいてもよい。さらに、クエスト進行部111は、協力者情報703に、フォローボタン705を設けて、該協力者のユーザをフォローすることをユーザに促すことが好ましい。上述の構成によれば、クエスト終了直後のタイミングで、他のユーザをフォローすることをユーザに強く動機付けることができる。 Update notification 706 further includes message 707. Message 707 includes, for example, a message that describes the damage suffered by being unable to benefit from being a mutual friend or being a mutual friend. In addition, the message 707 may include a message prompting the collaborator's user to follow. Furthermore, it is preferable that the quest proceeding section 111 provide a follow button 705 in the collaborator information 703 to prompt the user to follow the user of the collaborator. According to the above configuration, the user can be strongly motivated to follow another user immediately after the quest ends.

一方、クエスト進行部111は、ユーザと協力者とが相互フレンドである場合には、更新通知706に代えて図12に示す更新通知453を表示させてもよい。これにより、ユーザは、協力者と相互フレンドの関係にあることの恩恵を直接的に知覚することができ、他にもより多くのユーザと相互フレンドになるように動機付けられる。 On the other hand, the quest progression unit 111 may display the update notification 453 shown in FIG. 12 instead of the update notification 706 when the user and the collaborator are mutual friends. This allows the user to directly perceive the benefits of having a mutual friend relationship with a collaborator and is motivated to be mutual friends with more other users.

なお、更新通知706において、親密度処理部113または親密度処理部214によって増分された協力経験値を表示してもよい。この場合、相互フレンドになって親密度の上限が解放された場合に、上述の協力経験値に基づいて親密度がどの程度上がるのかその予測値を表示してもよい。これにより、各ユーザは、相互フレンドでない現状における親密度「10」と、相互フレンドになった場合の親密度の予測値との差分を目の当たりにする。結果として、ユーザは、相互フレンドになることをより一層強く動機付けられる。 In the update notification 706, the cooperation experience value incremented by the intimacy degree processing unit 113 or the intimacy degree processing unit 214 may be displayed. In this case, when mutual friendship is made and the upper limit of the degree of intimacy is released, the predicted value of how much the degree of intimacy increases based on the cooperation experience value may be displayed. As a result, each user witnesses the difference between the intimacy degree “10” in the present situation that is not a mutual friend and the predicted value of the intimacy degree when they become mutual friends. As a result, users are more strongly motivated to be mutual friends.

〔変形例〕
図3に示す一連の各ステップは、ゲームシステム1においてサーバ200によって実行されてもよい。例えば、サーバ200は、ユーザが他のユーザをフォローしたことを示す情報を、ユーザが操作するユーザ端末100から受け付けたことに応答して、他のユーザをユーザのフォローフレンドと決定するステップと、他のユーザがユーザをフォローしたことを示す情報を、他のユーザが操作する他のユーザ端末100から受け付けたことに応答して、他のユーザをユーザのフォロワーフレンドと決定するステップと、互いにフォローし合うユーザ対のフレンド区分を相互フレンド、いずれか一方のユーザがフォローするユーザ対のフレンド区分を片方向フレンド、いずれからもフォローしていないユーザ対のフレンド区分を非フレンドと決定するステップと、ユーザ対に対応付けて設定されている、該ユーザと該他のユーザとの親交の深さを示す親密度および該親密度の上限の少なくともいずれか一方を、該ユーザ対のフレンド区分に応じて更新するステップとを実行するように構成されていてもよい。
[Modification]
The series of steps illustrated in FIG. 3 may be executed by the server 200 in the game system 1. For example, the server 200 determines that the other user is a follow friend of the user in response to receiving information indicating that the user has followed the other user from the user terminal 100 operated by the user, In response to receiving information indicating that another user has followed the user from another user terminal 100 operated by the other user, a step of determining the other user as the user's follower friend, and following each other. Deciding that the friend category of the user pair to be mutual friends is a mutual friend, the friend category of the user pair followed by one of the users is a one-way friend, and the friend category of the user pair not followed by any one is a non-friend; At least one of an intimacy degree indicating the depth of intimacy between the user and the other user and an upper limit of the intimacy degree, which is set in association with the user pair, according to the friend classification of the user pair. The updating step may be performed.

サーバ200は、協力プレイにおいて協力し合うユーザ同士をマッチングするために、以下のように構成されていてもよい。具体的には、例えば、サーバ200は、ユーザのユーザ端末100が進行させるゲーム(クエスト)に、協力者としての他のユーザが所有するオブジェクト(キャラクタ)を参加させるステップを実行するように構成される。そして、該参加させるステップでは、サーバ200は、ユーザとの間に設定された親密度が高い他のユーザまたはユーザとのフレンド区分が相互フレンドである他のユーザを協力者として優先的に選択する。 The server 200 may be configured as follows in order to match users who cooperate with each other in cooperative play. Specifically, for example, the server 200 is configured to execute a step of causing an object (character) owned by another user as a collaborator to participate in a game (quest) that the user terminal 100 of the user advances. It Then, in the step of participating, the server 200 preferentially selects, as a collaborator, another user having a high degree of intimacy set with the user or another user whose friend classification with the user is mutual friend. ..

あるいは、例えば、サーバ200は、ユーザのユーザ端末100から、他のユーザの他のユーザ端末100が進行させるゲーム(クエスト)に協力する旨のリクエストを受け付けたことに応答して、ユーザが所有するオブジェクト(キャラクタ)を参加させるゲームを主催する主催者としての他のユーザを検索するステップを実行するように構成される。そして、該検索するステップでは、サーバ200は、ユーザとの間に設定された親密度が高い他のユーザまたはユーザとのフレンド区分が相互フレンドである他のユーザを主催者として優先的に検索する。 Alternatively, for example, the server 200 is owned by the user in response to receiving a request from the user terminal 100 of the user to cooperate with a game (quest) that another user terminal 100 of another user advances. The method is configured to perform a step of searching for another user as a sponsor who hosts a game in which an object (character) is allowed to participate. Then, in the searching step, the server 200 preferentially searches, as the organizer, another user having a high degree of intimacy set with the user or another user whose friend classification with the user is mutual friend. ..

ゲームシステム1において、ユーザにとってのフォローフレンドが優遇されてもよい。例えば、更新するステップS106では、親密度処理部113または親密度処理部214は、他のユーザのフレンド区分がフォローフレンドである場合に、フォロワーフレンドおよび非フレンドである場合よりも、親密度を上昇させてもよい。これにより、ユーザが他のユーザをフォローすることを動機付けられる。結果として、相互フォローが促進される。 In the game system 1, the follow friend for the user may be preferentially treated. For example, in the updating step S106, the intimacy degree processing unit 113 or the intimacy degree processing unit 214 increases the degree of intimacy when the friend classification of another user is a follow friend, as compared with the case of being a follower friend and a non-friend. You may let me. This motivates the user to follow other users. As a result, mutual follow-up is promoted.

ユーザ端末100は、ゲームを進行させるステップS301〜S303において、閲覧画面にて、複数の他のユーザを表示させるとき、フレンド区分および親密度の少なくともいずれか一方に基づいて、複数の他のユーザをソートしてもよい。これにより、ユーザは、フレンド区分が相互フレンドである他のユーザを協力者に選んだり、親密度が高い他のユーザを協力者に選んだりしやすくなる。 In steps S301 to S303 of advancing the game, the user terminal 100 displays the plurality of other users on the browsing screen based on at least one of the friend classification and the intimacy degree. You may sort. This facilitates the user to select another user whose friend category is mutual friend as a collaborator or another user having a high degree of intimacy as a collaborator.

〔ソフトウェアによる実現例〕
制御部210の制御ブロック(特に、進行支援部211、同期制御部212、フレンド管理部213、および、親密度処理部214)、ならびに、制御部110の制御ブロック(特に、クエスト進行部111、フレンド処理部112、および、親密度処理部113)は、集積回路(ICチップ)等に形成された論理回路(ハードウェア)によって実現してもよいし、CPU(Central Processing Unit)を用いてソフトウェアによって実現してもよい。
[Example of software implementation]
The control block of the control unit 210 (in particular, the progress support unit 211, the synchronization control unit 212, the friend management unit 213, and the intimacy processing unit 214), and the control block of the control unit 110 (in particular, the quest progression unit 111 and the friend). The processing unit 112 and the intimacy processing unit 113) may be realized by a logic circuit (hardware) formed in an integrated circuit (IC chip) or the like, or by software using a CPU (Central Processing Unit). May be realized.

後者の場合、制御部210または制御部110、もしくはその両方の機能を備えた情報処理装置は、各機能を実現するソフトウェアであるプログラムの命令を実行するCPU、上記プログラムおよび各種データがコンピュータ(またはCPU)で読み取り可能に記録されたROM(Read Only Memory)または記憶装置(これらを「記録媒体」と称する)、上記プログラムを展開するRAM(Random Access Memory)などを備えている。そして、コンピュータ(またはCPU)が上記プログラムを上記記録媒体から読み取って実行することにより、本発明の目的が達成される。上記記録媒体としては、「一時的でない有形の媒体」、例えば、テープ、ディスク、カード、半導体メモリ、プログラマブルな論理回路などを用いることができる。また、上記プログラムは、該プログラムを伝送可能な任意の伝送媒体(通信ネットワークや放送波等)を介して上記コンピュータに供給されてもよい。なお、本発明の一態様は、上記プログラムが電子的な伝送によって具現化された、搬送波に埋め込まれたデータ信号の形態でも実現され得る。 In the latter case, the information processing apparatus having the functions of the control unit 210 and/or the control unit 110, or both, has a CPU that executes the instructions of a program that is software that realizes each function, the program and various data are stored in a computer (or It is provided with a ROM (Read Only Memory) or a storage device (these are referred to as a “recording medium”) recorded so as to be readable by a CPU), a RAM (Random Access Memory) for expanding the program, and the like. Then, the computer (or CPU) reads the program from the recording medium and executes the program to achieve the object of the present invention. As the recording medium, a "non-transitory tangible medium", for example, a tape, a disk, a card, a semiconductor memory, a programmable logic circuit, or the like can be used. The program may be supplied to the computer via any transmission medium (communication network, broadcast wave, etc.) capable of transmitting the program. Note that one aspect of the present invention can also be realized in the form of a data signal embedded in a carrier wave, in which the program is embodied by electronic transmission.

本発明は上述した各実施形態に限定されるものではなく、請求項に示した範囲で種々の変更が可能であり、異なる実施形態にそれぞれ開示された技術的手段を適宜組み合わせて得られる実施形態についても本発明の技術的範囲に含まれる。 The present invention is not limited to the above-described embodiments, but various modifications can be made within the scope of the claims, and embodiments obtained by appropriately combining the technical means disclosed in the different embodiments Is also included in the technical scope of the present invention.

〔付記事項〕
本発明の一側面に係る内容を列記すると以下のとおりである。
[Appendix]
The contents according to one aspect of the present invention are listed below.

(項目1) ゲームプログラム(131)について説明した。本開示のある局面によると、ゲームプログラムは、プロセッサ(10)およびメモリ(11)を備えるコンピュータ(ユーザ端末100)により実行される。ゲームプログラムは、プロセッサに、ユーザの、他のユーザを指定するための第1の入力操作に応答して(S101のYES)、該他のユーザを、ユーザのフォローフレンドを登録する第1リストに登録するステップ(S102)と、ユーザが他のユーザのフォローフレンドとして登録されたことを示す情報を受け付けたことに応答して(S103のYES)、該他のユーザを、ユーザのフォロワーフレンドを登録する第2リストに登録するステップ(S104)と、他のユーザが、ユーザの第1リストのみに登録されているフォローフレンド、ユーザの第2リストのみに登録されているフォロワーフレンド、第1リストおよび第2リストにともに登録されている相互フレンド、および、第1リストおよび第2リストのいずれにも登録されていない非フレンドのいずれのフレンド区分に該当するのかを決定するステップ(S105)と、ユーザと他のユーザとの対に対応付けて設定されている、該ユーザと該他のユーザとの親交の深さを示す親密度および該親密度の上限の少なくともいずれか一方を、他のユーザのフレンド区分に応じて更新するステップ(S106)と、を実行させる。 (Item 1) The game program (131) has been described. According to an aspect of the present disclosure, a game program is executed by a computer (user terminal 100) including a processor (10) and a memory (11). In response to the user's first input operation for designating another user (YES in S101), the game program sets the other user in the first list for registering the user's follow friend. In response to the step of registering (S102) and receiving the information indicating that the user has been registered as a follow friend of another user (YES in S103), the other user is registered as a follower friend of the user. Step S<b>104 of registering to the second list, and another user is a follow friend registered only to the user's first list, a follower friend registered only to the user's second list, a first list, and A step (S105) of determining whether the mutual friend registered in the second list and the non-friend registered in neither the first list nor the second list correspond to the friend classification; At least one of an intimacy degree indicating the depth of intimacy between the user and the other user, and an upper limit of the intimacy degree, which are set in association with a pair of the other user and the other user. The step of updating according to the friend classification (S106) is executed.

上述の構成によれば、ユーザ対に設定されている親密度に関わる処理内容を、該ユーザ対のフレンド区分に応じて異ならせることができる。具体的には、フレンド区分に応じて、親密度を更新したり、親密度の上限を更新したりすることができる。これにより、ユーザは、親密度が有利に処理されるように、他のユーザとゲームを通じて交流するように促される。結果として、他のユーザとのゲームプレイをユーザに動機付けることができる。 According to the above configuration, the processing content related to the intimacy set for the user pair can be made different according to the friend classification of the user pair. Specifically, the degree of intimacy can be updated or the upper limit of the degree of intimacy can be updated according to the friend classification. This encourages the user to interact with other users through the game so that intimacy can be advantageously processed. As a result, the user can be motivated to play games with other users.

(項目2) (項目1)において、更新するステップでは、決定するステップにて、他のユーザのフレンド区分が相互フレンドと決定された場合に、該ユーザと該他のユーザとの対に対応付けて設定されている親密度の上限を上げてもよい。親密度の上限に係る処理を相互フレンドに有利に処理することにより、ユーザは、他のユーザと相互フレンドになるように促される。 (Item 2) In (Item 1), in the updating step, when the friend category of another user is determined to be a mutual friend in the determining step, the user is associated with the pair of the other user. You may raise the upper limit of the intimacy degree set by. By performing the process related to the upper limit of intimacy in favor of mutual friend, the user is encouraged to be mutual friend with other users.

(項目3) (項目1)または(項目2)において、ゲームプログラムは、プロセッサに、他のユーザが所有するオブジェクトを参加させることによってゲームを進行させるステップを実行させ、更新するステップでは、ゲームの進行状況が変更されたことに応答して、オブジェクトを所有する他のユーザとの間の親密度を更新するとき、該他のユーザのフレンド区分が相互フレンドである場合に、その他のフレンド区分である場合よりも、親密度を上昇させてもよい。親密度を上昇させる処理を相互フレンドに有利に実施することにより、ユーザは、他のユーザと相互フレンドになるように促される。 (Item 3) In (Item 1) or (Item 2), the game program causes the processor to execute the step of advancing the game by causing an object owned by another user to participate, and in the step of updating, the game program When updating the intimacy with another user who owns the object in response to the progress being changed, if the other user's friend division is mutual friend, Intimacy may be increased more than in some cases. By performing the process of increasing the degree of intimacy in favor of mutual friends, the user is encouraged to become mutual friends with other users.

(項目4) (項目3)において、更新するステップでは、他のユーザのフレンド区分がフォローフレンドである場合に、フォロワーフレンドおよび非フレンドである場合よりも、親密度を上昇させてもよい。親密度を上昇させる処理を、フォロワーフレンドおよび非フレンドよりも、フォローフレンドにつき有利に実施することにより、ユーザは、他のユーザをフォローすることを促される。 (Item 4) In (Item 3), in the updating step, when the friend classification of another user is a follow friend, the degree of intimacy may be increased as compared with the case of being a follower friend and a non-friend. By performing the process of increasing the degree of intimacy in favor of follow friends over follower friends and non-friends, the user is encouraged to follow other users.

(項目5) (項目3)または(項目4)において、ゲームを進行させるステップでは、ゲームの進行状況が所定の条件を満たした場合に、該ゲーム内で利用可能な報酬を、親密度に応じて付与してもよい。親密度を高めることで、ゲームを有利に進めることができる。結果として、ユーザは、親密度を高めるために、他のユーザと相互フレンドになるように促されたり、また、他のユーザとゲーム内で交流するように促されたりする。 (Item 5) In (Item 3) or (Item 4), in the step of advancing the game, when the progress of the game satisfies a predetermined condition, the reward available in the game is determined according to the intimacy degree. You may give it. By increasing the degree of intimacy, the game can be advantageously advanced. As a result, users are encouraged to be mutual friends with other users and to interact with other users in-game to increase intimacy.

(項目6) (項目3)から(項目5)までのいずれか1項目において、ゲームを進行させるステップでは、ユーザによって選択されたクエストを進行させ、該クエストの進行状況に応じてクリアの成否を判定し、クエストが開始される前に、該クエストのクリアに協力する協力者を閲覧するための閲覧画面を表示し、閲覧画面において、協力者または該協力者の候補である他のユーザごとに、該当するフレンド区分 、および、ユーザとの間で設定されている親密度を表示し、ユーザが他のユーザをフォローしていない場合に、該他のユーザをフォローすることを指示するためのグラフィカルユーザインターフェース部品(以下、GUI部品)を、該他のユーザごとに表示してもよい。 (Item 6) In any one of the items (Item 3) to (Item 5), in the step of advancing the game, the quest selected by the user is advanced, and success or failure of the clear is determined according to the progress status of the quest. Before judging the quest, display a browsing screen for browsing the collaborators who cooperate in clearing the quest, and in the browsing screen, for each collaborator or another user who is a candidate for the collaborator. , A corresponding friend classification, and a degree of intimacy set with the user are displayed, and a graphical display for instructing to follow another user when the user is not following the other user. User interface components (hereinafter, GUI components) may be displayed for each of the other users.

(項目7) (項目6)において、ゲームを進行させるステップでは、閲覧画面において、フレンド区分および親密度の少なくともいずれか一方に基づいて、複数の他のユーザをソートして表示してもよい。 (Item 7) In the step of advancing the game in (Item 6), a plurality of other users may be sorted and displayed on the browsing screen based on at least one of friend classification and intimacy.

(項目8) (項目6)または(項目7)において、ゲームを進行させるステップでは、クエストが終了したとき、該クエストの結果を提示する結果画面を表示し、結果画面において、該クエストの協力者に係る情報を表示し、ユーザが、協力者をフォローしていない場合に、該協力者をフォローすることを指示するためのGUI部品を、協力者に係る情報とともに表示してもよい。 (Item 8) In (Item 6) or (Item 7), in the step of advancing the game, when the quest is completed, a result screen showing the result of the quest is displayed, and a collaborator of the quest is displayed on the result screen. May be displayed, and a GUI component for instructing to follow the collaborator when the user is not following the collaborator may be displayed together with the information on the collaborator.

(項目9) (項目8)において、ゲームを進行させるステップでは、結果画面において、更新するステップにて親密度が更新されたこと、または、更新されなかったことを通知する情報を表示し、ユーザと協力者とが相互フレンドである場合に、相互フレンドであることに基づいて増分された親密度の値を強調表示してもよい。 (Item 9) In (Item 8), in the step of advancing the game, on the result screen, information indicating that the intimacy degree has been updated or not updated in the updating step is displayed, And the collaborator are mutual friends, the intimacy value incremented based on the mutual friends may be highlighted.

(項目10) ゲームプログラム(231)について説明した。本開示のある局面によると、ゲームプログラムは、プロセッサ(20)およびメモリ(21)を備えるサーバ(200)により実行される。ゲームプログラムは、プロセッサに、ユーザが他のユーザをフォローしたことを示す情報を、ユーザが操作するコンピュータから受け付けたことに応答して、他のユーザをユーザのフォローフレンドと決定するステップと、他のユーザがユーザをフォローしたことを示す情報を、他のユーザが操作するコンピュータから受け付けたことに応答して、他のユーザをユーザのフォロワーフレンドと決定するステップと、互いにフォローし合うユーザ対のフレンド区分を相互フレンド、いずれか一方のユーザがフォローするユーザ対のフレンド区分を片方向フレンド、いずれからもフォローしていないユーザ対のフレンド区分を非フレンドと決定するステップと、ユーザ対に対応付けて設定されている、該ユーザと該他のユーザとの親交の深さを示す親密度および該親密度の上限の少なくともいずれか一方を、該ユーザ対のフレンド区分に応じて更新するステップと、を実行させる。これにより、他のユーザとのゲームプレイをユーザに動機付けることができる。 (Item 10) The game program (231) has been described. According to an aspect of the present disclosure, a game program is executed by a server (200) including a processor (20) and a memory (21). The game program determines, in response to receiving from the computer operated by the user, information indicating that the user has followed the other user to the processor, and determining the other user as the user's follow friend. In response to receiving information indicating that another user has followed the user from the computer operated by the other user, determining the other user as the user's follower friend, and The friend category is a mutual friend, the friend category of the user pair followed by one of the users is a one-way friend, and the friend category of the user pair not followed by any of the steps is determined as non-friend, and is associated with the user pair. Updating at least one of the intimacy degree indicating the depth of intimacy between the user and the other user and the upper limit of the intimacy degree set according to the friend classification of the user pair, To execute. As a result, the user can be motivated to play the game with another user.

(項目11) (項目10)において、ゲームプログラムは、プロセッサに、ユーザのコンピュータが進行させるゲームに、協力者としての他のユーザが所有するオブジェクトを参加させるステップを実行させ、参加させるステップでは、ユーザとの間に設定された親密度が高い他のユーザまたはユーザとのフレンド区分が相互フレンドである他のユーザを協力者として優先的に選択してもよい。 (Item 11) In (Item 10), the game program causes the processor to perform a step of causing an object owned by another user as a collaborator to participate in a game run by the user's computer, and You may preferentially select another user who has a high degree of intimacy set with the user or another user whose friend classification with the user is a mutual friend as a collaborator.

(項目12) (項目11)において、ゲームプログラムは、プロセッサに、ユーザのコンピュータから、他のユーザのコンピュータが進行させるゲームに協力する旨のリクエストを受け付けたことに応答して、ユーザが所有するオブジェクトを参加させるゲームを主催する主催者としての他のユーザを検索するステップを実行させ、検索するステップでは、ユーザとの間に設定された親密度が高い他のユーザまたはユーザとのフレンド区分が相互フレンドである他のユーザを主催者として優先的に検索してもよい。 (Item 12) In (Item 11), the game program is owned by the user in response to the processor accepting a request from the user's computer to cooperate with a game progressed by another user's computer. Perform the step of searching for another user as the host who hosts the game in which the object is to be joined, and in the step of searching, the friend classification with the other user or the user with a high degree of intimacy set with the user is performed. Other users who are mutual friends may be preferentially searched as the organizer.

(項目13) ゲームプログラム(131)について説明した。本開示のある局面によると、ゲームプログラムは、プロセッサ(10)、メモリ(11)および表示部(152)を備えるコンピュータ(ユーザ端末100)であって、(項目12)におけるゲームプログラムを実行する上述のサーバと通信するコンピュータにより実行される。ゲームプログラムは、プロセッサに、ゲームに係る複数のメニュー項目をユーザに選択させるためのUI部品を含むホーム画面を表示させるステップを実行させる。ホーム画面を表示させるステップでは、リクエストをサーバに送信することを指示するUI部品をホーム画面に配置させることが好ましい。 (Item 13) The game program (131) has been described. According to an aspect of the present disclosure, the game program is a computer (user terminal 100) including a processor (10), a memory (11), and a display unit (152), and executes the game program in (item 12). Executed by a computer that communicates with the server. The game program causes the processor to execute a step of displaying a home screen including UI components for allowing the user to select a plurality of menu items related to the game. In the step of displaying the home screen, it is preferable to arrange a UI component instructing to send the request to the server on the home screen.

(項目14) ゲームプログラムを実行する方法を説明した。本開示のある局面によると、ゲームプログラムは、プロセッサおよびメモリを備えるコンピュータにより実行される。該方法は、プロセッサが(項目1)に記載の各ステップを実行する方法である。(項目14)に係る方法は、(項目1)に係るゲームプログラムと同様の作用効果を奏する。 (Item 14) The method of executing the game program has been described. According to an aspect of the present disclosure, a game program is executed by a computer including a processor and a memory. The method is a method in which the processor executes the steps described in (Item 1). The method according to (Item 14) has the same operational effects as the game program according to (Item 1).

(項目15) 情報処理装置を説明した。本開示のある局面によると、該情報処理装置は、(項目1)に係るゲームプログラムを記憶するメモリ(メモリ11、記憶部120)と、該ゲームプログラムを実行することにより、情報処理装置(ユーザ端末100)の動作を制御するプロセッサ(プロセッサ10、制御部110)とを備える。(項目15)に係る情報処理装置は、(項目1)に係るゲームプログラムと同様の作用効果を奏する。 (Item 15) The information processing device has been described. According to an aspect of the present disclosure, the information processing apparatus includes a memory (memory 11, storage unit 120) that stores a game program according to (Item 1) and an information processing apparatus (user) by executing the game program. The processor (processor 10, control unit 110) for controlling the operation of the terminal 100). The information processing device according to (Item 15) has the same effects as the game program according to (Item 1).

1 ゲームシステム、2 ネットワーク、10,20 プロセッサ、11,21 メモリ、12,22 ストレージ、13,23 通信IF(操作部)、14,24 入出力IF(操作部)、15 タッチスクリーン(表示部、操作部)、17 カメラ(操作部)、18 測距センサ(操作部)、100 ユーザ端末(情報処理装置)、110,210 制御部、111 クエスト進行部、112 フレンド処理部、113 親密度処理部、120,220 記憶部、131,231 ゲームプログラム、132 ゲーム情報、133 ユーザ情報、151 入力部(操作部)、152 表示部、200 サーバ、211 進行支援部、212 同期制御部、213 フレンド管理部、214 親密度処理部、1010 物体、1020 コントローラ(操作部)、1030 記憶媒体 DESCRIPTION OF SYMBOLS 1 game system, 2 network, 10 and 20 processor, 11 and 21 memory, 12 and 22 storage, 13 and 23 communication IF (operation part), 14 and 24 input/output IF (operation part), 15 touch screen (display part, Operation unit), 17 camera (operation unit), 18 distance measuring sensor (operation unit), 100 user terminal (information processing device), 110, 210 control unit, 111 quest progression unit, 112 friend processing unit, 113 intimacy processing unit , 120, 220 storage unit, 131, 231 game program, 132 game information, 133 user information, 151 input unit (operation unit), 152 display unit, 200 server, 211 progress support unit, 212 synchronization control unit, 213 friend management unit , 214 familiarity processing unit, 1010 object, 1020 controller (operation unit), 1030 storage medium

Claims (15)

ゲームプログラムであって、
前記ゲームプログラムは、プロセッサおよびメモリを備えるコンピュータにより実行されるものであり、
前記ゲームプログラムは、前記プロセッサに、
ユーザの、他のユーザを指定するための第1の入力操作に応答して、該他のユーザを、前記ユーザのフォローフレンドを登録する第1リストに登録するステップと、
前記ユーザが他のユーザのフォローフレンドとして登録されたことを示す情報を受け付けたことに応答して、該他のユーザを、前記ユーザのフォロワーフレンドを登録する第2リストに登録するステップと、
前記他のユーザが、前記ユーザの前記第1リストのみに登録されているフォローフレンド、前記ユーザの前記第2リストのみに登録されているフォロワーフレンド、前記第1リストおよび前記第2リストにともに登録されている相互フレンド、および、前記第1リストおよび前記第2リストのいずれにも登録されていない非フレンドのいずれのフレンド区分に該当するのかを決定するステップと、
前記ユーザと前記他のユーザとの対に対応付けて設定されている、該ユーザと該他のユーザとの親交の深さを示す親密度および該親密度の上限の少なくともいずれか一方を、前記他のユーザの前記フレンド区分に応じて更新するステップと、を実行させる、ゲームプログラム。
A game program,
The game program is executed by a computer including a processor and a memory,
The game program, in the processor,
Registering the other user in a first list for registering a follow friend of the user in response to a first input operation of the user for designating the other user;
Registering the other user in a second list registering the user's follower friends in response to receiving the information indicating that the user has been registered as a follow friend of the other user;
The other user is a follow friend registered only in the first list of the user, a follower friend registered only in the second list of the user, and both registered in the first list and the second list. A mutual friend that has been registered, and a friend category of a non-friend that is not registered in any of the first list and the second list,
At least one of an intimacy degree and an upper limit of the intimacy degree, which are set in association with a pair of the user and the other user, and which indicates a depth of intimacy between the user and the other user, A game program that causes a step of updating according to the friend classification of another user.
前記更新するステップでは、前記決定するステップにて、前記他のユーザの前記フレンド区分が前記相互フレンドと決定された場合に、該ユーザと該他のユーザとの対に対応付けて設定されている前記親密度の上限を上げる、請求項1に記載のゲームプログラム。 In the updating step, when the friend category of the other user is determined to be the mutual friend in the determining step, the user and the other user are set in association with each other. The game program according to claim 1, wherein the upper limit of the degree of intimacy is increased. 前記ゲームプログラムは、前記プロセッサに、
前記他のユーザが所有するオブジェクトを参加させることによってゲームを進行させるステップを実行させ、
前記更新するステップでは、前記ゲームの進行状況が変更されたことに応答して、前記オブジェクトを所有する前記他のユーザとの間の親密度を更新するとき、該他のユーザのフレンド区分が前記相互フレンドである場合に、その他の前記フレンド区分である場合よりも、前記親密度を上昇させる、請求項1または2に記載のゲームプログラム。
The game program, in the processor,
Performing a step of advancing a game by joining an object owned by the other user,
In the step of updating, when the friendship of the other user who owns the object is updated in response to the progress of the game being changed, the friend classification of the other user is The game program according to claim 1, wherein the degree of intimacy is increased in the case of mutual friendship, compared with the case of other friend categories.
前記更新するステップでは、前記他のユーザの前記フレンド区分が前記フォローフレンドである場合に、前記フォロワーフレンドおよび前記非フレンドである場合よりも、前記親密度を上昇させる、請求項3に記載のゲームプログラム。 The game according to claim 3, wherein, in the updating step, when the friend classification of the other user is the follow friend, the intimacy level is increased more than when the friend classification is the follower friend and the non-friend. program. 前記ゲームを進行させるステップでは、前記ゲームの進行状況が所定の条件を満たした場合に、該ゲーム内で利用可能な報酬を、前記親密度に応じて付与する、請求項3または4に記載のゲームプログラム。 5. The step of advancing the game, according to claim 3, wherein a reward available in the game is given according to the degree of intimacy when the progress of the game satisfies a predetermined condition. Game program. 前記ゲームを進行させるステップでは、
前記ユーザによって選択されたクエストを進行させ、該クエストの進行状況に応じてクリアの成否を判定し、
前記クエストが開始される前に、該クエストのクリアに協力する協力者を閲覧するための閲覧画面を表示し、
前記閲覧画面において、前記協力者または該協力者の候補である他のユーザごとに、該当する前記フレンド区分、および、前記ユーザとの間で設定されている前記親密度を表示し、
前記ユーザが前記他のユーザをフォローしていない場合に、該他のユーザをフォローすることを指示するためのグラフィカルユーザインターフェース部品(以下、GUI部品)を、該他のユーザごとに表示する、請求項3から5のいずれか1項に記載のゲームプログラム。
In the step of advancing the game,
Progress the quest selected by the user, determine the success or failure of the clear depending on the progress of the quest,
Before the quest is started, display a browsing screen for browsing collaborators who cooperate in clearing the quest,
On the browsing screen, the friend category corresponding to each of the collaborators or other users who are candidates for the collaborator, and the intimacy degree set with the user are displayed,
Displaying a graphical user interface component (hereinafter, GUI component) for instructing to follow the other user when the user is not following the other user, for each of the other users The game program according to any one of items 3 to 5.
前記ゲームを進行させるステップでは、
前記閲覧画面において、前記フレンド区分および前記親密度の少なくともいずれか一方に基づいて、複数の前記他のユーザをソートして表示する、請求項6に記載のゲームプログラム。
In the step of advancing the game,
The game program according to claim 6, wherein a plurality of the other users are sorted and displayed on the browsing screen based on at least one of the friend classification and the intimacy degree.
前記ゲームを進行させるステップでは、
前記クエストが終了したとき、該クエストの結果を提示する結果画面を表示し、
前記結果画面において、該クエストの協力者に係る情報を表示し、
前記ユーザが、前記協力者をフォローしていない場合に、該協力者をフォローすることを指示するためのGUI部品を、前記協力者に係る情報とともに表示する、請求項6または7に記載のゲームプログラム。
In the step of advancing the game,
When the quest is finished, display a result screen showing the result of the quest,
In the result screen, display information related to the collaborators of the quest,
The game according to claim 6 or 7, wherein when the user does not follow the collaborator, a GUI component for instructing to follow the collaborator is displayed together with information on the collaborator. program.
前記ゲームを進行させるステップでは、
前記結果画面において、前記更新するステップにて前記親密度が更新されたこと、または、更新されなかったことを通知する情報を表示し、
前記ユーザと前記協力者とが相互フレンドである場合に、相互フレンドであることに基づいて増分された親密度の値を強調表示する、請求項8に記載のゲームプログラム。
In the step of advancing the game,
On the result screen, the intimacy degree updated in the updating step, or displays information notifying that it has not been updated,
The game program according to claim 8, wherein when the user and the collaborator are mutual friends, the value of the intimacy degree increased based on the mutual friend is highlighted.
ゲームプログラムであって、
前記ゲームプログラムは、プロセッサおよびメモリを備えるサーバにより実行されるものであり、
前記ゲームプログラムは、前記プロセッサに、
ユーザが他のユーザをフォローしたことを示す情報を、前記ユーザが操作するコンピュータから受け付けたことに応答して、前記他のユーザを前記ユーザのフォローフレンドと決定するステップと、
他のユーザが前記ユーザをフォローしたことを示す情報を、前記他のユーザが操作するコンピュータから受け付けたことに応答して、前記他のユーザを前記ユーザのフォロワーフレンドと決定するステップと、
互いにフォローし合うユーザ対のフレンド区分を相互フレンド、いずれか一方のユーザがフォローするユーザ対のフレンド区分を片方向フレンド、いずれからもフォローしていないユーザ対のフレンド区分を非フレンドと決定するステップと、
前記ユーザ対に対応付けて設定されている、該ユーザと該他のユーザとの親交の深さを示す親密度および該親密度の上限の少なくともいずれか一方を、該ユーザ対の前記フレンド区分に応じて更新するステップと、を実行させる、ゲームプログラム。
A game program,
The game program is executed by a server including a processor and a memory,
The game program, in the processor,
Determining that the other user is a follow friend of the user in response to receiving information indicating that the user has followed the other user from a computer operated by the user,
Determining that the other user is a follower friend of the user in response to receiving information indicating that the other user has followed the user from a computer operated by the other user,
A step of determining a friend category of a user pair that follows each other as a mutual friend, a friend category of a user pair followed by one of the users as a one-way friend, and a friend category of a user pair not followed by any of the friends category as a non-friend. When,
At least one of an intimacy degree indicating the depth of intimacy between the user and the other user and an upper limit of the intimacy degree, which are set in association with the user pair, is assigned to the friend category of the user pair. A game program that causes the step of updating accordingly to be executed.
前記ゲームプログラムは、前記プロセッサに、
前記ユーザのコンピュータが進行させるゲームに、協力者としての他のユーザが所有するオブジェクトを参加させるステップを実行させ、
前記参加させるステップでは、
前記ユーザとの間に設定された前記親密度が高い他のユーザまたは前記ユーザとのフレンド区分が相互フレンドである他のユーザを前記協力者として優先的に選択する、請求項10に記載のゲームプログラム。
The game program, in the processor,
Causing a game carried out by the user's computer to participate in an object owned by another user as a collaborator,
In the step of participating,
11. The game according to claim 10, wherein another user having a high degree of closeness set with the user or another user whose friend classification with the user is a mutual friend is preferentially selected as the collaborator. program.
前記ゲームプログラムは、前記プロセッサに、
前記ユーザのコンピュータから、他のユーザのコンピュータが進行させるゲームに協力する旨のリクエストを受け付けたことに応答して、前記ユーザが所有するオブジェクトを参加させる前記ゲームを主催する主催者としての他のユーザを検索するステップを実行させ、
前記検索するステップでは、
前記ユーザとの間に設定された前記親密度が高い他のユーザまたは前記ユーザとのフレンド区分が相互フレンドである他のユーザを前記主催者として優先的に検索する、請求項11に記載のゲームプログラム。
The game program, in the processor,
In response to receiving a request from the user's computer to cooperate with a game to be progressed by another user's computer, another of the organizers of the game in which the object owned by the user is participated Run the step of searching for users,
In the step of searching,
12. The game according to claim 11, wherein the organizer preferentially searches for another user having a high degree of intimacy set with the user or another user whose friend classification with the user is a mutual friend. program.
ゲームプログラムであって、
前記ゲームプログラムは、プロセッサ、メモリおよび表示部を備えるコンピュータであって、請求項12に記載の前記ゲームプログラムを実行する前記サーバと通信するコンピュータにより実行されるものであり、
前記ゲームプログラムは、前記プロセッサに、
前記ゲームに係る複数のメニュー項目を前記ユーザに選択させるためのUI部品を含むホーム画面を表示させるステップを実行させ、
前記ホーム画面を表示させるステップでは、前記リクエストを前記サーバに送信することを指示するUI部品を前記ホーム画面に配置する、ゲームプログラム。
A game program,
The game program is a computer that includes a processor, a memory, and a display unit, and is executed by a computer that communicates with the server that executes the game program according to claim 12.
The game program, in the processor,
Executing a step of displaying a home screen including UI parts for allowing the user to select a plurality of menu items related to the game;
In the step of displaying the home screen, a game program that arranges a UI component instructing to transmit the request to the server on the home screen.
コンピュータがゲームプログラムを実行する方法であって、
前記コンピュータは、プロセッサおよびメモリを備え、
前記プロセッサが請求項1に記載の各ステップを実行する方法。
A method for a computer to execute a game program, the method comprising:
The computer includes a processor and memory,
A method by which the processor performs the steps of claim 1.
情報処理装置であって、
前記情報処理装置は、
請求項1に記載のゲームプログラムを記憶するメモリと、
該ゲームプログラムを実行することにより、情報処理装置の動作を制御するプロセッサとを備えている、情報処理装置。
An information processing device,
The information processing device,
A memory for storing the game program according to claim 1;
An information processing apparatus, comprising: a processor that controls the operation of the information processing apparatus by executing the game program.
JP2019004733A 2019-01-15 2019-01-15 Game program, method, and information processing device Active JP7284584B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019004733A JP7284584B2 (en) 2019-01-15 2019-01-15 Game program, method, and information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019004733A JP7284584B2 (en) 2019-01-15 2019-01-15 Game program, method, and information processing device

Publications (2)

Publication Number Publication Date
JP2020110448A true JP2020110448A (en) 2020-07-27
JP7284584B2 JP7284584B2 (en) 2023-05-31

Family

ID=71666074

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019004733A Active JP7284584B2 (en) 2019-01-15 2019-01-15 Game program, method, and information processing device

Country Status (1)

Country Link
JP (1) JP7284584B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113058267A (en) * 2021-04-06 2021-07-02 网易(杭州)网络有限公司 Control method and device of virtual object and electronic equipment
JP7065438B1 (en) 2021-01-13 2022-05-12 株式会社カプコン Game programs, game devices and game systems
WO2022153993A1 (en) * 2021-01-14 2022-07-21 株式会社コナミアミューズメント Game system, game control method, and program
JP2022108572A (en) * 2021-01-13 2022-07-26 株式会社カプコン Game program, game device, and game system
JP7210795B1 (en) 2022-06-23 2023-01-23 株式会社あかつき Game system, game program and information processing method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013176621A (en) * 2013-05-23 2013-09-09 Konami Digital Entertainment Co Ltd Game control device, point processing method, and point processing program
JP2015119997A (en) * 2015-02-05 2015-07-02 株式会社コナミデジタルエンタテインメント Game managing device, game system, and program
JP2018166947A (en) * 2017-03-30 2018-11-01 株式会社バンダイナムコエンターテインメント Game system and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013176621A (en) * 2013-05-23 2013-09-09 Konami Digital Entertainment Co Ltd Game control device, point processing method, and point processing program
JP2015119997A (en) * 2015-02-05 2015-07-02 株式会社コナミデジタルエンタテインメント Game managing device, game system, and program
JP2018166947A (en) * 2017-03-30 2018-11-01 株式会社バンダイナムコエンターテインメント Game system and program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"ファミ通App", [これから始める『パズドラ』]助っ人のフレンドや冒険者の違いってなに?[ONLINE], JPN7022005775, 1 May 2015 (2015-05-01), ISSN: 0004942312 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7065438B1 (en) 2021-01-13 2022-05-12 株式会社カプコン Game programs, game devices and game systems
JP2022108572A (en) * 2021-01-13 2022-07-26 株式会社カプコン Game program, game device, and game system
JP2022108559A (en) * 2021-01-13 2022-07-26 株式会社カプコン Game program, game device, and game system
JP7168879B2 (en) 2021-01-13 2022-11-10 株式会社カプコン Game program, game device and game system
WO2022153993A1 (en) * 2021-01-14 2022-07-21 株式会社コナミアミューズメント Game system, game control method, and program
TWI804155B (en) * 2021-01-14 2023-06-01 日商科樂美遊樂有限公司 Game system, game control method and program
CN113058267A (en) * 2021-04-06 2021-07-02 网易(杭州)网络有限公司 Control method and device of virtual object and electronic equipment
CN113058267B (en) * 2021-04-06 2024-02-02 网易(杭州)网络有限公司 Virtual object control method and device and electronic equipment
JP7210795B1 (en) 2022-06-23 2023-01-23 株式会社あかつき Game system, game program and information processing method
JP2023016003A (en) * 2022-06-23 2023-02-01 株式会社あかつき Game system, game program, and information processing method

Also Published As

Publication number Publication date
JP7284584B2 (en) 2023-05-31

Similar Documents

Publication Publication Date Title
JP7284584B2 (en) Game program, method, and information processing device
JP7073222B2 (en) Game programs, methods, and information processing equipment
JP6547035B1 (en) Game program, method, and information processing apparatus
JP6450875B1 (en) GAME PROGRAM, GAME METHOD, AND INFORMATION PROCESSING DEVICE
JP6291610B1 (en) GAME PROGRAM, METHOD, INFORMATION PROCESSING DEVICE, AND GAME SYSTEM
JP6370417B2 (en) Game program, method for executing game program, and information processing apparatus
JP6547036B1 (en) Game program, method, and information processing apparatus
JP7136715B2 (en) Game program, method, and information processing device
JP6480039B1 (en) GAME PROGRAM, METHOD, AND INFORMATION PROCESSING DEVICE
JP2024028603A (en) program
JP6355787B1 (en) GAME PROGRAM, METHOD, INFORMATION PROCESSING DEVICE, AND GAME SYSTEM
JP2019126471A (en) Game program, method and information processor
JP6784736B2 (en) Game programs, how to run game programs, and information processing equipment
JP2020195805A (en) Game program, method, and information processor
JP6547037B1 (en) Game program, method, and information processing apparatus
JP2020044135A (en) Game program, method, and information processing device
JP7272799B2 (en) Game program, method, and information processing device
JP2019150721A (en) Game program, method and information processor
JP7313175B2 (en) Game program and method
JP7448607B2 (en) program
JP7073309B2 (en) Game programs, methods, and information processing equipment
JP2019136318A (en) Game program, method, and information processing device
JP6502550B1 (en) Game program, method, and information processing apparatus
JP7321692B2 (en) game program
JP6754805B2 (en) Game programs, game methods, and information processing equipment

Legal Events

Date Code Title Description
A80 Written request to apply exceptions to lack of novelty of invention

Free format text: JAPANESE INTERMEDIATE CODE: A80

Effective date: 20190208

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20211105

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20221116

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20221213

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230208

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230519

R150 Certificate of patent or registration of utility model

Ref document number: 7284584

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150