Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP6732864B2 - Program, control method, and information processing device - Google Patents
[go: Go Back, main page]

JP6732864B2 - Program, control method, and information processing device - Google Patents

Program, control method, and information processing device Download PDF

Info

Publication number
JP6732864B2
JP6732864B2 JP2018232544A JP2018232544A JP6732864B2 JP 6732864 B2 JP6732864 B2 JP 6732864B2 JP 2018232544 A JP2018232544 A JP 2018232544A JP 2018232544 A JP2018232544 A JP 2018232544A JP 6732864 B2 JP6732864 B2 JP 6732864B2
Authority
JP
Japan
Prior art keywords
action
player
actions
game
displayed
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2018232544A
Other languages
Japanese (ja)
Other versions
JP2019063564A (en
Inventor
準星 國信
準星 國信
育洋 前田
育洋 前田
学 水上
学 水上
結衣 武田
結衣 武田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
GREE Holdings Inc
Original Assignee
GREE Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by GREE Inc filed Critical GREE Inc
Priority to JP2018232544A priority Critical patent/JP6732864B2/en
Publication of JP2019063564A publication Critical patent/JP2019063564A/en
Application granted granted Critical
Publication of JP6732864B2 publication Critical patent/JP6732864B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • User Interface Of Digital Computer (AREA)

Description

本発明は、プログラム、制御方法、および、情報処理装置に関する。 The present invention relates to a program, a control method, and an information processing device.

従来、コンピュータ等の情報処理装置を用いるビデオゲームにおいて、プレイヤがゲーム内のキャラクタを操作して対戦相手との戦闘を行う対戦ゲームが知られている。例えば、特許文献1には、プレイヤがターンごとにコマンドを選択してキャラクタの行動を決定することにより対戦を進行させるゲームが記載されている。 2. Description of the Related Art Conventionally, in a video game using an information processing device such as a computer, a battle game in which a player operates a character in the game to battle with an opponent is known. For example, Patent Document 1 describes a game in which a player advances a battle by selecting a command for each turn to determine the action of the character.

特開2007−075612号公報JP, 2007-075612, A

ところで、キャラクタが複数のコマンドを実行可能な場合、プレイヤは、選択したいコマンドをゲームの表示画面から探す必要がある。しかし、表示画面の大きさの制約等により、スクロール操作等を行ってコマンドを探す場合には、プレイヤは煩わしさを感じることがある。 By the way, when the character can execute a plurality of commands, the player needs to search for a command to be selected from the display screen of the game. However, when searching for a command by performing a scrolling operation or the like, the player may feel annoyed due to restrictions such as the size of the display screen.

かかる事情に鑑みてなされた本発明の目的は、操作の煩雑さを低減するプログラム、制御方法、および、情報処理装置を提供することにある。 An object of the present invention made in view of such circumstances is to provide a program, a control method, and an information processing apparatus that reduce the complexity of operations.

上記課題を解決するプログラムは、ゲームを実行する情報処理装置に、プレイヤが操作するゲームキャラクタが実行可能な複数のアクションのなかから特定のアクションを抽出する抽出ステップと、ゲーム画面における第1領域に、前記複数のアクションの一部を前記プレイヤによって選択可能に表示させるとともに、前記ゲーム画面における前記第1領域とは異なる特定の位置に配置された第2領域に、前記抽出された特定のアクションを前記プレイヤによって選択可能に表示させる表示ステップと、前記第1領域に表示されたアクションが前記プレイヤによって選択された場合には当該選択されたアクションを前記ゲームキャラクタに実行させ、前記第2領域に表示された特定のアクションが前記プレイヤによって選択された場合には前記特定のアクションを前記ゲームキャラクタに実行させる処理を行うステップとを実行させるプログラム。 A program for solving the above-described problem includes an extraction step of extracting a specific action from a plurality of actions executable by a game character operated by a player, in an information processing device that executes a game, and a first area on a game screen. , A part of the plurality of actions is selectably displayed by the player, and the extracted specific action is displayed in a second region arranged at a specific position different from the first region on the game screen. A display step in which the player can selectably display, and when the action displayed in the first area is selected by the player, the game character is caused to execute the selected action and displayed in the second area. And a step of performing a process of causing the game character to execute the specific action when the selected specific action is selected by the player.

上記課題を解決する制御方法は、ゲームの実行を制御する制御方法であって、プレイヤが操作するゲームキャラクタが実行可能な複数のアクションのなかから特定のアクションを抽出する抽出ステップと、ゲーム画面における第1領域に、前記複数のアクションの一部を前記プレイヤによって選択可能に表示させるとともに、前記ゲーム画面における前記第1領域とは異なる特定の位置に配置された第2領域に、前記抽出された特定のアクションを前記プレイヤによって選択可能に表示させる表示ステップと、前記第1領域に表示されたアクションが前記プレイヤによって選択された場合には当該選択されたアクションを前記ゲームキャラクタに実行させ、前記第2領域に表示された特定のアクションが前記プレイヤによって選択された場合には前記特定のアクションを前記ゲームキャラクタに実行させる処理を行うステップとを実行させる。 A control method for solving the above-mentioned problem is a control method for controlling execution of a game, and an extracting step of extracting a specific action from a plurality of actions executable by a game character operated by a player; A part of the plurality of actions is displayed in the first area in a selectable manner by the player, and the extracted areas are displayed in a second area located at a specific position different from the first area on the game screen. A display step of allowing a specific action to be displayed by the player, and causing the game character to execute the selected action when the action displayed in the first area is selected by the player, When the specific action displayed in the two areas is selected by the player, the step of performing a process of causing the game character to perform the specific action is executed.

上記課題を解決する情報処理装置は、ゲームを実行する情報処理装置であって、プレイ
ヤが操作するゲームキャラクタが実行可能な複数のアクションのなかから特定のアクションを抽出する抽出部と、ゲーム画面における第1領域に、前記複数のアクションの一部を前記プレイヤによって選択可能に表示させるとともに、前記ゲーム画面における前記第1領域とは異なる特定の位置に配置された第2領域に、前記抽出された特定のアクションを前記プレイヤによって選択可能に表示させる画面生成部と、前記第1領域に表示されたアクションが前記プレイヤによって選択された場合には当該選択されたアクションを前記ゲームキャラクタに実行させ、前記第2領域に表示された特定のアクションが前記プレイヤによって選択された場合には前記特定のアクションを前記ゲームキャラクタに実行させる処理を行う進行処理部とを備える。
An information processing apparatus that solves the above-mentioned problems is an information processing apparatus that executes a game, and an extraction unit that extracts a specific action from a plurality of actions that can be executed by a game character operated by a player; A part of the plurality of actions is displayed in the first area in a selectable manner by the player, and the extracted areas are displayed in a second area located at a specific position different from the first area on the game screen. A screen generation unit that allows a specific action to be displayed by the player, and causes the game character to execute the selected action when the action displayed in the first area is selected by the player, And a progress processing unit that performs processing for causing the game character to execute the specific action when the specific action displayed in the second area is selected by the player.

上記構成のプログラムにおいて、前記第2領域は、前記ゲーム画面に表示される情報に重畳することなく情報を表示することが好ましい。
上記構成のプログラムは、前記情報処理装置に、前記プレイヤが選択したアクションを記憶する記憶ステップを実行させ、前記抽出ステップにおいて、前記複数のアクションのうち前記既に選択されたアクション又は所定のアクションを、前記特定のアクションとして抽出することが好ましい。
In the program configured as described above, it is preferable that the second area displays information without being superimposed on the information displayed on the game screen.
The program of the above configuration causes the information processing device to execute a storage step of storing an action selected by the player, and in the extracting step, the already selected action or a predetermined action of the plurality of actions is It is preferable to extract as the specific action.

上記構成のプログラムは、前記抽出ステップにおいて、前記既に選択されたアクションが所定条件を満たす場合、前記複数のアクションのうち前記既に選択されたアクションを前記特定のアクションとして抽出し、前記既に選択されたアクションが前記所定条件を満たさない場合、前記複数のアクションのうち前記所定のアクションを前記特定のアクションとして抽出することが好ましい。 In the extracting step, the program having the above-mentioned configuration extracts the already-selected action among the plurality of actions as the specific action when the already-selected action satisfies a predetermined condition, and selects the already-selected action. When the action does not satisfy the predetermined condition, it is preferable to extract the predetermined action from the plurality of actions as the specific action.

上記構成のプログラムにおいて、前記所定条件は、前記既に選択されたアクションを前記プレイヤが選択可能な残り回数が1回以上であるとの条件、又はゲーム媒体の第1パラメータが前記既に選択されたアクションの第2パラメータ以上であるとの条件を含むことが好ましい。 In the program having the above-mentioned configuration, the predetermined condition is that the remaining number of times that the player can select the already selected action is one or more, or the first parameter of the game content is the already selected action. It is preferable to include a condition that the second parameter is greater than or equal to the second parameter.

上記構成のプログラムにおいて、前記特定のアクションは、前記複数のアクションのそれぞれが選択された回数に基づいて抽出されることが好ましい。
上記構成のプログラムは、前記抽出ステップにおいて、前記既に選択されたアクションのうち、前記プレイヤが最後に選択したアクションを前記特定のアクションとして抽出してもよい。
In the program configured as described above, it is preferable that the specific action is extracted based on the number of times each of the plurality of actions is selected.
In the extraction step, the program configured as described above may extract, as the specific action, an action selected last by the player among the actions already selected.

上記構成のプログラムにおいて、前記複数のアクションは、複数のカテゴリに分類され、分類された該カテゴリごとにタブ形式で前記第1領域に表示され、前記特定のアクションは、前記プレイヤにより選択されたタブに含まれるアクションから抽出されることが好ましい。 In the program having the above-mentioned configuration, the plurality of actions are classified into a plurality of categories, each of the classified categories is displayed in the first area in a tab format, and the specific action is a tab selected by the player. Is preferably extracted from the actions contained in.

上記構成のプログラムにおいて、前記抽出ステップが第1抽出ステップであり、前記表示ステップが第1表示ステップであり、前記情報処理装置に、前記第1表示ステップにおいて前記プレイヤの操作により前記選択されたタブと異なるタブが選択された場合、該異なるタブに含まれるアクションから前記特定のアクションを新たに抽出する第2抽出ステップと、前記第1領域に、前記異なるタブに含まれる複数のアクションの一部を前記プレイヤによって選択可能に表示させるとともに、前記第2領域に、前記第2抽出ステップにおいて抽出された特定のアクションを前記プレイヤによって選択可能に表示させる第2表示ステップとを実行させてもよい。 In the program having the above configuration, the extraction step is a first extraction step, the display step is a first display step, and the information processing apparatus provides the tab selected by the player's operation in the first display step. When a different tab is selected, a second extraction step of newly extracting the specific action from the actions included in the different tab, and a part of the plurality of actions included in the different tab in the first area May be displayed so as to be selectable by the player, and a second display step for causing the player to selectably display the specific action extracted in the second extracting step in the second area.

上記構成のプログラムにおいて、前記第2領域は、前記ゲームの進行に関する情報を表示する領域と、前記第1領域との間に表示されることが好ましい。 In the program of the above configuration, it is preferable that the second area is displayed between the area for displaying information on the progress of the game and the first area.

本発明に係るプログラム、制御方法、および、情報処理装置によれば、操作の煩雑さを低減できる。 According to the program, the control method, and the information processing device of the present invention, the complexity of the operation can be reduced.

本発明の一実施形態に係る情報処理システムの要部の機能ブロック図である。It is a functional block diagram of the important section of the information processing system concerning one embodiment of the present invention. 記憶部が記憶する情報の一例を模式的に示す図である。It is a figure which shows typically an example of the information which a memory|storage part memorize|stores. 記憶部が記憶するキャラクタのアクションの一例を模式的に示す図である。It is a figure which shows typically an example of the action of the character which a memory|storage part memorize|stores. 体力パラメータ管理部が管理するテーブルの一例を模式的に示す図である。It is a figure which shows typically an example of the table which a physical strength parameter management part manages. 戦闘力パラメータ管理部が管理するテーブルの一例を模式的に示す図である。It is a figure which shows typically an example of the table which a battle force parameter management part manages. 行動力パラメータ管理部が管理するテーブルの一例を模式的に示す図である。It is a figure which shows typically an example of the table which the behavioral parameter management part manages. 画面生成部により生成されるゲームのゲーム画面の一例を模式的に示す図である。It is a figure which shows typically an example of the game screen of the game produced|generated by the screen generation part. 抽出部が行う抽出処理の一例を示すフローチャートである。It is a flow chart which shows an example of extraction processing which an extraction part performs. ゲームの進行例を説明する図である。It is a figure explaining an example of progress of a game. ゲームの進行例を説明する図である。It is a figure explaining an example of progress of a game. ゲームの進行例を説明する図である。It is a figure explaining an example of progress of a game. ゲームの進行例を説明する図である。It is a figure explaining an example of progress of a game. ゲームの進行例を説明する図である。It is a figure explaining an example of progress of a game. ゲームの進行例を説明する図である。It is a figure explaining an example of progress of a game. ゲームの進行例を説明する図である。It is a figure explaining an example of progress of a game. 情報処理装置が行う処理の一例を示すフローチャートである。It is a flow chart which shows an example of processing which an information processor performs. ゲーム画面の変形例を示す図である。It is a figure which shows the modification of a game screen.

以下、本発明の実施形態について、図を参照して説明する。
はじめに、本実施形態に係るゲームの概要について説明する。本実施形態に係るゲームは、第1のモード及び第2のモードを有する。第1のモードにおいて、プレイヤは、所有する個々のゲーム媒体を用いて対戦相手と対戦し、又はゲーム内の通常クエストを攻略することで、ゲーム媒体、例えばゲーム内で使用可能なアイテム等を獲得可能である。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
First, the outline of the game according to the present embodiment will be described. The game according to this embodiment has a first mode and a second mode. In the first mode, the player obtains a game medium, for example, an item that can be used in the game, by competing with an opponent using each game medium that he or she owns or by capturing a normal quest in the game. It is possible.

一方、第2のモードは、例えば期間限定のイベントとして実装される。第2のモードにおいては、それぞれ複数のプレイヤにより構成される複数のグループがリアルタイムで対戦を行う。以下、特に言及しない限り、本実施形態に係るゲームの第2のモードについて説明する。 On the other hand, the second mode is implemented, for example, as a limited-time event. In the second mode, a plurality of groups each composed of a plurality of players play a match in real time. The second mode of the game according to this embodiment will be described below unless otherwise specified.

本実施形態では、グループA及びグループBの2つのグループが対戦を行うものとして説明する。各プレイヤは、所有するゲーム媒体をゲーム内のフィールド上に配置し、該ゲーム媒体を操作して移動又は攻撃等の行動を実行させることによりゲーム(第2のモードによる対戦)を進行させる。ゲーム媒体は、ゲームに使用される電子データであり、例えば、カード、アイテム、キャラクタ及びアバタ等を含む。また、ゲーム媒体は、ゲームの進行に応じて、プレイヤによって取得、保有、使用、管理、交換、合成、強化、売却、廃棄、及び/又は贈与等され得る電子データであるが、ゲーム媒体の利用態様は本明細書で明示されるものに限られない。本実施形態では、ゲーム媒体は、キャラクタを含むものとして説明する。 In this embodiment, two groups, group A and group B, will be described as competing. Each player advances the game (competition in the second mode) by arranging the owned game contents on the field in the game and operating the game contents to execute actions such as movement or attack. The game content is electronic data used in the game, and includes, for example, cards, items, characters, avatars, and the like. The game content is electronic data that can be acquired, held, used, managed, exchanged, combined, enhanced, sold, disposed of, and/or donated by the player according to the progress of the game. Aspects are not limited to those set forth herein. In the present embodiment, the game content will be described as including a character.

本実施形態に係るゲームでは、一定時間ごとにグループの手番が入れ替わる。本実施形態において、一定時間は1分間であり、1分間のAグループの手番の後、1分間のBグループの手番となり、その後再び1分間のAグループの手番となる。これを繰り返し、所定のゲーム時間(例えば30分間)が終了するか、又はゲーム時間が終了する前にいずれかのグループがゲームの勝利条件を満たすとゲームが終了する。 In the game according to the present embodiment, the turn of the group is switched at regular intervals. In the present embodiment, the fixed time is 1 minute, after the 1-minute turn of the A group, the 1-minute turn of the B group, and then the 1-minute turn of the A group again. By repeating this, the game ends when a predetermined game time (for example, 30 minutes) ends or when any group satisfies the game victory condition before the game time ends.

各プレイヤは、所属するグループの手番の間に、ゲームの対戦を行うフィールド上において、所定回数(例えば1回)キャラクタを移動させることができる。また、各プレイヤは、所属するグループの手番であるか否かに係らず、キャラクタが実行可能なアクション等の項目を選択することにより、ゲームを進行させることができる。キャラクタは、選択されたアクションに基づいて、対戦相手のグループに所属するキャラクタ及び対戦相手のグループが所有する代表ゲーム媒体等を攻撃する。代表ゲーム媒体は、上述のゲーム媒体と同様にゲームに使用される電子データであり、本実施形態においては城である。各キャラクタ及び城は、それぞれ体力値に関するパラメータ(体力パラメータ)を有する。対戦相手の城の体力パラメータを0にするか、又はゲーム時間が終了したときに城の体力パラメータがより多く残っていたグループが、ゲームの勝者となる。 Each player can move the character a predetermined number of times (for example, once) on the field where the game is to be played during the turn of the group to which the player belongs. In addition, each player can progress the game by selecting an item such as an action that the character can perform, regardless of whether it is the turn of the group to which the player belongs. Based on the selected action, the character attacks the character belonging to the opponent group and the representative game medium owned by the opponent group. The representative game medium is electronic data used for a game like the above-mentioned game medium, and is a castle in the present embodiment. Each character and castle has a parameter (physical strength parameter) relating to a physical strength value. The group who has the opponent's castle's physical strength parameter set to 0 or the castle's physical strength parameter remaining more when the game time is over becomes the winner of the game.

また、本実施形態に係るゲームでは、プレイヤは、チャット機能を使用して、ゲーム中に、同一のグループに所属するプレイヤ同士で情報交換したり、ゲームの進め方(戦略)について相談したりすることができる。 In addition, in the game according to the present embodiment, the player uses the chat function to exchange information between players who belong to the same group during the game and to discuss how to proceed with the game (strategy). You can

図1は、本発明の一実施形態に係る情報処理システムの要部の機能ブロック図である。情報処理システム100は、情報処理装置10と、複数の端末装置30とを有する。本実施形態に係る情報処理装置10は、上記概要の説明を行ったゲームを実行する。情報処理装置10は、ゲームの各プレイヤが有する端末装置30と通信を行う。情報処理装置10は、各プレイヤが端末装置30の入力部31を使用して行う入力操作に基づいて、ゲームを進行させる。また、情報処理装置10は、ゲームの進行状態を各プレイヤの端末装置30の表示部32に表示させる。具体的には、情報処理装置10は、端末装置30の表示部32に表示させるための情報を生成し、端末装置30に送信(出力)する。情報処理装置10は、例えば、サーバ装置により構成される。 FIG. 1 is a functional block diagram of essential parts of an information processing system according to an embodiment of the present invention. The information processing system 100 includes an information processing device 10 and a plurality of terminal devices 30. The information processing device 10 according to the present embodiment executes the game described in the above outline. The information processing device 10 communicates with the terminal device 30 of each player of the game. The information processing device 10 advances the game based on an input operation performed by each player using the input unit 31 of the terminal device 30. Further, the information processing device 10 displays the progress status of the game on the display unit 32 of the terminal device 30 of each player. Specifically, the information processing device 10 generates information to be displayed on the display unit 32 of the terminal device 30 and transmits (outputs) the information to the terminal device 30. The information processing device 10 is composed of, for example, a server device.

情報処理装置10は、記憶部11と、体力パラメータ管理部12と、戦闘力パラメータ管理部13と、行動力パラメータ管理部14と、チャット管理部15と、制御部16と、進行処理部17と、画面生成部18と、抽出部19と、通信部20とを備える。 The information processing device 10 includes a storage unit 11, a physical strength parameter management unit 12, a combat strength parameter management unit 13, an action strength parameter management unit 14, a chat management unit 15, a control unit 16, and a progress processing unit 17. A screen generation unit 18, an extraction unit 19, and a communication unit 20 are provided.

記憶部11は、ゲームに用いられる各種情報を記憶する。記憶部11は、ゲームで各プレイヤが使用する複数のゲーム媒体を、プレイヤが所属するグループと対応付けて記憶する。記憶部11は、図2に一例として模式的に示すように、ゲームのプレイヤと、各プレイヤが操作するキャラクタと、各プレイヤが所属するグループとを対応付けたテーブルを記憶する。図2を参照すると、例えば、プレイヤA1は、グループAに所属し、キャラクタA1を操作することが理解できる。また、記憶部11は、図2と同様に、ゲームで対戦を行う各グループの代表ゲーム媒体を、各グループと対応付けて記憶する。ただし、代表ゲーム媒体は、プレイヤに対応付けられるものではないため、プレイヤとの対応関係ではなく、グループA又はグループBのいずれかに対応付けられた状態で記憶部11に記憶される。 The storage unit 11 stores various information used in the game. The storage unit 11 stores a plurality of game contents used by each player in the game in association with a group to which the player belongs. As schematically shown in FIG. 2 as an example, the storage unit 11 stores a table in which the players of the game, the characters operated by each player, and the groups to which each player belongs are associated with each other. With reference to FIG. 2, for example, it can be understood that the player A1 belongs to the group A and operates the character A1. In addition, the storage unit 11 stores the representative game contents of each group that competes in the game in association with each group, as in FIG. 2. However, since the representative game content is not associated with the player, it is stored in the storage unit 11 in a state associated with either the group A or the group B, not the association with the player.

また、記憶部11は、各キャラクタに固有の情報を記憶する。固有の情報は、ゲーム媒体が実行可能な複数の項目、ゲーム媒体の攻撃力及び防御力等の戦闘力、ゲーム媒体の攻撃手段及び防御手段等の戦闘手段、ゲーム媒体のスキル情報、ゲーム媒体のアバタに関する情報、ゲーム媒体の属性、ゲーム媒体の希少度を示す指標等である。ゲーム媒体の希少
度を示す指標は、ノーマル、レア、スーパーレア、ウルトラレア等の階層により表されてもよい。本実施形態において、固有の情報は、ゲーム媒体が実行可能な複数の項目を含むものとして説明する。
The storage unit 11 also stores information unique to each character. The unique information includes a plurality of items that can be executed by the game content, combat power such as attack power and defense power of the game content, combat means such as attack means and defense means of the game content, skill information of the game content, game content Information about avatars, attributes of game contents, indexes indicating the rarity of game contents, and the like. The index indicating the rarity of the game medium may be represented by a hierarchy such as normal, rare, super rare, or ultra rare. In the present embodiment, the unique information will be described as including a plurality of items executable by the game content.

ゲーム媒体が実行可能な複数の項目は、プレイヤがゲームの進行に応じて選択可能な項目である。進行処理部17が、選択された項目に基づく処理を行うことにより、ゲームが進行する。複数の項目は、ゲームの進行に関する任意の項目とすることができるが、本実施形態では、キャラクタが実行可能なアクションであるとして説明する。プレイヤによりキャラクタのアクションが選択されると、進行処理部17は、選択されたアクションに基づいて、各種パラメータを変動させたり、端末装置30の表示部32に表示されるゲームに関する画面を変更したりする。 The plurality of items that can be executed by the game medium are items that the player can select according to the progress of the game. The game progresses by the progress processing unit 17 performing a process based on the selected item. The plurality of items can be arbitrary items related to the progress of the game, but in the present embodiment, the description will be given assuming that the actions can be performed by the character. When the action of the character is selected by the player, the progress processing unit 17 changes various parameters based on the selected action or changes the screen related to the game displayed on the display unit 32 of the terminal device 30. To do.

記憶部11は、図3に一例として模式的に示すように、キャラクタが実行可能なアクションを記憶する。実行可能なアクションはキャラクタごとに異なる。従って、図3のテーブルは、ゲームで使用されるキャラクタのうち、ある1つのキャラクタが実行可能なアクションを示すものである。本実施形態では、図3に示すように、アクションは、攻撃、補助及び回復の3つのカテゴリに分類される。各アクションは、アクションの性質に基づき、各カテゴリに分類される。アクションの性質は、例えばアクションが進行処理部17により処理されるといずれのパラメータを変動させるかという、アクションに固有の特徴である。攻撃カテゴリには、対戦相手のグループに所属するキャラクタの体力パラメータを変動させるアクションが含まれる。補助カテゴリには、キャラクタの戦闘力パラメータを変動させるアクションが含まれる。回復カテゴリには、同一のグループに所属するキャラクタの体力パラメータを変動させるアクションが含まれる。なお、各アクションは、プレイヤが任意に設定可能なカテゴリに分類されてもよい。 The storage unit 11 stores actions that the character can perform, as schematically shown in FIG. 3 as an example. The actions that can be performed differ for each character. Therefore, the table of FIG. 3 shows actions that can be executed by one of the characters used in the game. In this embodiment, as shown in FIG. 3, actions are classified into three categories: attack, assistance, and recovery. Each action is classified into each category based on the nature of the action. The nature of the action is a characteristic peculiar to the action, for example, which parameter is changed when the action is processed by the progress processing unit 17. The attack category includes actions for changing the physical strength parameters of the characters belonging to the opponent group. The auxiliary category includes actions for changing the combat strength parameter of the character. The recovery category includes actions for changing the physical strength parameters of characters belonging to the same group. The actions may be classified into categories that the player can arbitrarily set.

アクションは、各カテゴリにおいて、単数のキャラクタのパラメータに影響を与えるものか又は複数のキャラクタのパラメータに影響を与えるものかに分類される。それぞれのアクションにより、パラメータの増減量又は増減率等、パラメータを変動させる効果が異なる。アクションには、ゲーム開始時に使用回数が制限されるものがある。記憶部11は、図3に示すように、キャラクタが各アクションを使用できる残りの使用回数を記憶する。ただし、記憶部11は、使用回数が制限されていないアクションについては、残りの使用回数は記憶しない。このようなアクションの残りの使用回数は、図3では「−」と示している。また、各アクションには、実行するために必要な行動力パラメータの値が定められており、記憶部11は、各アクションの実行に必要な行動力も記憶する。各キャラクタは、行動力パラメータ値を消費してアクションを実行する。あるアクションを実行するための行動力パラメータ値が不足する場合、キャラクタはそのアクションを実行できない。一般に、効果の高いアクションほど、ゲーム開始時の残りの使用回数が少なく設定され、必要な行動力パラメータ値が高く設定される。効果の高いアクションとは、より大きくパラメータを増減しうるアクションである。 In each category, actions are classified into those that affect the parameters of a single character or those that affect the parameters of a plurality of characters. Depending on each action, the effect of changing the parameter, such as the amount of increase or decrease or the rate of increase or decrease of the parameter, differs. Some actions have a limited number of uses at the start of the game. As shown in FIG. 3, the storage unit 11 stores the remaining number of times the character can use each action. However, the storage unit 11 does not store the remaining number of times of use for actions whose number of times of use is not limited. The remaining number of times such actions are used is shown as "-" in FIG. Moreover, the value of the action force parameter required to execute is set for each action, and the storage unit 11 also stores the action force required to execute each action. Each character consumes the action power parameter value and executes an action. If the action parameter value for performing an action is insufficient, the character cannot perform the action. Generally, the more effective the action, the smaller the number of remaining uses at the start of the game is set, and the higher the required action power parameter value is set. A highly effective action is an action in which the parameter can be increased or decreased more greatly.

また、記憶部11は、ゲームが開始された後、ゲームが終了するまでに進行処理部17が行ったゲームの進行に関する処理の記録を記憶してもよい。
体力パラメータ管理部12は、各キャラクタ及び城の体力パラメータを管理する。体力パラメータ管理部12は、各キャラクタ及び城の体力パラメータを、図4に一例として模式的に示すテーブルとして管理する。図4に示すように、体力パラメータ管理部12のテーブルには、キャラクタA1からキャラクタA5、キャラクタB1からキャラクタB5、城A及び城Bと、それぞれに対応する体力パラメータとが記憶されている。プレイヤが攻撃カテゴリのアクションのいずれかを選択すると、進行処理部17は、選択されたアクションに基づき、体力パラメータ管理部12のテーブルに格納された体力パラメータを減少させる。キャラクタの体力パラメータが0以下になると、当該キャラクタは、ゲームに参
加できなくなる。
Further, the storage unit 11 may store a record of the process regarding the progress of the game performed by the progress processing unit 17 after the game starts and before the game ends.
The physical strength parameter management unit 12 manages physical strength parameters of each character and the castle. The physical strength parameter management unit 12 manages physical strength parameters of each character and the castle as a table schematically shown in FIG. 4 as an example. As shown in FIG. 4, the table of the physical strength parameter management unit 12 stores the characters A1 to A5, the characters B1 to B5, the castle A and the castle B, and the physical strength parameters corresponding to each. When the player selects one of the actions in the attack category, the progress processing unit 17 reduces the physical strength parameter stored in the table of the physical strength parameter management unit 12 based on the selected action. When the physical strength parameter of the character becomes 0 or less, the character cannot participate in the game.

戦闘力パラメータ管理部13は、各キャラクタの戦闘力に関するパラメータ(戦闘力パラメータ)を管理する。本実施形態における戦闘力パラメータは、攻撃力パラメータ及び防御力パラメータを含む。戦闘力パラメータ管理部13は、各キャラクタの攻撃力パラメータ及び防御力パラメータを、図5に一例として模式的に示すテーブルとして管理する。図5に示すように、戦闘力パラメータ管理部13のテーブルには、キャラクタA1からキャラクタA5及びキャラクタB1からキャラクタB5と、それぞれに対応する攻撃力パラメータ及び防御力パラメータとが記憶されている。プレイヤが補助カテゴリのアクションのいずれかを選択すると、進行処理部17は、選択されたアクションに基づき、戦闘力パラメータ管理部13のテーブルに格納された攻撃力パラメータ及び防御力パラメータを変動させる。また、プレイヤが攻撃カテゴリのアクションのいずれかを選択すると、進行処理部17は、選択されたアクションに基づき、戦闘力パラメータ管理部13のテーブルに格納された攻撃力パラメータ及び防御力パラメータを参照して、体力パラメータを減少させる大きさ(減少量)を決定する。 The combat strength parameter management unit 13 manages parameters (combat strength parameters) relating to the fighting strength of each character. The combat strength parameter in the present embodiment includes an attack strength parameter and a defense strength parameter. The combat power parameter management unit 13 manages the attack power parameter and the defense power parameter of each character as a table schematically shown in FIG. 5 as an example. As shown in FIG. 5, in the table of the combat strength parameter management unit 13, the characters A1 to A5 and the characters B1 to B5, and the attack power parameters and defense power parameters corresponding to the respective characters are stored. When the player selects one of the actions in the auxiliary category, the progress processing unit 17 changes the offensive power parameter and the defense power parameter stored in the table of the combat power parameter management unit 13 based on the selected action. When the player selects any of the actions in the attack category, the progress processing unit 17 refers to the attack power parameter and the defense power parameter stored in the table of the combat power parameter management unit 13 based on the selected action. Then, the size (reduction amount) for reducing the physical strength parameter is determined.

行動力パラメータ管理部14は、キャラクタがアクションを実行するために必要となる行動力に関するパラメータ(行動力パラメータ)を管理する。行動力パラメータ管理部14は、各キャラクタの行動力パラメータを、図6に一例として模式的に示すテーブルとして管理する。図6に示すように、行動力パラメータ管理部14のテーブルには、キャラクタA1からキャラクタA5及びキャラクタB1からキャラクタB5と、それぞれに対応する行動力パラメータとが記憶されている。各プレイヤは、キャラクタの行動力パラメータを消費してゲームを進行させる。行動力パラメータは、ゲームの進行及びアクションの実行等により増減する。例えば、プレイヤの選択に基づきキャラクタがアクションを実行すると、進行処理部17は、実行したアクションに必要な行動力パラメータ値分の行動力パラメータを減少させる。行動力パラメータの値が、あるアクションを実行するために必要な行動力パラメータ値を下回っている場合、プレイヤは、そのアクションを選択してキャラクタに実行させることができない。また、キャラクタの行動力パラメータは、所定の条件に基づき、進行処理部17により増加する。例えば、キャラクタの行動力パラメータは、キャラクタを操作するプレイヤが所属するグループの手番が開始するたびに(すなわち本実施形態では2分に1回)、増加される。行動力パラメータの増加量は、一定の割合又は一定値とすることができ、本実施形態では、1回あたりの行動力パラメータの増加量が50であるとする。また、行動力パラメータに上限を設けることができ、本実施形態では、上限は100であるとする。 The behavioral parameter management unit 14 manages a parameter (activity parameter) relating to the activity required for the character to perform an action. The behavioral power parameter management unit 14 manages the action power parameter of each character as a table schematically shown in FIG. 6 as an example. As shown in FIG. 6, the table of the action power parameter management unit 14 stores the character A1 to the character A5, the character B1 to the character B5, and the action power parameters corresponding to each. Each player consumes the action power parameter of the character and advances the game. The behavioral parameter increases or decreases according to the progress of the game and the execution of actions. For example, when the character performs an action based on the selection by the player, the progress processing unit 17 reduces the action power parameter corresponding to the action power parameter value necessary for the executed action. When the value of the behavioral parameter is lower than the value of the behavioral force parameter required to execute a certain action, the player cannot select the action and have the character execute the action. Further, the action parameter of the character is increased by the progress processing unit 17 based on a predetermined condition. For example, the action force parameter of the character is increased each time the turn of the group to which the player who operates the character belongs starts (that is, once every two minutes in this embodiment). The amount of increase in the behavioral power parameter can be a constant rate or a constant value, and in the present embodiment, the amount of increase in the behavioral power parameter per time is 50. An upper limit can be set for the action power parameter, and in the present embodiment, the upper limit is 100.

チャット管理部15は、本実施形態に係るゲームにおけるチャット機能を管理する。チャット管理部15には、ゲーム中に多用される可能性のある定型文及び/又は画像等が記憶されていてもよい。定型文は、例えば、同一のグループに所属するプレイヤに攻撃カテゴリのアクションを実行するように促す「攻撃してくれ!」、同一のグループに所属するプレイヤに補助カテゴリのアクションを実行するように促す「補助を頼む!」及び同一のグループに所属するプレイヤに対戦相手の代表ゲーム媒体を攻撃するように促す「城を狙え!」等である。チャット管理部15には、各プレイヤが予め端末装置30の入力部31を使用して入力した文章が、定型文として記憶されていてもよい。 The chat management unit 15 manages the chat function in the game according to this embodiment. The chat management unit 15 may store fixed phrases and/or images that may be frequently used during the game. The fixed phrase, for example, prompts players belonging to the same group to perform an action in the attack category, “attack me!”, and prompts players belonging to the same group to perform an action in the auxiliary category. "Ask for assistance!" and "Aim for the castle!", etc. that urge players belonging to the same group to attack the representative game medium of the opponent. The chat management unit 15 may store a sentence previously input by each player using the input unit 31 of the terminal device 30 as a fixed sentence.

制御部16は、情報処理装置10の各機能ブロックをはじめとして、情報処理装置10の全体を制御及び管理する。制御部16は、ゲームの制御手順を規定したプログラムを実行するCPU(Central Processing Unit)等のプロセッサで構成される。かかるプログラムは、記憶部11又は外部の記憶媒体に格納される。 The control unit 16 controls and manages the entire information processing apparatus 10 including each functional block of the information processing apparatus 10. The control unit 16 includes a processor such as a CPU (Central Processing Unit) that executes a program that defines a game control procedure. Such a program is stored in the storage unit 11 or an external storage medium.

進行処理部17は、本実施形態に係るゲームの進行に関する処理を行う。進行処理部1
7は、本実施形態に係るゲームに参加するプレイヤの数が所定数以上となった場合、すなわち、記憶部11に記憶されたプレイヤ(又はプレイヤに1対1に対応するキャラクタ)の数が所定数以上となった場合、ゲームの進行処理を開始する。進行処理部17は、ゲームに参加するプレイヤの数が所定数未満であっても、例えば制御部16が自動的に操作するプレイヤをゲームに参加させることにより、ゲームの進行処理を開始してもよい。また、進行処理部17は、端末装置30の入力部31を介したプレイヤからの入力操作に基づき、フィールド上におけるキャラクタを移動させる。また、進行処理部17は、端末装置30の入力部31を介したプレイヤによるアクションの選択に基づく処理を行う。具体的には、進行処理部17は、実行させたアクションに基づいて、体力パラメータ管理部12、戦闘力パラメータ管理部13及び行動力パラメータ管理部14のテーブルのパラメータを増減させる。また、進行処理部17は、所定のゲーム時間及び各グループの手番の時間を管理する。
The progress processing unit 17 performs a process relating to the progress of the game according to this embodiment. Progress processing unit 1
7 is predetermined when the number of players participating in the game according to the present embodiment is equal to or more than a predetermined number, that is, the number of players (or a character corresponding to the player on a one-to-one basis) stored in the storage unit 11 is predetermined. If the number is exceeded, the game progress process is started. Even if the number of players participating in the game is less than a predetermined number, the progress processing unit 17 starts the game progress process by, for example, causing a player who is automatically operated by the control unit 16 to participate in the game. Good. Further, the progress processing unit 17 moves the character on the field based on the input operation from the player via the input unit 31 of the terminal device 30. Further, the progress processing unit 17 performs a process based on an action selected by the player via the input unit 31 of the terminal device 30. Specifically, the progress processing unit 17 increases or decreases the parameters in the tables of the physical strength parameter management unit 12, the combat strength parameter management unit 13, and the behavioral power parameter management unit 14 based on the executed action. Further, the progress processing section 17 manages a predetermined game time and a turn time of each group.

進行処理部17は、ゲームの勝者を決定する。本実施形態に係るゲームにおいて、進行処理部17は、一方の代表ゲーム媒体の体力パラメータが「0」となった場合、当該体力パラメータが「0」となった代表ゲーム媒体のグループとは異なるもう一方のグループを、勝者として決定する。進行処理部17は、所定のゲーム時間が終了したときに、いずれのグループの代表ゲーム媒体の体力パラメータとも「0」より大きい場合には、残っている体力パラメータの値が大きい代表ゲーム媒体に対応付けられたグループを、勝者として決定する。 The progress processing unit 17 determines the winner of the game. In the game according to the present embodiment, when the physical strength parameter of one of the representative game contents is “0”, the progress processing unit 17 is different from the group of representative game contents whose physical strength parameter is “0”. One group is decided as the winner. If the physical strength parameters of the representative game contents of any of the groups are larger than “0” at the end of the predetermined game time, the progress processing unit 17 corresponds to the representative game contents having a large remaining physical strength parameter value. The attached group is determined as the winner.

画面生成部18は、ゲームに関する情報を含むゲーム画面を表示させるための情報(以下、「ゲーム画面」ともいう。)を生成する。図7は、画面生成部18により生成されるゲームのゲーム画面の一例を模式的に示す図である。ゲーム画面50には、第1領域51、第2領域52、フィールド表示領域53、タブ表示領域54及びパラメータ表示領域55が含まれる。第2領域52は、ゲーム画面における特定の位置に配置され、本実施形態では、図7に示すように、ゲームの進行に関する情報を表示するフィールド表示領域53と、第1領域51との間に表示される。 The screen generator 18 generates information (hereinafter, also referred to as “game screen”) for displaying a game screen including information about the game. FIG. 7 is a diagram schematically showing an example of the game screen of the game generated by the screen generation unit 18. The game screen 50 includes a first area 51, a second area 52, a field display area 53, a tab display area 54, and a parameter display area 55. The second area 52 is arranged at a specific position on the game screen, and in the present embodiment, as shown in FIG. 7, between the field display area 53 for displaying information on the progress of the game and the first area 51. Is displayed.

タブ表示領域54には、攻撃、回復及び補助というアクションの3つのカテゴリをそれぞれ示す3つのタブと、チャット機能を示す1つのタブとが表示される。第1領域51には、プレイヤが選択したタブに関する項目が、カテゴリごとにタブ形式で選択可能に表示される。図7では、攻撃タブ61が選択された状態であるため、第1領域51には、攻撃のカテゴリに含まれる複数のアクション(項目)が、選択可能に表示されている。第2領域52には、キャラクタが実行可能なアクションから抽出された特定のアクションが選択可能に表示される。好適には、第2領域52には、選択されたタブに含まれるアクションから抽出された特定のアクションが、選択可能に表示される。すなわち、第2領域52には、第1領域51の複数のアクションのうち、抽出部19により抽出された特定のアクションが、選択可能に表示される。図7では、攻撃のカテゴリに含まれる複数のアクションのうち、1つのアクション「単数特殊攻撃2」が抽出された結果、ゲーム画面50に生成された状態となっている。抽出部19による抽出処理の詳細については後述する。なお、第1領域51及び第2領域52には、各アクションに対応付けて、各アクションの残りの使用回数及び必要な行動力パラメータ値を表示してもよい。 In the tab display area 54, three tabs each showing three categories of actions of attack, recovery, and assistance, and one tab showing a chat function are displayed. In the first area 51, items related to the tab selected by the player are displayed in a tab format for each category. In FIG. 7, since the attack tab 61 is selected, a plurality of actions (items) included in the attack category are selectably displayed in the first area 51. In the second area 52, a specific action extracted from the actions that the character can perform is displayed in a selectable manner. Preferably, in the second area 52, a specific action extracted from the actions included in the selected tab is selectably displayed. That is, in the second area 52, of the plurality of actions in the first area 51, the specific action extracted by the extraction unit 19 is displayed in a selectable manner. In FIG. 7, one action “single special attack 2” is extracted from a plurality of actions included in the attack category, and as a result, it is in a state of being generated on the game screen 50. Details of the extraction processing by the extraction unit 19 will be described later. In the first area 51 and the second area 52, the remaining number of times of use of each action and the necessary action power parameter value may be displayed in association with each action.

フィールド表示領域53には、ゲームの進行に関する情報が表示される。フィールド表示領域53には、例えばゲームを行うフィールドと、フィールド上に配置されゲームに使用される複数のキャラクタ及び代表ゲーム媒体(城)とが表示される。図7では、フィールドは縦5マス×横8マスであるが、フィールドの形状及びマス数は、これに限られない。 In the field display area 53, information regarding the progress of the game is displayed. In the field display area 53, for example, a field for playing a game, a plurality of characters arranged on the field and used for the game, and a representative game medium (castle) are displayed. In FIG. 7, the field is 5 vertical cells×8 horizontal cells, but the shape of the field and the number of cells are not limited to this.

パラメータ表示領域55には、各種パラメータに関する情報が表示される。図7では、プレイヤが操作するキャラクタの行動力パラメータ及び体力パラメータのみが表示されているが、パラメータ表示領域55に表示されるパラメータに関する情報は、これに限られない。パラメータ表示領域55には、プレイヤが操作する戦闘力パラメータに関する情報が表示されてもよく、代表ゲーム媒体又は自ら操作しない他のキャラクタの各種パラメータに関する情報が表示されてもよい。また、パラメータは、棒状等のインジケータにより表示されてもよく、数値として表示されてもよく、図7に示すように、棒状のインジケータ及び数値の双方で表示されてもよい。 Information about various parameters is displayed in the parameter display area 55. In FIG. 7, only the action strength parameter and the physical strength parameter of the character operated by the player are displayed, but the information regarding the parameters displayed in the parameter display area 55 is not limited to this. The parameter display area 55 may display information regarding the combat strength parameter operated by the player, or information regarding various parameters of the representative game medium or other characters not operated by the player. Further, the parameter may be displayed by a bar-shaped indicator or the like, or may be displayed as a numerical value, or may be displayed by both a bar-shaped indicator and a numerical value as shown in FIG. 7.

端末装置30の表示部32には、ゲームの画面が表示されるが、表示部32の大きさによっては、ゲーム画面50の全てを表示部32に表示することはできない。その場合、表示部32には、ゲーム画面50の一部が表示される。図7の点線56で囲った範囲は、表示部32に表示される画面の範囲の一例を示すものであり、特にファーストビューを示すものである。ファーストビュー56には、フィールド表示領域53の全体と、第2領域52とが表示されるが、第1領域51はその一部のみが表示される。プレイヤは、ファーストビュー56に表示されないアクション(図7では、単数特殊攻撃2乃至n及び複数特殊攻撃2乃至n)を選択するためには、表示部32に表示される画面(表示画面)をフリック又はスワイプ操作等を行うことにより、選択を希望するアクションを表示させてから選択する操作を行うことが必要となる。ただし、図7のように、第2領域52に抽出されたアクションについては、ファーストビュー56に含まれるため、プレイヤは、フリック又はスワイプ操作等を行うことなくアクションを選択可能である。 The screen of the game is displayed on the display unit 32 of the terminal device 30, but depending on the size of the display unit 32, it is not possible to display the entire game screen 50 on the display unit 32. In that case, a part of the game screen 50 is displayed on the display unit 32. The range surrounded by the dotted line 56 in FIG. 7 shows an example of the range of the screen displayed on the display unit 32, and particularly shows the first view. In the first view 56, the entire field display area 53 and the second area 52 are displayed, but only a part of the first area 51 is displayed. The player flicks the screen (display screen) displayed on the display unit 32 in order to select an action (single special attack 2 to n and plural special attack 2 to n in FIG. 7) that is not displayed in the first view 56. Alternatively, by performing a swipe operation or the like, it is necessary to display the action desired to be selected and then perform the operation of selecting. However, as shown in FIG. 7, since the action extracted in the second area 52 is included in the first view 56, the player can select the action without performing a flick or a swipe operation.

抽出部19は、第1領域51に選択可能に表示される複数の項目のうち、第2領域52に選択可能に表示させる特定の項目を抽出する。本実施形態における抽出部19が行う抽出処理の詳細は後述する。 The extraction unit 19 extracts, from the plurality of items selectably displayed in the first area 51, specific items to be selectably displayed in the second area 52. Details of the extraction processing performed by the extraction unit 19 in this embodiment will be described later.

通信部20は、ゲームの各プレイヤが使用する端末装置30と有線通信又は無線通信を行うことにより、ゲームに使用されるデータの送受信を行う。
端末装置30は、入力部31と、表示部32と、制御部33と、通信部34とを備える。端末装置30は、ゲームを実行可能な専用の装置であってもよい。また、端末装置30は、携帯電話機又はタブレット端末等の電子機器(情報処理装置)を用いて構成してもよい。
The communication unit 20 transmits/receives data used in the game by performing wired communication or wireless communication with the terminal device 30 used by each player of the game.
The terminal device 30 includes an input unit 31, a display unit 32, a control unit 33, and a communication unit 34. The terminal device 30 may be a dedicated device capable of executing a game. Further, the terminal device 30 may be configured using an electronic device (information processing device) such as a mobile phone or a tablet terminal.

入力部31は、プレイヤからの操作入力を受け付ける。入力部31は、操作ボタン(操作キー)から構成されていてもよい。端末装置30がタッチパネルを有する場合には、タッチパネルが、プレイヤの指及びスタイラスペン等の接触を検出して操作入力を受け付けることにより、入力部31として機能する。 The input unit 31 receives an operation input from the player. The input unit 31 may include operation buttons (operation keys). When the terminal device 30 has a touch panel, the touch panel functions as the input unit 31 by detecting the contact of the player's finger and the stylus pen and accepting the operation input.

表示部32は、液晶ディスプレイ、有機ELディスプレイ、又は無機ELディスプレイ等の表示デバイスである。表示部32は、ゲームの進行状態に応じて、情報処理装置10から受信したゲームに関する各種情報を表示する。 The display unit 32 is a display device such as a liquid crystal display, an organic EL display, or an inorganic EL display. The display unit 32 displays various kinds of information regarding the game received from the information processing device 10 according to the progress state of the game.

制御部33は、端末装置30の各機能ブロックをはじめとして、端末装置30の全体を制御及び管理するプロセッサである。
通信部34は、ゲームを実行する情報処理装置10と有線通信又は無線通信を行うことにより、ゲームに使用されるデータの送受信を行う。
The control unit 33 is a processor that controls and manages the entire terminal device 30 including each functional block of the terminal device 30.
The communication unit 34 transmits and receives data used for the game by performing wired communication or wireless communication with the information processing device 10 that executes the game.

次に、抽出部19が行う抽出処理の一例について説明する。抽出部19は、ゲームの対戦状況に基づいて、キャラクタが実行可能なアクションのうち、表示画面の第2領域52に表示する特定のアクションを抽出する。好適には、抽出部19は、プレイヤにより選択
されたタブに含まれるアクションから特定のアクションを抽出する。本実施形態において、抽出部19は、それぞれのカテゴリ(タブ)において、ゲーム開始後、既にアクションが選択されている場合、最後にプレイヤにより選択されたアクションを、表示画面の第2領域52に表示するアクションとして抽出する。ただし、当該アクションの残りの使用回数が0回であったり、当該アクションを実行するために必要な行動力パラメータが不足したりする場合、プレイヤは当該アクションを選択できない。このような場合には、抽出部19は、それぞれのカテゴリにおいて、他のアクション、例えば予め決定されている基本アクションを、表示画面の第2領域52に表示するアクションとして抽出する。基本アクションは、各カテゴリにおいて、所定の基準に基づき1つずつ決定されるアクションであり、本実施形態では、使用回数が制限されていないアクションである。使用回数が制限されていないアクションがカテゴリ内に複数ある場合、基本アクションは、進行処理部17により該当する複数のアクションから1つが選択される。基本アクションは、プレイヤの入力部31への入力により、プレイヤの選択に基づいて予め決定されていてもよい。抽出部19は、このように各アクションに基づく処理を実行可能であるか否かを判定し、実行可能であると判定したアクションから、第2領域52に表示するアクションを抽出する。このようにして、抽出部19は、ゲームの対戦状況に応じて実行可能なアクションを抽出する。
Next, an example of the extraction process performed by the extraction unit 19 will be described. The extraction unit 19 extracts a specific action to be displayed in the second area 52 of the display screen from among the actions that can be performed by the character, based on the competition situation of the game. Suitably, the extraction part 19 extracts a specific action from the actions included in the tab selected by the player. In the present embodiment, the extraction unit 19 displays the last action selected by the player in the second area 52 of the display screen in each category (tab) when the action has already been selected after the game starts. Extract as an action. However, if the remaining number of times the action is used is 0, or if the action power parameter necessary to execute the action is insufficient, the player cannot select the action. In such a case, the extraction unit 19 extracts another action in each category, for example, a predetermined basic action as an action to be displayed in the second area 52 of the display screen. The basic actions are actions that are determined one by one in each category based on predetermined criteria, and in the present embodiment, the number of times of use is not limited. When there are a plurality of actions in which the number of times of use is not limited, one of the plurality of corresponding actions is selected as the basic action by the progress processing unit 17. The basic action may be determined in advance based on the player's selection by the input to the input unit 31 by the player. The extraction unit 19 determines whether or not the process based on each action can be executed in this way, and extracts the action to be displayed in the second area 52 from the actions that are determined to be executable. In this way, the extraction unit 19 extracts actions that can be executed according to the competition situation of the game.

一方、ゲーム開始後、それぞれのカテゴリにおいて、ゲーム開始後に未だアクションが選択されていない場合、抽出部19は、それぞれのカテゴリにおいて、基本アクションを表示画面の第2領域52に表示するアクションとして抽出する。 On the other hand, when the action has not been selected in each category after the game starts after the game starts, the extraction unit 19 extracts the basic action in each category as the action to be displayed in the second area 52 of the display screen. ..

攻撃カテゴリを例に、抽出部19の処理についてさらに説明する。攻撃カテゴリにおいて、基本アクションは「単数通常攻撃」と予め決定されている。ゲーム開始後、プレイヤが未だ攻撃カテゴリに属するアクションを選択していない場合、抽出部19は、基本アクションである「単数通常攻撃」を抽出する。その後、ゲームの進行によりプレイヤが攻撃カテゴリに属するアクションを選択したとする。ある時点で、最後にプレイヤにより選択されたアクションが「単数特殊攻撃1」である場合、抽出部19は「単数特殊攻撃1」を抽出する。抽出されたアクションは、表示画面のタブ表示領域54において「攻撃」タブが選択されているとき、第2領域52に表示される。補助及び回復のカテゴリに属するアクションについても、同様の処理が行われる。 The process of the extraction unit 19 will be further described by taking the attack category as an example. In the attack category, the basic action is predetermined to be "single normal attack". If the player has not yet selected an action belonging to the attack category after starting the game, the extraction unit 19 extracts the basic action "single normal attack". After that, it is assumed that the player selects an action belonging to the attack category as the game progresses. When the action finally selected by the player at a certain time point is “single special attack 1”, the extraction unit 19 extracts “single special attack 1”. The extracted action is displayed in the second area 52 when the “attack” tab is selected in the tab display area 54 of the display screen. Similar processing is performed for the actions belonging to the assistance and recovery categories.

また、抽出部19は、プレイヤの操作により選択されたタブが変更された場合、変更されたタブのカテゴリに含まれる複数の項目から、新たに特定の項目を抽出する。例えば、「攻撃」タブが選択された状態から、「補助」タブが新たに選択された場合、抽出部19は、補助カテゴリに含まれる複数の項目から、特定の項目を新たに抽出しなおす。 In addition, when the tab selected by the player's operation is changed, the extraction unit 19 newly extracts a specific item from a plurality of items included in the category of the changed tab. For example, when the “attack” tab is selected and the “auxiliary” tab is newly selected, the extraction unit 19 newly extracts a specific item from a plurality of items included in the auxiliary category.

図8は、抽出部19が行う抽出処理の一例を示すフローチャートである。抽出部19は、ゲームが行われている間、攻撃、エール及び回復のいずれかのタブが選択された状態である場合、図8に示すフローを繰り返す。 FIG. 8 is a flowchart showing an example of the extraction process performed by the extraction unit 19. The extracting unit 19 repeats the flow shown in FIG. 8 when any of the tabs of attack, ale, and recovery is selected during the game.

まず、抽出部19は、選択されたタブのカテゴリにおいて、ゲーム開始後にいずれかのアクションがプレイヤにより選択されたか否かを判断する(ステップS101)。この判断は、例えば記憶部11に記憶された進行処理部17が行った処理の記録を参照して行われる。 First, the extraction unit 19 determines whether or not any action has been selected by the player after the game starts in the category of the selected tab (step S101). This determination is made, for example, by referring to the record of the process performed by the progress processing unit 17 stored in the storage unit 11.

抽出部19は、選択されたタブのカテゴリにおいて、ゲーム開始後に未だアクションが一度も選択されていないと判断した場合(ステップS101のNo)、基本アクションを、表示画面の第2領域52に表示するアクションとして抽出する(ステップS106)。そして、抽出部19はこのフローを終了する。 When the extraction unit 19 determines that no action has been selected in the category of the selected tab after starting the game (No in step S101), the basic action is displayed in the second area 52 of the display screen. It is extracted as an action (step S106). Then, the extraction unit 19 ends this flow.

一方、抽出部19は、選択されたタブのカテゴリにおいて、ゲームが開始されてから、いずれかのアクションがプレイヤにより選択されたと判断した場合(ステップS101のYes)、記憶部11を参照して、当該選択されたタブにおいて最後に選択されたアクションに関する情報を取得する(ステップS102)。 On the other hand, when the extraction unit 19 determines that any action has been selected by the player since the game was started in the category of the selected tab (Yes in step S101), the extraction unit 19 refers to the storage unit 11, Information regarding the action selected last in the selected tab is acquired (step S102).

そして、抽出部19は、例えば図3に示すような記憶部11内のテーブルを参照して、情報を取得したアクションの残りの使用回数が0であるか否かを判断する(ステップS103)。 Then, the extraction unit 19 refers to a table in the storage unit 11 as shown in FIG. 3, for example, and determines whether or not the number of remaining uses of the action for which the information is acquired is 0 (step S103).

抽出部19は、情報を取得したアクションの残りの使用回数が0であると判断した場合(ステップS103のYes)、基本アクションを、表示画面の第2領域52に表示するアクションとして抽出する(ステップS106)。そして、抽出部19はこのフローを終了する。 When the extraction unit 19 determines that the number of remaining uses of the action for which information has been acquired is 0 (Yes in step S103), the basic action is extracted as an action to be displayed in the second area 52 of the display screen (step S103). S106). Then, the extraction unit 19 ends this flow.

一方、抽出部19は、情報を取得したアクションの残りの使用回数が0でない(すなわち1以上である)と判断した場合(ステップS103のNo)、例えば図6に示すような行動力パラメータ管理部14のテーブルを参照して、キャラクタの行動力パラメータが、情報を取得したアクションを実行するために必要な行動力パラメータ以上であるか否かを判断する(ステップS104)。 On the other hand, when the extraction unit 19 determines that the number of remaining uses of the action for which information has been acquired is not 0 (that is, 1 or more) (No in step S103), the action power parameter management unit as illustrated in FIG. 6, for example. With reference to the table of 14, it is determined whether or not the action force parameter of the character is greater than or equal to the action force parameter required to execute the action for which information was acquired (step S104).

抽出部19は、キャラクタの行動力パラメータが、情報を取得したアクションを実行するために必要な行動力パラメータ未満であると判断した場合(ステップS104のNo)、基本アクションを、表示画面の第2領域52に表示するアクションとして抽出する(ステップS106)。そして、抽出部19はこのフローを終了する。 When the extraction unit 19 determines that the action force parameter of the character is less than the action force parameter necessary to execute the action for which the information is acquired (No in step S104), the basic action is set to the second on the display screen. It is extracted as an action to be displayed in the area 52 (step S106). Then, the extraction unit 19 ends this flow.

一方、抽出部19は、キャラクタの行動力パラメータが、情報を取得したアクションを実行するために必要な行動力パラメータ以上であると判断した場合(ステップS104のYes)、情報を取得したアクションを、表示画面の第2領域52に表示するアクションとして抽出する(ステップS105)。 On the other hand, when the extraction unit 19 determines that the action force parameter of the character is equal to or more than the action force parameter necessary to execute the action for which the information is acquired (Yes in step S104), the action for which the information is acquired is It is extracted as an action to be displayed in the second area 52 of the display screen (step S105).

このようにして抽出部19は、表示画面の第2領域52に表示するアクションを抽出する。抽出されたアクションは、画面生成部18が表示画面を生成する際に使用される。
次に、本実施形態に係る情報処理装置10で実行されるゲームの詳細について説明する。ここでは、あるプレイヤA1の表示部32に表示される画面を示す図9乃至図15を参照しながら、ゲームについて説明する。プレイヤA1は、グループAに所属しているとする。
In this way, the extraction unit 19 extracts the action displayed in the second area 52 of the display screen. The extracted action is used when the screen generator 18 generates a display screen.
Next, details of the game executed by the information processing apparatus 10 according to the present embodiment will be described. Here, the game will be described with reference to FIGS. 9 to 15 showing screens displayed on the display unit 32 of a certain player A1. It is assumed that the player A1 belongs to the group A.

図9は、ゲーム開始時の表示画面である。グループA及びグループBに所属する各キャラクタは、それぞれフィールドの左端及び右端のマスに整列される。各キャラクタ及び各代表ゲーム媒体は、画面生成部18により、それぞれが所属するグループが区別可能に表示される。例えば、各キャラクタ及び代表ゲーム媒体は、白及び黒等の色彩、ロボット型及び人間型等の形状、又は左右等の方向等により、区別可能に表示される。また、各キャラクタ及び代表ゲーム媒体は、紋章や旗印等の標識が付された状態で表示されることにより、グループが区別可能となっていてもよい。本実施形態では、方向によりグループが区別されるものとする。 FIG. 9 shows a display screen at the start of the game. The characters belonging to group A and group B are aligned in the leftmost and rightmost squares of the field, respectively. The group to which each character and each representative game content belongs is displayed by the screen generation unit 18 in a distinguishable manner. For example, each character and the representative game medium are displayed in a distinguishable manner by colors such as white and black, shapes such as robot type and human type, and directions such as left and right. In addition, each character and the representative game medium may be displayed in a state in which markers such as a coat of arms and a flag are attached, so that groups can be distinguished. In this embodiment, it is assumed that the groups are distinguished by the direction.

また、各プレイヤが操作するキャラクタは、画面生成部18の制御により、各プレイヤの端末装置30の表示部32に表示される表示画面上において、他のキャラクタと区別可能に表示されてもよい。プレイヤが操作するキャラクタは、例えば、他のキャラクタより
大きく表示されたり、キャラクタが位置するマスを点滅又は強調したりすることにより、区別可能に表示される。本実施形態では、図9のフィールドの左上のますにしめすように、プレイヤA1が操作するキャラクタA1が位置するマスを太枠で囲うことにより区別可能に表示されるものとして説明する。
Further, the character operated by each player may be displayed under the control of the screen generation unit 18 so as to be distinguishable from other characters on the display screen displayed on the display unit 32 of the terminal device 30 of each player. The character operated by the player is displayed in a distinguishable manner, for example, by being displayed larger than the other characters or by blinking or emphasizing the square in which the character is located. In the present embodiment, it is assumed that the cells in which the character A1 operated by the player A1 is surrounded by a thick frame are displayed in a distinguishable manner, as shown in the upper left corner of the field in FIG.

ゲーム開始時には、画面生成部18により、自動的に攻撃タブ61が選択された状態となる。ゲーム開始時においては、未だプレイヤはいずれのアクションも選択していないため、第2領域52には、抽出部19による抽出により、攻撃カテゴリの基本アクションである「単数通常攻撃」が表示されている。 At the start of the game, the attack tab 61 is automatically selected by the screen generation unit 18. At the start of the game, since the player has not selected any action yet, the second area 52 displays “single normal attack”, which is the basic action of the attack category, as extracted by the extraction unit 19. ..

グループAの手番の1分間に、プレイヤA1は、キャラクタA1を1回移動させることができる。キャラクタA1を移動させる場合、プレイヤA1は、フィールドにおいてキャラクタA1が位置するマスをタップする。プレイヤA1のタップ操作に基づき、画面生成部18は、キャラクタA1が移動可能なマスをフィールドに表示させる。画面生成部18は、例えば、記憶部11に記憶されたキャラクタA1が移動可能な範囲に基づいて、移動可能なマスをフィールドに表示させる。移動可能なマスは、マスの点滅又は強調等、プレイヤA1が認識可能な種々の方法で表示される。本実施形態では、図10に示すように、移動可能なマスが網掛けにより表示される。プレイヤA1は、表示された移動可能なマスのうち、キャラクタA1を移動させるマスを選択することにより、キャラクタA1を移動させることができる。 The player A1 can move the character A1 once in one minute of the turn of the group A. When moving the character A1, the player A1 taps the square in which the character A1 is located in the field. Based on the tap operation by the player A1, the screen generation unit 18 causes the field in which the character A1 can move to be displayed. The screen generation unit 18 displays the movable squares in the field, for example, based on the movable range of the character A1 stored in the storage unit 11. The movable squares are displayed by various methods that the player A1 can recognize, such as blinking or emphasis of the squares. In this embodiment, as shown in FIG. 10, movable squares are displayed in a shaded manner. The player A1 can move the character A1 by selecting a square to which the character A1 is moved from the displayed movable squares.

プレイヤA1は、グループA及びグループBのいずれの手番であるか否かに係らず、第1領域51又は第2領域52のアクションを選択することにより、キャラクタA1にアクションを実行させることができる。図11は、ゲームの進行途中における表示画像の一例である。図11では、プレイヤA1が攻撃カテゴリにおいて最後に選択したアクション「単数特殊攻撃2」が、抽出部19により抽出され、第2領域52に表示されている。プレイヤA1は、キャラクタA1の行動力パラメータが減少して「単数特殊攻撃2」を実行するために必要な行動力パラメータ値を下回るか、「単数特殊攻撃2」の残りの使用回数が0回になるまで、繰り返し「単数特殊攻撃2」を選択できる。プレイヤA1が最後に「単数特殊攻撃2」を選択しているため、プレイヤA1は、図11に示すゲームの局面において「単数特殊攻撃2」が有効なアクションであると考えていることが予想される。従って、プレイヤA1は、「単数特殊攻撃2」を選択できなくなるまで、繰り返し選択する可能性が高い。ここで、プレイヤA1が第1領域51から「単数特殊攻撃2」を選択する場合、第1領域51のうち表示画面に表示されている部分には、画面の大きさの制限により「単数特殊攻撃2」のアクションが表示されていないため、表示画面をフリック又はスワイプして、「単数特殊攻撃2」のアクションを表示させる必要がある。しかし、本実施形態においては、ファーストビュー内に表示される第2領域52に、最後に選択したアクション「単数特殊攻撃2」が選択可能に表示される。そのため、プレイヤA1は、表示画面のフリック又はスワイプにより繰り返し使用したいアクションを表示させるという操作を行うことなく、同一のアクション「単数特殊攻撃2」を選択できる。特に、本実施形態のようにリアルタイムで対戦を行うゲームにおいては、一般に、プレイヤは迅速にアクションを行いたいと考える。そのため、情報処理装置10は、アクションを選択するまでの操作を簡略化することにより、プレイヤのフリック又はスワイプ操作の手間を省くことができ、迅速にアクションを選択したいという要望を満たしやすくなる。なお、プレイヤは、第2領域52に表示されたアクション以外のアクションの選択を希望する場合には、第1領域51から他のアクションの選択を選択できる。 The player A1 can cause the character A1 to perform an action by selecting an action in the first area 51 or the second area 52 regardless of whether it is the turn of the group A or the group B. .. FIG. 11 is an example of a display image during the progress of the game. In FIG. 11, the action “single special attack 2” selected last by the player A1 in the attack category is extracted by the extraction unit 19 and displayed in the second area 52. The player A1 decreases the action power parameter of the character A1 and falls below the action power parameter value necessary to execute the "single special attack 2", or the remaining number of times of use of the "single special attack 2" is 0. Until this happens, you can repeatedly select "single special attack 2". Since the player A1 has finally selected the "single special attack 2", the player A1 is expected to think that the "single special attack 2" is an effective action in the situation of the game shown in FIG. It Therefore, the player A1 has a high possibility of repeatedly selecting “single special attack 2” until he cannot select it. Here, when the player A1 selects the "single special attack 2" from the first area 51, the portion of the first area 51 displayed on the display screen is "single special attack 2" due to the screen size limitation. Since the action "2" is not displayed, it is necessary to flick or swipe the display screen to display the action "single special attack 2". However, in the present embodiment, the last selected action “single special attack 2” is selectably displayed in the second area 52 displayed in the first view. Therefore, the player A1 can select the same action “single special attack 2” without performing the operation of displaying the action to be repeatedly used by flicking or swiping the display screen. In particular, in a game in which a battle is performed in real time as in this embodiment, the player generally wants to take an action quickly. Therefore, the information processing apparatus 10 can save the player's trouble of flicking or swiping operation by simplifying the operation until the action is selected, and can easily satisfy the desire to quickly select the action. If the player desires to select an action other than the action displayed in the second area 52, he/she can select another action from the first area 51.

プレイヤA1が、攻撃カテゴリに含まれるアクションを選択した場合、進行処理部17は、キャラクタA1の周囲(例えば上下左右)のマスに位置する、グループBに所属するいずれかのキャラクタの体力パラメータを減少させる。図11では、キャラクタA1の右
隣のマスにグループBに所属するキャラクタがあるため、進行処理部17は、キャラクタA1の攻撃力パラメータと、当該グループBに所属するキャラクタの防御力パラメータとに基づき、プレイヤA1が選択した単数特殊攻撃2による効果を参照して、体力パラメータを減少させる。
When the player A1 selects an action included in the attack category, the progress processing unit 17 reduces the physical strength parameter of any character belonging to the group B, which is located in a square around the character A1 (for example, vertically and horizontally). Let In FIG. 11, since there is a character belonging to the group B in the square to the right of the character A1, the progress processing unit 17 determines the attack power parameter of the character A1 and the defense power parameter of the character belonging to the group B. The physical strength parameter is reduced by referring to the effect of the single special attack 2 selected by the player A1.

プレイヤA1が、「単数特殊攻撃2」のアクションを繰り返し選択することにより、キャラクタA1の行動力パラメータが、「単数特殊攻撃2」を実行するために必要な行動力パラメータ値を下回った場合、又は「単数特殊攻撃2」の残りの使用回数が0回になった場合、抽出部19は、図8のフローに従って、基本アクションである「単数通常攻撃」を抽出する。そのため、プレイヤA1が最後に選択したアクションが「単数特殊攻撃2」であっても、第2領域52には、図12に示すように、「単数通常攻撃」が表示される。 When the player A1 repeatedly selects the action of "single special attack 2", so that the action parameter of the character A1 is below the action parameter value required to execute the "single special attack 2", or When the remaining number of times of use of the "single special attack 2" becomes 0, the extraction unit 19 extracts the basic action "single normal attack" according to the flow of FIG. Therefore, even if the action selected last by the player A1 is "single special attack 2", "single normal attack" is displayed in the second area 52 as shown in FIG.

キャラクタA1の周囲に、グループBに所属するキャラクタが複数位置する場合であって、プレイヤA1が、単数に影響を与える攻撃カテゴリに含まれるアクションを選択した場合、進行処理部17は、例えば、キャラクタA1の周囲に位置するグループBに所属するキャラクタのいずれか1つを自動的に又はプレイヤA1の入力に基づいて選択し、選択したキャラクタの体力パラメータを減少させる。 When a plurality of characters belonging to the group B are located around the character A1 and the player A1 selects an action included in the attack category that affects the singular, the progress processing unit 17 determines, for example, the character Any one of the characters belonging to the group B located around A1 is selected automatically or based on the input of the player A1, and the physical strength parameter of the selected character is decreased.

キャラクタA1の周囲に、グループBに所属するキャラクタが複数位置するときに、攻撃カテゴリにおいて複数に影響を与えるアクション(例えば「複数通常攻撃」)を選択すると、進行処理部17は、キャラクタA1の周囲に位置するグループBに所属する複数のキャラクタの体力パラメータを減少させる。 When a plurality of characters belonging to the group B are located around the character A1 and an action that affects a plurality of attack categories (for example, “plural normal attack”) is selected, the progress processing unit 17 causes the progress processing unit 17 to surround the character A1. The physical strength parameters of the plurality of characters belonging to the group B located at are reduced.

次に、図13を参照すると、図13には、プレイヤA1が、補助タブ62をタップにより選択した場合の表示画面が示されている。プレイヤA1が補助タブ62を選択すると、第1領域51には、補助カテゴリに含まれるアクションの一覧が表示される。また、第2領域52には、抽出部19が補助カテゴリに含まれるアクションから抽出した特定のアクションが表示される。すなわち、プレイヤにより選択されるタブに連動して、第2領域52に表示されるアクションが変化する。図13に示す例では、プレイヤA1が補助カテゴリに含まれるアクションのうち最後に選択した「単数特殊補助3」が表示されている。プレイヤA1の行動力パラメータが、「単数特殊補助3」を実行するために必要な行動力パラメータ値を下回ると、第2領域52には、基本アクションである「単数通常補助」が表示される。 Next, referring to FIG. 13, FIG. 13 shows a display screen when the player A1 selects the auxiliary tab 62 by tapping. When the player A1 selects the auxiliary tab 62, a list of actions included in the auxiliary category is displayed in the first area 51. Further, in the second area 52, a specific action extracted from the actions included in the auxiliary category by the extraction unit 19 is displayed. That is, the action displayed in the second area 52 changes in association with the tab selected by the player. In the example shown in FIG. 13, the “single special assistance 3” selected lastly among the actions included in the assistance category by the player A1 is displayed. When the action power parameter of the player A1 falls below the action power parameter value necessary to execute the "single special assistance 3", the basic action "single normal assistance" is displayed in the second area 52.

プレイヤA1は、第2領域52に表示された「単数特殊補助3」を選択することもでき、第1領域51に表示された他のアクションを選択することもできる。プレイヤA1が、単数に影響を与える補助カテゴリに含まれるアクションを選択した場合、進行処理部17は、選択されたアクションの効果が、同一のグループAに対するものであるか、対戦相手のグループBに対するものであるかを確認する。 The player A1 can also select “single special assistance 3” displayed in the second area 52, or can select another action displayed in the first area 51. When the player A1 selects an action included in the auxiliary category that affects the singular, the progress processing unit 17 determines whether the effect of the selected action is for the same group A or for the opponent group B. Check if it is a thing.

進行処理部17は、選択されたアクションの効果が同一のグループAに対するものであると判断した場合、フィールド上の同一のグループAに所属するいずれかのキャラクタを自動的に又はプレイヤA1の入力に基づいて選択する。そして、選択されたアクションの効果に基づき、選択したキャラクタの攻撃力パラメータ若しくは防御力パラメータ又はその双方を一定時間増加させる。進行処理部17は、プレイヤA1がタップ操作等により選択したキャラクタの戦闘力パラメータを増加させてもよい。戦闘力パラメータが増加したキャラクタが、対戦相手のキャラクタに攻撃を行ったり、対戦相手のキャラクタから攻撃を受けたりする場合、進行処理部17は、増加された戦闘力パラメータに基づいて、体力パラメータを変動させる。 When the progress processing unit 17 determines that the effect of the selected action is for the same group A, any character belonging to the same group A on the field is automatically or input to the player A1. Select based on Then, based on the effect of the selected action, the attack power parameter, the defense power parameter, or both of the selected character are increased for a certain period of time. The progress processing unit 17 may increase the combat strength parameter of the character selected by the player A1 by a tap operation or the like. When the character having the increased combat strength parameter attacks the opponent character or is attacked by the opponent character, the progress processing unit 17 determines the physical strength parameter based on the increased combat strength parameter. Fluctuate.

進行処理部17は、選択されたアクションの効果が対戦相手のグループBに対するものであると判断した場合、フィールド上の対戦相手のグループBに所属するいずれかのキャラクタを自動的に又はプレイヤA1の入力に基づいて選択する。そして、選択されたアクションの効果に基づき、選択したキャラクタの攻撃力パラメータ若しくは防御力パラメータ又はその双方を一定時間減少させる。進行処理部17は、プレイヤA1がタップ操作等により選択したキャラクタの戦闘力パラメータを減少させてもよい。 When the progress processing unit 17 determines that the effect of the selected action is for the opponent group B, any character belonging to the opponent group B on the field is automatically or by the player A1. Select based on input. Then, based on the effect of the selected action, the attack power parameter, the defense power parameter, or both of the selected characters are reduced for a certain period of time. The progress processing unit 17 may decrease the combat strength parameter of the character selected by the player A1 by a tap operation or the like.

プレイヤA1が、複数に影響を与える補助カテゴリに含まれるアクション(例えば「複数補助1」)を選択した場合、進行処理部17は、選択されたアクションの効果が、同一のグループAに対するものであるか、対戦相手のグループBに対するものであるかを確認する。進行処理部17は、選択されたアクションの効果に基づき、フィールド上の同一のグループAの複数のキャラクタの戦闘力パラメータを一定時間増加させるか、又はフィールド上の対戦相手のグループBの複数のキャラクタの戦闘力パラメータを一定時間減少させる。 When the player A1 selects an action (for example, “plural auxiliary 1”) included in the auxiliary category that affects a plurality, the progress processing unit 17 determines that the effects of the selected action are for the same group A. Or if it is for the opponent's group B. Based on the effect of the selected action, the progress processing unit 17 increases the combat strength parameter of a plurality of characters of the same group A on the field for a certain period of time or a plurality of characters of the opponent group B on the field. Decrease the combat strength parameter of for a certain period of time.

なお、進行処理部17は、単数又は複数のいずれに影響を与えるアクションの処理においても、キャラクタA1の周囲に位置するキャラクタのみの戦闘力パラメータを増減させてもよい。 Note that the progress processing unit 17 may increase or decrease the combat strength parameter of only the characters located around the character A1 in the processing of the action that affects either a single character or a plurality of characters.

次に、図14を参照すると、図14には、プレイヤA1が、回復タブ63をタップにより選択した場合の表示画面が示されている。プレイヤA1が回復タブ63を選択すると、第1領域51には、回復カテゴリに含まれるアクションの一覧が表示される。また、第2領域52には、抽出部19が回復カテゴリに含まれるアクションから抽出した特定のアクションが表示される。本実施形態においては、プレイヤA1はゲーム開始後、未だ回復カテゴリに含まれるアクションを選択していないとする。この場合、図14に示すように、第2領域52には、回復カテゴリの基本アクションである「自己回復」が表示される。 Next, referring to FIG. 14, FIG. 14 shows a display screen when the player A1 selects the recovery tab 63 by tapping. When the player A1 selects the recovery tab 63, a list of actions included in the recovery category is displayed in the first area 51. Further, in the second area 52, a specific action extracted from the actions included in the recovery category by the extraction unit 19 is displayed. In the present embodiment, it is assumed that the player A1 has not yet selected an action included in the recovery category after starting the game. In this case, as shown in FIG. 14, in the second area 52, "self-recovery" which is a basic action of the recovery category is displayed.

プレイヤA1がアクション「自己回復」を選択すると、進行処理部17は、キャラクタA1の体力パラメータを一定量又は一定率増加させる。進行処理部17は、例えばキャラクタA1の体力パラメータを50増加させる。 When the player A1 selects the action "self-recovery", the progress processing unit 17 increases the physical strength parameter of the character A1 by a fixed amount or a fixed rate. The progress processing unit 17 increases the physical strength parameter of the character A1 by 50, for example.

プレイヤA1が複数に影響を与える回復カテゴリに含まれるアクション(例えば「複数回復1」)を選択した場合、進行処理部17は、選択されたアクションの効果に基づき、フィールド上の同一のグループAの複数のキャラクタの体力パラメータを一定量又は一定率増加させる。 When the player A1 selects an action (for example, “multiple recovery 1”) included in a recovery category that affects a plurality of processes, the progress processing unit 17 determines the same group A on the field based on the effect of the selected action. The physical strength parameters of the plurality of characters are increased by a fixed amount or fixed rate.

アクション「復活」は、キャラクタの体力パラメータが0以下となり、ゲームに参加不能となった場合に選択しうるアクションである。キャラクタA1の体力パラメータが0以下となり、プレイヤA1がアクション「復活」を選択した場合、キャラクタA1は、ゲームの途中から、体力パラメータが100となった状態で、再びゲームに参加できるようになる。なお、進行処理部17は、「復活」を選択できる回数を、所定の回数(例えば1回)に制限してもよい。また、進行処理部17は、「復活」により再びゲームに参加するキャラクタを、体力パラメータが予め減少した状態(例えば半分の50の状態)でゲームに参加させてもよい。 The action “resurrection” is an action that can be selected when the physical strength parameter of the character becomes 0 or less and it becomes impossible to participate in the game. When the physical strength parameter of the character A1 becomes 0 or less and the player A1 selects the action “revive”, the character A1 can participate in the game again from the middle of the game with the physical strength parameter being 100. The progress processing unit 17 may limit the number of times that “revival” can be selected to a predetermined number (for example, once). In addition, the progress processing unit 17 may cause a character who participates in the game again due to “revival” to participate in the game in a state where the physical strength parameter has decreased in advance (for example, half the state of 50).

キャラクタA1の体力パラメータが0以下となった場合、プレイヤA1は、「復活」以外のアクションを選択できない。そのため、抽出部19は、第2領域52に表示するアクションとして、優先的に「復活」を抽出してもよい。この場合、画面生成部18は、第2領域52にアクション「復活」を表示させる。また、画面生成部18は、キャラクタA1の体力パラメータが0以下となったときに、回復タブ63が選択されていなくても、自動
的に回復タブ63を選択した状態で表示画面に表示させ、第2領域52にアクション「復活」を表示させてもよい。こうすることで、キャラクタA1の体力パラメータが0以下となった後、プレイヤA1は、タブの選択等を行うことなくアクション「復活」を選択できるため、プレイヤA1が自らタブを選択する場合と比較して、ゲームに再び参加するまでの時間を短縮することができる。
When the physical strength parameter of the character A1 is 0 or less, the player A1 cannot select any action other than “revival”. Therefore, the extraction unit 19 may preferentially extract “resurrection” as the action to be displayed in the second area 52. In this case, the screen generator 18 displays the action “revival” in the second area 52. Further, when the physical strength parameter of the character A1 becomes 0 or less, the screen generation unit 18 automatically displays the recovery tab 63 on the display screen in a selected state even if the recovery tab 63 is not selected, The action “revival” may be displayed in the second area 52. By doing so, after the physical strength parameter of the character A1 becomes 0 or less, the player A1 can select the action "resurrection" without selecting a tab, etc. Therefore, compared with the case where the player A1 selects the tab itself. By doing so, it is possible to shorten the time required to rejoin the game.

次に、図15を参照すると、図15には、プレイヤA1が、チャットタブ64をタップにより選択した場合の表示画面が示されている。プレイヤA1がチャットタブ64を選択すると、第1領域51には、チャットで使用される定型文が、複数の項目として表示される。また、第2領域52には、抽出部19が抽出した定型文が表示される。プレイヤA1がゲーム開始後、未だ定型文を選択していない場合には、第2領域52には、基本アクションに対応する基本定型文が表示される。 Next, referring to FIG. 15, FIG. 15 shows a display screen when the player A1 selects the chat tab 64 by tapping. When the player A1 selects the chat tab 64, the fixed phrase used in the chat is displayed in the first area 51 as a plurality of items. In addition, the fixed text extracted by the extraction unit 19 is displayed in the second area 52. If the player A1 has not yet selected a fixed phrase after the game has started, the basic fixed phrase corresponding to the basic action is displayed in the second area 52.

プレイヤA1が、いずれかの定型文を選択すると、画面生成部18は、選択された定型文を、プレイヤA1が所属するグループAの各プレイヤの表示画面に表示する。画面生成部18は、グループAに所属するプレイヤのみが閲覧可能なタイムラインにより定型文を表示できる。また、画面生成部18は、図15に示すように、フィールドに重畳して、定型文を一定時間表示させてもよい。また、画面生成部18は、フィールドの右端から左端又は下端から上端方向に、定型文を移動(ロール)させるように表示してもよい。 When the player A1 selects one of the fixed phrases, the screen generation unit 18 displays the selected fixed phrase on the display screen of each player of the group A to which the player A1 belongs. The screen generation unit 18 can display a fixed phrase by a timeline that can be viewed only by the players belonging to the group A. Further, as shown in FIG. 15, the screen generation unit 18 may superimpose it on the field and display the fixed phrase for a fixed time. Further, the screen generation unit 18 may display the fixed phrase so as to move (roll) from the right end to the left end or the lower end to the upper end of the field.

なお、チャット機能において、各プレイヤは、定型文以外に、表示部32にキーボードを表示させる等して、コメントを入力してもよい。この場合、画面生成部18は、入力されたコメントを表示画面に表示する。 In the chat function, each player may input a comment by displaying a keyboard on the display unit 32 or the like, in addition to the fixed phrase. In this case, the screen generator 18 displays the input comment on the display screen.

表示画面に表示された定型文又はコメントを見た各プレイヤは、定型文又はコメントに基づいてキャラクタを操作できる。チャット機能により、プレイヤ同士のコミュニケーションを促すとともに、グループでゲームを進行させているという一体感をプレイヤにもたらすことができる。 Each player who sees the fixed phrase or comment displayed on the display screen can operate the character based on the fixed phrase or comment. With the chat function, it is possible to encourage the players to communicate with each other and to give the players a sense of unity that the game is progressing in a group.

次に、本実施形態の情報処理装置10が行う処理について、図16に一例として示すフローチャートを参照して説明する。図16は、いずれかのグループの手番となったときに、当該手番となったグループのいずれかのキャラクタについて実行される処理の一例である。 Next, the processing performed by the information processing apparatus 10 of the present embodiment will be described with reference to the flowchart shown in FIG. 16 as an example. FIG. 16 is an example of processing that is executed for any character in the group whose turn has come when it becomes the turn of any group.

進行処理部17は、手番となったグループに所属するキャラクタの行動力パラメータを増加させる(ステップS201)。
次に、進行処理部17は、当該処理の対象となっているキャラクタが、当該グループの手番の間に移動を行ったか否かを判断する(ステップS202)。
The progress processing unit 17 increases the action power parameter of the character belonging to the turned group (step S201).
Next, the progress processing unit 17 determines whether or not the character that is the target of the process has moved during the turn of the group (step S202).

進行処理部17が、既に移動を行ったと判断した場合(ステップS202のYes)、このフローはステップS206に移行する。
進行処理部17は、未だ移動を行っていないと判断した場合(ステップS202のNo)、プレイヤによりキャラクタを移動させる操作が入力されたか否かを判断する(ステップS203)。キャラクタを移動させる操作は、上述の図9で説明した例では、プレイヤが操作するキャラクタが位置するマスをタップする操作である。
When the progress processing unit 17 determines that the movement has already been performed (Yes in step S202), this flow moves to step S206.
When the progress processing unit 17 determines that the movement has not been performed yet (No in step S202), the progress processing unit 17 determines whether or not an operation for moving the character has been input by the player (step S203). In the example described with reference to FIG. 9 above, the operation of moving the character is an operation of tapping the square on which the character operated by the player is located.

進行処理部17が、キャラクタを移動させる操作が入力されていないと判断した場合(ステップS203のNo)、このフローは、ステップS206に移行する。
進行処理部17が、キャラクタを移動させる操作が入力されたと判断した場合(ステップS203のYes)、記憶部11に記憶された情報を参照して、画面生成部18が、キ
ャラクタが移動可能なマスを表示させる(ステップS204)。
When the progress processing unit 17 determines that the operation for moving the character has not been input (No in step S203), this flow moves to step S206.
When the progress processing unit 17 determines that an operation for moving the character is input (Yes in step S203), the screen generation unit 18 refers to the information stored in the storage unit 11 and causes the screen generation unit 18 to move the mass to which the character can move. Is displayed (step S204).

そして、画面生成部18は、プレイヤの入力に基づき、キャラクタを移動させる(ステップS205)。
次に、進行処理部17は、プレイヤにより項目が選択されたか否かを判断する(ステップS206)。項目は、攻撃、補助及び回復のカテゴリに含まれるアクション又はチャットにおける定型文である。
Then, the screen generator 18 moves the character based on the player's input (step S205).
Next, the progress processing unit 17 determines whether or not an item has been selected by the player (step S206). The item is a fixed phrase in an action or chat included in the categories of attack, assistance and recovery.

進行処理部17が、項目が選択されていないと判断した場合(ステップS206のNo)、このフローはステップS208に移行する。
一方、進行処理部17は、項目が選択されたと判断した場合(ステップS206のYes)、選択された項目に基づく処理を行う(ステップS207)。選択された項目に基づく処理は、例えば、各種パラメータを変動させたり、定型文を表示画面に表示させたりする処理である。
When the progress processing unit 17 determines that the item is not selected (No in step S206), this flow moves to step S208.
On the other hand, when the progress processing unit 17 determines that an item has been selected (Yes in step S206), the progress processing unit 17 performs a process based on the selected item (step S207). The process based on the selected item is, for example, a process of changing various parameters or displaying a fixed phrase on the display screen.

そして、進行処理部17は、処理の対象となっているプレイヤが所属するグループの手番が終了したか否かを判断する(ステップS208)。進行処理部17は、手番が終了したか否かの判断を、ゲーム時間を参照して行う。 Then, the progress processing unit 17 determines whether or not the turn of the group to which the player, which is the target of the process, belongs has ended (step S208). The progress processing unit 17 determines whether or not the turn has ended by referring to the game time.

進行処理部17が、手番が終了していないと判断した場合(ステップS208のNo)、このフローはステップS202に移行する。そして、進行処理部17は、手番が終了したと判断するまで、ステップS202からステップS208を繰り返す。 When the progress processing unit 17 determines that the turn has not ended (No in step S208), this flow moves to step S202. Then, the progress processing unit 17 repeats steps S202 to S208 until it determines that the turn has been completed.

進行処理部17が、手番が終了したと判断した場合(ステップS208のYes)、このフローは終了する。そして、対戦相手のグループの手番が開始される。
対戦相手の手番の間、進行処理部17は、図16のフローにおいて処理の対象となっていたキャラクタに対し、図16のステップS206からステップS208を繰り返す処理を行う。これにより、当該処理の対象となっていたキャラクタは、対戦相手の手番の間、アクションを実行したり、チャット機能を使用したりできる。
When the progress processing unit 17 determines that the turn has ended (Yes in step S208), this flow ends. Then, the turn of the opponent group is started.
During the opponent's turn, the progress processing unit 17 repeats steps S206 to S208 of FIG. 16 for the character that has been the object of the process in the flow of FIG. As a result, the character that has been the target of the process can execute an action or use the chat function while it is the opponent's turn.

以上説明したように、本実施形態に係る情報処理装置10によれば、画面生成部18は、第1領域51に複数の項目を表示させるとともに、抽出部19が抽出した特定の項目を第2領域52に表示させる。第2領域は、ゲーム画面の特定の位置に配置されているため、プレイヤは第2領域の位置を迅速に表示させ、選択することができる。特に、本実施形態においては、第2領域52は、ファーストビュー56に表示されるため、プレイヤは、第2領域52に表示された項目を、フリック又はスワイプ等の煩雑な操作を行うことなく選択できる。また、本実施形態において抽出される特定の項目は、プレイヤが最後に選択した項目である。プレイヤは、ゲームの各局面において有効と考える項目を選択していることが想定されるため、プレイヤが最後に選択した項目は、プレイヤが繰り返し選択する可能性が高い。かかる項目を、ファーストビュー56で選択可能な第2領域52に表示させることにより、プレイヤが選択する可能性が高い項目を、ファーストビュー56内に表示できる。従って、プレイヤは、ゲーム全体を通して選択したい項目を探すという操作を行う回数を減少させることができるため、情報処理装置10は、操作の煩雑さを低減することができる。特に、プレイヤが、自ら項目を探す場合には、フリック又はスワイプ操作により項目を探した後、その項目を選択するためのタップ操作が必要となるが、情報処理装置10によれば、プレイヤが第2領域52に表示された特定の項目を選択する場合には、当該特定の項目のタップ操作を行うことにより選択できるため、操作の煩雑さが大きく低減される。 As described above, according to the information processing apparatus 10 according to the present embodiment, the screen generation unit 18 causes the first area 51 to display a plurality of items, and the specific items extracted by the extraction unit 19 are displayed in the second region. It is displayed in the area 52. Since the second area is arranged at a specific position on the game screen, the player can quickly display and select the position of the second area. In particular, in the present embodiment, the second area 52 is displayed in the first view 56, so that the player can select the item displayed in the second area 52 without performing a complicated operation such as flicking or swiping. it can. Further, the specific item extracted in the present embodiment is the item selected last by the player. Since it is assumed that the player has selected an item that is considered effective in each phase of the game, it is highly possible that the player repeatedly selects the item that the player selected last. By displaying such items in the second area 52 that can be selected in the first view 56, items that are likely to be selected by the player can be displayed in the first view 56. Therefore, the player can reduce the number of times of performing an operation of searching for an item to be selected throughout the game, and thus the information processing apparatus 10 can reduce the complexity of the operation. In particular, when the player searches for an item by himself/herself, it is necessary to search for the item by flicking or swiping and then perform a tap operation for selecting the item. When a specific item displayed in the two areas 52 is selected, it can be selected by performing a tap operation on the specific item, so that the complexity of the operation is greatly reduced.

また、操作の煩雑さが低減されることにより、プレイヤは、思考してから項目を選択す
るまでの時間を短縮する。そのため、プレイヤは、キャラクタに迅速にアクションを実行させることができるとともに、プレイヤ自身、よりゲームに集中することができる。
Further, since the complexity of the operation is reduced, the player shortens the time from thinking to selecting an item. Therefore, the player can cause the character to quickly perform an action, and the player can concentrate more on the game.

以上、本発明を諸図面や実施例に基づき説明してきたが、当業者であれば本開示に基づき種々の変形や修正を行うことが容易であることに注意されたい。したがって、これらの変形や修正は本発明の範囲に含まれることに留意されたい。例えば、各手段、各ステップ等に含まれる機能等は論理的に矛盾しないように再配置可能であり、複数の手段やステップ等を1つに組み合わせたり、或いは分割したりすることが可能である。 Although the present invention has been described based on the drawings and the embodiments, it should be noted that those skilled in the art can easily make various variations and modifications based on the present disclosure. Therefore, it should be noted that these variations and modifications are included in the scope of the present invention. For example, the functions and the like included in each means and each step can be rearranged so as not to logically contradict each other, and a plurality of means and steps can be combined or divided into one. ..

上記実施形態においては、第1のモードと第2のモードとを有するゲームについて説明したが、情報処理装置10は、上記実施形態における第2のモードを独立したゲームとしてプレイヤに提供してもよい。 Although the game having the first mode and the second mode has been described in the above embodiment, the information processing apparatus 10 may provide the player with the second mode in the above embodiment as an independent game. ..

また、各プレイヤは、上記実施形態において詳細に説明した第2のモードが行われている途中で、第1のモードにおいてゲームを進行させてもよい。各プレイヤの第1のモードにおけるゲームの進行により、進行処理部17は、第2モードにおける各種パラメータを増減させてもよい。例えば、第1のモードにおけるゲームの進行により、進行処理部17は、第1のモードを進行させたプレイヤのキャラクタの行動力パラメータを増加させてもよい。 Further, each player may advance the game in the first mode while the second mode described in detail in the above embodiment is being performed. The progress processing section 17 may increase or decrease various parameters in the second mode depending on the progress of the game in each player by the first mode. For example, as the game progresses in the first mode, the progress processing unit 17 may increase the action power parameter of the character of the player who has advanced the first mode.

また、上記実施形態では、プレイヤが表示画面をフリック又はスワイプ操作すると説明したが、表示画面に表示される範囲を変更する操作は、これらに限られない。プレイヤは、例えば、スクロールバーを上下させることによっても表示される範囲を変更できる。スクロールバーは、表示画面全体をスクロールさせるものではなく、スクロールして表示範囲を変更させる箇所のみをスクロールさせるものであってもよい。例えば、図17に示すように、スクロールバーは、第1領域に51のみ設けられていてもよい。プレイヤは、第1領域51をスクロールすることによって、第1領域51の全ての項目を閲覧することができる。 Further, in the above-described embodiment, it has been described that the player flicks or swipes the display screen, but the operation of changing the range displayed on the display screen is not limited thereto. The player can change the displayed range by moving the scroll bar up and down, for example. The scroll bar does not scroll the entire display screen, but may scroll only the portion where the display range is changed by scrolling. For example, as shown in FIG. 17, the scroll bar may be provided only in the first area 51. The player can browse all the items in the first area 51 by scrolling the first area 51.

抽出部19は、上記実施形態において説明した方法以外に、多様な方法により特定の項目を抽出できる。抽出部19は、第1領域51に表示される複数の項目のうち、プレイヤが選択する可能性が高い項目を特定項目として抽出することが好ましい。 The extraction unit 19 can extract a specific item by various methods other than the method described in the above embodiment. It is preferable that the extraction unit 19 extracts, from the plurality of items displayed in the first area 51, an item that is likely to be selected by the player as a specific item.

抽出部19は、例えば、ゲームの対戦状況において、効果が高い項目を抽出する。効果が高い項目を抽出部19が抽出する例について、図11と同様に、プレイヤA1がキャラクタA1に攻撃カテゴリに含まれるアクションを実行させる場合における例を挙げて説明する。 The extraction unit 19 extracts, for example, an item having a high effect in the battle situation of the game. An example in which the extraction unit 19 extracts an item having a high effect will be described with reference to an example in which the player A1 causes the character A1 to perform an action included in the attack category, as in FIG.

例えば、抽出部19は、フィールド上のキャラクタの配置に基づいて、アクションによる効果を及ぼしうる対象のキャラクタの数が多いアクションを効果が高いアクションとして抽出してもよい。具体的には、抽出部19は、例えば、キャラクタA1の周囲に、対戦相手のグループBに所属するキャラクタが複数存在する場合、選択されたタブのカテゴリにおける複数に影響を与えるアクションを抽出してもよい。このとき、抽出部19は、プレイヤA1が最後に選択した複数に影響を与えるアクションを抽出してもよい。また、抽出部19は、進行処理部17により予め決定された、複数に影響を与える基本アクションを抽出してもよい。複数に影響を与えるアクションが第2領域52に表示されることにより、キャラクタA1は、グループBに所属する複数のキャラクタにダメージを与え、体力パラメータを効果的に減らすことができる。 For example, the extraction unit 19 may extract an action having a large number of target characters that can exert an effect by the action as a highly effective action based on the arrangement of the characters on the field. Specifically, for example, when there are a plurality of characters belonging to the opponent group B around the character A1, the extraction unit 19 extracts an action that affects a plurality of tab categories selected. Good. At this time, the extraction unit 19 may extract an action that affects a plurality of players A1 selected last. In addition, the extraction unit 19 may extract a basic action that influences a plurality of actions, which is predetermined by the progress processing unit 17. By displaying the actions affecting a plurality of characters in the second area 52, the character A1 can damage the plurality of characters belonging to the group B and effectively reduce the physical strength parameter.

抽出部19は、特定の状況で高い効果を生じるアクションを、当該特定の状況が発生し
たときに抽出してもよい。例えば、キャラクタA1が、自分が所属するグループA1の代表ゲーム媒体の体力値が小さくなるほど、対戦相手のキャラクタの体力パラメータを大きく減少させることができるアクションを実行可能な場合、抽出部19は、代表ゲーム媒体の体力値が所定値以下となったとき、当該アクションを抽出してもよい。これにより、プレイヤA1は、当該アクションによる効果が高いときに、当該アクションを選択しやすくなる。
The extraction unit 19 may extract an action that produces a high effect in a specific situation when the specific situation occurs. For example, when the character A1 can execute an action that can greatly reduce the physical strength parameter of the character of the opponent as the physical strength value of the representative game medium of the group A1 to which the character A1 belongs becomes smaller, the extraction unit 19 causes the representative. The action may be extracted when the physical strength value of the game medium becomes a predetermined value or less. Accordingly, the player A1 can easily select the action when the effect of the action is high.

また、例えば、キャラクタA1が、実行されたアクションの回数に基づいて効果が変化するアクションを実行可能な場合、抽出部19は、ゲーム中に実行されたアクションの回数を参照して、第2領域52に表示させるアクションを抽出する。ゲーム中に実行されたアクションの回数は、各プレイヤにより選択されたアクションの回数を、進行処理部17が記憶部11に記憶させる。 In addition, for example, when the character A1 can execute an action whose effect changes based on the number of executed actions, the extraction unit 19 refers to the number of actions executed during the game to refer to the second area. The action to be displayed on 52 is extracted. As the number of actions executed during the game, the progress processing unit 17 stores the number of actions selected by each player in the storage unit 11.

例えば、キャラクタA1が、ゲーム中に同一のグループAに所属するキャラクタにより実行された攻撃カテゴリに属するアクションの回数が多いほど、対戦相手のキャラクタの体力パラメータを大きく減少させることができるアクションを実行可能な場合、抽出部19は、実行された攻撃カテゴリに属するアクションの回数が所定回数以上となった場合、当該アクションを抽出する。これにより、プレイヤA1は、当該アクションによる効果が高いときに、当該アクションを選択しやすくなる。なお、この例において、画面生成部18は、表示画面上の例えばフィールドの上部等に、各カテゴリにおける実行されたアクションを表示させてもよい。 For example, as the number of actions of the character A1 belonging to the attack category performed by the characters belonging to the same group A during the game increases, the action that can greatly reduce the physical strength parameter of the opponent character can be performed. In this case, the extraction unit 19 extracts the action when the number of actions belonging to the executed attack category is equal to or more than the predetermined number. Accordingly, the player A1 can easily select the action when the effect of the action is high. In this example, the screen generation unit 18 may display the executed action in each category on the display screen, for example, in the upper part of the field.

なお、上記例では攻撃カテゴリに含まれるアクションを実行させる場合における例を説明したが、抽出部19は、補助及び回復カテゴリに含まれるアクションについても、同様の方法で抽出を行うことができる。 In addition, although the example in which the action included in the attack category is executed is described in the above example, the extraction unit 19 can also extract the action included in the auxiliary and recovery categories by the same method.

また、抽出部19が抽出する特定の項目は、1つに限られない。抽出部19は、2以上の項目を特定の項目として抽出してもよい。抽出部19は、例えば2つの特定の項目を抽出できる。抽出部19は、多様な組み合わせで2つの特定の項目を抽出できる。 Further, the specific item extracted by the extraction unit 19 is not limited to one. The extraction unit 19 may extract two or more items as specific items. The extraction unit 19 can extract, for example, two specific items. The extraction unit 19 can extract two specific items in various combinations.

抽出部19は、例えば、単数に影響を与えるアクションと、複数に影響を与えるアクションとを、それぞれ1つずつ抽出できる。この場合、第2領域52には、単数に影響を与えるアクション及び複数に影響を与えるアクションという2つのアクションが表示される。プレイヤは、フィールドにおけるキャラクタの位置や、ゲームの対戦状況に応じて、第2領域52に表示されたアクションを選択できる。 The extraction unit 19 can extract, for example, one action that affects a singular and one action that affects a plurality of actions. In this case, the second area 52 displays two actions, an action affecting a singular and an action affecting a plurality. The player can select the action displayed in the second area 52 according to the position of the character on the field and the competition situation of the game.

また、抽出部19は、例えば、プレイヤにより最後に選択されたアクションと、上述した高い効果を生じるアクションとを、それぞれ1つずつ抽出できる。この場合、第2領域52には、最後に選択されたアクション及び高い効果を生じるアクションという2つのアクションが表示される。プレイヤは、フィールドにおけるキャラクタの位置や、ゲームの対戦状況に応じて、第2領域52に表示されたアクションを選択できる。 In addition, the extraction unit 19 can extract, for example, one action selected last by the player and one action that produces the above-described high effect. In this case, the second area 52 displays two actions, the last selected action and the highly effective action. The player can select the action displayed in the second area 52 according to the position of the character on the field and the competition situation of the game.

上記実施形態において、抽出部19は、選択されたタブのカテゴリに含まれる複数の項目から特定の項目を抽出すると説明したが、抽出部19が抽出する特定の項目は、選択されたタブのカテゴリに含まれる複数の項目に含まれるものでなくてもよい。例えば、プレイヤが、攻撃タブ61において攻撃カテゴリに含まれるアクションを選択した後、攻撃タブ61以外の他のタブ(例えば補助タブ62)を選択したとする。このとき、抽出部19は、新たに選択したタブのカテゴリに含まれる複数の項目から特定の項目を抽出するのではなく、最後にプレイヤが選択した攻撃カテゴリに含まれるアクションを抽出してもよい。このようにすれば、プレイヤは、例えば誤って他のタブを選択した場合であっても、第
2領域52に表示された最後に選択したアクションを選択することにより、同一のアクションを繰り返し選択できる。
Although the extraction unit 19 has been described as extracting a specific item from the plurality of items included in the category of the selected tab in the above embodiment, the specific item extracted by the extraction unit 19 is the category of the selected tab. Need not be included in a plurality of items included in. For example, it is assumed that the player selects an action included in the attack category on the attack tab 61 and then selects a tab other than the attack tab 61 (for example, the auxiliary tab 62). At this time, the extraction unit 19 may extract the action included in the attack category selected last by the player, instead of extracting the specific item from the plurality of items included in the category of the newly selected tab. .. In this way, the player can repeatedly select the same action by selecting the last selected action displayed in the second area 52, even if another tab is erroneously selected. ..

また、抽出部19は、例えば、キャラクタの体力パラメータが所定値以下となったとき、回復タブ63が選択されていない場合であっても、回復カテゴリに含まれるアクションを抽出してもよい。この場合、選択されているタブにかかわらず、第2領域52には、キャラクタ自らの体力パラメータを増加させる、回復カテゴリに含まれるアクションが表示される。プレイヤは、第2領域52に表示されたアクションを選択することにより、キャラクタの体力パラメータを増加させることができるため、体力パラメータが0になることを防止しやすくなる。なお、このとき、画面生成部18は、回復タブ63を、選択されたタブとして表示画面に表示させてもよい。この場合、表示画面上では、自動的に回復タブ63が選択された状態となる。 In addition, the extraction unit 19 may extract the action included in the recovery category even when the recovery tab 63 is not selected when the physical strength parameter of the character is equal to or less than the predetermined value. In this case, regardless of the selected tab, the action included in the recovery category that increases the physical strength parameter of the character itself is displayed in the second area 52. The player can increase the physical strength parameter of the character by selecting the action displayed in the second area 52, and thus can easily prevent the physical strength parameter from becoming zero. At this time, the screen generator 18 may display the recovery tab 63 on the display screen as the selected tab. In this case, the recovery tab 63 is automatically selected on the display screen.

また、抽出部19は、各カテゴリにおいて、予めプレイヤが登録した項目を、抽出してもよい。この場合、プレイヤは、ゲーム開始前に、各カテゴリにおいて、第2領域52に表示させたい項目を、入力部31を使用して予め入力する。入力された項目は、制御部16により記憶部11に記憶される。抽出部19は、記憶部11に記憶された情報を参照して、項目を抽出する。 Further, the extraction unit 19 may extract the items registered by the player in advance in each category. In this case, the player uses the input unit 31 to previously input the item to be displayed in the second area 52 in each category before starting the game. The input items are stored in the storage unit 11 by the control unit 16. The extraction unit 19 refers to the information stored in the storage unit 11 and extracts an item.

また、抽出部19は、複数のカテゴリに属するアクションを組合せた複合項目を新たに生成し、当該複合項目を、第2領域52に表示する項目として抽出してもよい。抽出部19が、2つのカテゴリに属するアクションを組み合わせた複合項目を生成する例について説明する。抽出部19は、4つのタブのうち、プレイヤがゲーム中に使用した回数が多い2つのタブを決定する。ここでは、抽出部19は、攻撃タブ61と回復タブ63とを決定したとする。抽出部19は、選択した攻撃タブ61及び回復タブ63にそれぞれ対応する攻撃カテゴリ及び回復カテゴリから、特定の項目をそれぞれ1つ抽出する。抽出部19は、例えば、上述したように各カテゴリにおいてプレイヤが最後に選択したアクションを抽出する。ここでは、抽出部19は、攻撃カテゴリから「単数特殊攻撃2」を、回復カテゴリから「自己回復」を、それぞれ抽出したとする。抽出部19は、これら2つのアクションを組み合わせた複合アクションを新たに生成する。ここでの例では、抽出部19は、「単数特殊攻撃2」と「自己回復」との効果を組み合わせた複合アクションが生成される。生成された複合アクションは、画面生成部18により、第2領域52に表示される。プレイヤが第2領域52に表示された当該複合項目を選択すると、進行処理部17は、「単数特殊攻撃2」の効果に従って対戦相手のキャラクタの体力パラメータを減少させるとともに、「自己回復」の効果に従って当該プレイヤが操作するキャラクタの体力パラメータを増加させる。なお、キャラクタが、生成されたアクションを実行するために必要な行動力パラメータ値は、図3を参照すると「単数特殊攻撃2」の「10」と、「自己回復」の「5」とを合わせた「15」である。抽出部19がかかる複合項目を生成することにより、プレイヤが複数のタブを選択してそれぞれ複数のアクションを選択する場合と比較して、一度のタッチ操作(選択)で複数のアクションを実行させることができるため、操作の煩雑さが軽減される。 Further, the extraction unit 19 may newly generate a composite item in which actions belonging to a plurality of categories are combined and extract the composite item as an item to be displayed in the second area 52. An example in which the extraction unit 19 generates a compound item that combines actions belonging to two categories will be described. The extraction unit 19 determines, out of the four tabs, two tabs that the player has used most times during the game. Here, it is assumed that the extraction unit 19 determines the attack tab 61 and the recovery tab 63. The extraction unit 19 extracts one specific item from each of the attack category and the recovery category corresponding to the selected attack tab 61 and recovery tab 63, respectively. The extraction unit 19 extracts, for example, the action last selected by the player in each category as described above. Here, it is assumed that the extraction unit 19 extracts “single special attack 2” from the attack category and “self-recovery” from the recovery category. The extraction unit 19 newly generates a composite action that combines these two actions. In this example, the extraction unit 19 generates a composite action that combines the effects of “single special attack 2” and “self-recovery”. The generated composite action is displayed in the second area 52 by the screen generation unit 18. When the player selects the compound item displayed in the second area 52, the progress processing unit 17 reduces the physical strength parameter of the opponent character according to the effect of “single special attack 2” and the effect of “self-recovery”. Accordingly, the physical strength parameter of the character operated by the player is increased. It should be noted that the action force parameter value required for the character to execute the generated action is obtained by combining "10" of "single special attack 2" and "5" of "self healing" with reference to FIG. It is "15". By causing the extraction unit 19 to generate such a composite item, a plurality of actions can be executed by one touch operation (selection) as compared with the case where the player selects a plurality of tabs and selects a plurality of actions respectively. Therefore, the complexity of the operation is reduced.

また、ゲームの対戦を行うフィールドは、各マスにフィールド属性が定められていてもよい。ここでは、フィールド属性として、フィールド属性1、フィールド属性2及びフィールド属性3のいずれかが、各マスに定められているとする。各マスのフィールド属性は、例えば記憶部11が記憶する。フィールド属性は、当該マスに位置するキャラクタのアクションの効果を増加させる。ここでは、フィールド属性1は、攻撃カテゴリに含まれるアクションの効果を増加させ、フィールド属性2は、補助カテゴリに含まれるアクションの効果を増加させ、フィールド属性3は、回復カテゴリに含まれるアクションの効果を増加させるとする。 In addition, a field attribute for each square may be set for the field in which the game is played. Here, it is assumed that any one of the field attribute 1, the field attribute 2, and the field attribute 3 is defined in each square as the field attribute. The field attribute of each square is stored in the storage unit 11, for example. The field attribute increases the effect of the action of the character located in the square. Here, the field attribute 1 increases the effect of the action included in the attack category, the field attribute 2 increases the effect of the action included in the auxiliary category, and the field attribute 3 increases the effect of the action included in the recovery category. To increase.

このようにフィールド属性が定められている場合において、抽出部19は、キャラクタが位置するマスのフィールド属性を参照して、アクションを抽出してもよい。例えば、キャラクタがフィールド属性1のマスに位置するとき、抽出部19は、攻撃タブ61が選択されていない場合であっても、フィールド属性1の性質により効果が増加する攻撃カテゴリに含まれるアクションを抽出してもよい。この場合、選択されているタブにかかわらず、第2領域52には、攻撃カテゴリに含まれるアクションが表示される。プレイヤが第2領域52に表示されたアクションを選択すると、進行処理部17は、選択されたアクションの効果と、フィールド属性1による効果とを参照して、例えばキャラクタの攻撃力パラメータを増加させた状態で、対戦相手のキャラクタと対戦を行い、対戦相手のキャラクタの体力パラメータを減少させる。かかる抽出部19の抽出により、プレイヤは、効果が高いアクションを選択しやすくなる。なお、ここでの例において、画面生成部18は、攻撃タブ61を、選択されたタブとして表示画面に表示させてもよい。この場合、表示画面上では、自動的に攻撃タブ61が選択された状態となる。 When the field attributes are defined in this way, the extraction unit 19 may extract the action by referring to the field attributes of the cell where the character is located. For example, when the character is located in the square with the field attribute 1, the extraction unit 19 selects an action included in the attack category whose effect increases due to the nature of the field attribute 1 even when the attack tab 61 is not selected. You may extract. In this case, the actions included in the attack category are displayed in the second area 52 regardless of the selected tab. When the player selects an action displayed in the second area 52, the progress processing unit 17 refers to the effect of the selected action and the effect of the field attribute 1 to increase the attack power parameter of the character, for example. In this state, a battle is performed with the opponent character, and the physical strength parameter of the opponent character is decreased. The extraction by the extraction unit 19 makes it easy for the player to select an action having a high effect. In addition, in the example here, the screen generation unit 18 may display the attack tab 61 on the display screen as the selected tab. In this case, the attack tab 61 is automatically selected on the display screen.

キャラクタが、フィールド属性2又はフィールド属性3のマスに位置する場合、抽出部19は、上記説明した例と同様にして、それぞれ補助カテゴリ又は回復カテゴリに含まれるアクションを抽出する。なお、フィールド属性は、フィールドの全てのマスに決定されず、一部のマスのみに決定されていてもよい。 When the character is located in the square with the field attribute 2 or the field attribute 3, the extraction unit 19 extracts the actions included in the auxiliary category or the recovery category, respectively, in the same manner as the example described above. The field attributes may not be determined for all the cells of the field, but may be determined for only some cells.

また、上記実施形態に係る情報処理システム100において、情報処理装置10(サーバ装置)が行う処理の一部又は全部を、端末装置30にインストールされているネイティブアプリによって行うなど、ネイティブゲームとすることもできる。 In addition, in the information processing system 100 according to the above-described embodiment, a part or all of the processing performed by the information processing apparatus 10 (server apparatus) is a native game, such as being performed by a native application installed in the terminal device 30. Can also

また、上記実施形態に係る情報処理システム100において、ゲームの進行画面を、情報処理装置10が生成したデータに基づき、端末装置30に表示されるウェブ表示とし、その他のメニュー画面等を、端末装置30にインストールされているネイティブアプリによって表示されるネイティブ表示とすることもできる。このように、情報処理システム100は、情報処理装置10と端末装置30のそれぞれが処理の一部を担うハイブリッドゲームとすることもできる。 Further, in the information processing system 100 according to the above-described embodiment, the game progress screen is a web display displayed on the terminal device 30 based on the data generated by the information processing device 10, and the other menu screens are the terminal device. A native display displayed by a native application installed in 30 can also be used. As described above, the information processing system 100 can be a hybrid game in which the information processing device 10 and the terminal device 30 each perform a part of the processing.

また、上記実施形態に係る情報処理装置10として機能させるために、コンピュータ又は携帯電話等の情報処理装置を好適に用いることができる。このような情報処理装置は、実施の形態に係る情報処理装置10の各機能を実現する処理内容を記述したプログラムを、情報処理装置10の記憶部11に格納し、情報処理装置10のCPUによって当該プログラムを読出して実行させることにより実現可能である。 Moreover, in order to make it function as the information processing apparatus 10 according to the above embodiment, an information processing apparatus such as a computer or a mobile phone can be preferably used. Such an information processing apparatus stores a program in which the processing content for realizing each function of the information processing apparatus 10 according to the embodiment is described in the storage unit 11 of the information processing apparatus 10, and the CPU of the information processing apparatus 10 causes the program to be executed. It can be realized by reading and executing the program.

以下に、本願の原出願の特許請求の範囲に記載された発明を付記する。
[1]
ゲームを実行する情報処理装置に、
ゲーム画面における第1領域に、ユーザが選択可能な複数の項目を表示させる第1表示ステップと、
前記複数の項目のうち特定の項目を抽出する抽出ステップと、
前記ゲーム画面において、前記抽出された特定の項目を、表示部に表示される画面の範囲において同一の位置に表示される第2領域に、選択可能に表示させる第2表示ステップと、
を実行させるプログラム。
[2]
前記第2領域は、前記ゲーム画面に表示される情報に重畳することなく情報を表示する、[1]に記載のプログラム。
[3]
前記特定の項目は、前記複数の項目のうち前記ゲームのプレイヤが最後に選択した項目である、[1]または[2]に記載のプログラム。
[4]
前記特定の項目は、前記ゲームの進行状況に応じて実行可能と判定された項目である、[1]または[2]に記載のプログラム。
[5]
前記特定の項目は、予め決定されている項目である、[1]または[2]に記載のプログラム。
[6]
前記特定の項目は、前記複数の項目のそれぞれが選択された回数に基づいて抽出される、[1]または[2]に記載のプログラム。
[7]
前記ゲームは、複数のマスを有するフィールド上に配置されたゲーム媒体を用いて進行されるゲームであって、
前記複数のマスのそれぞれは、属性を有し、
前記特定の項目は、前記ゲーム媒体が配置されたマスの前記属性に基づいて抽出される、[1]または[2]に記載のプログラム。
[8]
前記第2領域は、前記ゲームの進行に関する情報を表示する領域と、前記第1領域との間に表示される、[1]乃至[7]のいずれか一項に記載のプログラム。
[9]
ゲームの実行を制御する制御方法であって、
ゲーム画面における第1領域に、ユーザが選択可能な複数の項目を表示させる第1表示ステップと、
前記複数の項目のうち特定の項目を抽出する抽出ステップと、
前記ゲーム画面において、前記抽出された特定の項目を、表示部に表示される画面の範囲において同一の位置に表示される第2領域に、選択可能に表示させる第2表示ステップと、
を実現させる制御方法。
[10]
ゲームを実行する情報処理装置であって、
前記ゲームの進行に関する複数の項目のうち特定の項目を抽出する抽出部と、
ゲーム画面において、第1領域に前記複数の項目を表示させるとともに、表示部に表示される画面の範囲において同一の位置に表示される第2領域に、前記特定の項目を選択可能に表示させる画面生成部と、
を備える情報処理装置。
The inventions described in the claims of the original application of the present application will be additionally described below.
[1]
In the information processing device that executes the game,
A first display step of displaying a plurality of items selectable by the user in a first area of the game screen;
An extraction step of extracting a specific item from the plurality of items;
In the game screen, a second display step of selectively displaying the extracted specific item in a second area displayed at the same position in the range of the screen displayed on the display unit,
A program to execute.
[2]
The program according to [1], wherein the second area displays information without being superimposed on the information displayed on the game screen.
[3]
The program according to [1] or [2], wherein the specific item is an item selected last by a player of the game among the plurality of items.
[4]
The program according to [1] or [2], wherein the specific item is an item that is determined to be executable according to the progress of the game.
[5]
The program according to [1] or [2], wherein the specific item is a predetermined item.
[6]
The program according to [1] or [2], wherein the specific item is extracted based on the number of times each of the plurality of items is selected.
[7]
The game is a game progressed by using a game medium arranged on a field having a plurality of squares,
Each of the plurality of cells has an attribute,
The program according to [1] or [2], wherein the specific item is extracted based on the attribute of the square in which the game content is arranged.
[8]
The said 2nd area|region is a program as described in any one of [1] thru|or [7] displayed between the area|region which displays the information regarding the progress of the said game, and the said 1st area|region.
[9]
A control method for controlling the execution of a game,
A first display step of displaying a plurality of items selectable by the user in a first area of the game screen;
An extraction step of extracting a specific item from the plurality of items,
In the game screen, a second display step of selectively displaying the extracted specific item in a second area displayed at the same position in the range of the screen displayed on the display unit,
Control method that realizes.
[10]
An information processing device for executing a game,
An extraction unit for extracting a specific item from a plurality of items related to the progress of the game;
On the game screen, a screen for displaying the plurality of items in the first area and for displaying the specific items in a selectable manner in the second area displayed at the same position in the range of the screen displayed on the display unit. A generator,
An information processing apparatus including.

10 情報処理装置
11 記憶部
12 体力パラメータ管理部
13 戦闘力パラメータ管理部
14 行動力パラメータ管理部
15 チャット管理部
16 制御部
17 進行処理部
18 画面生成部
19 抽出部
20 通信部
30 端末装置
31 入力部
32 表示部
33 制御部
34 通信部
50 ゲーム画面
51 第1領域
52 第2領域
53 フィールド表示領域
54 タブ表示領域
55 パラメータ表示領域
56 ファーストビュー
57 スクロールバー
61 攻撃タブ
62 補助タブ
63 回復タブ
64 チャットタブ
100 情報処理システム
10 Information Processing Device 11 Storage Unit 12 Physical Fitness Parameter Management Unit 13 Combat Power Parameter Management Unit 14 Behavioral Power Parameter Management Unit 15 Chat Management Unit 16 Control Unit 17 Progress Processing Unit 18 Screen Generation Unit 19 Extraction Unit 20 Communication Unit 30 Terminal Device 31 Input Part 32 Display part 33 Control part 34 Communication part 50 Game screen 51 First area 52 Second area 53 Field display area 54 Tab display area 55 Parameter display area 56 First view 57 Scroll bar 61 Attack tab 62 Auxiliary tab 63 Recovery tab 64 Chat Tab 100 information processing system

Claims (13)

ゲームを実行する情報処理装置に、
プレイヤが操作するゲームキャラクタが実行可能な複数のアクションのなかから特定のアクションを抽出する抽出ステップと、
ゲーム画面における第1領域に、複数の前記アクションの一部を前記プレイヤによって選択可能に表示させるとともに、前記ゲーム画面における前記第1領域とは異なる特定の位置に配置された第2領域に、抽出された前記特定のアクションを選択可能に表示させる表示ステップと、
前記第1領域に表示された前記アクションが前記プレイヤによって選択された場合には当アクションを前記ゲームキャラクタに実行させ、前記第2領域に表示された前記特定のアクションが前記プレイヤによって選択された場合には前記特定のアクションを前記ゲームキャラクタに実行させる処理を行うステップと
前記プレイヤが選択し前記ゲームキャラクタに実行させたアクションを記憶する記憶ステップと、を実行させ、
前記抽出ステップにおいて、複数の前記アクションのうち前記記憶ステップで記憶されたアクションが所定条件を満たすか否かの判定をさらに行い、当該アクションが前記所定条件を満たすと判定された場合、当該アクションを前記特定のアクションとして抽出し、前記記憶ステップで記憶されたアクションが前記所定条件を満たさないと判定された場合、予め決められた一又は複数のアクションから選択されたアクションを前記特定のアクションとして抽出し、
前記表示ステップにおいて前記所定条件を満たすと判定されたアクションが前記特定のアクションとして表示された前記第2領域では、前記所定条件が満たされなくなると、当該特定のアクションから、予め決められた一又は複数のアクションから選択されたアクションに表示を切り替えて当該アクションを選択可能に表示させることを特徴とするプログラム。
In the information processing device that executes the game,
An extraction step of extracting a specific action from a plurality of actions executable by the game character operated by the player;
The first region on the game screen, a portion of the plurality of actions causes selectably displayed by the player, in the second region arranged at different specific positions from the first region of the game screen, extracted a display step in which the to selectably displays the specific actions that are,
To execute the person the action to the game character in the case where the action is displayed in the first region is selected by the player, wherein the specific actions that are displayed in the second region is selected by the player In that case, a step of performing a process of causing the game character to perform the specific action ,
A storage step of storing an action selected by the player and executed by the game character;
In the extraction step, it is further determined whether the action stored in the storage step out of the plurality of actions satisfies a predetermined condition, and when the action is determined to satisfy the predetermined condition, the action is executed. When it is determined that the action stored in the storage step does not meet the predetermined condition, the action selected from one or more predetermined actions is extracted as the specific action. Then
In the second area in which the action determined to satisfy the predetermined condition in the display step is displayed as the specific action, when the predetermined condition is not satisfied, a predetermined one of the specific actions or A program characterized by switching the display to an action selected from a plurality of actions and displaying the action in a selectable manner .
前記所定条件は、前記記憶ステップで記憶されたアクションを前記プレイヤが選択可能な残り回数が1回以上であるとの条件、又は前記ゲームキャラクタに関連付けられたパラメータの値前記記憶ステップで記憶されたアクションの実行に必要な前記パラメータの
下限値以上であるとの条件を含む
請求項に記載のプログラム。
As the predetermined condition, a condition that the number of remaining times that the player can select the action stored in the storing step is one or more, or a value of a parameter associated with the game character is stored in the storing step. Of the parameters required to execute the action
The program according to claim 1 , including a condition that it is equal to or greater than a lower limit value .
前記特定のアクションは、複数の前記アクションのそれぞれが選択された回数に基づいて抽出される
請求項またはに記載のプログラム。
The particular action is a program according to claim 1 or 2 are extracted based on the number of times each of the plurality of actions has been selected.
前記抽出ステップにおいて、前記記憶ステップで記憶されたアクションのうち、前記プレイヤが最後に選択したアクションを前記特定のアクションとして抽出する
請求項1〜3のいずれか1項に記載のプログラム。
The program according to any one of claims 1 to 3, wherein, in the extracting step, the action selected last by the player is extracted as the specific action from the actions stored in the storing step.
ゲームを実行する情報処理装置に、
プレイヤが操作するゲームキャラクタが実行可能な複数のアクションのなかから特定のアクションを抽出する抽出ステップと、
ゲーム画面における第1領域に、複数の前記アクションの一部を前記プレイヤによって選択可能に表示させるとともに、前記ゲーム画面における前記第1領域とは異なる特定の位置に配置された第2領域に、抽出された前記特定のアクションを前記プレイヤによって選択可能に表示させる表示ステップと、
前記第1領域に表示された前記アクションが前記プレイヤによって選択された場合には当アクションを前記ゲームキャラクタに実行させ、前記第2領域に表示された前記特定のアクションが前記プレイヤによって選択された場合には前記特定のアクションを前記ゲームキャラクタに実行させる処理を行うステップと、を実行させ、
前記表示ステップでは、複数の前記アクションの各々はカテゴリに分類され、分類された該カテゴリごとに前記第1領域に表示され、
前記抽出ステップにおいて、前記特定のアクションは、前記プレイヤにより選択された前記カテゴリに含まれるアクションから抽出されることを特徴とするプログラム。
In the information processing device that executes the game,
An extraction step of extracting a specific action from a plurality of actions executable by the game character operated by the player;
The first region on the game screen, a portion of the plurality of actions causes selectably displayed by the player, in the second region arranged at different specific positions from the first region of the game screen, extracted a display step of selectably displaying the specific actions made by the player,
To execute the person the action to the game character in the case where the action is displayed in the first region is selected by the player, wherein the specific actions that are displayed in the second region is selected by the player In the case of performing a process of causing the game character to perform the specific action ,
In the displaying step, each of the plurality of actions is classified into a category, and each of the classified categories is displayed in the first area,
In the extracting step, the specific action is extracted from actions included in the category selected by the player .
複数の前記アクションの各々は、前記カテゴリごとにタブ形式で前記第1領域に表示され、
前記特定のアクションは、前記プレイヤにより選択されたタブに含まれるアクションから抽出される
請求項に記載のプログラム。
Each of the plurality of actions is displayed in the first area in the tab format for each of the categories,
The program according to claim 5 , wherein the specific action is extracted from an action included in a tab selected by the player.
前記抽出ステップが第1抽出ステップであり、
前記表示ステップが第1表示ステップであり、
前記情報処理装置に、
前記第1表示ステップにおいて前記プレイヤの操作により前記選択されたタブと異なるタブが選択された場合、該異なるタブに含まれるアクションから前記特定のアクションを新たに抽出する第2抽出ステップと、
前記第1領域に、前記異なるタブに含まれる複数のアクションの一部を前記プレイヤによって選択可能に表示させるとともに、前記第2領域に、前記第2抽出ステップにおいて抽出された特定のアクションを前記プレイヤによって選択可能に表示させる第2表示ステップとを実行させる
請求項に記載のプログラム。
The extraction step is a first extraction step,
The display step is the first display step,
In the information processing device,
A second extraction step of newly extracting the specific action from the actions included in the different tab when a tab different from the selected tab is selected by the operation of the player in the first display step;
A part of the plurality of actions included in the different tabs is displayed in the first area in a selectable manner by the player, and the specific action extracted in the second extracting step is displayed in the second area by the player. 7. The program according to claim 6 , which executes a second display step of displaying the display in a selectable manner.
前記第2領域は、前記ゲームの進行に関する情報を表示する領域と、前記第1領域との間に表示される
請求項1〜のいずれか一項に記載のプログラム。
The second region includes a region for displaying information about the progress of the game, the program according to any one of claims 1 to 7 which is displayed between the first region.
前記第2領域は、前記ゲーム画面に表示される情報に重畳することなく情報を表示する
請求項1〜8のいずれか1項に記載のプログラム。
The second region, the program according to any one of claims 1 to 8 for displaying information without superimposing the information to be displayed on the game screen.
ゲームの実行を制御する制御方法であって、情報処理装置として機能するコンピュータが、
プレイヤが操作するゲームキャラクタが実行可能な複数のアクションのなかから特定のアクションを抽出する抽出ステップと、
ゲーム画面における第1領域に、複数の前記アクションの一部を前記プレイヤによって選択可能に表示させるとともに、前記ゲーム画面における前記第1領域とは異なる特定の位置に配置された第2領域に、抽出された前記特定のアクションを選択可能に表示させる表示ステップと、
前記第1領域に表示された前記アクションが前記プレイヤによって選択された場合には当アクションを前記ゲームキャラクタに実行させ、前記第2領域に表示された前記特定のアクションが前記プレイヤによって選択された場合には前記特定のアクションを前記ゲームキャラクタに実行させる処理を行うステップと、
前記プレイヤが選択し前記ゲームキャラクタに実行させたアクションを記憶する記憶ステップと、を実行し、
前記抽出ステップにおいて、複数の前記アクションのうち前記記憶ステップで記憶されたアクションが所定条件を満たすか否かの判定をさらに行い、当該アクションが前記所定条件を満たすと判定された場合、当該アクションを前記特定のアクションとして抽出し、前記記憶ステップで記憶されたアクションが前記所定条件を満たさないと判定された場合、予め決められた一又は複数のアクションから選択したアクションを前記特定のアクションとして抽出し、
前記表示ステップでは、前記所定条件を満たすと判定されたアクションが前記特定のアクションとして表示された前記第2領域では、前記所定条件が満たされなくなると、当該特定のアクションから、予め決められた一又は複数のアクションから選択したアクションに表示を切り替えて当該アクションを選択可能に表示させることを特徴とする制御方法。
A control method for controlling execution of a game, wherein a computer functioning as an information processing device is
An extraction step of extracting a specific action from a plurality of actions executable by the game character operated by the player;
The first region on the game screen, a portion of the plurality of actions causes selectably displayed by the player, in the second region arranged at different specific positions from the first region of the game screen, extracted a display step in which the to selectably displays the specific actions that are,
To execute the person the action to the game character in the case where the action is displayed in the first region is selected by the player, wherein the specific actions that are displayed in the second region is selected by the player In that case, a step of performing a process of causing the game character to perform the specific action,
A storage step of storing an action selected by the player and executed by the game character;
In the extraction step, it is further determined whether the action stored in the storage step out of the plurality of actions satisfies a predetermined condition, and when the action is determined to satisfy the predetermined condition, the action is executed. When it is determined that the action stored in the storage step does not satisfy the predetermined condition, the action selected from one or more predetermined actions is extracted as the specific action. ,
In the display step, when the predetermined condition is not satisfied in the second area in which the action determined to satisfy the predetermined condition is displayed as the specific action, a predetermined one is determined from the specific action. Alternatively, a control method characterized by switching the display to an action selected from a plurality of actions and displaying the action in a selectable manner.
ゲームの実行を制御する制御方法であって、情報処理装置として機能するコンピュータが、
プレイヤが操作するゲームキャラクタが実行可能な複数のアクションのなかから特定のアクションを抽出する抽出ステップと、
ゲーム画面における第1領域に、複数の前記アクションの一部を前記プレイヤによって選択可能に表示させるとともに、前記ゲーム画面における前記第1領域とは異なる特定の位置に配置された第2領域に、抽出された前記特定のアクションを選択可能に表示させる表示ステップと、
前記第1領域に表示された前記アクションが前記プレイヤによって選択された場合には当該アクションを前記ゲームキャラクタに実行させ、前記第2領域に表示された前記特定のアクションが前記プレイヤによって選択された場合には前記特定のアクションを前記ゲームキャラクタに実行させる処理を行うステップと、を実行し、
前記表示ステップでは、複数の前記アクションの各々はカテゴリに分類され、分類された該カテゴリごとに前記第1領域に表示され、
前記抽出ステップにおいて、前記特定のアクションは、前記プレイヤにより選択された前記カテゴリに含まれるアクションから抽出されることを特徴とする制御方法。
A control method for controlling execution of a game, wherein a computer functioning as an information processing device is
An extraction step of extracting a specific action from a plurality of actions executable by the game character operated by the player;
A part of the plurality of actions is displayed in the first area of the game screen in a selectable manner by the player, and the action is extracted in a second area arranged at a specific position different from the first area of the game screen. A display step for selectively displaying the specified specific action,
When the action displayed in the first area is selected by the player, the game character is caused to execute the action, and the specific action displayed in the second area is selected by the player. To perform a process of causing the game character to perform the specific action,
In the displaying step, each of the plurality of actions is classified into a category, and each of the classified categories is displayed in the first area,
The control method, wherein in the extracting step, the specific action is extracted from actions included in the category selected by the player.
ゲームを実行する情報処理装置であって、
プレイヤが操作するゲームキャラクタが実行可能な複数のアクションのなかから特定のアクションを抽出する抽出部と、
ゲーム画面における第1領域に、複数の前記アクションの一部を前記プレイヤによって選択可能に表示させるとともに、前記ゲーム画面における前記第1領域とは異なる特定の位置に配置された第2領域に、抽出された前記特定のアクションを選択可能に表示させる
画面生成部と、
前記第1領域に表示された前記アクションが前記プレイヤによって選択された場合には当アクションを前記ゲームキャラクタに実行させ、前記第2領域に表示された前記特定のアクションが前記プレイヤによって選択された場合には前記特定のアクションを前記ゲームキャラクタに実行させる処理を行う進行処理部と
前記プレイヤが選択し前記ゲームキャラクタに実行させたアクションを記録するアクション記録部と、を備え、
前記抽出部は、複数の前記アクションのうち前記アクション記録部により記憶されたアクションが所定条件を満たすか否かの判定をさらに行い、当該アクションが前記所定条件を満たすと判定された場合、当該アクションを前記特定のアクションとして抽出し、前記アクション記録部により記憶されたアクションが前記所定条件を満たさないと判定された場合、予め決められた一又は複数のアクションから選択したアクションを前記特定のアクションとして抽出し、
前記画面生成部は、前記所定条件を満たすと判定されたアクションが前記特定のアクションとして表示された前記第2領域では、前記所定条件が満たされなくなると、当該特定のアクションから、予め決められた一又は複数のアクションから選択したアクションに表示を切り替えて当該アクションを選択可能に表示させることを特徴とする
を備える情報処理装置。
An information processing device for executing a game,
An extraction unit that extracts a specific action from a plurality of actions that the game character operated by the player can execute;
The first region on the game screen, a portion of the plurality of actions causes selectably displayed by the player, in the second region arranged at different specific positions from the first region of the game screen, extracted a screen generating unit for selectably displaying the specific actions that are,
To execute the person the action to the game character in the case where the action is displayed in the first region is selected by the player, wherein the specific actions that are displayed in the second region is selected by the player In the case, a progress processing unit that performs processing for causing the game character to perform the specific action ,
An action recording unit that records an action selected by the player and executed by the game character,
The extraction unit further determines whether the action stored in the action recording unit of the plurality of actions satisfies a predetermined condition, and when the action is determined to satisfy the predetermined condition, the action Is extracted as the specific action, and when it is determined that the action stored by the action recording unit does not satisfy the predetermined condition, an action selected from one or more predetermined actions is set as the specific action. Extract and
When the predetermined condition is not satisfied in the second area in which the action determined to satisfy the predetermined condition is displayed as the specific action, the screen generation unit determines a predetermined action from the specific action. Characterized by switching the display to an action selected from one or more actions and displaying the action in a selectable manner
An information processing apparatus including.
ゲームを実行する情報処理装置であって、
プレイヤが操作するゲームキャラクタが実行可能な複数のアクションのなかから特定のアクションを抽出する抽出部と、
ゲーム画面における第1領域に、複数の前記アクションの一部を前記プレイヤによって選択可能に表示させるとともに、前記ゲーム画面における前記第1領域とは異なる特定の位置に配置された第2領域に、抽出された前記特定のアクションを選択可能に表示させる画面生成部と、
前記第1領域に表示された前記アクションが前記プレイヤによって選択された場合には当該アクションを前記ゲームキャラクタに実行させ、前記第2領域に表示された前記特定のアクションが前記プレイヤによって選択された場合には前記特定のアクションを前記ゲームキャラクタに実行させる処理を行う進行処理部と、を備え、
前記画面生成部は、複数の前記アクションの各々をカテゴリに分類し、分類された該カテゴリごとに前記第1領域に表示し、
前記抽出部は、前記特定のアクションを、前記プレイヤにより選択された前記カテゴリに含まれるアクションから抽出することを特徴とする情報処理装置
An information processing device for executing a game,
An extraction unit that extracts a specific action from a plurality of actions that the game character operated by the player can execute;
A part of the plurality of actions is displayed in the first area of the game screen in a selectable manner by the player, and the action is extracted in a second area arranged at a specific position different from the first area of the game screen. A screen generation unit for selectively displaying the specified specific action,
When the action displayed in the first area is selected by the player, the game character is caused to execute the action, and the specific action displayed in the second area is selected by the player. Includes a progress processing unit that performs a process of causing the game character to perform the specific action,
The screen generation unit classifies each of the plurality of actions into categories, and displays each of the classified categories in the first area,
The information processing apparatus, wherein the extraction unit extracts the specific action from actions included in the category selected by the player .
JP2018232544A 2018-12-12 2018-12-12 Program, control method, and information processing device Active JP6732864B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018232544A JP6732864B2 (en) 2018-12-12 2018-12-12 Program, control method, and information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018232544A JP6732864B2 (en) 2018-12-12 2018-12-12 Program, control method, and information processing device

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2015190426A Division JP6854582B2 (en) 2015-09-28 2015-09-28 Programs, control methods and information processing equipment

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2020117603A Division JP7032483B2 (en) 2020-07-08 2020-07-08 Programs, control methods, and information processing equipment

Publications (2)

Publication Number Publication Date
JP2019063564A JP2019063564A (en) 2019-04-25
JP6732864B2 true JP6732864B2 (en) 2020-07-29

Family

ID=66339534

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018232544A Active JP6732864B2 (en) 2018-12-12 2018-12-12 Program, control method, and information processing device

Country Status (1)

Country Link
JP (1) JP6732864B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7523614B2 (en) * 2023-03-07 2024-07-26 株式会社カプコン Information processing system, information processing method, and program: Technology to support digital twin environments

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06348409A (en) * 1993-06-10 1994-12-22 Hitachi Ltd Document edition system
JP4734165B2 (en) * 2006-04-28 2011-07-27 株式会社スクウェア・エニックス Video game processing apparatus, video game processing method, and video game processing program
JP2013073479A (en) * 2011-09-28 2013-04-22 Konami Digital Entertainment Co Ltd Item selection device, item selection method, and program

Also Published As

Publication number Publication date
JP2019063564A (en) 2019-04-25

Similar Documents

Publication Publication Date Title
US11925858B2 (en) Server, control method therefor, computer-readable recording medium, and game system
JP6062902B2 (en) Program, control method, and information processing apparatus
JP7404541B2 (en) Virtual object control method, device, computer device, and computer program
JP7559014B2 (en) Program, terminal, and game system
JP5721876B1 (en) GAME PROGRAM, GAME PROCESSING METHOD, AND INFORMATION PROCESSING DEVICE
JP2025085718A (en) PROGRAM, CONTROL METHOD, AND INFORMATION PROCESSING APPARATUS
JP6732864B2 (en) Program, control method, and information processing device
JP6854582B2 (en) Programs, control methods and information processing equipment
JP6224166B2 (en) Program, communication system, and control method
JP5985022B2 (en) GAME PROGRAM, GAME PROCESSING METHOD, AND INFORMATION PROCESSING DEVICE
JP6479940B1 (en) GAME PROGRAM, METHOD, AND INFORMATION PROCESSING DEVICE
JP2016168349A5 (en)
JP5843985B2 (en) GAME PROGRAM, GAME PROCESSING METHOD, AND INFORMATION PROCESSING DEVICE
JP7381667B1 (en) Systems, methods, programs, and devices for games that organize game media
WO2026056602A1 (en) Game element conversion method and apparatus for turn-based board game, and device
CN121819329A (en) Information processing methods, devices, electronic devices, and storage media in games
Hu Discussion on Different Types of Game User Interface

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20181212

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20191030

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20191119

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200120

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20200319

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20200327

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200708

R150 Certificate of patent or registration of utility model

Ref document number: 6732864

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350