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

Game program, method, and information processing device Download PDF

Info

Publication number
JP2020058667A
JP2020058667A JP2018192889A JP2018192889A JP2020058667A JP 2020058667 A JP2020058667 A JP 2020058667A JP 2018192889 A JP2018192889 A JP 2018192889A JP 2018192889 A JP2018192889 A JP 2018192889A JP 2020058667 A JP2020058667 A JP 2020058667A
Authority
JP
Japan
Prior art keywords
stamina
value
user
quest
game
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
JP2018192889A
Other languages
Japanese (ja)
Other versions
JP7256627B2 (en
Inventor
大樹 浅井
Daiki Asai
大樹 浅井
功淳 馬場
Naruatsu Baba
功淳 馬場
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 JP2018192889A priority Critical patent/JP7256627B2/en
Publication of JP2020058667A publication Critical patent/JP2020058667A/en
Application granted granted Critical
Publication of JP7256627B2 publication Critical patent/JP7256627B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To provide a game program capable of increasing the opportunity for a user to play a game process that can be played by consuming parameters.SOLUTION: A game program causes a processor to execute: a step S14, when the current value of stamina is below a first consumption value, for suppressing execution of a first game process and receiving a first operation that enables execution of the first game process under a first condition from a user; and steps S17, S18, S19, in response to the first operation, for executing a process according to the first condition and the first game process, and recovering a first parameter to a value less than the upper limit value of the first parameter.SELECTED DRAWING: Figure 19

Description

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

特許文献1に、ゲーム内のゲーム行動を実行する実行手段と、前記ゲーム行動の実行許容値を記憶した記憶手段と、前記実行手段による前記ゲーム行動の実行により、前記実行許容値から前記ゲーム行動に応じた消費値を減算する減算手段と、時間の経過に伴って、前記減算手段により減算された前記実行許容値を、回復上限値を上限として回復する経時回復手段と、課金の支払いにより又は前記支払いにより得られるゲームアイテムの使用により、前記減算手段により減算された前記実行許容値を、前記回復上限値を超えても回復する課金回復手段とを有するゲーム装置が開示される。   In Patent Document 1, an execution unit that executes a game action in a game, a storage unit that stores an execution allowance value of the game action, and the execution of the game action by the execution unit, the game action from the execution allowance value. By a subtraction means for subtracting the consumption value according to the above, and a time recovery means for recovering the execution permissible value subtracted by the subtraction means with the passage of time, with the recovery upper limit value as the upper limit, Disclosed is a game device having a charge recovery unit that recovers the execution allowable value subtracted by the subtraction unit even when the recovery upper limit value is exceeded, by using the game item obtained by the payment.

特開2014−155546号公報JP, 2014-155546, A

特許文献1の技術には、パラメータを消費してプレイできるゲーム処理をユーザがプレイする機会を増やせる余地がある。   The technology of Patent Document 1 has room for increasing the chances of the user playing a game process that can be played by consuming parameters.

本開示の一態様は、パラメータを消費してプレイできるゲーム処理をユーザがプレイする機会を増やすことを目的とする。   One aspect of the present disclosure aims to increase the opportunity for a user to play a game process that can be played by consuming parameters.

本開示に係るプログラムは、プロセッサおよびメモリを備えるコンピュータにより実行される。ゲームプログラムは、プロセッサに、第1パラメータの現在値が、第1ゲーム処理の実行に必要な第1パラメータの第1消費値以上である場合、第1パラメータを第1消費値だけ消費することによって、第1ゲーム処理を実行するステップと、現在値が第1消費値を下回るときに、第1ゲーム処理の実行を抑制すると共に、第1条件により第1ゲーム処理を実行することを可能とする第1操作をユーザから受け付けるステップと、第1操作に応答して、第1条件に応じた処理および第1ゲーム処理を実行すると共に、第1パラメータを、第1パラメータの上限値に満たない値まで回復するステップとを実行させる。   The program according to the present disclosure is executed by a computer including a processor and a memory. The game program causes the processor to consume only the first consumption value of the first parameter when the current value of the first parameter is greater than or equal to the first consumption value of the first parameter required to execute the first game process. A step of executing the first game process, and suppressing execution of the first game process when the current value is lower than the first consumption value, and making it possible to execute the first game process under the first condition. A step of accepting a first operation from a user, a process according to a first condition and a first game process are executed in response to the first operation, and the first parameter is a value less than an upper limit value of the first parameter. Perform steps to recover up to.

本開示の一態様によれば、パラメータを消費してプレイできるゲーム処理をユーザがプレイする機会を増やせる効果を奏する。   According to one aspect of the present disclosure, it is possible to increase the chances of a user playing a game process that can be played by consuming parameters.

ゲームシステムのハードウェア構成を示す図である。It is a figure which shows the hardware constitutions of a game system. ゲームシステムに含まれるサーバ及びユーザ端末の機能的構成を示すブロック図である。It is a block diagram showing functional composition of a server and a user terminal contained in a game system. ある実施の形態に係るテーブルを示す図である。It is a figure which shows the table which concerns on a certain embodiment. ある実施の形態に係るコンピュータが、ゲームプログラムに基づいて実行する処理の流れを示すフローチャートである。9 is a flowchart showing a flow of processing executed by a computer according to an embodiment based on a game program. ある実施の形態に係るゲーム画面を示す図である。It is a figure which shows the game screen which concerns on certain embodiment. ある実施の形態に係るテーブルを示す図である。It is a figure which shows the table which concerns on a certain embodiment. ある実施の形態に係るスタミナ表示欄を示す図である。It is a figure which shows the stamina display column which concerns on a certain embodiment. ある実施の形態に係るメッセージを示す図である。It is a figure which shows the message which concerns on a certain embodiment. ある実施の形態に係るテーブルを示す図である。It is a figure which shows the table which concerns on a certain embodiment. ある実施の形態に係るゲーム画面を示す図である。It is a figure which shows the game screen which concerns on certain embodiment. ある実施の形態に係るテーブルを示す図である。It is a figure which shows the table which concerns on a certain embodiment. ある実施の形態に係るテーブルを示す図である。It is a figure which shows the table which concerns on a certain embodiment. ある実施の形態に係るスタミナ表示欄を示す図である。It is a figure which shows the stamina display column which concerns on a certain embodiment. ある実施の形態に係るテーブルを示す図である。It is a figure which shows the table which concerns on a certain embodiment. ある実施の形態に係るゲーム画面を示す図である。It is a figure which shows the game screen which concerns on certain embodiment. ある実施の形態に係るゲーム画面を示す図である。It is a figure which shows the game screen which concerns on certain embodiment. ある実施の形態に係るテーブルを示す図である。It is a figure which shows the table which concerns on a certain embodiment. ある実施の形態に係るスタミナ表示欄を示す図である。It is a figure which shows the stamina display column which concerns on a certain embodiment. ある実施の形態に係るユーザ端末が、ゲームプログラムに基づいて実行する処理の流れを示すフローチャートである。It is a flow chart which shows a flow of processing which a user terminal concerning a certain embodiment performs based on a game program. ある実施の形態に係るゲーム画面を示す図である。It is a figure which shows the game screen which concerns on certain embodiment. ある実施の形態に係るスタミナ表示欄を示す図である。It is a figure which shows the stamina display column which concerns on a certain embodiment. ある実施の形態に係るメッセージを示す図である。It is a figure which shows the message which concerns on a certain embodiment. ある実施の形態に係るダイヤ表示欄およびスタミナ表示欄を示す図である。It is a figure which shows the diamond display column and stamina display column which concern on a certain embodiment. ある実施の形態に係るダイヤ表示欄およびスタミナ表示欄を示す図である。It is a figure which shows the diamond display column and stamina display column which concern on a certain embodiment. ある実施の形態に係るユーザ端末が、ゲームプログラムに基づいて実行する処理の流れを示すフローチャートである。It is a flow chart which shows a flow of processing which a user terminal concerning a certain embodiment performs based on a game program. ある実施の形態に係るゲーム画面を示す図である。It is a figure which shows the game screen which concerns on certain embodiment. ある実施の形態に係るスタミナ表示欄を示す図である。It is a figure which shows the stamina display column which concerns on a certain embodiment. ある実施の形態に係るスタミナ表示欄を示す図である。It is a figure which shows the stamina display column which concerns on a certain embodiment. ある実施の形態に係るスタミナ表示欄を示す図である。It is a figure which shows the stamina display column which concerns on a certain embodiment. ある実施の形態に係るスタミナ表示欄を示す図である。It is a figure which shows the stamina display column which concerns on a certain embodiment. ある実施の形態に係るメッセージを示す図である。It is a figure which shows the message which concerns on a certain embodiment. ある実施の形態に係るスタミナ表示欄を示す図である。It is a figure which shows the stamina display column which concerns on a certain embodiment. ある実施の形態に係るスタミナ表示欄を示す図である。It is a figure which shows the stamina display column which concerns on a certain embodiment. ある実施の形態に係るメッセージを示す図である。It is a figure which shows the message which concerns on a certain embodiment. ある実施の形態に係るスタミナ表示欄を示す図である。It is a figure which shows the stamina display column which concerns on a certain embodiment.

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

(ゲームシステム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 shown, 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)) connectable 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(表示部152)と、カメラ17と、測距センサ18とを備える。ユーザ端末100が備えるこれらの構成は、通信バスによって互いに電気的に接続される。なお、ユーザ端末100は、タッチスクリーン15に代えて、又は、加えて、ユーザ端末100本体とは別に構成されたディスプレイ(表示部152)を接続可能な入出力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 152), a camera 17, and a distance measuring sensor. 18 and. These components included in the user terminal 100 are electrically connected to each other by a communication bus. Note that the user terminal 100 may include an input / output IF 14 to which a display (display unit 152) 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 include 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 time of starting a game. This allows the user terminal 100 to associate the controller 1020 with the user, and identifies 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 user terminal 100 does not communicate with other devices such as the server 200 via the network 2 and the one user terminal 100. 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), so that a plurality of user terminals 100 locally realize multi-play. You can also do it. When the above-described 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. Further, when the above-described multiplay is locally realized by the 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 may be associated with user identification information 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 by the 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 captured image of 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 includes 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 a storage 12 described later and loads it into a 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がプログラムに従って動作している間に生成した各種データも一時的に記憶する。   The 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の協働により実現するためのゲームプログラムであってもよい。また、各種データとは、ユーザ情報及びゲーム情報などのゲームに関するデータ、ならびに、ユーザ端末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. Alternatively, the program may be a game program for realizing the game by cooperation of a plurality of user terminals 100. In addition, the 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). Various data relating to the game are stored in the storage 12 and the storage 22.

通信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, for example, wireless LAN (Local Area Network), wired LAN, wireless LAN, or Internet communication via a mobile phone network, and communication using short-range wireless communication.

入出力IF14は、ユーザ端末100がデータの入力を受け付けるためのインターフェースであり、またユーザ端末100がデータを出力するためのインターフェースである。入出力IF14は、USB(Universal Serial Bus)等を介してデータの入出力を行ってもよい。入出力IF14は、例えば、ユーザ端末100の物理ボタン、カメラ、マイク、又は、スピーカ等を含み得る。サーバ200の入出力IF24は、サーバ200がデータの入力を受け付けるためのインターフェースであり、またサーバ200がデータを出力するためのインターフェースである。入出力IF24は、例えば、マウス又はキーボード等の情報入力機器である入力部と、画像を表示出力する機器である表示部152とを含み得る。   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 152 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が横向きに保持されているときには、横長の画像を表示部152に表示させる横画面表示としてもよい。このように、プロセッサ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 attitude of the user terminal 100 from the output of the sensor and perform processing according to the holding attitude. For example, the processor 10 may perform vertical screen display in which a vertically long image is displayed on the display unit 152 when the user terminal 100 is held vertically. On the other hand, when the user terminal 100 is held sideways, a horizontally long image may be displayed on the display unit 152 as a horizontal screen display. 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 of the light source and the light reception timing of the reflected light generated when the light emitted from the light source is 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 in the vicinity of the user terminal 100 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 light, 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 one or more of the following processes (1) to (5) on the image captured by the camera 17, for example. (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 the 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. Further, when the number of fingers is 0 (no fingers are detected), the processor 10 determines that the user has made a gesture of “goo”. Further, when the number of fingers is two, the processor 10 determines that the user has made a gesture of “choki”. (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 index finger is raised or whether the user's finger makes a repulsive movement. . (4) The processor 10 determines an object 1010 (such as a 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 not detected by the distance measuring sensor 18 whose directivity is 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の撮影画像によるユーザの手の検出結果に基づいて、ユーザが指をはじくようなジェスチャを検出した場合に、当該ジェスチャを、マウスのクリック又はタッチスクリーンへのタップ操作に対応する操作として認識してもよい。   In this way, the processor 10 recognizes whether or not the user is clasping his / her hand based on the image recognition of the image captured by the camera 17 (whether the gesture is “goo” or other gestures (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, for example, an operation using a pointing device such as a mouse or a touch screen. The user terminal 100, for example, moves the pointer on the touch screen 15 in accordance with 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 screen is touched and then touched. . In addition, when the user further moves the hand while the user's gesture “goo” is detected, the user terminal 100 regards 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 gesture or taps the touch screen. It may be recognized as an operation corresponding to the operation.

(ユーザ端末100の機能的構成)
図2は、ゲームシステム1に含まれるユーザ端末100の機能的構成を示すブロック図である。ユーザ端末100は、図示しない、一般的なコンピュータとして機能する場合に必要な機能的構成、および、ゲームにおける公知の機能を実現するために必要な機能的構成を含み得る。
(Functional configuration of the user terminal 100)
FIG. 2 is a block diagram showing a functional configuration of the user terminal 100 included in the game system 1. The user terminal 100 may include a functional configuration (not shown) required when functioning as a general computer and a functional configuration required to realize 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 an input operation of a user 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.

記憶部220は、ゲームプログラム131、ゲーム情報132、およびユーザ情報133を格納する。ゲームプログラム131は、ユーザ端末100で実行するゲームプログラムである。ゲーム情報132は、制御部110がゲームプログラム131を実行する際に参照するデータである。ユーザ情報133は、ユーザのアカウントに関するデータである。   The storage unit 220 stores the game program 131, the game information 132, and the user information 133. The game program 131 is a game program executed by the user terminal 100. The game information 132 is data that the control unit 110 refers to when executing the game program 131. The user information 133 is data regarding a user's account.

制御部110は、記憶部120に格納されたゲームプログラム131を実行することにより、ユーザ端末100を統括的に制御する。例えば、制御部110は、ゲームプログラム131およびユーザの操作にしたがって、ゲームを進行させる。また、制御部110は、ゲームを進行させている間、必要に応じて、サーバ200と通信して、情報の送受信を行う。   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. In addition, the control unit 110 communicates with the server 200 and transmits / receives information as needed during the progress of the game.

制御部110は、ゲームプログラム131の記述に応じて、操作受付部111、クエスト実行部112、ランク管理部113、スタミナ回復部114、アイテム付与部115、および表示制御部116として機能する。制御部110は、実行するゲームの性質に応じて、ゲームを進行させるために、図示しないその他の機能ブロックとしても機能することができる。   The control unit 110 functions as the operation reception unit 111, the quest execution unit 112, the rank management unit 113, the stamina recovery unit 114, the item assignment unit 115, and the display control unit 116 according to the description of the game program 131. The control unit 110 can also function as other functional blocks (not shown) in order to progress the game depending on the nature of the game to be executed.

操作受付部111は、タッチスクリーン15(入力部151)の出力に基づいて、ユーザの入力操作を受け付ける。具体的には、操作受付部111は、ユーザの指などがタッチスクリーン15に接近したことを、タッチスクリーン15を構成する面の横軸及び縦軸からなる座標系の座標として検出する。例えば、操作受付部111は、入力部151に対する入力操作を受け付け、該入力操作の入力位置の座標を検出し、該入力操作の種類を特定する。操作受付部111は、入力操作の種類として、例えばタッチ操作、スライド操作、スワイプ操作、およびタップ操作等を特定する。また、操作受付部111は、連続して検知されていた入力が途切れると、タッチスクリーン15から接触入力が解除されたことを検知する。   The operation receiving unit 111 receives an input operation of the user based on the output of the touch screen 15 (input unit 151). Specifically, the operation reception unit 111 detects that the user's finger or the like has approached the touch screen 15 as the coordinates of the coordinate system composed of the horizontal axis and the vertical axis of the surface forming the touch screen 15. For example, the operation receiving unit 111 receives an input operation on the input unit 151, detects the coordinates of the input position of the input operation, and specifies the type of the input operation. The operation receiving unit 111 identifies, as the type of input operation, for example, a touch operation, a slide operation, a swipe operation, a tap operation, or the like. Further, the operation receiving unit 111 detects that the contact input is released from the touch screen 15 when the continuously detected input is interrupted.

操作受付部111は、タッチスクリーン15に対するユーザの操作を判別する。操作受付部111は、例えば、(1)「接近操作」、(2)「リリース操作」、(3)「タップ操作」、(4)「ダブルタップ操作」、(5)「長押し操作(ロングタッチ操作)」、(6)「ドラッグ操作(スワイプ操作)」、(7)「ムーブ操作」、(8)「フリック操作」、その他のユーザの操作を判別する。操作受付部111が判別するユーザの操作は、上記に限られない。例えば、タッチスクリーン15が、ユーザがタッチスクリーン15に対して押下する圧力の大きさを検出可能な機構を有する場合、操作受付部111は、ユーザにより押下された圧力の大きさを判別する。   The operation reception unit 111 determines the user's operation on the touch screen 15. The operation receiving unit 111, for example, (1) "approach operation", (2) "release operation", (3) "tap operation", (4) "double tap operation", (5) "long press operation (long Touch operation), (6) "drag operation (swipe operation)", (7) "move operation", (8) "flick operation", and other user operations. The user operation determined by the operation reception unit 111 is not limited to the above. For example, when the touch screen 15 has a mechanism capable of detecting the amount of pressure that the user presses on the touch screen 15, the operation reception unit 111 determines the amount of pressure that the user has pressed.

(1)「接近操作」とは、ユーザが指などをタッチスクリーン15に接近させる操作である。タッチスクリーン15は、ユーザの指などが接近したこと(ユーザの指などがタッチスクリーン15に接触したことを含む)をタッチスクリーン15により検出し、検出したタッチスクリーン15の座標に応じた信号を制御部110へ出力する。制御部110は、タッチスクリーン15へのユーザの指などの接近を検出しない状態から、接近を検出したときに、状態が「タッチオン状態」になったと判別する。   (1) The “approaching operation” is an operation in which the user brings his or her finger closer to the touch screen 15. The touch screen 15 detects that the user's finger or the like has approached (including that the user's finger or the like has touched the touch screen 15), and controls a signal according to the detected coordinates of the touch screen 15. Output to the unit 110. The control unit 110 determines that the state is the “touch-on state” when the approach is detected from the state in which the approach of the user's finger or the like to the touch screen 15 is not detected.

(2)「リリース操作」とは、ユーザがタッチスクリーン15を接近操作している状態を止める操作である。操作受付部111は、例えば、ユーザが指などをタッチスクリーン15に接触させている状態から、指を離す操作をしたときに、ユーザの操作を「リリース操作」と判別する。制御部110は、タッチスクリーン15へのユーザの指などの接近を検出している状態から、接近を検出しない状態になったときに、状態が「タッチオン状態」から「タッチオフ状態」になったと判別する。   (2) “Release operation” is an operation for stopping the state where the user is operating the touch screen 15 in the approaching direction. The operation accepting unit 111 determines that the user's operation is a “release operation”, for example, when the user touches the touch screen 15 with a finger or the like and then releases the finger. The control unit 110 determines that the state has changed from the “touch-on state” to the “touch-off state” when the state in which the approach of the user's finger or the like to the touch screen 15 is detected is changed to the state in which the approach is not detected. To do.

(3)「タップ操作」とは、ユーザがタッチスクリーン15に対して指などを接近させる接近操作をした後に、接近操作をした位置でリリース操作を行うことである。操作受付部111は、接近操作が検出されない状態(ユーザの指などがタッチスクリーン15から離れており、タッチスクリーン15がユーザの指などの接近を検出していない状態)から、タッチスクリーン15の出力に基づいて、ユーザの指などが接近したことを検出した場合に、その検出した座標を「初期タッチ位置」として保持する。操作受付部111は、初期タッチ位置の座標と、リリース操作をした座標とがほぼ同一である場合(接近操作が検出された座標から一定範囲内の座標においてリリース操作の座標が検出された場合)に、ユーザの操作を「タップ操作」と判別する。   (3) The “tap operation” is to perform a release operation at a position where the user has performed an approach operation of approaching the touch screen 15 with a finger or the like and then performing the approach operation. The operation reception unit 111 outputs the touch screen 15 from a state in which the approach operation is not detected (a state in which the user's finger or the like is away from the touch screen 15 and the touch screen 15 does not detect the approach of the user's finger or the like). When it is detected that the user's finger or the like has approached, the detected coordinates are held as the "initial touch position". When the coordinates of the initial touch position and the coordinates of the release operation are substantially the same, the operation reception unit 111 (when the coordinates of the release operation are detected in the coordinates within a certain range from the coordinates at which the approach operation is detected). First, the user operation is determined to be a "tap operation".

(4)「ダブルタップ操作」とは、ユーザがタップ操作を一定時間内に2回行う操作である。操作受付部111は、例えば、ユーザの操作をタップ操作と判別してから一定時間内に、タップ操作にかかる座標で再びタップ操作を判別した場合に、ユーザの操作を「ダブルタップ操作」と判別する。   (4) The "double tap operation" is an operation in which the user performs the tap operation twice within a fixed time. For example, when the operation accepting unit 111 determines that the user's operation is a tap operation and then determines the tap operation again at the coordinates related to the tap operation within a certain time, the operation accepting unit 111 determines the user's operation as a “double tap operation”. To do.

(5)「長押し操作」とは、ユーザがタッチスクリーン15を押し続ける操作である。タッチスクリーン15は、ユーザの操作を検出して接近操作を判別してから、接近操作が検出された座標において接近操作が継続している時間が一定時間を超えた場合に、ユーザの操作を「長押し操作」(「長押し操作」を、「ロングタッチ操作」と称することもある)と判別する。   (5) “Long press operation” is an operation in which the user continues to press the touch screen 15. The touch screen 15 detects the operation of the user and determines the approach operation, and then, when the time during which the approach operation continues at the coordinates where the approach operation is detected exceeds a certain time, the touch screen 15 indicates the operation of the user. Long-press operation ”(“ long-press operation ”is sometimes referred to as“ long-touch operation ”).

(6)「ドラッグ操作」とは、ユーザがタッチスクリーン15に指などを接近させた接近状態を維持したまま、指をスライドさせる操作である。   (6) The “drag operation” is an operation in which the user slides his / her finger while keeping the approached state in which the user has brought his / her finger or the like close to the touch screen 15.

(7)「ムーブ操作」とは、ユーザがタッチスクリーン15において、接近操作を維持しつつ、タッチスクリーン15に指などを接近させている位置を移動させてリリース操作を行う一連の操作をいう。   (7) “Move operation” refers to a series of operations in which the user performs a release operation by moving a position where a finger or the like is approaching the touch screen 15 while maintaining the approach operation on the touch screen 15.

(8)「フリック操作」は、ユーザがムーブ操作を予め定められた時間よりも短い時間で行う操作をいう。フリック操作は、ユーザがタッチスクリーン15で指を弾くような操作である。   (8) "Flick operation" refers to an operation in which the user performs a move operation in a time shorter than a predetermined time. The flick operation is an operation in which the user flips his / her finger on the touch screen 15.

クエスト実行部112は、スタミナ(第1パラメータ)を消費することによって、クエスト(第1ゲーム処理)を実行する。ランク管理部113は、ユーザの経験値(第2パラメータ)が第1基準値を超えた場合、ゲームにおけるユーザのランクを増加させる。スタミナ回復部114は、スタミナを回復するための条件が成立した場合、スタミナを回復する。スタミナ回復部114は、例えば、時間経過に従って、スタミナの上限値を超えない範囲でスタミナを自動的に回復する。アイテム付与部115は、ユーザにゲームアイテムを付与するための条件が成立した場合、ユーザにゲームアイテムを付与する。   The quest executing unit 112 executes the quest (first game process) by consuming the stamina (first parameter). The rank management unit 113 increases the rank of the user in the game when the experience value (second parameter) of the user exceeds the first reference value. The stamina recovery unit 114 recovers stamina when a condition for recovering stamina is satisfied. The stamina recovery unit 114 automatically recovers stamina as time passes, for example, within a range not exceeding the upper limit of stamina. The item giving unit 115 gives a game item to the user when a condition for giving the game item to the user is satisfied.

表示制御部116は、タッチスクリーン15の表示部152に対して、上述の各要素によって実行された処理結果が反映されたゲーム画面を出力する。表示制御部116は、各種オブジェクトのモーションを示すアニメーションを含むゲーム画面を、表示部152に表示してもよい。また、表示制御部116は、UI(User Interface)オブジェクトを、ゲーム画面に重畳して描画してもよい。   The display control unit 116 outputs, to the display unit 152 of the touch screen 15, a game screen in which the processing result executed by each of the above-described elements is reflected. The display control unit 116 may display a game screen including animations showing the motions of various objects on the display unit 152. The display control unit 116 may also draw a UI (User Interface) object by superimposing it on the game screen.

図2に示すユーザ端末100の機能は、一例にすぎない。サーバ200は、ユーザ端末100が備える機能の少なくとも一部を備えていてもよい。また、ユーザ端末100は、サーバ200が備える機能の少なくとも一部を備えていてもよい。さらに、ユーザ端末100およびサーバ200以外の他の装置をゲームシステム1の構成要素とし、該他の装置にゲームシステム1における処理の一部を実行させてもよい。すなわち、本実施形態においてゲームプログラムを実行するコンピュータは、ユーザ端末100、サーバ200、および他の装置のいずれであってもよいし、これらの複数の装置の組み合わせにより実現されてもよい。   The function of the user terminal 100 shown in FIG. 2 is merely an example. 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 a plurality of these devices.

(ゲーム概要)
ゲームシステム1に基づくゲームは、例えば、ユーザによって操作されるキャラクタ(第1キャラクタ、味方キャラクタ)が登場する任意のゲームである。このゲームは、例えば、ユーザによって操作されるキャラクタと、ゲームシステム1または他のユーザによって制御される他のキャラクタ(第2キャラクタ、敵キャラクタ)とが戦闘するゲームである。ユーザは、複数の異なるキャラクタを保有することができる。ユーザは、有償または無償の手段によって、ゲームにおいて利用可能な味方キャラクタ(ゲーム媒体)を取得することができる。有償の手段の一例として、キャラクタ抽選(第2ゲーム処理)が挙げられる。キャラクタ抽選とは、ゲームシステム1が、複数のキャラクタ(ゲーム媒体)の中から少なくとも1つのキャラクタを選択してユーザに付与する処理(第2ゲーム処理)を意味する。ゲームシステム1は、キャラクタ抽選時に、ゲームに規定される規則に従ってキャラクタを選択したり、抽選によってキャラクタをランダムに選択したりすることができる。ゲームシステム1は、例えば、ユーザがゲームアイテムまたは仮想通貨を消費した場合、キャラクタ抽選を実行することによって、選択されたキャラクタをユーザに付与する。
(Game outline)
The game based on the game system 1 is, for example, an arbitrary game in which characters (first character, ally character) operated by a user appear. This game is, for example, a game in which a character operated by a user and another character (second character, enemy character) controlled by the game system 1 or another user battle. The user can have a plurality of different characters. The user can acquire a teammate character (game medium) that can be used in the game by paid or free means. An example of the paid means is a character lottery (second game process). The character lottery means a process (second game process) in which the game system 1 selects at least one character from a plurality of characters (game contents) and gives it to the user. During the character lottery, the game system 1 can select a character according to a rule defined in the game or randomly select a character by lottery. The game system 1 gives a selected character to a user by performing a character lottery, for example, when a user consumes a game item or virtual currency.

ゲームシステム1に基づくゲームは、戦闘ゲームに限らず、スポーツゲームなどの任意のジャンルのゲームであってよい。ゲームシステム1は、特定のプレイ形態に限らず、あらゆるプレイ形態のゲームを実行するためのシステムであってもよい。例えば、単一のユーザによるシングルプレイゲーム、及び、複数のユーザによるマルチプレイゲーム、また、マルチプレイゲームの中でも、複数のユーザが対戦する対戦ゲーム、及び、複数のユーザが協力する協力プレイゲームなどであってもよい。   The game based on the game system 1 is not limited to a battle game, but may be a game of any genre such as a sports game. The game system 1 is not limited to a specific play mode, but may be a system for executing a game of any play mode. For example, a single-player game played by a single user, a multi-player game played by a plurality of users, and among multi-play games, a battle game played by a plurality of users, a cooperative play game played by a plurality of users, and the like. May be.

ユーザは、ゲームのプレイ中に、各種のクエストをプレイすることができる。クエストは、ユーザに関連付けられる味方キャラクタが用いられるゲームステージ(ゲームコンテンツ)の一種である。ゲームにおいて、ユーザには、クエストをプレイするために消費されるスタミナが提供される。スタミナは、ユーザがクエストをプレイするために消費する必要があるゲームパラメータである。スタミナには、最低値、現在値、および上限値が設定される。各クエストには、当該クエストをプレイするために必要なスタミナの消費値と、当該クエストをクリアした場合にユーザが獲得することができる経験値が設定される。ユーザは、スタミナの現在値のうちクエストに設定されるスタミナ値を消費することによって、クエストをプレイする。ユーザは、クエストをクリアした場合、クエストに設定される経験値を獲得する。ユーザが獲得した経験値の合計が第1基準値を超えた場合、ゲームにおけるユーザのランクが1つ増加する。ランクは、ゲームにおける各ユーザの相対的な位置づけの高さを表す一種のゲームパラメータである。本開示において、ランクが増加することをランクアップすると称する場合がある。   The user can play various quests while playing the game. A quest is a type of game stage (game content) in which an ally character associated with a user is used. In the game, the user is provided with stamina that is consumed to play the quest. Stamina is a game parameter that the user must consume to play the quest. The minimum value, the current value, and the upper limit value are set in the stamina. For each quest, the consumption value of the stamina required to play the quest and the experience value that the user can obtain when the quest is cleared are set. The user plays the quest by consuming the stamina value set in the quest out of the current stamina value. When the user clears the quest, the user acquires the experience value set in the quest. When the total of the experience values acquired by the user exceeds the first reference value, the rank of the user in the game is increased by one. The rank is a kind of game parameter that represents the relative height of each user in the game. In the present disclosure, increasing the rank may be referred to as ranking up.

ユーザは、ユーザによる対価の支払いに基づいて、ゲームにおいて使用可能なダイヤを得ることができる。ダイヤは、ユーザがゲームをより有利に進行させるために使用可能な有償のゲームアイテム(ゲーム媒体、仮想通貨)である。本開示では、ユーザは、ゲーム中にスタミナを回復させるために、ダイヤを使用する。その意味では、ダイヤは、スタミナを回復可能な回復媒体(ゲーム媒体)である。ダイヤは、使用後には無くなる一種の消費財である。したがって、本開示において、ダイヤを使用することはダイヤを消費することと同義である。   The user can obtain the diamond that can be used in the game based on the payment of the consideration by the user. The diamond is a paid game item (game medium, virtual currency) that can be used by the user to progress the game more favorably. In the present disclosure, a user uses a diamond to recover stamina during a game. In that sense, the diamond is a recovery medium (game medium) capable of recovering stamina. Diamonds are a type of consumer goods that disappears after use. Therefore, in the present disclosure, using a diamond is synonymous with consuming a diamond.

スタミナの現在値が、クエストのプレイに必要な値未満になった場合、ユーザは、クエストを新たにプレイすることができない。スタミナは、時間経過に従って、上限値を超えない範囲で自動回復される。ユーザは、時間経過によるスタミナの回復を待たずにスタミナを回復させたい場合、ダイヤを消費することによってスタミナを上限値を超えない範囲で回復することができる。本開示では、ダイヤ1個当たりで回復可能なスタミナの値は5である。スタミナは、ランクアップ時にも上限値まで回復される。   When the current value of the stamina becomes less than the value required to play the quest, the user cannot newly play the quest. Stamina is automatically restored as time goes by within the range not exceeding the upper limit. If the user wants to recover the stamina without waiting for the recovery of the stamina over time, the user can recover the stamina by consuming the diamond within a range not exceeding the upper limit value. In the present disclosure, the value of the stamina that can be recovered per diamond is 5. Stamina is restored to the upper limit even when the rank is increased.

ランク、経験値、抽選ポイント、ダイヤ、およびスタミナは、いずれもユーザ情報133の一種として、記憶部120に記憶されている。詳細には、記憶部120は、ユーザの現在のランク、ユーザが獲得した累積経験値、ユーザが保有するダイヤの個数、ユーザが保有する抽選ポイントの値、スタミナの現在値、およびスタミナの上限値を、それぞれ記憶している。   The rank, the experience value, the lottery point, the diamond, and the stamina are all stored in the storage unit 120 as a kind of the user information 133. Specifically, the storage unit 120 stores the current rank of the user, the cumulative experience value acquired by the user, the number of diamonds held by the user, the value of the lottery points held by the user, the current value of the stamina, and the upper limit value of the stamina. Are memorized respectively.

図3は、ある実施の形態に係るテーブル134を示す図である。テーブル134は、スタミナおよび内部スタミナ(第2パラメータ)を管理するための情報であり、ユーザ情報133の一種として記憶部120に記憶されている。テーブル134は、スタミナの現在値および内部スタミナの現在値をそれぞれ格納している。内部スタミナは、スタミナから独立して管理される。図3では、スタミナの現在値は20であり、内部スタミナの現在値はゼロである。内部スタミナは、スタミナと同様に、クエストを実行するために消費されるパラメータの一種である。クエスト実行部112は、スタミナの代わりに内部スタミナを消費することによって、クエストを実行することができる。クエスト実行部112は、スタミナおよび内部スタミナの双方を消費することによっても、クエストを実行することができる。これらの詳細は後述する。   FIG. 3 is a diagram showing a table 134 according to an embodiment. The table 134 is information for managing the stamina and the internal stamina (second parameter), and is stored in the storage unit 120 as a type of user information 133. The table 134 stores the current value of the stamina and the current value of the internal stamina. Internal stamina is managed independently of stamina. In FIG. 3, the current value of the stamina is 20, and the current value of the internal stamina is zero. Internal stamina, like stamina, is a type of parameter consumed to perform a quest. The quest executing unit 112 can execute the quest by consuming the internal stamina instead of the stamina. The quest executing unit 112 can also execute the quest by consuming both the stamina and the internal stamina. Details of these will be described later.

(処理フロー)
図5は、ある実施の形態に係るユーザ端末100が、ゲームプログラム131に基づいて実行する処理の流れを示すフローチャートである。図5は、ある実施の形態に係るゲーム画面31を示す図である。図5に示す一連の処理の一部または全部が、サーバ200によって実行されてもよい。
(Processing flow)
FIG. 5 is a flowchart showing a flow of processing executed by the user terminal 100 according to an embodiment based on the game program 131. FIG. 5 is a diagram showing a game screen 31 according to an embodiment. A part or all of the series of processes illustrated in FIG. 5 may be executed by the server 200.

表示制御部116は、ゲームのプレイ中に、例えば図5に示すゲーム画面31を表示部152に表示する。図5に示すゲーム画面31は、ランク表示欄41、経験値表示欄42、ダイヤ表示欄43、スタミナ表示欄44、およびクエスト表示欄45を含む。   The display control unit 116 displays the game screen 31 shown in FIG. 5, for example, on the display unit 152 during the game play. The game screen 31 shown in FIG. 5 includes a rank display column 41, an experience value display column 42, a diamond display column 43, a stamina display column 44, and a quest display column 45.

表示制御部116は、ランク表示欄41にユーザのランクを表示する。表示制御部116は、ユーザが獲得済みの経験値の合計と、新たにランクアップするために獲得する必要がある経験値の合計(第1基準値)とを、経験値表示欄42に表示する。経験値表示欄42のおいて、獲得済みの経験値の合計と、ランクアップに必要な経験値の合計値とは、所定の区切り記号(スラッシュ)によって区切られている。本開示では、ランクアップに必要な経験値の合計を、単に第1基準値と称する場合がある。表示制御部116は、ユーザが保有するダイヤの個数を、ダイヤ表示欄43に表示する。表示制御部116は、スタミナバー46と、スタミナの現在値および上限値とを、スタミナ表示欄44に表示する。スタミナ表示欄44において、スタミナの現在値および上限値は、所定の区切り記号(スラッシュ)によって区切られている。   The display control unit 116 displays the rank of the user in the rank display field 41. The display control unit 116 displays, in the experience value display field 42, the total of experience values that the user has already acquired and the total of experience values (first reference value) that need to be acquired in order to newly rank up. . In the experience value display field 42, the total of the acquired experience values and the total value of the experience values required for rank up are separated by a predetermined delimiter (slash). In the present disclosure, the total of experience values necessary for rank up may be simply referred to as a first reference value. The display control unit 116 displays the number of diamonds held by the user in the diamond display field 43. The display control unit 116 displays the stamina bar 46, the current stamina value, and the upper limit value in the stamina display field 44. In the stamina display field 44, the stamina current value and the upper limit value are separated by a predetermined delimiter (slash).

スタミナバー46は、スタミナの現在値および上限値を視覚的にユーザに提示する表示情報である。図5において、スタミナバー46の左端はスタミナの最低値に対応し、スタミナバー46の右端はスタミナの上限値に対応する。図5に示すようにランクが5の場合、スタミナの最低値は「0」であり、スタミナの上限値は「50」である。スタミナの上限値はゲームの進行状況に応じて増加し得る。表示制御部116は、スタミナバー46の全体のうち、スタミナの現在値に相当する部分を、第1色に着色する。表示制御部116は、スタミナバー46のうち残りの部分を、第1色と異なる第2色に着色する。ユーザは、スタミナバー46を視認することによってスタミナの現在値を直感的に把握することができる。   The stamina bar 46 is display information that visually presents the current stamina value and the upper limit value to the user. In FIG. 5, the left end of the stamina bar 46 corresponds to the minimum value of the stamina, and the right end of the stamina bar 46 corresponds to the upper limit of the stamina. As shown in FIG. 5, when the rank is 5, the minimum stamina value is “0” and the maximum stamina value is “50”. The upper limit of stamina can be increased according to the progress of the game. The display control unit 116 colors the portion of the entire stamina bar 46 that corresponds to the current stamina value to the first color. The display control unit 116 colors the remaining portion of the stamina bar 46 to a second color different from the first color. The user can intuitively understand the current value of stamina by visually checking the stamina bar 46.

本開示のある局面において、内部スタミナは、ゲーム中にユーザがその存在を知り得ない隠しパラメータの一種である。図4では、表示制御部116は、図3に示すテーブル134に格納されるスタミナの現在値「20」を、スタミナ表示欄44に表示する。表示制御部116は、テーブル134に格納される内部スタミナの現在値「0」を、スタミナ表示欄44に表示しない。ユーザは、ゲーム中にスタミナの現在値を把握することはできるが、内部スタミナの現在値を把握することはできない。   In certain aspects of the present disclosure, internal stamina is a type of hidden parameter that a user may not know of its presence during a game. In FIG. 4, the display control unit 116 displays the current stamina value “20” stored in the table 134 shown in FIG. 3 in the stamina display field 44. The display control unit 116 does not display the current value “0” of the internal stamina stored in the table 134 in the stamina display field 44. The user can grasp the current value of stamina during the game, but cannot grasp the current value of internal stamina.

表示制御部116は、複数の選択肢51および52をクエスト表示欄45に表示する。選択肢51および52は、当該選択肢がユーザによって選択された場合に実行されるクエストに対応する表示情報である。選択肢51は、初級クエストに対応し、クエストは、初級クエストと異なる中級クエストに対応する。中級クエストは、初級クエストに比べて消費スタミナが多くかつ難易度が高いが、その代わりに、より価値の高い報酬が得られるクエストである。ユーザは、スタミナを5だけ消費することによって初級クエストをプレイすることができ、初級クエストをクリアすれば経験値を50だけ獲得することができる。ユーザは、スタミナを15だけ消費することによって中級クエストをプレイすることができ、中級クエストをクリアすれば経験値を200だけ獲得することができる。選択肢51および選択肢52は、対応するクエストの実行(プレイ)に必要なスタミナ値を表す情報(テキスト)と、当該クエストをクリアした場合にユーザに付与される経験値を表す情報(テキスト)とを含む。   The display control unit 116 displays the plurality of options 51 and 52 in the quest display field 45. The options 51 and 52 are display information corresponding to the quest executed when the option is selected by the user. The option 51 corresponds to the beginner quest, and the quest corresponds to the intermediate quest different from the beginner quest. The intermediate quest is a quest that consumes more stamina and is more difficult than the beginner quest, but instead gives you more valuable rewards. The user can play the beginner quest by spending only 5 stamina, and can gain only 50 experience points by clearing the beginner quest. The user can play the intermediate quest by consuming only 15 stamina, and can obtain only 200 experience points by clearing the intermediate quest. The options 51 and 52 include information (text) indicating the stamina value required for execution (play) of the corresponding quest and information (text) indicating the experience value given to the user when the quest is cleared. Including.

ステップS1において、操作受付部111は、ゲームにおいてプレイ可能な複数のクエストのうちいずれかをユーザに選択させる。操作受付部111は、詳細には、選択肢51に対するユーザのタップ操作を検出した場合、選択肢51に対応する初級クエストがユーザによって選択されたことを特定する。操作受付部111は、あるいは、選択肢52に対するユーザのタップ操作を検出した場合、選択肢52に対応する中級クエストがユーザによって選択されたことを特定する。ステップS2において、クエスト実行部112は、ユーザによって選択されたクエストの実行に必要なスタミナの第1消費値を消費することによって、ユーザによって選択されたクエストを実行する。クエスト実行部112は、初級クエストが選択された場合、初級クエストのプレイに必要な「5」のスタミナを消費することによって、初級クエストを実行する。クエスト実行部112は、中級クエストが選択された場合、中級クエストのプレイに必要な「15」のスタミナを消費することによって、中級クエストを実行する。ユーザは、自身が選択したクエストをプレイする。ここでは、中級クエストが選択されたものとする。   In step S1, the operation reception unit 111 causes the user to select one of a plurality of quests that can be played in the game. Specifically, when the user's tap operation on the option 51 is detected, the operation reception unit 111 specifies that the beginner quest corresponding to the option 51 has been selected by the user. Alternatively, when the user's tap operation on the option 52 is detected, the operation reception unit 111 specifies that the intermediate quest corresponding to the option 52 has been selected by the user. In step S2, the quest executing unit 112 executes the quest selected by the user by consuming the first consumption value of the stamina required for executing the quest selected by the user. When the beginner quest is selected, the quest executing unit 112 executes the beginner quest by consuming the stamina of “5” necessary for playing the beginner quest. When the intermediate quest is selected, the quest executing unit 112 executes the intermediate quest by consuming the stamina of “15” required for playing the intermediate quest. The user plays the quest selected by the user. Here, it is assumed that the intermediate quest is selected.

図6は、ある実施の形態に係るテーブル134を示す図である。クエスト実行部112は、スタミナの現在値が20であるときに中級クエストが選択された場合、テーブル134に格納されるスタミナを15だけ消費する。その際、クエスト実行部112は、中級クエストの選択時にテーブル134に格納されるスタミナの現在値「20」から、第1消費値「15」を減算することによって、テーブル134に格納されるスタミナの現在値を、図6に示すように5に更新する。   FIG. 6 is a diagram showing a table 134 according to an embodiment. If the intermediate quest is selected when the current value of the stamina is 20, the quest executing unit 112 consumes only 15 stamina stored in the table 134. At that time, the quest executing unit 112 subtracts the first consumption value “15” from the current value “20” of the stamina stored in the table 134 at the time of selecting the intermediate quest, so that the stamina of the stamina stored in the table 134 is reduced. The current value is updated to 5 as shown in FIG.

図7は、ある実施の形態に係るスタミナ表示欄44を示す図である。表示制御部116は、テーブル134に格納されるスタミナの現在値の更新に連動して、スタミナ表示欄44に表示されるスタミナの現在値を更新する。図7の例では、表示制御部116は、スタミナ表示欄44に表示されるスタミナの現在値を、テーブル134に格納されるスタミナの現在値「5」に更新する。表示制御部116は、さらに、スタミナバー46の全体のうち、スタミナの現在値「5」に相当する部分を第1色に着色し、残りを第2色に着色する。   FIG. 7 is a diagram showing a stamina display field 44 according to an embodiment. The display control unit 116 updates the current value of the stamina displayed in the stamina display field 44 in association with the update of the current value of the stamina stored in the table 134. In the example of FIG. 7, the display control unit 116 updates the current stamina value displayed in the stamina display field 44 to the current stamina value “5” stored in the table 134. The display control unit 116 further colors the portion of the entire stamina bar 46 corresponding to the current stamina value “5” with the first color and the rest with the second color.

スタミナ表示欄44の更新タイミングは、クエストの実行前でもよいし、実行後でもよい。前者の例では、表示制御部116は、スタミナが消費された場合、中級クエストの実行が開始される前に、スタミナ表示欄44を更新することによって、スタミナの新たな現在値「5」をユーザに通知する。クエスト実行部112は、新たな現在値「5」の通知後に中級クエストの実行を開始する。後者の例では、クエスト実行部112は、スタミナが消費された場合、スタミナ表示欄44の更新を待たずに直ちに中級クエストの実行を開始する。表示制御部116は、中級クエストの終了後、スタミナ表示欄44を更新することによって、新たな現在値「5」をユーザに通知する。   The timing of updating the stamina display field 44 may be before or after the execution of the quest. In the former example, when the stamina is consumed, the display control unit 116 updates the stamina display field 44 before the execution of the intermediate quest, thereby updating the stamina new current value “5” to the user. To notify. The quest execution unit 112 starts the execution of the intermediate quest after the notification of the new current value “5”. In the latter example, when the stamina is consumed, the quest executing unit 112 immediately starts executing the intermediate quest without waiting for the update of the stamina display field 44. The display control unit 116 notifies the user of the new current value “5” by updating the stamina display column 44 after the end of the intermediate quest.

図8は、ある実施の形態に係るメッセージ60を示す図である。ステップS3において、操作受付部111は、クエストの実行に必要なスタミナの第1消費値をゼロにするための第1操作を、現在値「5」が第1消費値「15」を下回るときにユーザから受け付ける。操作受付部111は、まず、スタミナ表示欄44に対するタップ操作をユーザから受け付ける。表示制御部116は、タップ操作に応答して、ゲーム画面31内の任意の位置に、図8に示すメッセージ60を表示する。メッセージ60は、ユーザへの通知テキストと、ボタン61および62とを含む。通知テキストは、クエストの実行に必要な第1消費値をゼロにするか否かをユーザに問い合わせる第1テキストと、第1消費値をゼロにするために必要なダイヤの消費個数が10個であることをユーザに説明する第2テキストとを含む。メッセージ60には、ダイヤの第1個数「10」が関連付けられる。ボタン61は、第1消費値をゼロにするための第1操作を受け付けるユーザインタフェースである。ボタン62は、第1消費値をゼロにすることをキャンセルするための操作を受け付けるユーザインタフェースである。操作受付部111は、ボタン61に対するタップ操作を、クエストの実行に必要な第1消費値をゼロにするための第1操作として受け付ける。   FIG. 8 is a diagram showing a message 60 according to an embodiment. In step S3, the operation reception unit 111 performs the first operation for reducing the first consumption value of the stamina necessary for executing the quest to zero when the current value “5” is less than the first consumption value “15”. Accept from user. The operation reception unit 111 first receives a tap operation on the stamina display field 44 from the user. In response to the tap operation, the display control unit 116 displays the message 60 shown in FIG. 8 at an arbitrary position within the game screen 31. Message 60 includes notification text to the user and buttons 61 and 62. The notification text is the first text that asks the user whether or not the first consumption value required to execute the quest should be zero, and the number of diamonds required to make the first consumption value zero is ten. A second text explaining what is to the user. The message 60 is associated with the first number “10” of diamonds. The button 61 is a user interface that receives a first operation for making the first consumption value zero. The button 62 is a user interface that receives an operation for canceling setting the first consumption value to zero. The operation reception unit 111 receives a tap operation on the button 61 as a first operation for reducing the first consumption value required for executing the quest to zero.

図9は、ある実施の形態に係るテーブル134を示す図である。ステップS4において、クエスト実行部112は、第1操作に応答して、ダイヤを消費することによってスタミナの第1消費値をゼロまで減少させる。クエスト実行部112は、まず、メッセージ60に関連付けられるダイヤの第1個数「10」を特定する。クエスト実行部112は、ダイヤを第1個数「10」だけ消費することによって、初級クエストの実行に必要なスタミナの第1消費値「5」と、中級クエストの実行に必要なスタミナの第1消費値「15」とを、いずれもゼロまで減少させる。その際、クエスト実行部112は、記憶部120に記憶されるダイヤの個数「100」から、ダイヤの第1個数「10」を減算することによって、記憶部120に記憶されるダイヤの個数を90に更新する。   FIG. 9 is a diagram showing the table 134 according to an embodiment. In step S4, the quest executing unit 112 reduces the first consumption value of the stamina to zero by consuming the diamond in response to the first operation. The quest execution unit 112 first specifies the first number “10” of diamonds associated with the message 60. The quest executing unit 112 consumes the first number "10" of diamonds to obtain the first consumption value "5" of the stamina required for executing the beginner quest and the first consumption stamina required for executing the intermediate quest. The values "15" are both reduced to zero. At that time, the quest execution unit 112 subtracts the first number “10” of diamonds from the number “100” of diamonds stored in the storage unit 120 to obtain the number of diamonds stored in the storage unit 120 by 90. To update.

ステップS5において、クエスト実行部112は、第1操作に応答して、内部スタミナを増加させる。クエスト実行部112は、まず、第1個数「10」によって回復可能なスタミナの第1回復値「50」を特定する。クエスト実行部112は、特定した第1回復値「50」に基づいて、テーブル134を図9に示すように更新する。クエスト実行部112は、詳細には、テーブル134に格納される内部スタミナの現在値「0」に、特定した第1回復値「50」を加算することによって、テーブル134に格納される内部スタミナの現在値を50に更新する。   In step S5, the quest executing unit 112 increases the internal stamina in response to the first operation. The quest executing unit 112 first specifies the first recovery value “50” of the stamina that can be recovered by the first number “10”. The quest execution unit 112 updates the table 134 as shown in FIG. 9 based on the identified first recovery value “50”. In detail, the quest executing unit 112 adds the specified first recovery value “50” to the current value “0” of the internal stamina stored in the table 134 to thereby determine the internal stamina of the internal stamina stored in the table 134. Update the current value to 50.

図10は、ある実施の形態に係るゲーム画面31を示す図である。表示制御部116は、第1操作に応答して、ゲーム画面31を図10に示すように更新する。表示制御部116は、まず、ダイヤ表示欄43に表示されるダイヤの個数を、記憶部120に記憶されるダイヤの個数「10」に更新する。ステップS6において、表示制御部116は、ゲーム画面31の表示態様を、図10に示すように減少後の第1消費値「0」に応じて変化させる。表示制御部116は、例えば、45に表示されるクエストの実行に必要なスタミナ値の表示態様を、減少後の第1消費値「0」に応じて変化させる。図10の例では、表示制御部116は、クエスト表示欄45に表示される各クエストの実行に必要なスタミナを、減少後の第1消費値「0」に更新する。表示制御部116は、ダイヤの消費によってスタミナが回復しなかったため、スタミナ表示欄44に表示されるスタミナの現在値を5のまま更新しない。   FIG. 10 is a diagram showing a game screen 31 according to an embodiment. The display control unit 116 updates the game screen 31 as shown in FIG. 10 in response to the first operation. The display control unit 116 first updates the number of diamonds displayed in the diamond display column 43 to “10”, which is the number of diamonds stored in the storage unit 120. In step S6, the display control unit 116 changes the display mode of the game screen 31 according to the reduced first consumption value "0" as shown in FIG. The display control unit 116 changes the display mode of the stamina value required for executing the quest displayed in 45, for example, according to the reduced first consumption value “0”. In the example of FIG. 10, the display control unit 116 updates the stamina required for executing each quest displayed in the quest display column 45 to the reduced first consumption value “0”. The display control unit 116 does not update the current value of the stamina displayed in the stamina display field 44 as 5 because the stamina has not been recovered due to the consumption of the diamond.

図11は、ある実施の形態に係るテーブル134を示す図である。ステップS7において、操作受付部111は、いずれかのクエストをユーザに選択させる。ここでは、操作受付部111は、選択肢52に対するユーザのタップ操作を検出することによって、中級クエストがユーザによって選択されたことを特定する。ステップS8において、クエスト実行部112は、中級クエストが選択されたことに応答して、スタミナを消費することなく中級クエストを実行する。詳細には、クエスト実行部112は、内部スタミナを、中級クエストの実行に必要な減少前の第1消費値「15」に等しい内部スタミナの第2消費値「15」だけ消費することによって、中級クエストを実行する。この際、クエスト実行部112は、テーブル134に格納される内部スタミナの現在値「50」から、第2消費値「15」を減算することによって、テーブル134に格納されるスタミナの現在値を35に更新する。   FIG. 11 is a diagram showing the table 134 according to an embodiment. In step S7, the operation reception unit 111 causes the user to select one of the quests. Here, the operation receiving unit 111 identifies that the intermediate quest has been selected by the user by detecting the user's tap operation on the option 52. In step S8, the quest execution unit 112 executes the intermediate quest without consuming stamina in response to the selection of the intermediate quest. Specifically, the quest execution unit 112 consumes the internal stamina by the second consumption value “15” of the internal stamina equal to the first consumption value “15” before the reduction, which is necessary for executing the intermediate quest. Perform the quest. At this time, the quest executing unit 112 subtracts the second consumption value “15” from the current value “50” of the internal stamina stored in the table 134, so that the current value of the stamina stored in the table 134 becomes 35. To update.

図11の例では、クエスト実行部112は、スタミナを消費することなく、中級クエストを実行するしたがって、クエスト実行部112は、テーブル134に格納されるスタミナの現在値を、5のまま更新しない。表示部152は、テーブル134に格納されるスタミナの現在値が5のまま変化しないため、中級クエストが実行されたにも関わらず、スタミナ表示欄44に表示されるスタミナ現在値を、図7に示すように5のまま更新しない。   In the example of FIG. 11, the quest executing unit 112 executes the intermediate quest without consuming the stamina. Therefore, the quest executing unit 112 does not update the current value of the stamina stored in the table 134 as 5. The display unit 152 displays the stamina current value displayed in the stamina display column 44 in FIG. 7 in spite of the fact that the intermediate quest has been executed because the current value of the stamina stored in the table 134 remains unchanged at 5. As shown, it is 5 and is not updated.

図12は、ある実施の形態に係るテーブル134を示す図である。図12(A)は、第1時点でのテーブル134を示し、図12(B)は、スタミナが自動回復した時点でのテーブル134を示し、図12(C)は、スタミナがさらに自動回復した時点でのテーブル134を示す。ステップS9において、スタミナ回復部114は、時間経過に従って、スタミナを、スタミナの上限値を超えない範囲内で自動的に回復する。ステップS10において、スタミナ回復部114は、時間経過に関わらず、内部スタミナの現在値を同一値に維持する。スタミナ回復部114は、規定の基準時間が経過するたびに、スタミナを1だけ回復させる。その際、スタミナ回復部114は、基準時間が経過するたびに、テーブル134に格納されるスタミナの現在値に1を加算することによって、テーブル134に格納されるスタミナの現在値を増加させる。スタミナ回復部114は、さらに、基準時間の経過に関わらず、テーブル134に格納される内部スタミナの現在値を変化させない。   FIG. 12 is a diagram showing the table 134 according to an embodiment. FIG. 12 (A) shows the table 134 at the first time point, FIG. 12 (B) shows the table 134 at the time point when the stamina has automatically recovered, and FIG. 12 (C) shows that the stamina has further recovered automatically. Table 134 at time point is shown. In step S9, the stamina recovery unit 114 automatically recovers stamina within a range that does not exceed the upper limit of stamina, as time passes. In step S10, the stamina recovery unit 114 maintains the current value of the internal stamina at the same value regardless of the elapsed time. The stamina recovery unit 114 recovers stamina by 1 each time a prescribed reference time has elapsed. At that time, the stamina recovery unit 114 increases the current value of the stamina stored in the table 134 by adding 1 to the current value of the stamina stored in the table 134 every time the reference time elapses. The stamina recovery unit 114 further does not change the current value of the internal stamina stored in the table 134 regardless of the elapse of the reference time.

図12(A)に示すように、スタミナの現在値「5」および内部スタミナの現在値「35」が、第1時点においてテーブル134に格納されているとする。スタミナ回復部114は、第1時点から基準時間が経過した場合、テーブル134に格納されるスタミナの現在値「5」に1を加算することによって、テーブル134に格納されるスタミナの現在値を図12(B)に示すように6に更新する。スタミナ回復部114は、スタミナの現在値が6に自動回復してから、さらに基準時間が経過した場合、テーブル134に格納されるスタミナの現在値「6」に1を加算することによって、テーブル134に格納されるスタミナの現在値を図12(C)に示すように7に更新する。クエスト実行部112は、基準時間が経過した場合でも、テーブル134に格納される内部スタミナの現在値を、図12(A)〜(C)に示すように35のまま維持する。   As shown in FIG. 12A, it is assumed that the current stamina value “5” and the current stamina value “35” are stored in the table 134 at the first time point. When the reference time has elapsed from the first time point, the stamina recovery unit 114 adds 1 to the current stamina value “5” stored in the table 134 to calculate the current stamina value stored in the table 134. Update to 6 as shown in 12 (B). The stamina recovery unit 114 adds 1 to the stamina current value “6” stored in the table 134 to add 1 to the table 134 when the reference time further elapses after the stamina current value is automatically recovered to 6. The current value of the stamina stored in is updated to 7 as shown in FIG. The quest executing unit 112 maintains the current value of the internal stamina stored in the table 134 at 35 as shown in FIGS. 12A to 12C even when the reference time has elapsed.

図13は、ある実施の形態に係るスタミナ表示欄44を示す図である。図13(A)は、第1時点でのスタミナ表示欄44を示し、図13(B)は、スタミナが自動回復した時点でのスタミナ表示欄44を示し、図13(C)は、スタミナがさらに自動回復した時点でのスタミナ表示欄44を示す。表示制御部116は、時間経過に従ってスタミナが自動回復された場合、スタミナ表示欄44に表示されるスタミナの現在値を、図13に示すように自動回復後の値に随時更新する。表示制御部116は、テーブル134に格納されるスタミナの現在値の更新に連動して、スタミナ表示欄44に表示されるスタミナの現在値を更新する。表示制御部116は、第1時点では、テーブル134に格納されるスタミナの現在値「5」を、図13(A)に示すようにスタミナ表示欄44に表示する。表示制御部116は、テーブル134に格納されるスタミナの現在値が6に更新された場合、スタミナ表示欄44に表示されるスタミナの現在値を、図13(B)に示すように6に更新する。表示制御部116は、テーブル134に格納されるスタミナの現在値が7に更新された場合、スタミナ表示欄44に表示されるスタミナ現在値を、図13(C)に示すように7に更新する。   FIG. 13 is a diagram showing a stamina display field 44 according to an embodiment. FIG. 13 (A) shows the stamina display column 44 at the first time point, FIG. 13 (B) shows the stamina display column 44 at the time when the stamina is automatically recovered, and FIG. 13 (C) shows the stamina display column 44. The stamina display column 44 at the time of automatic recovery is shown. When the stamina is automatically recovered with the passage of time, the display control unit 116 updates the current value of the stamina displayed in the stamina display field 44 to the value after the automatic recovery as shown in FIG. 13 as needed. The display control unit 116 updates the current value of the stamina displayed in the stamina display field 44 in association with the update of the current value of the stamina stored in the table 134. At the first time point, the display control unit 116 displays the current stamina value “5” stored in the table 134 in the stamina display field 44 as shown in FIG. When the current stamina value stored in the table 134 is updated to 6, the display control unit 116 updates the current stamina value displayed in the stamina display field 44 to 6 as shown in FIG. 13B. To do. When the current stamina value stored in the table 134 is updated to 7, the display control unit 116 updates the current stamina value displayed in the stamina display field 44 to 7 as shown in FIG. .

(主要な作用効果)
クエストの実行に必要なスタミナの第1消費値は、ダイヤの消費によって減少する。この結果、ユーザは、より少ないスタミナを消費して、あるいは、スタミナをまったく消費せずに、クエストをプレイすることができる。これにより、スタミナを消費してプレイできるクエストをユーザがプレイする機会を増やすことができる。
(Main effects)
The first stamina cost required to complete a quest is reduced by diamond consumption. As a result, the user can play the quest with less stamina or no stamina at all. This can increase the opportunity for the user to play a quest that consumes stamina and can be played.

ダイヤの消費によって、スタミナは回復せずに、内部スタミナが増加する。したがって、ダイヤの消費によってスタミナが上限値を超えて回復されることはない。さらに、ダイヤの消費によって回復可能なスタミナ値のすべてが内部スタミナに充当されるので、ユーザは、スタミナの代わりに内部スタミナを消費することによってクエストをプレイできるようになる。このため、ユーザはダイヤを無駄に消費することなく、クエストをプレイできる機会を増やすことができる。   Consuming diamonds does not restore stamina, but increases internal stamina. Therefore, the stamina will not exceed the upper limit and be recovered by the consumption of the diamond. In addition, all of the stamina value recoverable by consuming diamonds will be devoted to internal stamina, allowing the user to play quests by consuming internal stamina instead of stamina. Therefore, the user can increase the chance of playing the quest without wasting the diamond.

スタミナの現在値と内部スタミナの現在値との合計がスタミナの上限値以上であったとしても、スタミナの現在値が上限値を下回る限り、スタミナは時間経過に従って自動的に回復する。これにより、スタミナをオーバーフロー回復する従来技術に比べて、スタミナを自動回復できる機会を多くすることができるので、クエストをプレイできる機会をユーザにより多く与えることができる。   Even if the sum of the current value of stamina and the current value of internal stamina is greater than or equal to the upper limit of stamina, stamina will automatically recover over time as long as the current value of stamina is below the upper limit. As a result, it is possible to increase the chances of automatically recovering the stamina as compared with the conventional technique of overflow recovery of the stamina, and thus to give the user more opportunities to play the quest.

内部スタミナはゲーム画面31に表示されないので、ユーザは、クエスト実行時にスタミナの代わりに内部スタミナが消費された事実を知ることがない。したがって、ユーザは、ダイヤの消費したことによって、スタミナを消費せずに中級クエストをプレイできるようになったことを実感することができる。   Since the internal stamina is not displayed on the game screen 31, the user does not know the fact that the internal stamina is consumed instead of the stamina when executing the quest. Therefore, the user can realize that the consumption of the diamond allows the user to play the intermediate quest without consuming the stamina.

ゲーム画面31の表示態様は、減少後の第1消費値「0」に応じて変化する。したがって、ユーザは、変化後のゲーム画面31を視認することによって、第1消費値が減少した事実を確実に把握することができる。   The display mode of the game screen 31 changes according to the reduced first consumption value “0”. Therefore, the user can certainly grasp the fact that the first consumption value has decreased by visually checking the changed game screen 31.

(変形例)
図14は、ある実施の形態に係るテーブル134を示す図である。図14では、テーブル134は、スタミナの現在値「10」および内部スタミナの現在値「5」を格納している。したがって、内部スタミナの現在値「5」は、中級クエストの実行に必要な内部スタミナの第2消費値「15」を下回っている。この場合、クエスト実行部112は、内部スタミナを消費することによって中級クエストを実行することができない。クエスト実行部112は、内部スタミナの現在値が、中級クエストの実行に必要な内部スタミナの第2消費値を下回った場合、中級クエストの実行に必要なスタミナの減少後の第1消費値「0」を、減少前の第1消費値「15」に戻す。スタミナ回復部114は、内部スタミナの現在値「5」が、初級クエストの実行に必要な内部スタミナの第2消費値「5」以上であるため、初級クエストの実行に必要なスタミナの減少後の第1消費値「0」を、減少後のゼロのまま維持する。
(Modification)
FIG. 14 is a diagram showing a table 134 according to an embodiment. In FIG. 14, the table 134 stores the current value of the stamina “10” and the current value of the internal stamina “5”. Therefore, the current value of the internal stamina of "5" is lower than the second consumption value of the internal stamina of "15" required for executing the intermediate quest. In this case, the quest executing unit 112 cannot execute the intermediate quest by consuming the internal stamina. If the current value of the internal stamina is less than the second consumption value of the internal stamina required to execute the intermediate quest, the quest execution unit 112 reduces the first consumption value “0 after the decrease of the stamina required to execute the intermediate quest. Is returned to the first consumption value “15” before the decrease. The stamina recovery unit 114 determines that the current value of the internal stamina "5" is equal to or greater than the second consumption value "5" of the internal stamina required for executing the beginner quest, and thus the stamina required for executing the beginner quest is reduced. The first consumption value "0" is maintained at zero after the decrease.

図15は、ある実施の形態に係るゲーム画面31を示す図である。表示制御部116は、中級クエストの実行に必要なスタミナの第1消費値が減少前の15に戻ったことを、図15に示すようにユーザに通知する。詳細には、表示制御部116は、クエスト表示欄45に表示される中級クエストの実行に必要なスタミナ値を、元の15に戻す。これにより、ユーザは、スタミナを消費せずに中級クエストをプレイすることができなくなったことを把握する。本例では、ゲームシステム1は、ユーザが消費したダイヤの個数に応じた適切な回数の中級クエストをユーザにプレイさせることができるので、ゲームバランスを適正に維持することができる。   FIG. 15 is a diagram showing a game screen 31 according to an embodiment. The display control unit 116 notifies the user that the first consumption value of the stamina required for executing the intermediate quest has returned to 15 before the decrease, as shown in FIG. Specifically, the display control unit 116 returns the stamina value required for executing the intermediate quest displayed in the quest display field 45 to the original value of 15. As a result, the user recognizes that the intermediate quest cannot be played without consuming the stamina. In this example, the game system 1 can allow the user to play the intermediate quest a suitable number of times according to the number of diamonds consumed by the user, so that the game balance can be appropriately maintained.

図16は、ある実施の形態に係るゲーム画面31を示す図である。クエスト実行部112は、第1操作に応答して、クエストの実行に必要なスタミナの第1消費値を、ゼロよりも大きい他の値まで減少させることもできる。図16の例では、クエスト実行部112は、ダイヤを第1個数「10」だけ消費することによって、初級クエストの実行に必要なスタミナの第1消費値「5」と、中級クエストの実行に必要なスタミナの第1消費値「15」とを、いずれも1まで減少させる。スタミナ回復部114は、第1操作に応答して、テーブル134に格納される内部スタミナの現在値「0」に、ダイヤの第1個数「10」に対応する第1回復値「50」を加算することによって、テーブル134に格納される内部スタミナの現在値を図9に示すように50に更新する。   FIG. 16 is a diagram showing a game screen 31 according to an embodiment. In response to the first operation, the quest executing unit 112 can also reduce the first consumption value of the stamina required for executing the quest to another value larger than zero. In the example of FIG. 16, the quest executing unit 112 consumes the first number “10” of diamonds to obtain the first consumption value “5” of the stamina necessary for executing the beginner quest and the execution of the intermediate quest. The first consumption value "15" of each stamina is reduced to 1. In response to the first operation, the stamina recovery unit 114 adds the first recovery value “50” corresponding to the first number “10” of diamonds to the current value “0” of the internal stamina stored in the table 134. By doing so, the current value of the internal stamina stored in the table 134 is updated to 50 as shown in FIG.

表示制御部116は、第1消費値が減少した場合、ゲーム画面31を図16に示すように更新する。表示部152は、詳細には、ダイヤ表示欄43に表示されるダイヤの個数を90に更新し、クエスト表示欄45に表示される各クエストの実行に必要なスタミナ値をいずれも1に更新する。ユーザは、図10に示すゲーム画面31を視認することによって、各クエストのプレイに必要なスタミナが1に減少したことを認識する。   When the first consumption value decreases, the display control unit 116 updates the game screen 31 as shown in FIG. Specifically, the display unit 152 updates the number of diamonds displayed in the diamond display column 43 to 90, and updates the stamina value required to execute each quest displayed in the quest display column 45 to 1. . The user visually recognizes the game screen 31 shown in FIG. 10 to recognize that the stamina required for playing each quest has been reduced to 1.

クエスト実行部112は、図16に示すゲーム画面31において中級クエストがユーザによって選択された場合、スタミナおよび内部スタミナの双方を消費することによって、中級クエストを実行する。クエスト実行部112は、まず、減少前の第1消費値「15」から減少後の第1消費値「1」を減算することによって、スタミナの消費差分「14」を特定する。クエスト実行部112は、スタミナを、減少後の第1消費値「1」だけ消費すると共に、内部スタミナを、消費差分「14」に等しい内部スタミナの第2消費値「14」だけ消費することによって、中級クエストを実行する。   When the intermediate quest is selected by the user on the game screen 31 shown in FIG. 16, the quest executing unit 112 consumes both the stamina and the internal stamina to execute the intermediate quest. The quest executing unit 112 first specifies the consumption difference “14” of the stamina by subtracting the reduced first consumption value “1” from the reduced first consumption value “15”. The quest execution unit 112 consumes the stamina by the reduced first consumption value “1” and the internal stamina by the second consumption value “14” of the internal stamina equal to the consumption difference “14”. , Perform intermediate quests.

図17は、ある実施の形態に係るテーブル134を示す図である。クエスト実行部112は、スタミナおよび内部スタミナの双方を消費することによって中級クエストを実行する場合、図17に示すようにテーブル134を更新する。詳細には、クエスト実行部112は、テーブル134に格納されるスタミナの現在値「5」から、減少後の第1消費値「1」を減算することによって、テーブル134に格納されるスタミナの現在値を4に更新する。クエスト実行部112は、さらに、テーブル134に格納される内部スタミナの現在値「50」から、第2消費値「14」を減算することによって、テーブル134に格納されるスタミナの現在値を36に更新する。   FIG. 17 is a diagram showing the table 134 according to an embodiment. When executing the intermediate quest by consuming both the stamina and the internal stamina, the quest executing unit 112 updates the table 134 as shown in FIG. In detail, the quest execution unit 112 subtracts the reduced first consumption value “1” from the current stamina value “5” stored in the table 134 to obtain the current stamina current value stored in the table 134. Update the value to 4. The quest executing unit 112 further subtracts the second consumption value “14” from the current value “50” of the internal stamina stored in the table 134 to reduce the current value of the stamina stored in the table 134 to 36. Update.

図18は、ある実施の形態に係るスタミナ表示欄44を示す図である。表示制御部116は、図17に示すようにテーブル134が更新された場合、図18に示すようにスタミナ表示欄44を更新する。詳細には、表示制御部116は、スタミナ表示欄44に表示されるスタミナの現在値を、テーブル134に格納されるスタミナの現在値「4」に更新する。内部スタミナはゲーム画面31に表示されないので、テーブル134に格納される内部スタミナがスタミナと共に消費された事実を、ユーザが知ることはない。これらのことから、ユーザは、ダイヤを消費したことによって、スタミナを1だけ消費することによって中級クエストをプレイできるようになったことを、実感することができる。   FIG. 18 is a diagram showing a stamina display field 44 according to an embodiment. When the table 134 is updated as shown in FIG. 17, the display control unit 116 updates the stamina display column 44 as shown in FIG. Specifically, the display control unit 116 updates the current stamina value displayed in the stamina display field 44 to the current stamina value “4” stored in the table 134. Since the internal stamina is not displayed on the game screen 31, the user does not know the fact that the internal stamina stored in the table 134 is consumed with the stamina. From these things, the user can realize that the consumption of the diamond allows the user to play the intermediate quest by consuming only one stamina.

(その他の例)
クエスト実行部112は、ユーザにより支払われる対価を消費することによっても、スタミナの第1消費値を減少させることができる。例えば、ユーザが100円を支払うことによって、5個のダイヤを得ることができるとする。この場合、200円の支払いによって回復可能なスタミナ値は50である。クエスト実行部112は、ダイヤの代わりに200円を消費することによって、クエストの実行に必要なスタミナの第1消費値を減少させる。ここでいう200円の消費とは、ユーザに200円を課金することを意味する。
(Other examples)
The quest executing unit 112 can also reduce the first consumption value of the stamina by consuming the consideration paid by the user. For example, it is assumed that the user can obtain five diamonds by paying 100 yen. In this case, the stamina value recoverable by paying 200 yen is 50. The quest executing unit 112 consumes 200 yen instead of the diamond to reduce the first consumption value of the stamina required for executing the quest. The consumption of 200 yen here means charging the user 200 yen.

クエスト実行部112は、ダイヤを消費することによって、内部スタミナを任意の値だけ増加することができる。クエスト実行部112は、例えば、ダイヤを第1個数「10」だけ消費することによって、第1個数「10」の消費により回復可能なスタミナの第1回復値「50」よりも小さい第2回復値「40」または第1回復値「50」よりも大きい第3回復値「60」だけ内部スタミナを増加してもよい。   The quest executing unit 112 can increase the internal stamina by an arbitrary value by consuming the diamond. The quest execution unit 112, for example, by consuming the first number "10" of diamonds, the second recovery value smaller than the first recovery value "50" of the stamina that can be recovered by the consumption of the first number "10". The internal stamina may be increased by a third recovery value “60” that is greater than “40” or the first recovery value “50”.

表示制御部116は、内部スタミナの現在値をスタミナ表示欄44に表示することもできる。表示制御部116は、内部スタミナを表示する場合、クエストの実行に必要な内部スタミナの第2消費値を、クエスト表示欄45に表示する。   The display control unit 116 can also display the current value of the internal stamina in the stamina display field 44. When displaying the internal stamina, the display control unit 116 displays the second consumption value of the internal stamina required for executing the quest in the quest display field 45.

クエスト実行部112は、減少後のスタミナの第1消費値に応じた内部スタミナの任意の第2消費値を消費することによって、クエストを実行することができる。クエスト実行部112は、例えば、中級クエストを実行するために必要なスタミナの第1消費値をゼロまで減少させた場合、内部スタミナを、減少前の第1消費値「15」とは異なる第2消費値「10」だけ消費することによって、中級クエスト実行することができる。クエスト実行部112は、例えば、中級クエストに応じた第1消費値を1まで減少させた場合、内部スタミナを、スタミナの消費差分「14」とは異なる第2消費値「9」だけ消費することによって、中級クエスト実行することができる。   The quest executing unit 112 can execute the quest by consuming an arbitrary second consumption value of the internal stamina according to the reduced first consumption value of the stamina. For example, when the quest execution unit 112 reduces the first consumption value of the stamina required for executing the intermediate quest to zero, the internal stamina is set to the second consumption value different from the first consumption value “15” before the reduction. The intermediate quest can be executed by consuming only the consumption value "10". For example, when the quest execution unit 112 reduces the first consumption value corresponding to the intermediate quest to 1, the internal stamina is consumed by the second consumption value "9" different from the consumption difference "14" of the stamina. You can perform an intermediate quest.

クエスト実行部112は、ダイヤを消費することによって、内部スタミナを増加させることなく、第1消費値をゼロまで減少させることができる。この場合、クエスト実行部112は、第1消費値がゼロまで減少した後、一定時間が経過するまでは、スタミナおよび内部スタミナの双方を消費することなく、クエストを実行する。クエスト実行部112は、第1消費値がゼロまで減少した後、一定時間が経過した場合、クエストの実行に必要なスタミナの第1消費値を、元の値に戻す。これにより、ユーザは、ダイヤの使用後、一定時間が経過するまでの間、クエストを無制限にプレイすることができる。したがって、一定時間内に集中して多くのクエストをプレイすることをユーザに動機付けることができる。   The quest executing unit 112 can reduce the first consumption value to zero by consuming the diamond without increasing the internal stamina. In this case, the quest executing unit 112 executes the quest without consuming both the stamina and the internal stamina until a predetermined time elapses after the first consumption value decreases to zero. The quest executing unit 112 returns the first consumption value of the stamina necessary for executing the quest to the original value when a certain time has elapsed after the first consumption value decreased to zero. As a result, the user can play the quest indefinitely until a certain period of time elapses after using the diamond. Therefore, the user can be motivated to concentrate and play many quests within a fixed time.

クエスト実行部112は、ランクアップ時に、スタミナを上限値まで回復させる代わりに、クエストの実行に必要なスタミナの第1消費値を減少させることができる。クエスト実行部112は、例えば、ランクアップ時に、スタミナを回復させることなく、第1消費値を減少させると共に、内部スタミナを増加させる。本例では、ランクアップ後に第1消費値が減少するので、ランクアップによってスタミナを回復する場合と同様に、ランクアップ後にユーザはクエストをさらに多くプレイできるようになる。したがって、積極的なランクアップをユーザに動機付けることができる。   The quest executing unit 112 can reduce the first consumption value of the stamina required for executing the quest instead of recovering the stamina to the upper limit value at the time of rank up. The quest executing unit 112 reduces the first consumption value and increases the internal stamina without recovering the stamina, for example, at the time of rank up. In this example, since the first consumption value decreases after rank up, the user can play more quests after rank up as in the case of recovering stamina by rank up. Therefore, it is possible to motivate the user to actively rank up.

表示制御部116は、第1操作に応答して第1消費値が減少した場合、ゲーム画面31の表示態様を、減少後の第1消費値に応じた任意の他の表示対応に変化させることができる。クエスト表示欄45に表示されるスタミナ値を減少後の第1消費値に更新することは、ゲーム画面31の表示態様を変化させることの一例である。表示制御部116は、他にも、ゲーム画面31の任意に位置に、ユーザが保有する任意の味方キャラクタを表示すると共に、第1消費値が減少した場合、ゲーム画面31に表示される味方キャラクタに、減少後の第1消費値に応じたエフェクトを付与することもできる。ユーザは、エフェクトが付与された味方キャラクタを視認することによって、クエストの実行に必要なスタミナ値が減少したことを、より明瞭に認識することができる。   When the first consumption value decreases in response to the first operation, the display control unit 116 changes the display mode of the game screen 31 to any other display corresponding to the reduced first consumption value. You can Updating the stamina value displayed in the quest display field 45 to the reduced first consumption value is an example of changing the display mode of the game screen 31. In addition, the display control unit 116 displays an arbitrary ally character owned by the user at an arbitrary position on the game screen 31, and when the first consumption value decreases, the ally character displayed on the game screen 31. In addition, it is possible to add an effect according to the reduced first consumption value. The user can more clearly recognize that the stamina value required for executing the quest has decreased by visually recognizing the ally character to which the effect has been added.

〔実施形態2〕
(処理フロー)
図19は、ある実施の形態に係るユーザ端末100が、ゲームプログラム131に基づいて実行する処理の流れを示すフローチャートである。図20は、ある実施の形態に係るゲーム画面31を示す図である。図19に示す一連の処理の一部または全部が、サーバ200によって実行されてもよい。
[Embodiment 2]
(Processing flow)
FIG. 19 is a flowchart showing a flow of processing executed by the user terminal 100 according to an embodiment based on the game program 131. FIG. 20 is a diagram showing a game screen 31 according to an embodiment. A part or all of the series of processing illustrated in FIG. 19 may be executed by the server 200.

表示制御部116は、ゲームのプレイ中に、例えば図20に示すゲーム画面31を表示部152に表示する。図20に示すゲーム画面31は、図5に示すゲーム画面31と同一であるため、その詳細な説明を繰り返さない。ステップS11において、操作受付部111は、ゲームにおいてプレイ可能な複数のクエストのうちいずれかをユーザに選択させる。ここでは、中級クエストが選択されたものとする。ステップS12において、クエスト実行部112は、スタミナの現在値「20」が、中級クエストの実行に必要なスタミナの第1消費値「15」以上であるか否かを判定する。ここでは現在値「20」>第1消費値「15」であるため、ステップS12の判定結果はYESとなる。その結果、ステップS13において、クエスト実行部112は、スタミナを第1消費値「15」だけ消費することによって、中級クエストを実行する。本実施形態では、記憶部120にテーブル134は記憶されていない。スタミナの現在値は、記憶部120に記憶されている。クエスト実行部112は、記憶部120に記憶されているスタミナの現在値「20」から、第1消費値「5」を減算することによって、記憶部120に記憶されているスタミナの現在値を5に更新する。   The display control unit 116 displays the game screen 31 shown in FIG. 20, for example, on the display unit 152 during the game play. Since game screen 31 shown in FIG. 20 is the same as game screen 31 shown in FIG. 5, detailed description thereof will not be repeated. In step S11, the operation reception unit 111 causes the user to select one of a plurality of quests that can be played in the game. Here, it is assumed that the intermediate quest is selected. In step S12, the quest executing unit 112 determines whether or not the current stamina value "20" is equal to or higher than the stamina first consumption value "15" required to execute the intermediate quest. Since the current value "20"> the first consumption value "15" here, the determination result in step S12 is YES. As a result, in step S13, the quest executing unit 112 executes the intermediate quest by consuming the stamina by the first consumption value “15”. In this embodiment, the storage unit 120 does not store the table 134. The current stamina value is stored in the storage unit 120. The quest executing unit 112 subtracts the first consumption value “5” from the current stamina value “20” stored in the storage unit 120, thereby reducing the current stamina value stored in the storage unit 120 to 5 To update.

図21は、ある実施の形態に係るスタミナ表示欄44を示す図である。表示制御部116は、中級クエストが実行された場合、スタミナ表示欄44に表示されるスタミナの現在値を、図21に示すように、記憶部120に記憶されているスタミナの現在値「5」に更新する。表示制御部116は、さらに、スタミナバー46の全体のうち、スタミナの現在値「5」に相当する部分を第1色に着色し、残りを第2色に着色する。   FIG. 21 is a diagram showing a stamina display field 44 according to an embodiment. When the intermediate quest is executed, the display control unit 116 sets the current stamina value displayed in the stamina display field 44 to the current stamina value “5” stored in the storage unit 120, as shown in FIG. To update. The display control unit 116 further colors the portion of the entire stamina bar 46 corresponding to the current stamina value “5” with the first color and the rest with the second color.

図22は、ある実施の形態に係るメッセージ70を示す図である。ユーザが、スタミナの現在値が5であるときに、中級クエストを新たに選択したとする。この場合、スタミナの現在値「5」<第1消費値「15」であるため、ステップS12の判定結果はNOとなる。したがって、クエスト実行部112は、中級クエストの実行を抑制する。言い換えれば、クエスト実行部112は、単に中級クエストが選択されたのみでは、中級クエストを実行しない。   FIG. 22 is a diagram showing a message 70 according to an embodiment. It is assumed that the user newly selects the intermediate quest when the current stamina value is 5. In this case, since the current value of the stamina is “5” <the first consumption value “15”, the determination result of step S12 is NO. Therefore, the quest execution unit 112 suppresses the execution of the intermediate quest. In other words, the quest executing unit 112 does not execute the intermediate quest only by selecting the intermediate quest.

図22は、ある実施の形態に係るメッセージ60を示す図である。表示制御部116は、ステップS12の判定結果がNOである場合、ゲーム画面31内の任意の位置に、図22に示すメッセージ70を表示する。メッセージ70は、ユーザへの通知テキストと、ボタン71および72とを含む。通知テキストは、中級クエストをプレイするためのスタミナが足りないことをユーザに説明する第1テキストと、スタミナを回復しつつ中級クエストを実行することの可否をユーザに問い合わせる第2テキストと、スタミナを回復しつつ中級クエストを実行するために必要なダイヤの消費個数が10個であることをユーザに説明する第3テキストとを含む。メッセージ70には、ダイヤの第1個数「10」が関連付けられている。ボタン71は、第1条件により中級クエストを実行することを可能とするための第1操作を受け付けるユーザインタフェースである。ここでは、第1条件はダイヤの消費である。ボタン72は、第1条件により中級クエストを実行することをキャンセルするための操作を受け付けるユーザインタフェースである。ステップS14において、操作受付部111は、ボタン61に対するタップ操作を、第1条件により中級クエストを実行することを可能とする第1操作として受け付ける。   FIG. 22 is a diagram showing a message 60 according to an embodiment. When the determination result of step S12 is NO, the display control unit 116 displays the message 70 shown in FIG. 22 at an arbitrary position in the game screen 31. Message 70 includes notification text to the user and buttons 71 and 72. The notification text is the first text that explains to the user that there is not enough stamina to play the intermediate quest, the second text that asks the user whether to execute the intermediate quest while recovering the stamina, and the stamina. The third text explaining to the user that the number of diamonds required to execute the intermediate quest while recovering is 10. The message 70 is associated with the first number “10” of diamonds. The button 71 is a user interface that accepts a first operation for enabling execution of an intermediate quest under the first condition. Here, the first condition is consumption of diamonds. The button 72 is a user interface that accepts an operation for canceling execution of the intermediate quest according to the first condition. In step S14, the operation reception unit 111 receives the tap operation on the button 61 as the first operation that enables the intermediate quest to be executed under the first condition.

スタミナ回復部114は、第1操作に応答して、メッセージ70に関連付けられるダイヤの第1個数「10」を特定する。ダイヤの第1個数「10」は、スタミナを第1回復値「50」だけ回復可能な個数である。ステップS15において、スタミナ回復部114は、第1操作に応答して、中級クエストの実行に必要なスタミナの第1消費値「15」からスタミナの現在値「5」を減算することによって、スタミナの第2消費値「10」を特定する。ステップS16において、スタミナ回復部114は、第1個数「10」に応じた第1回復値「50」から第2消費値「10」を減算することによって、スタミナの第2回復値「40」を特定する。ステップS17において、クエスト実行部112は、第1操作に応答して、第1条件に応じた処理として、ダイヤを第1個数「10」だけ消費する。その際、スタミナ回復部114は、記憶部120に記憶されるダイヤの個数「100」から、ダイヤの第1個数「10」を減算することによって、記憶部120に記憶されるダイヤの個数を90に更新する。ステップS18において、クエスト実行部112は、第1操作に応答して、スタミナを現在値「5」だけ消費することによって、中級クエストを実行する。その際、スタミナ回復部114は、記憶部120に格納されるスタミナの現在値「5」から、現在値「5」を減算することによって、記憶部120に格納されるスタミナの現在値をゼロに更新する。このように、クエスト実行部112は、ダイヤの消費という第1条件が満たされた場合、クエストを実行する。   The stamina recovery unit 114 specifies the first number “10” of diamonds associated with the message 70 in response to the first operation. The first number “10” of diamonds is the number of stamina that can be recovered by the first recovery value “50”. In step S15, the stamina recovery unit 114, in response to the first operation, subtracts the current stamina value "5" from the stamina first consumption value "15" required to execute the intermediate quest, thereby reducing the stamina's current value. The second consumption value “10” is specified. In step S16, the stamina recovery unit 114 subtracts the second consumption value "10" from the first recovery value "50" corresponding to the first number "10" to obtain the second recovery value "40" of the stamina. Identify. In step S17, the quest execution unit 112 consumes the first number “10” of diamonds as a process according to the first condition in response to the first operation. At that time, the stamina recovery unit 114 subtracts the first number “10” of diamonds from the number “100” of diamonds stored in the storage unit 120, so that the number of diamonds stored in the storage unit 120 is 90. To update. In step S18, the quest executing unit 112 executes the intermediate quest by consuming the stamina by the current value “5” in response to the first operation. At that time, the stamina recovery unit 114 subtracts the current value “5” from the current value “5” of the stamina stored in the storage unit 120 to reduce the current value of the stamina stored in the storage unit 120 to zero. Update. In this way, the quest executing unit 112 executes the quest when the first condition of consumption of the diamond is satisfied.

図23は、ある実施の形態に係るダイヤ表示欄43およびスタミナ表示欄44を示す図である。図23(A)は、スタミナが消費された直後のダイヤ表示欄43およびスタミナ表示欄44を示し、図23(B)は、第1条件により中級クエストが実行された後のダイヤ表示欄43およびスタミナ表示欄44を示す。表示制御部116は、ダイヤおよびスタミナが消費された場合、中級クエストの実行前に、ダイヤ表示欄43およびスタミナ表示欄44を図23(A)に示すように更新する。表示制御部116は、詳細には、表示制御部116は、ダイヤ表示欄43に表示されるダイヤの個数を90に更新すると共に、スタミナ表示欄44に表示されるスタミナの現在値をゼロに更新する。表示制御部116は、さらに、スタミナバー46の全体を第2色に着色する。このように、表示制御部116は、スタミナの現在値がいったんゼロまで減少したことを、クエストの開始前にユーザに通知する。クエスト実行部112は、スタミナ表示欄44が図23(A)に示すように更新された後、中級クエストを実行する。   FIG. 23 is a diagram showing a diamond display field 43 and a stamina display field 44 according to an embodiment. FIG. 23 (A) shows the diamond display column 43 and the stamina display column 44 immediately after the stamina has been consumed, and FIG. 23 (B) shows the diamond display column 43 after the intermediate quest is executed according to the first condition. A stamina display column 44 is shown. When the diamond and the stamina are consumed, the display control unit 116 updates the diamond display column 43 and the stamina display column 44 as shown in FIG. 23A before the execution of the intermediate quest. In detail, the display control unit 116 updates the number of diamonds displayed in the diamond display field 43 to 90 and updates the current value of the stamina displayed in the stamina display field 44 to zero. To do. The display control unit 116 further colors the entire stamina bar 46 in the second color. In this way, the display control unit 116 notifies the user that the current value of the stamina has once decreased to zero before the start of the quest. The quest executing unit 112 executes the intermediate quest after the stamina display column 44 is updated as shown in FIG. 23 (A).

ステップS19において、スタミナ回復部114は、第1操作に応答して、スタミナを、上限値「50」に満たない値まで回復する。図23の例では、スタミナ回復部114は、スタミナを第2回復値「40」だけ回復することによって、スタミナを40まで回復する。表示制御部116は、中級クエストの終了後、スタミナ表示欄44に表示されるスタミナの現在値を、図23に示すように40に更新する。表示制御部116は、さらに、スタミナバー46の全体のうち、スタミナの現在値「40」に相当する部分を第1色に着色し、残りを第2色に着色する。   In step S19, in response to the first operation, the stamina recovery unit 114 recovers the stamina to a value less than the upper limit “50”. In the example of FIG. 23, the stamina recovery unit 114 recovers the stamina up to 40 by recovering the stamina by the second recovery value “40”. After the intermediate quest ends, the display control unit 116 updates the current value of the stamina displayed in the stamina display field 44 to 40 as shown in FIG. The display control unit 116 further colors the portion of the entire stamina bar 46 corresponding to the current stamina value “40” with the first color and the rest with the second color.

(主要な作用効果)
クエスト実行部112は、スタミナの現在値「5」が、中級クエストの実行に必要なスタミナの第1消費値「15」を下回る場合であっても、スタミナを現在値「5」だけ消費することによって、中級クエストを実行する。したがって、ユーザは、中級クエストをプレイするためのスタミナが足りない場合でも、中級クエストをプレイすることができる。これにより、スタミナを消費してプレイできるクエストをユーザがプレイする機会を増やすことができる。
(Main effects)
The quest executing unit 112 should consume the current value of stamina "5" even if the current value of stamina "5" is less than the first consumption value "15" of stamina required for executing the intermediate quest. Perform an intermediate quest by. Therefore, the user can play the intermediate quest even if the stamina for playing the intermediate quest is insufficient. This can increase the opportunity for the user to play a quest that consumes stamina and can be played.

スタミナ回復部114は、スタミナの現在値が「5」であるときにダイヤが10個消費された場合、スタミナの現在値をいったんゼロまで減少させ、その後に40まで回復させる。したがって、スタミナは、ダイヤの消費に基づいて上限値「50」を超えて回復されることはない。ユーザは、スタミナが5からいったんゼロまで減少した後に40まで回復することを視認するので、スタミナが上限値を超えて回復しなかったことを認識する。   If 10 diamonds are consumed when the current stamina value is "5", the stamina recovery unit 114 temporarily reduces the current stamina value to zero, and then recovers the current stamina value to 40. Therefore, the stamina will not be recovered beyond the upper limit "50" based on the diamond consumption. The user visually recognizes that the stamina decreases from 5 to zero and then recovers to 40, and thus recognizes that the stamina has not exceeded the upper limit value and has not recovered.

スタミナ回復部114は、スタミナを第1回復値「50」だけ回復可能な第1操作に応答して、スタミナを第2回復値「40」だけ回復させる。この際、中級クエストの実行のためにスタミナを現在値「5」だけ消費しているので、第1回復値「50」のうちの残りのスタミナ値「10」は、事実上、中級クエストの実行に充当されている。ユーザは、スタミナ回復に充当されなかった残りのスタミナ値「10」を、結果的に無駄にせずに済んでいるので、スタミナが十分に回復されなかったとの不満を覚えずに済む。   The stamina recovery unit 114 recovers the stamina by the second recovery value "40" in response to the first operation capable of recovering the stamina by the first recovery value "50". At this time, since the stamina is consumed by the current value "5" for the execution of the intermediate quest, the remaining stamina value "10" of the first recovery value "50" is effectively the execution of the intermediate quest. Has been devoted to. The user does not waste the remaining stamina value “10” that was not used for stamina recovery, and thus does not have to complain that the stamina was not sufficiently recovered.

ユーザは、中級クエストのプレイに必要なスタミナが足りなくても、ダイヤを消費すれば中級クエストをプレイすることができる。したがって、ゲームシステム1は、積極的にダイヤを消費することをユーザに動機付けることができる。   The user can play the intermediate quest by consuming the diamond even if the stamina required for playing the intermediate quest is insufficient. Therefore, the game system 1 can motivate the user to actively consume the diamond.

(変形例)
図24は、ある実施の形態に係るダイヤ表示欄43およびスタミナ表示欄44を示す図である。図24(A)は、中級クエストが実行される前のダイヤ表示欄43およびスタミナ表示欄44を示し、図24(B)は、中級クエストが実行された後のダイヤ表示欄43およびスタミナ表示欄44を示す。図24の例では、制御部110は、第1操作に応答して、以下の一連の処理を実行する。スタミナ回復部114は、第1回復値「50」から第1消費値「15」を減算することによって、スタミナの第2回復値「35」を特定する。クエスト実行部112は、第1操作に応答して、第1条件に応じた処理として、ダイヤを10個だけ消費する。クエスト実行部112は、スタミナを消費することなく、中級クエストを実行する。表示制御部116は、中級クエストの実行前に、図24(A)に示すようにダイヤ表示欄43に表示されるダイヤの個数を90に更新する。表示制御部116は、スタミナ表示欄44に表示されるスタミナの現在値を更新しないことによって、クエストの実行時にスタミナが消費されないことをユーザに通知する。
(Modification)
FIG. 24 is a diagram showing a diamond display field 43 and a stamina display field 44 according to an embodiment. FIG. 24 (A) shows the diamond display column 43 and stamina display column 44 before the intermediate quest is executed, and FIG. 24 (B) is the diamond display column 43 and stamina display column after the intermediate quest is executed. 44 is shown. In the example of FIG. 24, the control unit 110 executes the following series of processes in response to the first operation. The stamina recovery unit 114 specifies the second recovery value "35" of the stamina by subtracting the first consumption value "15" from the first recovery value "50". In response to the first operation, the quest executing unit 112 consumes only 10 diamonds as a process according to the first condition. The quest executing unit 112 executes the intermediate quest without consuming stamina. The display control unit 116 updates the number of diamonds displayed in the diamond display column 43 to 90 as shown in FIG. 24A before the execution of the intermediate quest. The display control unit 116 notifies the user that the stamina is not consumed when executing the quest by not updating the current value of the stamina displayed in the stamina display field 44.

クエスト実行部112は、ダイヤ表示欄43が図24(A)に示すように更新された後、中級クエストを実行する。スタミナ回復部114は、クエストの実行後、スタミナを第2回復値「35」だけ回復することによって、スタミナを40まで回復する。表示制御部116は、スタミナ表示欄44に表示されるスタミナの現在値を、図24(B)に示すように40に更新する。表示制御部116は、さらに、スタミナバー46の全体のうち、スタミナの現在値「40」に相当する部分を第1色に着色し、残りを第2色に着色する。   The quest executing unit 112 executes the intermediate quest after the diamond display field 43 is updated as shown in FIG. 24 (A). After executing the quest, the stamina recovery unit 114 recovers the stamina up to 40 by recovering the stamina by the second recovery value “35”. The display control unit 116 updates the current value of the stamina displayed in the stamina display field 44 to 40 as shown in FIG. 24 (B). The display control unit 116 further colors the portion of the entire stamina bar 46 corresponding to the current stamina value “40” with the first color and the rest with the second color.

図24の例では、スタミナ回復部114は、スタミナの現在値が「5」のときにダイヤが10個消費された場合、スタミナを40まで回復させる。したがって、スタミナ回復部114は、ダイヤの消費に基づいてスタミナを上限値「50」を超えて回復させることはない。ユーザは、図24に示すようにスタミナの現在値が5から40に変化することを視認するので、スタミナが上限値「50」を超えて回復しないことを把握する。   In the example of FIG. 24, the stamina recovery unit 114 recovers the stamina up to 40 when 10 diamonds are consumed when the current stamina value is “5”. Therefore, the stamina recovery unit 114 does not recover the stamina beyond the upper limit “50” based on the diamond consumption. The user visually recognizes that the current value of the stamina changes from 5 to 40 as shown in FIG. 24, and thus understands that the stamina exceeds the upper limit value “50” and does not recover.

図24の例では、スタミナ回復部114は、スタミナを第1回復値「50」だけ回復可能な第1操作に応答して、スタミナを第2回復値「35」だけ回復させる。この際、中級クエストの実行のためにスタミナを消費していないので、第1回復値「50」のうちの残りのスタミナ値「15」は、事実上、中級クエストの実行に充当されている。ユーザは、スタミナ回復に充当されなかった残りのスタミナ値「15」を、結果的に無駄にせずに済んでいるので、スタミナが十分に回復されなかったとの不満を覚えずに済む。   In the example of FIG. 24, the stamina recovery unit 114 recovers the stamina by the second recovery value “35” in response to the first operation capable of recovering the stamina by the first recovery value “50”. At this time, since the stamina is not consumed for executing the intermediate quest, the remaining stamina value "15" of the first recovery value "50" is effectively used for executing the intermediate quest. The user does not waste the remaining stamina value “15” that was not used for stamina recovery, and thus does not have to complain that the stamina was not sufficiently recovered.

(その他の例)
第1条件は、ユーザにより支払われる対価の消費であってもよい。例えば、ユーザが100円を支払うことによって、5個のダイヤを得ることができるとする。200円の支払いで回復可能なスタミナ値は50である。操作受付部111は、ダイヤを消費せずに200円を直接支払ってスタミナを50だけ回復させるための第1操作を、現在値「5」が第1消費値「15」を下回っているときにユーザから受け付ける。クエスト実行部112は、第1操作に応答して、第1条件に応じた処理として、200円を消費する処理を実行する。ここでいう200円を消費する処理とは、ユーザに200円を課金する処理を意味する。クエスト実行部112は、課金処理が実行されたことに応答して、スタミナを現在値「5」だけ消費することによって、中級クエストを実行する。スタミナ回復部114は、課金処理が実行されたことに応答して、スタミナを、第1消費値「15」から現在値「5」を減算したスタミナの第2消費値「10」を第1回復値「50」から減算したスタミナの第2回復値「40」だけ回復させる。
(Other examples)
The first condition may be the consumption of consideration paid by the user. For example, it is assumed that the user can obtain five diamonds by paying 100 yen. The stamina value that can be recovered by paying 200 yen is 50. When the current value “5” is less than the first consumption value “15”, the operation reception unit 111 performs the first operation for directly paying 200 yen and recovering 50 stamina without consuming a diamond. Accept from user. In response to the first operation, the quest executing unit 112 executes the process of consuming 200 yen as the process according to the first condition. The process of consuming 200 yen here means a process of charging the user 200 yen. The quest executing unit 112 executes the intermediate quest by consuming the stamina by the current value “5” in response to the execution of the charging process. The stamina recovery unit 114 first recovers the stamina's second consumption value "10" by subtracting the current value "5" from the first consumption value "15" in response to the execution of the charging process. The stamina second recovery value "40" subtracted from the value "50" is recovered.

スタミナ回復部114は、第1操作に応答して、ダイヤを消費することなくスタミナを回復することもできる。アイテム付与部115は、例えば、スタミナを50だけ回復可能な回復アイテムを、無償でユーザに付与する。操作受付部111は、回復アイテムを1個消費することによってスタミナを50だけ回復させるための第1操作を受け付ける。スタミナ回復部114は、回復アイテムを1個消費することによって、スタミナを第2回復値「40」だけ回復する。この例では、ユーザは無償でスタミナを回復しつつ、中級クエストをプレイすることができる。   The stamina recovery unit 114 may also recover the stamina without consuming the diamond in response to the first operation. The item giving unit 115 gives, for example, a recovery item capable of recovering 50 stamina to the user free of charge. The operation reception unit 111 receives the first operation for recovering 50 stamina by consuming one recovery item. The stamina recovery unit 114 recovers the stamina by the second recovery value “40” by consuming one recovery item. In this example, the user can play the intermediate quest while recovering the stamina for free.

スタミナ回復部114は、第1条件により実行されるクエストのプレイにユーザが失敗した場合、スタミナを上限値まで回復させることができる。スタミナ回復部114は、詳細には、第1操作に応答してスタミナを第2回復値「40」だけ回復した後、第1条件により実行される中級クエストのクリアにユーザが失敗した場合、スタミナを、第1消費値「15」から現在値「5」を減算した第3回復値「10」だけさらに回復する。これにより、ユーザがクエストのプレイに失敗した場合、スタミナは、上限値「50」を超えることなく、上限値「50」まで回復される。ユーザは、クエストのクリアに失敗した場合、第1消費値「50」のうちスタミナ回復に充当されなかった分を無駄に失わずに済む。   The stamina recovery unit 114 can recover the stamina to the upper limit value when the user fails to play the quest executed under the first condition. Specifically, the stamina recovery unit 114 responds to the first operation by recovering the stamina by the second recovery value “40”, and then, if the user fails to clear the intermediate quest executed under the first condition, the stamina recovery unit 114 Is further recovered by a third recovery value “10” obtained by subtracting the current value “5” from the first consumption value “15”. As a result, if the user fails to play the quest, the stamina is restored to the upper limit value "50" without exceeding the upper limit value "50". When the user fails to clear the quest, the user does not needlessly lose a portion of the first consumption value “50” that has not been allocated for stamina recovery.

スタミナ回復部114は、時間経過に従って、スタミナを、スタミナの上限値を超えない範囲で自動的に回復することができる。スタミナは、第1操作に応じて回復される場合、スタミナの上限値を超えて回復されることがない。したがって、本開示のある局面によれば、スタミナをオーバーフロー回復する従来技術に比べて、スタミナが自動回復される機会が多くなるので、クエストをプレイできる機会をユーザにより多く与えることができる。   The stamina recovery unit 114 can automatically recover stamina within a range not exceeding the upper limit of stamina as time passes. When the stamina is recovered in response to the first operation, the stamina will not be recovered beyond the upper limit of the stamina. Therefore, according to an aspect of the present disclosure, the stamina is automatically recovered more frequently than in the related art in which the stamina is overflow-recovered, so that the user can be given more opportunities to play the quest.

〔実施形態3〕
(処理フロー)
図25は、ある実施の形態に係るユーザ端末100が、ゲームプログラム131に基づいて実行する処理の流れを示すフローチャートである。図26は、ある実施の形態に係るゲーム画面31を示す図である。図25に示す一連の処理の一部または全部が、サーバ200によって実行されてもよい。
[Embodiment 3]
(Processing flow)
FIG. 25 is a flowchart showing a flow of processing executed by the user terminal 100 according to an embodiment based on the game program 131. FIG. 26 is a diagram showing a game screen 31 according to an embodiment. Some or all of the series of processes illustrated in FIG. 25 may be executed by the server 200.

表示制御部116は、ゲームのプレイ中に、例えば図26に示すゲーム画面31を表示部152に表示する。図26に示すゲーム画面31は、図5に示すゲーム画面31と同一であるため、その詳細な説明を繰り返さない。   The display control unit 116 displays the game screen 31 shown in FIG. 26, for example, on the display unit 152 while playing the game. Since game screen 31 shown in FIG. 26 is the same as game screen 31 shown in FIG. 5, detailed description thereof will not be repeated.

ステップS21において、操作受付部111は、ゲームにおいてプレイ可能な複数のクエストのうちいずれかをユーザに選択させる。ここでは、中級クエストが選択されたものとする。ステップS22において、クエスト実行部112は、スタミナの現在値「20」が、中級クエストの実行に必要なスタミナの第1消費値「15」以上であるか否かを判定する。ここでは現在値「20」>第1消費値「15」であるため、ステップS22の判定結果はYESとなる。その結果、ステップS23において、クエスト実行部112は、スタミナを第1消費値「15」だけ消費することによって、中級クエストを実行する。本実施形態では、記憶部120にテーブル134は記憶されていない。スタミナの現在値は、記憶部120に記憶されている。クエスト実行部112は、記憶部120に記憶されているスタミナの現在値「20」から、第1消費値「5」を減算することによって、記憶部120に記憶されているスタミナの現在値を5に更新する。   In step S21, the operation reception unit 111 causes the user to select one of a plurality of quests that can be played in the game. Here, it is assumed that the intermediate quest is selected. In step S22, the quest executing unit 112 determines whether or not the current stamina value “20” is equal to or higher than the stamina first consumption value “15” required to execute the intermediate quest. Since the current value "20"> the first consumption value "15" here, the determination result in step S22 is YES. As a result, in step S23, the quest executing unit 112 executes the intermediate quest by consuming the stamina by the first consumption value “15”. In this embodiment, the storage unit 120 does not store the table 134. The current stamina value is stored in the storage unit 120. The quest executing unit 112 subtracts the first consumption value “5” from the current stamina value “20” stored in the storage unit 120, thereby reducing the current stamina value stored in the storage unit 120 to 5 To update.

図27は、ある実施の形態に係るスタミナ表示欄44を示す図である。表示制御部116は、ステップS23において中級クエストが実行された場合、スタミナ表示欄44に表示されるスタミナの現在値を、図27に示すように、記憶部120に記憶されているスタミナの現在値「5」に更新する。表示制御部116は、さらに、スタミナバー46の全体のうち、スタミナの現在値「5」に相当する部分を第1色に着色し、残りを第2色に着色する。   FIG. 27 is a diagram showing a stamina display field 44 according to an embodiment. When the intermediate quest is executed in step S23, the display control unit 116 sets the current stamina value displayed in the stamina display field 44 to the current stamina value stored in the storage unit 120 as illustrated in FIG. Update to "5". The display control unit 116 further colors the portion of the entire stamina bar 46 corresponding to the current stamina value “5” with the first color and the rest with the second color.

ステップS23において中級クエストが実行された場合、ステップS26において、スタミナ回復部114は、スタミナの現在値がゼロ以上であるか否かを判定する。ここでは、スタミナの現在値は5であるため、ステップS26の判定結果はYESとなる。これにより、ステップS27において、スタミナ回復部114は、時間経過に従って、スタミナを上限値「50」を超えない範囲で自動的に回復する。スタミナ回復部114は、現在値がゼロ以上である第1状態のとき、スタミナを第1回復速度で自動的に回復する。その際、スタミナ回復部114は、記憶部120に格納されるスタミナの現在値に、基準時間が経過するたびに1を加算することによって、記憶部120に格納されるスタミナの現在値を更新する。第1時点での記憶部120に格納されるスタミナの現在値が、図27(A)に示すように5であるとする。スタミナ回復部114は、第1時点から基準時間が経過した場合、記憶部120に格納されるスタミナの現在値「5」に1を加算することによって、記憶部120に格納されるスタミナの現在値を6に更新する。スタミナ回復部114は、スタミナの現在値が6に自動回復してから、さらに基準時間が経過した場合、記憶部120に格納されるスタミナの現在値「6」に1を加算することによって、記憶部120に格納されるスタミナの現在値を7に更新する。   When the intermediate quest is executed in step S23, the stamina recovery unit 114 determines in step S26 whether the current stamina value is zero or more. Here, since the current value of the stamina is 5, the determination result of step S26 is YES. As a result, in step S27, the stamina recovery unit 114 automatically recovers stamina within a range not exceeding the upper limit value “50” as time passes. The stamina recovery unit 114 automatically recovers the stamina at the first recovery speed in the first state where the current value is zero or more. At that time, the stamina recovery unit 114 updates the current value of the stamina stored in the storage unit 120 by adding 1 to the current value of the stamina stored in the storage unit 120 each time the reference time elapses. . It is assumed that the current value of the stamina stored in the storage unit 120 at the first time point is 5, as shown in FIG. When the reference time has elapsed from the first time point, the stamina recovery unit 114 adds 1 to the current value “5” of the stamina stored in the storage unit 120, so that the current value of the stamina stored in the storage unit 120 is increased. Is updated to 6. The stamina recovery unit 114 stores the current value of the stamina by adding 1 to the current value of the stamina “6” stored in the storage unit 120 when the reference time further elapses after the current value of the stamina is automatically recovered to 6. The current value of the stamina stored in the unit 120 is updated to 7.

図28は、ある実施の形態に係るスタミナ表示欄44を示す図である。図28(A)は、第1時点でのスタミナ表示欄44を示し、図28(B)は、スタミナが自動回復した時点でのスタミナ表示欄44を示し、図28(C)は、スタミナがさらに自動回復した時点でのスタミナ表示欄44を示す。表示制御部116は、時間経過に従ってスタミナが自動回復された場合、スタミナ表示欄44に表示されるスタミナの現在値を、図28に示すように自動回復後の値に随時更新する。表示制御部116は、記憶部120に格納されるスタミナの現在値の更新に連動して、スタミナ表示欄44に表示されるスタミナの現在値を更新する。表示制御部116は、第1時点では、記憶部120に格納されるスタミナの現在値「5」を、図28(A)に示すようにスタミナ表示欄44に表示する。表示制御部116は、記憶部120に格納されるスタミナの現在値が6に更新された場合、スタミナ表示欄44に表示されるスタミナの現在値を、図28(B)に示すように6に更新する。表示制御部116は、記憶部120に格納されるスタミナの現在値が7に更新された場合、スタミナ表示欄44に表示されるスタミナ現在値を、図28(C)に示すように7に更新する。   FIG. 28 is a diagram showing a stamina display field 44 according to an embodiment. 28 (A) shows the stamina display column 44 at the first time point, FIG. 28 (B) shows the stamina display column 44 at the time when the stamina is automatically recovered, and FIG. 28 (C) shows the stamina display column 44. The stamina display column 44 at the time of automatic recovery is shown. When the stamina is automatically recovered over time, the display control unit 116 updates the current value of the stamina displayed in the stamina display field 44 to the value after the automatic recovery, as shown in FIG. 28, as needed. The display control unit 116 updates the current stamina value displayed in the stamina display field 44 in association with the update of the current stamina value stored in the storage unit 120. At the first time point, the display control unit 116 displays the current stamina value “5” stored in the storage unit 120 in the stamina display field 44 as shown in FIG. When the current value of the stamina stored in the storage unit 120 is updated to 6, the display control unit 116 changes the current value of the stamina displayed in the stamina display field 44 to 6 as shown in FIG. Update. When the current stamina value stored in the storage unit 120 is updated to 7, the display control unit 116 updates the current stamina value displayed in the stamina display field 44 to 7 as shown in FIG. To do.

スタミナの現在値が5であるときに、ユーザが新たに中級クエストを選択したとする。この場合、現在値「5」<第1消費値「15」であるため、ステップS22の判定結果はNOとなる。これにより、ステップS24において、クエスト実行部112は、スタミナの現在値「5」から第1消費値「15」を減算することによって、スタミナのマイナス値「−10」を特定する。ステップS25において、クエスト実行部112は、スタミナをマイナス値「−10」まで減少させると共に、中級クエストを実行する。その際、クエスト実行部112は、記憶部120に格納されるスタミナの現在値「5」を、−10に更新する。クエスト実行部112は、結果的に、スタミナを現在値「5」だけ消費することによって、中級クエストを実行する。   It is assumed that the user newly selects an intermediate quest when the current value of stamina is 5. In this case, since the current value “5” <the first consumption value “15”, the determination result of step S22 is NO. As a result, in step S24, the quest executing unit 112 specifies the negative value "-10" of the stamina by subtracting the first consumption value "15" from the current value "5" of the stamina. In step S25, the quest executing unit 112 reduces the stamina to a negative value "-10" and executes the intermediate quest. At that time, the quest executing unit 112 updates the current value “5” of the stamina stored in the storage unit 120 to −10. As a result, the quest executing unit 112 executes the intermediate quest by consuming the stamina of the current value “5”.

図29は、ある実施の形態に係るスタミナ表示欄44を示す図である。表示制御部116は、ステップS25において中級クエストが実行された場合、スタミナ表示欄44を図29に示すように更新する。表示制御部116は、詳細には、スタミナ表示欄44に表示されるスタミナの現在値を、記憶部120に記憶されているスタミナの現在値「−10」に更新する。表示制御部116は、さらに、スタミナバー46の全体を第2色に着色する。表示制御部116は、スタミナバー46を、スタミナのマイナス値「−10」に応じた態様で表示することによって、スタミナの現在値がゼロを下回っていることをユーザに通知することもできる。   FIG. 29 is a diagram showing a stamina display field 44 according to an embodiment. When the intermediate quest is executed in step S25, the display control unit 116 updates the stamina display column 44 as shown in FIG. Specifically, the display control unit 116 updates the current stamina value displayed in the stamina display field 44 to the current stamina value “−10” stored in the storage unit 120. The display control unit 116 further colors the entire stamina bar 46 in the second color. The display control unit 116 can also notify the user that the current value of the stamina is below zero by displaying the stamina bar 46 in a manner according to the negative value "-10" of the stamina.

ステップS25において中級クエストが実行された場合、ステップS26において、スタミナ回復部114は、スタミナの現在値がゼロ以上であるか否かを判定する。ここでは、スタミナの現在値は−10であるため、ステップS26の判定結果はNOとなる。これにより、ステップS28において、スタミナ回復部114は、現在値がゼロを下回る第2状態のとき、時間経過に従うスタミナの自動回復を、第1状態のときと比較してユーザにとって不利にさせる。図30の例では、スタミナ回復部114は、第2状態のときのスタミナの自動回復の第2回復速度をゼロする。これにより、スタミナの自動回復が停止される。スタミナ回復部114は、時間経過に関わらず、スタミナの現在値「−10」を同一値「−10」のまま維持する。したがって、スタミナ回復部114は、記憶部120に格納されるスタミナの現在値「−10」を、基準時間が経過しても更新しない。   When the intermediate quest is executed in step S25, the stamina recovery unit 114 determines in step S26 whether or not the current stamina value is zero or more. Here, since the current value of the stamina is −10, the determination result of step S26 is NO. As a result, in step S28, the stamina recovery unit 114 makes the automatic recovery of stamina over time in the second state in which the current value is less than zero is more disadvantageous to the user than in the first state. In the example of FIG. 30, the stamina recovery unit 114 sets the second recovery speed of the automatic stamina recovery in the second state to zero. This stops the automatic recovery of stamina. The stamina recovery unit 114 maintains the current stamina value "-10" at the same value "-10" regardless of the passage of time. Therefore, the stamina recovery unit 114 does not update the current stamina value “−10” stored in the storage unit 120 even if the reference time has elapsed.

図30は、ある実施の形態に係るスタミナ表示欄44を示す図である。図30(A)は、第1時点でのスタミナ表示欄44を示し、図28(B)は、基準時間が経過した時点でのスタミナ表示欄44を示し、図28(C)は、基準時間がさらに経過した時点でのスタミナ表示欄44を示す。表示制御部116は、時間経過に従ってスタミナが自動回復しない場合、スタミナ表示欄44に表示されるスタミナの現在値を、図27(A)〜(C)に示すように、時間経過に関わらず更新しない。ユーザは、図27に示すように時間経過に関わらずスタミナの現在値が−10から増えないことを視認することによって、スタミナがゼロを下回る場合にはスタミナが時間経過に従って自動回復しないことを認識する。   FIG. 30 is a diagram showing a stamina display field 44 according to an embodiment. FIG. 30 (A) shows the stamina display column 44 at the first time point, FIG. 28 (B) shows the stamina display column 44 at the time when the reference time has elapsed, and FIG. 28 (C) shows the reference time. Shows the stamina display column 44 at the time point when is further passed. When the stamina does not automatically recover with the passage of time, the display control unit 116 updates the current value of the stamina displayed in the stamina display field 44 regardless of the passage of time, as shown in FIGS. 27 (A) to (C). do not do. As shown in FIG. 27, the user visually recognizes that the current value of the stamina does not increase from −10 regardless of the elapsed time, and recognizes that the stamina does not automatically recover with the elapse of time when the stamina falls below zero. To do.

図31は、ある実施の形態に係るメッセージ80を示す図である。ステップS29において、操作受付部111は、第2状態のとき、不利を緩和または解消するための第1操作をユーザから受け付ける。操作受付部111は、まず、スタミナ表示欄44に対するユーザのタップ操作を受け付ける。表示制御部116は、このタップ操作に応答して、図30に示すメッセージ80をゲーム画面31内の任意の位置に表示する。メッセージ80は、ユーザへの通知テキストと、ボタン81および82とを含む。通知テキストは、スタミナを自動回復させることをユーザに問い合わせる内容の第1テキストと、その実現のために必要なダイヤの消費個数が1個であることをユーザに説明する内容の第2テキストとを含む。ボタン81は、第1操作を受け付けるためのユーザインタフェースである。ボタン62は、スタミナを自動回復させる処理をキャンセルするための操作を受け付けるためのユーザインタフェースである。操作受付部111は、ボタン81に対するタップ操作を、不利を緩和または解消するための第1操作をとして受け付ける。   FIG. 31 is a diagram showing a message 80 according to an embodiment. In step S29, the operation receiving unit 111 receives the first operation for reducing or eliminating the disadvantage from the user in the second state. The operation reception unit 111 first receives a user's tap operation on the stamina display field 44. In response to this tap operation, the display control unit 116 displays the message 80 shown in FIG. 30 at an arbitrary position in the game screen 31. Message 80 includes notification text to the user and buttons 81 and 82. The notification text includes a first text that asks the user to automatically recover stamina, and a second text that explains to the user that the number of diamonds required to realize the stamina is one. Including. The button 81 is a user interface for accepting the first operation. The button 62 is a user interface for accepting an operation for canceling the process of automatically recovering stamina. The operation reception unit 111 receives a tap operation on the button 81 as a first operation for alleviating or eliminating a disadvantage.

ステップS30において、スタミナ回復部114は、ステップS29において受け付けられた第1操作に応答して、ダイヤを1個消費することによって、不利を解消する。図32の例では、スタミナ回復部114は、第2状態のときの第2回復速度を、第1状態のときの第1回復速度に一致させることによって、不利を解消する。ステップS31において、スタミナ回復部114は、第2状態のときに、時間経過に従って、スタミナを上限値「50」を超えない範囲で、第2回復速度で自動的に回復する。その際、スタミナ回復部114は、記憶部120に格納されるスタミナの現在値に、基準時間が経過するたびに1を加算することによって、記憶部120に格納されるスタミナの現在値を更新する。第1時点での記憶部120に格納されるスタミナの現在値が、図27(A)に示すように−10であるとする。スタミナ回復部114は、第1時点から基準時間が経過した場合、記憶部120に格納されるスタミナの現在値「−10」に1を加算することによって、記憶部120に格納されるスタミナの現在値を−9に更新する。スタミナ回復部114は、スタミナの現在値が−9に自動回復してから、さらに基準時間が経過した場合、記憶部120に格納されるスタミナの現在値「−9」に1を加算することによって、記憶部120に格納されるスタミナの現在値を−9に更新する。   In step S30, the stamina recovery unit 114 eliminates the disadvantage by consuming one diamond in response to the first operation accepted in step S29. In the example of FIG. 32, the stamina recovery unit 114 eliminates the disadvantage by matching the second recovery speed in the second state with the first recovery speed in the first state. In step S31, in the second state, the stamina recovery unit 114 automatically recovers stamina at the second recovery speed within a range not exceeding the upper limit value “50” as time passes. At that time, the stamina recovery unit 114 updates the current value of the stamina stored in the storage unit 120 by adding 1 to the current value of the stamina stored in the storage unit 120 each time the reference time elapses. . It is assumed that the current value of the stamina stored in the storage unit 120 at the first time point is −10 as shown in FIG. When the reference time has elapsed from the first time point, the stamina recovery unit 114 adds 1 to the current value “-10” of the stamina stored in the storage unit 120 to add the current stamina stored in the storage unit 120. Update the value to -9. The stamina recovery unit 114 adds 1 to the current stamina value “−9” stored in the storage unit 120 when the reference time further elapses after the current stamina value is automatically recovered to −9. , Updates the current stamina value stored in the storage unit 120 to -9.

図32は、ある実施の形態に係るスタミナ表示欄44を示す図である。図32(A)は、第1時点でのスタミナ表示欄44を示し、図32(B)は、スタミナが自動回復した時点でのスタミナ表示欄44を示し、図32(C)は、スタミナがさらに自動回復した時点でのスタミナ表示欄44を示す。表示制御部116は、時間経過に従ってスタミナが自動回復された場合、スタミナ表示欄44に表示されるスタミナの現在値を、図32に示すように自動回復後の値に随時更新する。表示制御部116は、記憶部120に格納されるスタミナの現在値の更新に連動して、スタミナ表示欄44に表示されるスタミナの現在値を更新する。表示制御部116は、第1時点では、記憶部120に格納されるスタミナの現在値「5」を、図32(A)に示すようにスタミナ表示欄44に表示する。表示制御部116は、記憶部120に格納されるスタミナの現在値が6に更新された場合、スタミナ表示欄44に表示されるスタミナの現在値を、図32(B)に示すように6に更新する。表示制御部116は、記憶部120に格納されるスタミナの現在値が7に更新された場合、スタミナ表示欄44に表示されるスタミナ現在値を、図32(C)に示すように7に更新する。   FIG. 32 is a diagram showing a stamina display field 44 according to an embodiment. 32A shows the stamina display column 44 at the first time point, FIG. 32B shows the stamina display column 44 at the time when the stamina is automatically recovered, and FIG. 32C shows the stamina display column 44. The stamina display column 44 at the time of automatic recovery is shown. When the stamina is automatically recovered over time, the display control unit 116 updates the current value of the stamina displayed in the stamina display field 44 to the value after the automatic recovery, as shown in FIG. 32, as needed. The display control unit 116 updates the current stamina value displayed in the stamina display field 44 in association with the update of the current stamina value stored in the storage unit 120. At the first time point, the display control unit 116 displays the current stamina value “5” stored in the storage unit 120 in the stamina display field 44 as shown in FIG. When the current value of the stamina stored in the storage unit 120 is updated to 6, the display control unit 116 changes the current value of the stamina displayed in the stamina display field 44 to 6 as shown in FIG. Update. When the current stamina value stored in the storage unit 120 is updated to 7, the display control unit 116 updates the current stamina value displayed in the stamina display field 44 to 7 as shown in FIG. To do.

(主要な作用効果)
スタミナの現在値が中級クエストの実行に必要なスタミナの第1消費値を下回る場合でも、スタミナはマイナス値「−10」まで減少するが、中級クエストのプレイは可能である。したがって、ユーザは、中級クエストをプレイするためのスタミナが足りない場合でも、中級クエストをプレイすることができる。これにより、スタミナを消費してプレイできるクエストをユーザがプレイする機会を増やすことができる。
(Main effects)
Even if the current value of stamina is less than the first consumption value of stamina required to execute the intermediate quest, the stamina is reduced to a negative value "-10", but the intermediate quest can be played. Therefore, the user can play the intermediate quest even if the stamina for playing the intermediate quest is insufficient. This can increase the opportunity for the user to play a quest that consumes stamina and can be played.

スタミナの現在値がゼロを下回ると、スタミナの自動回復がユーザにとって不利にされるので、スタミナが足りない場合にむやみにクエストをプレイしようとすることに歯止めを掛けることができる。第2状態のときのスタミナの自動回復がユーザにとって不利にされているときに、ダイヤを消費すれば、不利が緩和または解消されるので、ゲームシステム1は、積極的にダイヤを消費することをユーザに動機付けることができる。   If the current value of stamina falls below zero, the automatic recovery of stamina is disadvantageous to the user, so it is possible to stop trying to play the quest unnecessarily when the stamina is insufficient. If the diamond is consumed when the automatic recovery of the stamina in the second state is disadvantageous to the user, the disadvantage is alleviated or eliminated. Therefore, the game system 1 actively consumes the diamond. Motivate the user.

(変形例)
図33は、ある実施の形態に係るスタミナ表示欄44を示す図である。図33(A)は、第1時点でのスタミナ表示欄44を示し、図33(B)は、スタミナの自動回復が禁止されたまま第1時間が経過した時点でのスタミナ表示欄44を示し、図33(C)は、第1時間が経過した時点でスタミナの自動回復禁止が解除された場合のスタミナ表示欄44を示す。図33の例では、スタミナ回復部114は、ダイヤを1個消費することによって、スタミナを、スタミナがマイナス値「−10」まで減少された時点からダイヤが消費された時点までの経過時間に応じたスタミナの第1消費値だけ回復させる。スタミナ回復部114は、まず、図33(A)に示すようにスタミナがマイナス値「−10」まで減少された第1時点を特定する。ここで、第1時点から、スタミナの自動回復が禁止されたまま第1時間が経過したとする。表示制御部116は、第1時間が経過した時点で、図33(B)に示すようにスタミナ表示欄44に表示されるスタミナの現在値を−10のまま更新しない。
(Modification)
FIG. 33 is a diagram showing a stamina display field 44 according to an embodiment. FIG. 33 (A) shows the stamina display column 44 at the first time point, and FIG. 33 (B) shows the stamina display column 44 at the time point when the first time passes while the automatic recovery of the stamina is prohibited. FIG. 33C shows the stamina display column 44 when the automatic recovery prohibition of stamina is released when the first time has elapsed. In the example of FIG. 33, the stamina recovery unit 114 consumes one diamond so as to change the stamina according to the elapsed time from the time when the stamina is reduced to the negative value “−10” to the time when the diamond is consumed. Restores only the first consumption value of Stamina. First, the stamina recovery unit 114 identifies the first time point when the stamina is reduced to the negative value "-10" as shown in FIG. Here, it is assumed that the first time has elapsed from the first time point while the automatic recovery of the stamina is prohibited. The display control unit 116 does not update the current value of the stamina displayed in the stamina display field 44 as -10 at the time when the first time elapses, as shown in FIG. 33 (B).

操作受付部111は、第1時間が経過した直後、不利を緩和または解消するための第1操作をユーザから受け付ける。スタミナ回復部114は、第1操作が受け付けられた第2時点を特定する。スタミナ回復部114は、第1時点から第2時点までの経過時間である第1時間を特定する。第1時間として、基準時間の40倍の時間が特定されたとする。この場合、第1時間の経過に従って自動回復可能なスタミナの合計値である第1回復値は40である。スタミナ回復部114は、第1操作に応答して、ダイヤを1個消費することによって、スタミナを第1時間に応じた第1回復値「40」だけ回復する。その際、スタミナ回復部114は、記憶部120に格納されるスタミナの現在値「−10」に、第1回復値「40」を加算することによって、記憶部120に格納されるスタミナの現在値を30に更新する。表示制御部116は、スタミナ表示欄44に表示されるスタミナの現在値を、図33(C)に示すように30に更新する。表示制御部116は、さらに、スタミナバー46の全体のうち、スタミナの現在値「30」に相当する部分を第1色に着色し、残りを第2色に着色する。   Immediately after the first time has elapsed, the operation reception unit 111 receives a first operation for alleviating or eliminating the disadvantage from the user. The stamina recovery unit 114 identifies the second time point when the first operation is accepted. The stamina recovery unit 114 identifies the first time that is the elapsed time from the first time point to the second time point. It is assumed that 40 times the reference time is specified as the first time. In this case, the first recovery value, which is the total value of the stamina that can be automatically recovered as the first time elapses, is 40. The stamina recovery unit 114 recovers the stamina by the first recovery value “40” corresponding to the first time by consuming one diamond in response to the first operation. At that time, the stamina recovery unit 114 adds the first recovery value “40” to the current stamina value “−10” stored in the storage unit 120 to obtain the current stamina value stored in the storage unit 120. Is updated to 30. The display control unit 116 updates the current value of the stamina displayed in the stamina display field 44 to 30 as shown in FIG. 33 (C). The display control unit 116 further colors the portion of the entire stamina bar 46 corresponding to the current stamina value “30” with the first color and the rest with the second color.

スタミナの現在値がゼロ以上であれば、第1時間の経過に従ってスタミナが最大で第1回復値「40」だけ自動的に回復される。図33の例では、スタミナが自動回復せずに第1時間が経過した時点でダイヤが消費された場合、第1時間の経過中には回復されなかった第1回復値「40」が、スタミナの現在値に加算される。これにより、ゲームシステム1は、スタミナの現在値がゼロを下回る間の自動回復禁止を、ダイヤの消費によって事実上無かったものとすることができる。したがって、ダイヤを消費して自動回復の不利を緩和または解消することを、より強くユーザに動機付けることができる。   If the current value of the stamina is zero or more, the stamina is automatically recovered by the maximum first recovery value “40” as the first time elapses. In the example of FIG. 33, if the diamond is consumed at the time when the first time elapses without the stamina being automatically recovered, the first recovery value “40” that is not recovered during the elapse of the first time is the stamina. Is added to the current value of. As a result, the game system 1 can effectively prevent prohibition of automatic recovery while the current stamina value is below zero due to consumption of a diamond. Therefore, the user can be more strongly motivated to consume the timetable and alleviate or eliminate the disadvantage of automatic recovery.

図34は、ある実施の形態に係るメッセージ90を示す図である。操作受付部111は、スタミナを回復させるための第2操作を受け付けることができる。操作受付部111は、例えば、スタミナ表示欄44に対するユーザのタップ操作を受け付ける。表示制御部116は、スタミナ表示欄44に対するタップ操作が受け付けられた場合、図34に示すメッセージ90をゲーム画面31内の任意の位置に表示する。メッセージ90は、スタミナ回復のために用いるダイヤの個数をユーザに問い合わせるテキストと、複数の選択肢91および92とを含む。選択肢91および92は、スタミナを回復するために消費されるダイヤの個数に対応する。選択肢91および92は、具体的には、5個および10個のダイヤにそれぞれ対応する。   FIG. 34 is a diagram showing a message 90 according to an embodiment. The operation receiving unit 111 can receive the second operation for recovering the stamina. The operation receiving unit 111 receives, for example, a user's tap operation on the stamina display field 44. When the tap operation on the stamina display field 44 is accepted, the display control unit 116 displays the message 90 shown in FIG. 34 at an arbitrary position in the game screen 31. The message 90 includes a text asking the user how many diamonds to use for stamina recovery, and a plurality of options 91 and 92. Options 91 and 92 correspond to the number of diamonds consumed to recover stamina. The options 91 and 92 specifically correspond to 5 and 10 diamonds, respectively.

操作受付部111は、選択肢91または92を選択するための操作を、スタミナを回復させるための第2操作として受け付ける。操作受付部111は、ユーザによって選択された選択肢に対応するダイヤの個数を、ユーザによって指定された第1個数として特定する。操作受付部111は、選択肢91が選択された場合、ユーザによって5個のダイヤが指定されたことを特定する。操作受付部111は、選択肢92が選択された場合、ユーザによって10個のダイヤが指定されたことを特定する。   The operation receiving unit 111 receives the operation for selecting the option 91 or 92 as the second operation for recovering the stamina. The operation reception unit 111 identifies the number of diamonds corresponding to the option selected by the user as the first number designated by the user. When the option 91 is selected, the operation reception unit 111 specifies that the user has designated five diamonds. When the option 92 is selected, the operation reception unit 111 specifies that the user has designated 10 diamonds.

図35は、ある実施の形態に係るスタミナ表示欄44を示す図である。図35(A)は、スタミナ回復前のスタミナ表示欄44を示し、図35(B)は、スタミナ回復後のスタミナ表示欄44を示す。図35(A)では、スタミナの現在値は−10である。ここで、ユーザによって選択肢92が選択されたとする。スタミナ回復部114は、第2操作に応答して、スタミナを第1回復値「50」だけ回復可能な第1個数「10」だけダイヤを消費することによって、スタミナの現在値に関わらず第1回復値「50」までスタミナを回復させる。その際、スタミナ回復部114は、記憶部120に格納されるスタミナの現在値「−10」を、50に更新する。表示制御部116は、スタミナ表示欄44に表示されるスタミナの現在値を、図35(B)に示すように50に更新する。表示制御部116は、さらに、スタミナバー46の全体を第1色に着色する。   FIG. 35 is a diagram showing a stamina display field 44 according to an embodiment. FIG. 35 (A) shows the stamina display column 44 before stamina recovery, and FIG. 35 (B) shows the stamina display column 44 after stamina recovery. In FIG. 35A, the current stamina value is -10. Here, it is assumed that the user selects the option 92. In response to the second operation, the stamina recovery unit 114 consumes the first number "10" of diamonds capable of recovering the stamina by the first recovery value "50", thereby irrespective of the current stamina value. Restores stamina to a recovery value of "50". At that time, the stamina recovery unit 114 updates the current stamina value “−10” stored in the storage unit 120 to 50. The display control unit 116 updates the current value of the stamina displayed in the stamina display field 44 to 50 as shown in FIG. The display control unit 116 further colors the entire stamina bar 46 to the first color.

図35の例では、スタミナ回復部114は、ダイヤを10個だけ消費することによって、スタミナを50よりも多い60だけ回復する。この際、スタミナがゼロを下回る場合、ダイヤ1個当たりのスタミナの回復効率は、スタミナがゼロ以上の場合の回復効率よりも高い。したがって、ゲームシステム1は、スタミナがゼロを下回る場合に積極的にダイヤを消費してスタミナを回復させることをユーザに動機付けることができる。   In the example of FIG. 35, the stamina recovery unit 114 recovers stamina by 60, which is more than 50, by consuming 10 diamonds. At this time, when the stamina is less than zero, the recovery efficiency of the stamina per diamond is higher than the recovery efficiency when the stamina is zero or more. Therefore, the game system 1 can motivate the user to positively consume the diamond and recover the stamina when the stamina is less than zero.

(その他の例)
スタミナ回復部114は、第2状態のとき、時間経過に従うスタミナの自動回復を、第1状態のときと比較してユーザにとって任意の程度に不利にさせることができる。スタミナ回復部114は、例えば、第2回復速度を第1回復速度よりも遅くすることによって、時間経過に従う自動回復を不利にすることができる。上述した第2回復速度をゼロにする処理は、第2回復速度を第1回復速度よりも遅くする処理の一例である。クエスト実行部112は、第2回復速度を、ゼロよりは大きいが第1回復速度よりは小さい任意の速度に遅くすることもできる。この場合、第2状態のときにはスタミナが第1状態のときに比べてゆっくりと自動回復するので、第2状態のときの時間経過に従う自動回復はユーザにとって不利になる。
(Other examples)
In the second state, the stamina recovery unit 114 can make the user's automatic recovery of stamina according to the passage of time to any degree unfavorable as compared with the case of the first state. The stamina recovery unit 114 can make automatic recovery that is lapsed over time disadvantageous, for example, by making the second recovery speed slower than the first recovery speed. The process of setting the second recovery speed to zero described above is an example of the process of setting the second recovery speed to be slower than the first recovery speed. The quest executing unit 112 can also slow the second recovery speed to an arbitrary speed that is higher than zero but lower than the first recovery speed. In this case, in the second state, the stamina automatically recovers more slowly than in the first state. Therefore, automatic recovery according to the passage of time in the second state is disadvantageous to the user.

スタミナ回復部114は、第1操作に応答して、第2状態のときの自動回復の不利を緩和または解消することができる。上述した第2回復速度を第1回復速度に一致させる処理は、自動回復の不利を解消する処理の一例である。この場合、第2状態のときに第1状態のときと同一の速度でスタミナが自動回復されるので、ユーザにとって自動回復の不利は生じない。スタミナ回復部114は、他にも、第2回復速度を第1回復速度に一致させないが第1回復速度に近づけることによって、自動回復の不利を緩和することができる。この場合、第2状態のスタミナの回復速度が第1操作の応答前に比べて速くなるので、自動回復の不利が緩和される。   The stamina recovery unit 114 can mitigate or eliminate the disadvantage of automatic recovery in the second state in response to the first operation. The above-described process of matching the second recovery speed with the first recovery speed is an example of a process of eliminating the disadvantage of automatic recovery. In this case, since the stamina is automatically recovered in the second state at the same speed as in the first state, the user is not disadvantaged in the automatic recovery. In addition, the stamina recovery unit 114 can alleviate the disadvantage of automatic recovery by making the second recovery speed not closer to the first recovery speed but closer to the first recovery speed. In this case, the recovery speed of the stamina in the second state is faster than that before the response to the first operation, and therefore the disadvantage of automatic recovery is mitigated.

スタミナ回復部114は、第1操作に応答して、ダイヤを消費することなく、不利を緩和または解消することもできる。アイテム付与部115は、例えば、不利を緩和または解消させるゲームアイテムを、無償でユーザに付与する。スタミナ回復部114は、第1操作に応答して、ダイヤの代わりにこのゲームアイテムを1個消費することによって、スタミナの現在値がゼロを下回る場合のスタミナの自動回復の不利を緩和または解消することができる。この場合、ユーザは、有償のダイヤの消費を節約することができる。   The stamina recovery unit 114 can also alleviate or eliminate the disadvantage in response to the first operation without consuming the timetable. The item giving unit 115 gives the user, for example, a game item for alleviating or eliminating the disadvantage free of charge. In response to the first operation, the stamina recovery unit 114 consumes one game item instead of the diamond to alleviate or eliminate the disadvantage of the automatic stamina recovery when the current stamina value is less than zero. be able to. In this case, the user can save the consumption of paid diamonds.

クエスト実行部112は、スタミナの現在値がゼロ以上である場合に限り、クエストを実行できるようにすることもできる。クエスト実行部112は、例えば、スタミナの現在値がゼロを下回る場合、新たなクエストの実行を禁止する。これにより、ユーザがスタミナを回復させずにクエストを無制限にプレイすることを防止できるので、ゲームバランスを適正に維持することができる。さらに、クエストを再びプレイできるようにするためにスタミナを回復させることをユーザに動機付けることができる。   The quest executing unit 112 can also execute the quest only when the current value of the stamina is zero or more. The quest execution unit 112, for example, prohibits the execution of a new quest when the current value of the stamina is less than zero. This can prevent the user from playing the quest indefinitely without recovering the stamina, so that the game balance can be appropriately maintained. Additionally, the user can be motivated to regain stamina to be able to play the quest again.

表示制御部116は、第2状態のとき、スタミナの自動回復がユーザにとって不利にされていることを、任意の態様でユーザに通知することができる。表示制御部116は、例えば、スタミナの自動回復が不利にされていることを説明するテキストまたは画像等の情報を、ゲーム画面31内の任意の位置(好ましくはスタミナ表示欄44内の位置)に表示する。これにより、スタミナの自動回復がユーザにとって不利にされていることを、ユーザに分かりやすく把握させることができる。   In the second state, the display control unit 116 can notify the user in any manner that the automatic recovery of the stamina is disadvantageous to the user. The display control unit 116, for example, puts information such as a text or an image, which explains that automatic recovery of stamina is disadvantageous, at an arbitrary position in the game screen 31 (preferably a position in the stamina display field 44). indicate. This allows the user to easily understand that automatic recovery of stamina is disadvantageous to the user.

〔ソフトウェアによる実現例〕
制御部110および210の制御ブロックは、集積回路(ICチップ)等に形成された論理回路(ハードウェア)によって実現してもよいし、CPU(Central Processing Unit)を用いてソフトウェアによって実現してもよい。
[Example of software implementation]
The control blocks of the control units 110 and 210 may be realized by a logic circuit (hardware) formed in an integrated circuit (IC chip) or the like, or may be realized by software using a CPU (Central Processing Unit). Good.

後者の場合、制御部110、もしくはその両方を備えた情報処理装置は、各機能を実現するソフトウェアであるプログラムの命令を実行するCPU、上記プログラム及び各種データがコンピュータ(またはCPU)で読み取り可能に記録されたROM(Read Only Memory)又は記憶装置(これらを「記録媒体」と称する)、上記プログラムを展開するRAM(Random Access Memory)などを備えている。そして、コンピュータ(またはCPU)が上記プログラムを上記記録媒体から読み取って実行することにより、本発明の目的が達成される。上記記録媒体としては、「一時的でない有形の媒体」、例えば、テープ、ディスク、カード、半導体メモリ、プログラマブルな論理回路などを用いることができる。また、上記プログラムは、該プログラムを伝送可能な任意の伝送媒体(通信ネットワークや放送波等)を介して上記コンピュータに供給されてもよい。なお、本発明の一態様は、上記プログラムが電子的な伝送によって具現化された、搬送波に埋め込まれたデータ信号の形態でも実現され得る。   In the latter case, the information processing apparatus including the control unit 110, or both, has a CPU that executes instructions of a program that is software that realizes each function, and the program and various data can be read by a computer (or CPU). It is provided with a recorded ROM (Read Only Memory) or a storage device (these are referred to as a “recording medium”), 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, and 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パラメータの現在値が、第1ゲーム処理の実行に必要な第1パラメータの第1消費値以上である場合、第1パラメータを第1消費値だけ消費することによって、第1ゲーム処理を実行するステップ(S13)と、現在値が第1消費値を下回るときに、第1ゲーム処理の実行を抑制すると共に、第1条件により第1ゲーム処理を実行することを可能とする第1操作をユーザから受け付けるステップ(S14)と、第1操作に応答して、第1条件に応じた処理および第1ゲーム処理を実行すると共に、第1パラメータを、第1パラメータの上限値に満たない値まで回復するステップ(S17,S18,S19)とを実行させる。   (Item 1) The game program has been described. According to an aspect of the present disclosure, the game program (131) is executed by a computer (user terminal 100) including a processor (10) and a memory (11). The game program causes the processor to consume only the first consumption value of the first parameter when the current value of the first parameter is greater than or equal to the first consumption value of the first parameter required to execute the first game process. A step of executing the first game process (S13), and suppressing the execution of the first game process when the current value is lower than the first consumption value and executing the first game process under the first condition. A step (S14) of accepting the first operation that is enabled from the user, and in response to the first operation, the processing according to the first condition and the first game processing are executed, and the first parameter is set to the first parameter. The step (S17, S18, S19) of recovering to a value less than the upper limit value is executed.

(項目2) (項目1)において、回復するステップでは、第1パラメータを、上限値に満たない値であって、上限値から第1消費値を減算した値以上の値まで回復する。   (Item 2) In (Item 1), in the recovering step, the first parameter is recovered to a value that is less than the upper limit value and is equal to or more than a value obtained by subtracting the first consumption value from the upper limit value.

(項目3) (項目2)において、受け付けるステップでは、第1パラメータを第1パラメータの第1回復値だけ回復させるための第1操作を受け付け、回復するステップでは、第1操作に応答して、第1パラメータを現在値だけ消費することによって、第1ゲーム処理を実行し、第1操作に応答して、第1パラメータを、第1消費値から現在値を減算した第1パラメータの第2消費値を第1回復値から減算した第1パラメータの第2回復値だけ回復する。   (Item 3) In (Item 2), in the accepting step, the first operation for recovering the first parameter by the first recovery value of the first parameter is accepted, and in the recovering step, in response to the first operation, By consuming only the current value of the first parameter, the first game process is executed, and in response to the first operation, the second consumption of the first parameter is obtained by subtracting the current value from the first consumption value. The second recovery value of the first parameter obtained by subtracting the value from the first recovery value is recovered.

(項目4) (項目2)において、受け付けるステップでは、第1パラメータの第1回復値だけ第1パラメータを回復させるための第1操作を受け付け、回復するステップでは、第1操作に応答して、第1パラメータを消費することなく第1ゲーム処理を実行し、第1パラメータを、第1回復値から第1消費値を減算した第1パラメータの第2回復値だけ回復する。   (Item 4) In (Item 2), in the accepting step, a first operation for recovering the first parameter by the first recovery value of the first parameter is accepted, and in the recovering step, in response to the first operation, The first game process is executed without consuming the first parameter, and the first parameter is recovered by the second recovery value of the first parameter obtained by subtracting the first consumption value from the first recovery value.

(項目5) (項目2)〜(項目4)のいずれかにおいて、回復するステップでは、第1操作に応答して、第1条件に応じた処理として、ユーザにより支払われる対価または当該対価の支払いにより得られるゲームアイテムである回復媒体を消費する処理を実行する。   (Item 5) In any of (Item 2) to (Item 4), in the step of recovering, in response to the first operation, consideration paid by the user or payment of the consideration is performed as processing according to the first condition. A process of consuming the recovery medium which is the game item obtained by executing is executed.

(項目6) (項目2)〜(項目5)のいずれかにおいて、ゲームプログラムは、プロセッサに、第1操作に応答して実行された第1ゲーム処理のクリアにユーザが失敗した場合、第1パラメータを、第1消費値から現在値を減算した第1パラメータの第3回復値だけ回復するステップを実行させる。   (Item 6) In any one of (item 2) to (item 5), the game program causes the processor to execute a first game when the user fails to clear the first game process executed in response to the first operation. The step of recovering the parameter by the third recovery value of the first parameter obtained by subtracting the current value from the first consumption value is executed.

(項目7) (項目1)〜(項目6)のいずれかにおいて、ゲームプログラムは、プロセッサに、時間経過に従って、第1パラメータを上限値を超えない範囲で自動的に回復するステップを実行させるステップを実行させる。   (Item 7) In any one of (item 1) to (item 6), the game program causes the processor to execute a step of automatically recovering the first parameter within a range not exceeding the upper limit value over time. To execute.

(項目8) ゲームプログラムを実行する方法を説明した。本開示のある局面によると、ゲームプログラム(131)は、プロセッサ(10)およびメモリ(11)を備えるコンピュータ(ユーザ端末100)により実行される。方法は、プロセッサが(項目1)に記載の各ステップを実行する方法である。   (Item 8) The method of executing the game program has been described. According to an aspect of the present disclosure, the game program (131) is executed by a computer (user terminal 100) including a processor (10) and a memory (11). The method is a method in which the processor executes the steps described in (Item 1).

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

1 ゲームシステム、2 ネットワーク、10,20 プロセッサ、11,21 メモリ、12,22 ストレージ、13,23 通信IF(操作部)、14,24 入出力IF(操作部)、15 タッチスクリーン(表示部、操作部)、17 カメラ(操作部)、18 測距センサ(操作部)、31 ゲーム画面、41 ランク表示欄、42 経験値表示欄、43 ダイヤ表示欄、44 スタミナ表示欄、45 クエスト表示欄、46 スタミナバー、51,52,91,92 選択肢、60,70,80,90 メッセージ、61,62,71,72,81,82 ボタン、100 ユーザ端末(情報処理装置)、110 制御部、111 操作受付部、112 クエスト実行部、113 ランク管理部、114 スタミナ回復部、115 アイテム付与部、116 表示制御部、120 記憶部、131 ゲームプログラム、132 ゲーム情報、133 ユーザ情報、151 入力部(操作部)、152 表示部、200 サーバ、1010 物体、1020 コントローラ(操作部)、1030 記憶媒体 DESCRIPTION OF SYMBOLS 1 game system, 2 network, 10,20 processor, 11,21 memory, 12,22 storage, 13,23 communication IF (operation part), 14,24 input / output IF (operation part), 15 touch screen (display part, Operation unit), 17 camera (operation unit), 18 distance measuring sensor (operation unit), 31 game screen, 41 rank display column, 42 experience value display column, 43 diamond display column, 44 stamina display column, 45 quest display column, 46 stamina bar, 51, 52, 91, 92 options, 60, 70, 80, 90 message, 61, 62, 71, 72, 81, 82 button, 100 user terminal (information processing device), 110 control unit, 111 operation Reception section, 112 Quest execution section, 113 Rank management section, 114 Stamina recovery section, 115 Item addition section 116 display control unit, 120 storage unit, 131 game program 132 game information, 133 user information, 151 input unit (operation unit), 152 display unit, 200 server, 1010 objects, 1020 controller (operation unit), 1030 storage medium

Claims (9)

プロセッサおよびメモリを備えるコンピュータにより実行されるゲームプログラムであって、
前記ゲームプログラムは、前記プロセッサに、
第1パラメータの現在値が、第1ゲーム処理の実行に必要な前記第1パラメータの第1消費値以上である場合、前記第1パラメータを前記第1消費値だけ消費することによって、前記第1ゲーム処理を実行するステップと、
前記現在値が前記第1消費値を下回るときに、前記第1ゲーム処理の実行を抑制すると共に、第1条件により前記第1ゲーム処理を実行することを可能とする第1操作をユーザから受け付けるステップと、
前記第1操作に応答して、前記第1条件に応じた処理および前記第1ゲーム処理を実行すると共に、前記第1パラメータを、前記第1パラメータの上限値に満たない値まで回復するステップとを実行させる、ゲームプログラム。
A game program executed by a computer having a processor and a memory,
The game program, in the processor,
If the current value of the first parameter is greater than or equal to the first consumption value of the first parameter required to execute the first game process, the first parameter is consumed by the first consumption value to obtain the first parameter. A step of executing a game process,
When the current value is less than the first consumption value, execution of the first game process is suppressed, and a first operation that allows the first game process to be executed under a first condition is received from a user. Steps,
In response to the first operation, executing a process according to the first condition and the first game process, and recovering the first parameter to a value less than an upper limit value of the first parameter; A game program that executes.
前記回復するステップでは、前記第1パラメータを、前記上限値に満たない値であって、前記上限値から前記第1消費値を減算した値以上の値まで回復する、請求項1に記載のゲームプログラム。   The game according to claim 1, wherein in the recovering step, the first parameter is recovered to a value that is less than the upper limit value and is equal to or more than a value obtained by subtracting the first consumption value from the upper limit value. program. 前記受け付けるステップでは、前記第1パラメータを前記第1パラメータの第1回復値だけ回復させるための前記第1操作を受け付け、
前記回復するステップでは、前記第1操作に応答して、
前記第1パラメータを前記現在値だけ消費することによって、前記第1ゲーム処理を実行し、
前記第1操作に応答して、前記第1パラメータを、前記第1消費値から前記現在値を減算した前記第1パラメータの第2消費値を前記第1回復値から減算した前記第1パラメータの第2回復値だけ回復する、請求項2に記載のゲームプログラム。
In the step of accepting, accepting the first operation for recovering the first parameter by a first recovery value of the first parameter,
In the step of recovering, in response to the first operation,
The first game process is executed by consuming only the current value of the first parameter,
In response to the first operation, the first parameter of the first parameter obtained by subtracting the second consumption value of the first parameter obtained by subtracting the current value from the first consumption value of the first parameter The game program according to claim 2, wherein the game program is recovered by a second recovery value.
前記受け付けるステップでは、前記第1パラメータの第1回復値だけ前記第1パラメータを回復させるための前記第1操作を受け付け、
前記回復するステップでは、前記第1操作に応答して、
前記第1パラメータを消費することなく前記第1ゲーム処理を実行し、
前記第1パラメータを、前記第1回復値から前記第1消費値を減算した前記第1パラメータの第2回復値だけ回復する、請求項2に記載のゲームプログラム。
In the step of accepting, accepting the first operation for recovering the first parameter by a first recovery value of the first parameter,
In the step of recovering, in response to the first operation,
Executing the first game process without consuming the first parameter,
The game program according to claim 2, wherein the first parameter is recovered by a second recovery value of the first parameter obtained by subtracting the first consumption value from the first recovery value.
前記回復するステップでは、前記第1操作に応答して、前記第1条件に応じた処理として、ユーザにより支払われる対価または当該対価の支払いにより得られるゲームアイテムである回復媒体を消費する処理を実行する、請求項2〜4のいずれか1項に記載のゲームプログラム。   In the step of recovering, in response to the first operation, as a process according to the first condition, a process of consuming a recovery medium which is a consideration paid by a user or a game item obtained by the payment of the consideration is executed. The game program according to any one of claims 2 to 4. 前記ゲームプログラムは、前記プロセッサに、
前記第1操作に応答して実行された前記第1ゲーム処理のクリアに前記ユーザが失敗した場合、前記第1パラメータを、前記第1消費値から前記現在値を減算した前記第1パラメータの第3回復値だけ回復するステップを実行させる、請求項2〜5のいずれか1項に記載のゲームプログラム。
The game program, in the processor,
When the user fails to clear the first game process executed in response to the first operation, the first parameter is set to the first parameter obtained by subtracting the current value from the first consumption value. The game program according to any one of claims 2 to 5, which executes a step of recovering 3 recovery values.
前記ゲームプログラムは、前記プロセッサに、
時間経過に従って、前記第1パラメータを前記上限値を超えない範囲で自動的に回復するステップを実行させるステップを実行させる、請求項1〜6のいずれか1項に記載のゲームプログラム。
The game program, in the processor,
The game program according to any one of claims 1 to 6, which executes a step of automatically recovering the first parameter within a range not exceeding the upper limit value as time passes.
プロセッサおよびメモリを備えるコンピュータがゲームプログラムを実行する方法であって、
前記プロセッサが請求項1に記載のゲームプログラムの各ステップを実行する、方法。
A method for a computer having a processor and memory to execute a game program, the method comprising:
A method in which the processor executes the steps of the game program 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.
JP2018192889A 2018-10-11 2018-10-11 game program Active JP7256627B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018192889A JP7256627B2 (en) 2018-10-11 2018-10-11 game program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018192889A JP7256627B2 (en) 2018-10-11 2018-10-11 game program

Publications (2)

Publication Number Publication Date
JP2020058667A true JP2020058667A (en) 2020-04-16
JP7256627B2 JP7256627B2 (en) 2023-04-12

Family

ID=70220567

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018192889A Active JP7256627B2 (en) 2018-10-11 2018-10-11 game program

Country Status (1)

Country Link
JP (1) JP7256627B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2022062378A (en) * 2020-10-08 2022-04-20 株式会社カプコン Game program and game system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013202419A (en) * 2013-05-16 2013-10-07 Konami Digital Entertainment Co Ltd Game apparatus, method of controlling the game apparatus, and program
JP2013230229A (en) * 2012-04-27 2013-11-14 Dna:Kk Game program and game system
JP2015112473A (en) * 2014-07-08 2015-06-22 グリー株式会社 Game control method, computer, and control program
JP5781208B1 (en) * 2014-10-27 2015-09-16 株式会社 ディー・エヌ・エー GAME PROGRAM AND INFORMATION PROCESSING DEVICE

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013230229A (en) * 2012-04-27 2013-11-14 Dna:Kk Game program and game system
JP2013202419A (en) * 2013-05-16 2013-10-07 Konami Digital Entertainment Co Ltd Game apparatus, method of controlling the game apparatus, and program
JP2015112473A (en) * 2014-07-08 2015-06-22 グリー株式会社 Game control method, computer, and control program
JP5781208B1 (en) * 2014-10-27 2015-09-16 株式会社 ディー・エヌ・エー GAME PROGRAM AND INFORMATION PROCESSING DEVICE

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2022062378A (en) * 2020-10-08 2022-04-20 株式会社カプコン Game program and game system
JP7208541B2 (en) 2020-10-08 2023-01-19 株式会社カプコン Game program and game system

Also Published As

Publication number Publication date
JP7256627B2 (en) 2023-04-12

Similar Documents

Publication Publication Date Title
JP6738872B2 (en) Game program, method, and information processing device
JP6514376B1 (en) Game program, method, and information processing apparatus
US11759702B2 (en) Game system, processing method, and information storage medium
JP7244249B2 (en) Game program and information processing device
JP6498801B1 (en) GAME PROGRAM, METHOD, AND INFORMATION PROCESSING DEVICE
JP2023076611A (en) Game program and information processing device
JP6532110B2 (en) Game program, method, and information processing apparatus
JP2020171776A (en) Game program, method, and information processing device
CN110841288B (en) Prompt identifier eliminating method, device, terminal and storage medium
JP2019170950A (en) Game program, method, and information processor
JP6672401B2 (en) Game program, method, and information processing device
JP7256627B2 (en) game program
JP2019126741A (en) Game program, method, and information processor
JP6815359B2 (en) Game programs, methods, and information processing equipment
JP7335712B2 (en) game program
JP7272799B2 (en) Game program, method, and information processing device
JP6788644B2 (en) Game programs, methods, and information processing equipment
JP6503118B1 (en) Game program, method, and information processing apparatus
JP2020162756A (en) Game program, method, and information processing apparatus
JP2020022574A (en) Game program, method, and information processing device
JP7299743B2 (en) Game program and information processing device
JP2019122493A (en) Game program, method, and information processing device
JP2021058633A (en) Game program, method, and information processing device
JP2020174977A (en) Game program, method, and information processing device
JP6668425B2 (en) Game program, method, and information processing device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210915

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20221004

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20221012

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20221121

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230331

R150 Certificate of patent or registration of utility model

Ref document number: 7256627

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150