JP2016047215A - Program, game control method, and information processing device - Google Patents

Program, game control method, and information processing device Download PDF

Info

Publication number
JP2016047215A
JP2016047215A JP2014173966A JP2014173966A JP2016047215A JP 2016047215 A JP2016047215 A JP 2016047215A JP 2014173966 A JP2014173966 A JP 2014173966A JP 2014173966 A JP2014173966 A JP 2014173966A JP 2016047215 A JP2016047215 A JP 2016047215A
Authority
JP
Japan
Prior art keywords
player
battle
rematch
consecutive
wins
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2014173966A
Other languages
Japanese (ja)
Other versions
JP5964374B2 (en
Inventor
陽介 金屋
Yosuke Kanaya
陽介 金屋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
GREE Inc
Original Assignee
GREE Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by GREE Inc filed Critical GREE Inc
Priority to JP2014173966A priority Critical patent/JP5964374B2/en
Publication of JP2016047215A publication Critical patent/JP2016047215A/en
Application granted granted Critical
Publication of JP5964374B2 publication Critical patent/JP5964374B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a game program, a game control method, and an information processing device which can increase a motivation to play a game in a match game that counts the number of continuous winnings.SOLUTION: A computer functioning as an information processing device 1 which provides a match game about a match between players against each other is made to execute: a step for counting the number of continuous winnings of each player; a step for inquiring of a first player the will to compete with a second player who has won a match in the case that the first player is defeated in the match and that the number of continuous winnings of the first player is one or more; a step for fighting a match again in the case of receiving a request to fight a match again from the first player; and a step for storing the number of continuous winnings of the first player in the case that the second player is defeated in the match again.SELECTED DRAWING: Figure 8

Description

本発明は、連勝数をカウントする対戦ゲームに係るプログラム、ゲーム制御方法、及び情報処理装置に関する。   The present invention relates to a program, a game control method, and an information processing apparatus related to a battle game for counting consecutive wins.

従来から、コンピュータ等の情報処理装置を用いるゲームにおいて、プレイヤがゲーム内のキャラクタ等を操作して他のプレイヤや、NPC(Non Player Character)との対戦を行う対戦ゲームが知られている(例えば特許文献1)。   Conventionally, in a game using an information processing apparatus such as a computer, a battle game is known in which a player operates a character or the like in the game to play against other players or NPC (Non Player Character) (for example, Patent Document 1).

特許第5497233号公報Japanese Patent No. 5497233

従来の対戦ゲームにおいて、プレイヤが他のプレイヤとの戦闘に連勝すると、連勝数に応じて報酬(以下、連勝ボーナスという。)がプレイヤに付与されるものがある。当該連勝ボーナスによって、プレイヤの対戦意欲は増進される。しかしながら連勝中に敗北した場合、連勝数が0にリセットされてしまい、対戦ゲームをプレイする意欲を低下させてしまう恐れがあった。また連勝中に対戦を他プレイヤから挑まれて敗北した場合、積極的に対戦に挑んで敗北した場合よりもさらに対戦ゲームをプレイする意欲を低下させてしまう恐れがあった。   In a conventional battle game, when a player wins a battle with another player continuously, a reward (hereinafter referred to as a consecutive win bonus) is given to the player according to the number of consecutive wins. The player's willingness to play is enhanced by the winning streak bonus. However, when defeated during consecutive wins, the number of consecutive wins is reset to 0, which may reduce the willingness to play the battle game. In addition, when a player is defeated by another player during a consecutive win, there is a fear that the willingness to play the battle game may be further reduced than when the player defeats the player by actively challenging the player.

従って、上記のような問題点に鑑みてなされた本発明の目的は、連勝数をカウントする対戦ゲームにおいて、ゲームをプレイする意欲をより増進することができるプログラム、ゲーム制御方法、及び情報処理装置を提供することにある。   Accordingly, an object of the present invention made in view of the above-described problems is a program, a game control method, and an information processing apparatus that can further increase the willingness to play a game in a battle game that counts consecutive wins. Is to provide.

上記課題を解決するために本発明の一側面に係るプログラムは、
プレイヤ同士の対戦に係る対戦ゲームを提供する情報処理装置として機能するコンピュータに、
各プレイヤの連勝数をカウントするステップと、
第一プレイヤが対戦で敗北し、かつ該第一プレイヤの連勝数が1以上である場合、該対戦で勝利した第二プレイヤとの再戦意思を前記第一プレイヤに問い合わせるステップと、
前記第一プレイヤから再戦要求を受けた場合、再戦を行うステップと、
前記第二プレイヤが前記再戦で敗北した場合、前記第一プレイヤの連勝数を留保するステップと、
を実行させることを特徴とする。
In order to solve the above problems, a program according to one aspect of the present invention is provided.
In a computer that functions as an information processing device that provides a battle game related to a battle between players,
Counting the consecutive wins of each player;
Inquiring the first player about his intention to rematch with the second player who has won in the battle when the first player loses the battle and the first player has a consecutive win of 1 or more;
If a rematch request is received from the first player, a step of rematching;
Retaining the number of consecutive wins of the first player if the second player loses in the rematch;
Is executed.

また、本発明の一側面に係るプログラムは、
前記第二プレイヤが前記再戦で勝利した場合、前記第二プレイヤの連勝数を増加させることを特徴とする。
In addition, a program according to one aspect of the present invention is
When the second player wins the rematch, the number of consecutive wins of the second player is increased.

また、本発明の一側面に係るプログラムは、
前記再戦は、前記第一プレイヤと前記第二プレイヤとの対戦であることを特徴とする。
In addition, a program according to one aspect of the present invention is
The rematch is a battle between the first player and the second player.

また、本発明の一側面に係るプログラムは、
前記対戦は、前記第一プレイヤが予め編成した防御デッキと、該防御デッキに係る情報を確認後に前記第二プレイヤが編成可能な攻撃デッキとにより行い、前記再戦は、前記第二プレイヤが予め編成した防御デッキと、該防御デッキに係る情報を確認後に前記第一プレイヤが編成可能な攻撃デッキとにより行うことを特徴とする。
In addition, a program according to one aspect of the present invention is
The battle is performed by a defense deck previously organized by the first player and an attack deck that can be organized by the second player after confirming information related to the defense deck, and the replay is organized by the second player in advance. And a defense deck that can be organized by the first player after confirming information related to the defense deck.

また、本発明の一側面に係るプログラムは、
前記再戦は、自動的に又は前記第一プレイヤの選択により決定された第三プレイヤと前記第二プレイヤとの対戦であることを特徴とする。
In addition, a program according to one aspect of the present invention is
The rematch is a battle between the third player and the second player determined automatically or by selection of the first player.

また、本発明の一側面に係るプログラムはさらに、
前記コンピュータに、
前記第三プレイヤが前記再戦で勝利した勝利数をカウントするステップを実行させ、
前記再戦意思を前記第一プレイヤに問い合わせるステップにおいて、前記勝利数を前記第一プレイヤに通知することを特徴とする。
In addition, a program according to one aspect of the present invention further includes
In the computer,
Counting the number of wins won by the third player in the rematch,
In the step of inquiring the first player about the intention to rematch, the number of wins is notified to the first player.

また、本発明の一側面に係るゲーム制御方法は、
プレイヤ同士の対戦に係る対戦ゲームを提供する情報処理装置によるゲーム制御方法であって、
各プレイヤの連勝数をカウントするステップと、
第一プレイヤが対戦で敗北し、かつ該第一プレイヤの連勝数が1以上である場合、該対戦で勝利した第二プレイヤとの再戦意思を前記第一プレイヤに問い合わせるステップと、
前記第一プレイヤから再戦要求を受けた場合、再戦を行うステップと、
前記第二プレイヤが前記再戦に敗北した場合、前記第一プレイヤの連勝数を留保するステップと、
を実行させることを特徴とする。
A game control method according to one aspect of the present invention includes:
A game control method by an information processing device for providing a battle game related to a battle between players,
Counting the consecutive wins of each player;
Inquiring the first player about his intention to rematch with the second player who has won in the battle when the first player loses the battle and the first player has a consecutive win of 1 or more;
If a rematch request is received from the first player, a step of rematching;
If the second player loses the rematch, retaining the number of consecutive wins of the first player;
Is executed.

また、本発明の一側面に係る情報処理装置は、
プレイヤ同士の対戦に係る対戦ゲームを提供し、各プレイヤの連勝数をカウントする制御部と、
第一プレイヤが対戦で敗北し、かつ該第一プレイヤの連勝数が1以上である場合、該対戦で勝利した第二プレイヤとの再戦意思を前記第一プレイヤに問い合わせる通信部と、
を備え、
前記制御部は、前記第一プレイヤから再戦要求を受けた場合に再戦を行い、前記第二プレイヤが前記再戦に敗北した場合、前記第一プレイヤの連勝数を留保することを特徴とする。
In addition, an information processing apparatus according to one aspect of the present invention includes:
A control unit for providing a battle game related to a battle between players, and counting the number of consecutive wins of each player;
A communication unit that inquires the first player about his intention to rematch with the second player who has won in the battle when the first player loses the battle and the first player has a consecutive win count of 1 or more;
With
The control unit performs a rematch when receiving a rematch request from the first player, and reserves the number of consecutive wins of the first player when the second player loses the rematch.

本発明におけるプログラム、ゲーム制御方法、及び情報処理装置によれば、連勝数をカウントする対戦ゲームにおいて、ゲームをプレイする意欲を増進することができるができる。   According to the program, the game control method, and the information processing apparatus of the present invention, the willingness to play a game can be increased in a battle game that counts the number of consecutive wins.

本発明の一実施形態に係る情報処理装置を含むゲームシステムのブロック図である。1 is a block diagram of a game system including an information processing apparatus according to an embodiment of the present invention. ゲーム媒体データの例を示す図である。It is a figure which shows the example of game media data. プレイヤデータの例を示す図である。It is a figure which shows the example of player data. デッキデータの例を示す図である。It is a figure which shows the example of deck data. 連勝数データの例を示す図である。It is a figure which shows the example of number-of-wins data. 連勝ボーナスデータの例を示す図である。It is a figure which shows the example of consecutive win bonus data. 連勝ボーナスの付与の一例を示す概略図である。It is the schematic which shows an example of provision of a consecutive win bonus. 連勝ボーナスの付与の他の一例を示す概略図である。It is the schematic which shows another example of provision of a consecutive win bonus. 本発明の一実施形態に係る情報処理装置の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the information processing apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係る通信端末の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the communication terminal which concerns on one Embodiment of this invention. 対戦相手リスト画面の一例である。It is an example of an opponent list screen. 対戦準備画面の一例である。It is an example of a battle preparation screen. 対戦画面の一例である。It is an example of a battle | competition screen. 対戦結果画面の一例である。It is an example of a battle result screen. 対戦結果画面の他の一例である。It is another example of a battle result screen. 本発明の一実施形態に係る、再戦要求をする通信端末の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the communication terminal which makes the rematch request based on one Embodiment of this invention. 再戦要求に係るプレイヤのマイページの一例である。It is an example of the player's my page concerning a rematch request. 再戦要求に係るモーダル画面の一例である。It is an example of the modal screen which concerns on a rematch request. 連勝ボーナスが確定した場合の画面例である。It is an example of a screen when a winning streak is confirmed. 再戦準備画面の一例である。It is an example of a rematch preparation screen. 再戦結果画面の一例である。It is an example of a rematch result screen. 再戦結果画面の他の一例である。It is another example of a rematch result screen. 変形例に係る再戦準備画面の一例である。It is an example of the rematch preparation screen which concerns on a modification. 代行プレイヤリスト画面の一例である。It is an example of a substitute player list screen. 代行依頼を受けたプレイヤのマイページの一例である。It is an example of my page of the player who received the substitution request. 代行諾否に係るモーダル画面の一例である。It is an example of the modal screen concerning proxy acceptance / rejection.

以下、本発明の実施の形態について説明する。   Embodiments of the present invention will be described below.

(実施の形態)
[1.ゲームシステムの概略構成]
図1は本発明の一実施形態に係る情報処理装置を含むゲームシステムのブロック図である。図1に示すゲームシステムは、情報処理装置1(ゲームサーバ1)と、通信端末2とを備える。ゲームサーバ1と通信端末2とはネットワーク3を介して通信する。なお図1においては、通信端末2を1つのみ示しているがこれに限られない。本ゲームシステムは複数の通信端末を含み、複数のユーザが当該複数の通信端末を用いてプレイするゲームを提供する。
(Embodiment)
[1. Schematic configuration of game system]
FIG. 1 is a block diagram of a game system including an information processing apparatus according to an embodiment of the present invention. The game system shown in FIG. 1 includes an information processing device 1 (game server 1) and a communication terminal 2. The game server 1 and the communication terminal 2 communicate via the network 3. In FIG. 1, only one communication terminal 2 is shown, but the present invention is not limited to this. This game system includes a plurality of communication terminals, and provides a game that a plurality of users play using the plurality of communication terminals.

概略として本実施の形態に係るゲームサーバ1は、プレイヤが保有している複数のゲーム媒体により構成されたデッキの攻撃力及び防御力の合計値に基づき、他のプレイヤやNPCとの対戦の勝敗を競う形式の対戦ゲームを、通信端末2に提供する。ゲーム媒体とは、ゲームの進行のためにプレイヤによって用いられる電子データの総称であり、例えば、ゲーム内のカード、キャラクタ、武器、防具、又はアイテム等である。ゲーム媒体は、ゲーム内のイベントの進行やクリア、敵キャラクタとの対戦、およびゲーム内ショップでの購入等により取得することができる。また本実施の形態に係るゲームサーバ1は、対戦における連勝数をプレイヤ毎にカウントし、連勝ボーナスをプレイヤに付与する。以下、ゲームサーバ1の各構成について説明する。   As a general rule, the game server 1 according to the present embodiment wins or loses a battle against other players or NPCs based on the total attack power and defense power of a deck composed of a plurality of game media possessed by the player. Is provided to the communication terminal 2. A game medium is a generic term for electronic data used by a player for the progress of a game, and is, for example, a card, character, weapon, armor, item, or the like in a game. The game media can be acquired by progressing or clearing an event in the game, playing against an enemy character, purchasing at an in-game shop, or the like. In addition, the game server 1 according to the present embodiment counts the number of consecutive wins in the battle for each player, and gives the player a consecutive win bonus. Hereinafter, each configuration of the game server 1 will be described.

[1.1.ゲームサーバの構成]
ゲームサーバ1は、通信部10と、記憶部11と、制御部12とを備える。通信部10は、無線又は有線の少なくとも一方により、ネットワーク3を介して通信端末2と通信する。
[1.1. Game server configuration]
The game server 1 includes a communication unit 10, a storage unit 11, and a control unit 12. The communication unit 10 communicates with the communication terminal 2 via the network 3 by at least one of wireless and wired.

記憶部11は、ゲームに係る各種情報を記憶する。具体的には記憶部11は、ゲーム媒体データ111、プレイヤデータ112、デッキデータ113、連勝数データ114、及び連勝ボーナスデータ115を記憶する。   The storage unit 11 stores various information related to the game. Specifically, the storage unit 11 stores game medium data 111, player data 112, deck data 113, consecutive win number data 114, and consecutive win bonus data 115.

図2は、ゲーム媒体データ111の例を示す。ゲーム媒体データ111は、対戦で用いられるゲーム媒体に係る各種情報を含む。具体的には図2に示すゲーム媒体データ111は、ゲーム媒体に係る各種情報として、ゲーム媒体ID、ゲーム媒体名、ゲーム媒体画像、攻撃力、防御力、及びコストを含む。ゲーム媒体IDとは、本ゲームにおいてゲーム媒体を一意に特定するための識別情報である。ゲーム媒体名とは、ゲーム媒体に付された名称である。ゲーム媒体画像とは、ゲーム媒体を示す画像であり、図2では画像の名称で記している。攻撃力及び防御力は、ゲーム媒体の強さを示すパラメータである。攻撃力及び防御力ともに値が大きい程、当該ゲーム媒体の強さは高い。コストとは、デッキを構成する際に参照されるパラメータである。デッキを構成する少なくとも1つのゲーム媒体のコストの合計値は、プレイヤ毎に設定された所定値(以下、最大デッキコストという。)以下でなければならない。   FIG. 2 shows an example of the game media data 111. The game media data 111 includes various information related to the game media used in the battle. Specifically, the game media data 111 shown in FIG. 2 includes a game media ID, a game media name, a game media image, an attack power, a defense power, and a cost as various information related to the game media. The game media ID is identification information for uniquely identifying a game media in the game. The game media name is a name given to the game media. The game media image is an image showing the game media, and is indicated by the name of the image in FIG. The attack power and the defense power are parameters indicating the strength of the game medium. The greater the attack power and defense power, the higher the strength of the game medium. The cost is a parameter referred to when configuring the deck. The total value of the costs of at least one game medium constituting the deck must be equal to or less than a predetermined value (hereinafter referred to as the maximum deck cost) set for each player.

図3は、プレイヤデータ112の例を示す。プレイヤデータ112は、各プレイヤに係る各種情報を含む。具体的には図3に示すプレイヤデータ112は、各プレイヤに係る各種情報として、プレイヤID、レベル、所持ポイント、最大デッキコスト、保有ゲーム媒体に係る情報を含む。プレイヤIDとは、本ゲームシステムにおいてプレイヤを一意に特定するための識別子である。レベルとは、ゲーム内におけるプレイヤの成長度を示すパラメータであり、レベルの数値が高いほど成長度が高いことを示す。所持ポイントは、プレイヤが所持するゲーム内通貨を示すパラメータであり、ゲームの進行や対戦等に応じて報酬として付与される。最大デッキコストは、プレイヤのレベルが高くなる程、高くなる。保有ゲーム媒体は、プレイヤがゲーム内において購入等により取得したゲーム媒体である。プレイヤは、保有ゲーム媒体の中から、対戦で用いるゲーム媒体を最大デッキコストの範囲内で自ら選択して対戦に用いるデッキを編成する。   FIG. 3 shows an example of the player data 112. The player data 112 includes various information related to each player. Specifically, the player data 112 shown in FIG. 3 includes, as various information relating to each player, information relating to the player ID, level, possession point, maximum deck cost, and possessed game medium. The player ID is an identifier for uniquely identifying the player in the game system. The level is a parameter indicating the degree of growth of the player in the game. The higher the level value, the higher the degree of growth. The possession point is a parameter indicating the in-game currency possessed by the player, and is given as a reward according to the progress of the game, the battle, or the like. The maximum deck cost increases as the player level increases. The possessed game medium is a game medium acquired by the player by purchase or the like in the game. The player selects a game medium to be used for the battle from the owned game media within the range of the maximum deck cost, and forms a deck to be used for the battle.

図4は、デッキデータ113の例を示す。デッキデータ113は、各プレイヤのデッキに係る情報を含む。具体的には図4に示すデッキデータ113は、攻撃デッキ及び防御デッキに係る情報を含み、各プレイヤIDとともに、攻撃デッキ及び防御デッキを編成するゲーム媒体IDが関連付けられて記憶されている。攻撃デッキとは、プレイヤが対戦に挑む場合において、対戦で用いられる当該プレイヤのデッキ(攻撃用のデッキ)である。防御デッキとは、プレイヤが対戦に挑まれた場合において、対戦で用いられる当該プレイヤのデッキ(防御用のデッキ)である。すなわち対戦においては、対戦を挑んだプレイヤの攻撃デッキと、対戦を挑まれたプレイヤの防御デッキとが用いられる。なお図4では、攻撃デッキ及び防御デッキがそれぞれ1つずつ設定されている例を示しているがこれに限られず、プレイヤは複数の攻撃デッキ、及び複数の防御デッキを設定してもよい。あるいは1つのデッキのみを設定し、攻撃デッキ及び防御デッキとして用いてもよい。   FIG. 4 shows an example of the deck data 113. The deck data 113 includes information related to each player's deck. Specifically, the deck data 113 shown in FIG. 4 includes information related to the attack deck and the defense deck, and is stored in association with each player ID and a game medium ID that organizes the attack deck and the defense deck. The attack deck is a deck (attack deck) of the player used in the battle when the player challenges the battle. The defense deck is a deck (defense deck) of the player used in the battle when the player is challenged. That is, in the battle, the attack deck of the player who challenged the battle and the defense deck of the player who challenged the battle are used. FIG. 4 shows an example in which one attack deck and one defense deck are set. However, the present invention is not limited to this, and the player may set a plurality of attack decks and a plurality of defense decks. Alternatively, only one deck may be set and used as an attack deck and a defense deck.

図5は、連勝数データ114の例を示す。連勝数データ114は、各プレイヤの連勝数に係る情報を含む。連勝数とは、対戦ゲームの対戦において、プレイヤが連続して勝利した回数である。例えばあるプレイヤAが、プレイヤBとの対戦に勝利した場合、連勝数が1となり、その後プレイヤCとの対戦に勝利した場合、連勝数が2となる。さらにプレイヤAがプレイヤDとの対戦に勝利した場合、連勝数は3となる。図5に示すように連勝数データ114は、各プレイヤIDに対応付けた連勝数の情報を含む。   FIG. 5 shows an example of the consecutive win number data 114. The consecutive winning number data 114 includes information related to the consecutive winning number of each player. The number of consecutive wins is the number of times that the player has continuously won in the battle of the battle game. For example, when a certain player A wins a battle with the player B, the number of consecutive wins is 1, and when the player A subsequently wins a battle with the player C, the number of consecutive wins is 2. Further, when the player A wins the battle with the player D, the number of consecutive wins is three. As shown in FIG. 5, the consecutive win data 114 includes information on the consecutive wins associated with each player ID.

図6は、連勝ボーナスデータ115の例を示す。連勝ボーナスデータ115は、連勝数に応じた連勝ボーナスの情報を含む。図6に示すように、連勝数が1である場合、連勝ボーナスは100ポイントであり、連勝数が2、3と上昇するに従い、連勝ボーナスにそれぞれ100ポイント、200ポイントが加算される。そのため連勝数が2、3における連勝ボーナスはそれぞれ300ポイント、600ポイントとなる。このように本対戦ゲームにおいては、連勝数が増加するに従いより多くの連勝ボーナスを得ることができる。連勝ボーナスは、連勝数が確定した場合にプレイヤに付与される。一方連勝が継続している場合(連勝中の場合)、連勝ボーナスはプレイヤに付与されずストックされていく。プレイヤに連勝ボーナスが付与された場合、プレイヤの所持ポイントに連勝ボーナスが加算される。   FIG. 6 shows an example of the consecutive win bonus data 115. The consecutive winning bonus data 115 includes information on consecutive winning bonuses according to the number of consecutive wins. As shown in FIG. 6, when the number of consecutive wins is 1, the consecutive winning bonus is 100 points, and as the consecutive winning number increases to 2, 3, 100 points and 200 points are added to the consecutive winning bonus, respectively. Therefore, the consecutive winning bonuses when the winning numbers are 2, 3 are 300 points and 600 points, respectively. Thus, in this competitive game, as the number of consecutive wins increases, more consecutive winning bonuses can be obtained. The consecutive win bonus is given to the player when the number of consecutive wins is confirmed. On the other hand, when consecutive wins are continuing (during consecutive wins), consecutive win bonuses are not given to the player but are stocked. When a consecutive winning bonus is given to the player, the consecutive winning bonus is added to the player's possession points.

図7は、連勝ボーナスの付与の一例を示す概略図である。図7の例では、まずあるプレイヤ(プレイヤAとする。)は、他プレイヤに対戦を挑んで対戦をする(ステップS11)。なお図7では、対戦を挑んで戦闘することを“攻撃:バトル”と示し、対戦を挑まれて戦闘することを“防御:バトル”と示している。当該対戦ではプレイヤAが勝利している。このときプレイヤAの連勝数は1となる。   FIG. 7 is a schematic diagram showing an example of giving consecutive win bonuses. In the example of FIG. 7, first, a certain player (referred to as player A) challenges another player and battles (step S11). In FIG. 7, “attack: battle” indicates that the battle is challenged, and “defense: battle” indicates that the battle is challenged. Player A has won in the match. At this time, the number of consecutive wins of the player A is 1.

次にプレイヤAは、さらに他のプレイヤに対戦を挑んで対戦をする(ステップS12)。当該対戦においてもプレイヤAが勝利している。このときプレイヤAの連勝数は2となる。続いてプレイヤAは、他のプレイヤから対戦を挑まれて対戦をする(ステップS13)。当該対戦においてもプレイヤAが勝利している。このときプレイヤAの連勝数は3となる。続いてプレイヤAは、さらに他のプレイヤに対戦を挑んで対戦をする(ステップS14)。当該対戦ではプレイヤAが敗北している。   Next, player A challenges another player and battles (step S12). Player A also wins in the battle. At this time, the number of consecutive wins of the player A is 2. Subsequently, the player A is challenged by another player and battles (step S13). Player A also wins in the battle. At this time, the number of consecutive wins of the player A is 3. Subsequently, the player A further battles against another player (step S14). In the match, player A is defeated.

図7に図示しているようにステップS11〜ステップS13における対戦で勝利を重ねて連勝数が増加し、連勝ボーナスが積み上がっている。ステップS14において、対戦を挑んで敗北したため、連勝数が3に確定する。そして確定した連勝数である3に対応する連勝ボーナス、すなわち600ポイントがプレイヤAに付与される(ステップS15)。その後、プレイヤAの連勝数が0にリセットされる(ステップS16)。   As shown in FIG. 7, the number of consecutive wins is increased by repeating the battles in Steps S11 to S13, and the consecutive winning bonuses are accumulated. In step S14, the number of consecutive wins is fixed to 3 because the game has been defeated and defeated. Then, a consecutive winning bonus corresponding to 3 which is the determined number of consecutive winnings, that is, 600 points is awarded to the player A (step S15). Thereafter, the number of consecutive wins of the player A is reset to 0 (step S16).

図8は、連勝ボーナスの付与の他の例を示す概略図である。図7と同一の動作については同一の符号を付し、説明は省略する。図8の例ではステップS11〜12に続いて、プレイヤAは、他のプレイヤから対戦を挑まれて対戦をし(ステップS23)、当該対戦において敗北している。   FIG. 8 is a schematic diagram showing another example of giving consecutive win bonuses. The same operations as those in FIG. 7 are denoted by the same reference numerals, and description thereof is omitted. In the example of FIG. 8, following Steps S11 to S12, Player A is challenged by another player and competes (Step S23), and is defeated in the battle.

本実施形態に係るゲームシステムでは、プレイヤAが連勝中に対戦に挑まれて敗北した場合、プレイヤAは当該対戦で勝利したプレイヤと再戦をすることができる。プレイヤAが再戦を行って(ステップS24)再戦に勝利した場合、プレイヤAの連勝数は留保される。つまり再戦前の連勝数である“2”が0にリセットされずにそのまま維持される。この後にプレイヤAが次に別のプレイヤに対戦を挑んで勝利すると(ステップS25)、連勝数が3となる(ステップS26)。このように再戦で勝利をすることで、再戦前の対戦の負けによる連勝ストップは取り消され、連勝が継続している状態が復活する。   In the game system according to the present embodiment, when the player A is challenged and defeated during consecutive wins, the player A can replay with the player who won the battle. When the player A performs a rematch (step S24) and wins the rematch, the number of consecutive wins of the player A is reserved. That is, “2”, which is the number of consecutive wins before the rematch, is maintained as it is without being reset to zero. After that, when the player A then challenges another player and wins (step S25), the number of consecutive wins is 3 (step S26). By winning in the rematch in this way, the consecutive victory stop due to the loss of the battle before the rematch is canceled, and the state where the consecutive victory continues is revived.

一方、再戦に敗北した場合、連勝数が2に確定する。そして確定した連勝数である2に対応する連勝ボーナス、すなわち300ポイントがプレイヤAに付与される(ステップS27)。その後、プレイヤAの連勝数が0にリセットされる(ステップS28)。これらの対戦処理、再戦処理、及び連勝ボーナスの付与の処理等は、制御部12が行う。以下、制御部12について説明する。   On the other hand, if the defeat is lost, the number of consecutive wins is fixed to 2. Then, a consecutive winning bonus corresponding to 2 which is the determined number of consecutive winnings, that is, 300 points is awarded to the player A (step S27). Thereafter, the number of consecutive wins of the player A is reset to 0 (step S28). The control unit 12 performs the battle process, the rematch process, the process of giving a winning streak bonus, and the like. Hereinafter, the control unit 12 will be described.

制御部12は、ゲームサーバ1に係る各種制御を行う。具体的には制御部12は、通信部10を介して通信端末2からプレイヤの操作に基づく対戦要求を受信すると、当該対戦要求に基づき対戦処理を行う。制御部12は、対戦要求をしたプレイヤ(プレイヤAとする。)の攻撃デッキ及び対戦要求を受けたプレイヤ(プレイヤBとする。)の防御デッキに係る情報を記憶部11のデッキデータ113に基づき取得する。そして制御部12は、プレイヤAの攻撃デッキと、プレイヤBの防御デッキに基づき対戦結果を決定する。制御部12は、対戦結果に基づき、勝者の連勝数を加算する。例えばプレイヤAが勝利した場合、制御部12は、プレイヤAの連勝数を加算する。すなわち制御部12は、連勝数データ114の勝者(プレイヤA)に係る連勝数に1を加算する。このようにして制御部12は、各プレイヤの連勝数をカウントする。なお本発明の「第一プレイヤ」は、対戦要求を受けたプレイヤ、すなわちここではプレイヤBに相当する。一方、本発明の「第二プレイヤ」は、対戦要求をしたプレイヤ、すなわちここではプレイヤAに相当する。   The control unit 12 performs various controls related to the game server 1. Specifically, when receiving a battle request based on the player's operation from the communication terminal 2 via the communication unit 10, the control unit 12 performs a battle process based on the battle request. Based on the deck data 113 stored in the storage unit 11, the control unit 12 stores information related to the attack deck of the player who requests the battle (referred to as player A) and the defense deck of the player who receives the battle request (referred to as player B). get. Then, the control unit 12 determines a battle result based on the attack deck of the player A and the defense deck of the player B. The control unit 12 adds the number of consecutive wins of the winner based on the battle result. For example, when the player A wins, the control unit 12 adds the number of consecutive wins of the player A. That is, the control unit 12 adds 1 to the number of consecutive wins related to the winner (player A) of the consecutive win number data 114. In this way, the control unit 12 counts the number of consecutive wins of each player. The “first player” of the present invention corresponds to a player who has received a battle request, that is, player B here. On the other hand, the “second player” of the present invention corresponds to the player who requested the battle, that is, the player A here.

また制御部12は、対戦要求を受けたプレイヤ(ここではプレイヤB)が連勝中であった場合、当該対戦で勝利したプレイヤ(プレイヤA)との再戦意思をプレイヤBに問い合わせる。具体的には制御部12は、プレイヤBの連勝数が1以上である場合、通信部10を介してプレイヤBの通信端末2に、プレイヤAとの再戦意思を問い合わせる。プレイヤBから再戦要求を受けた場合、制御部12は、再戦処理を行う。具体的には制御部12は、プレイヤBの攻撃デッキ及びプレイヤAの防御デッキに係る情報を、記憶部11のデッキデータ113に基づき取得する。そして制御部12は、プレイヤBの攻撃デッキと、プレイヤAの防御デッキに基づき再戦結果を決定する。制御部12は、再戦要求をしたプレイヤ(ここではプレイヤB)が勝利した場合、プレイヤBの連勝数を留保する。言い換えると制御部12は、再戦要求を受けたプレイヤ(ここではプレイヤA)が敗北した場合、プレイヤBの連勝数を留保する。   When the player who has received the battle request (here, player B) is winning consecutively, the control unit 12 inquires the player B about his intention to rematch with the player who has won the battle (player A). Specifically, when the number of consecutive wins of the player B is 1 or more, the control unit 12 inquires of the communication terminal 2 of the player B about the intention to rematch with the player A through the communication unit 10. When receiving a rematch request from the player B, the control unit 12 performs a rematch process. Specifically, the control unit 12 acquires information related to the attack deck of the player B and the defense deck of the player A based on the deck data 113 of the storage unit 11. Then, the control unit 12 determines a rematch result based on the attack deck of the player B and the defense deck of the player A. When the player who made the rematch request (here, player B) wins, the control unit 12 reserves the number of consecutive wins of player B. In other words, the control unit 12 reserves the number of consecutive wins of the player B when the player who has received the rematch request (here, the player A) loses.

一方、制御部12は、再戦要求をしたプレイヤ(ここではプレイヤB)が敗北した場合、プレイヤAの連勝数を加算する。すなわち制御部12は、連勝数データ114のプレイヤAに係る連勝数に1を加算する。さらに制御部12は、プレイヤBの連勝数を確定し、プレイヤBの連勝数に応じて、連勝ボーナスデータ115に基づき連勝ボーナスをプレイヤBに付与する。すなわち制御部12は、プレイヤデータ112のプレイヤBに係る所持ポイントに、連勝ボーナスを加算する。そして制御部12は、連勝数データ114のプレイヤBに係る連勝数を0にリセットする。   On the other hand, when the player who made the rematch request (here, player B) loses, the control unit 12 adds the number of consecutive wins of player A. That is, the control unit 12 adds 1 to the number of consecutive wins related to the player A in the consecutive win number data 114. Further, the control unit 12 determines the number of consecutive wins of the player B, and gives a consecutive victory bonus to the player B based on the consecutive winning bonus data 115 according to the number of consecutive wins of the player B. That is, the control unit 12 adds the consecutive win bonus to the possessed points related to the player B in the player data 112. Then, the control unit 12 resets the consecutive win number related to the player B in the consecutive win number data 114 to 0.

[1.2.通信端末の構成]
図1に戻り、通信端末2の構成について説明する。通信端末2は、通信部20と、表示
部21と、操作部22と、制御部23とを備える。
[1.2. Configuration of communication terminal]
Returning to FIG. 1, the configuration of the communication terminal 2 will be described. The communication terminal 2 includes a communication unit 20, a display unit 21, an operation unit 22, and a control unit 23.

通信部20は、ゲームサーバ1と無線又は有線の少なくとも一方により、ネットワーク3を介して通信をする。具体的には通信部20は、プレイヤによる操作部22の操作に基づき、ゲームサーバ1に対戦要求を送信する。また通信部20は、ゲームサーバ1に、再戦要求等を送信する。また通信部20は、対戦要求、再戦要求に対する表示画像等を受信する。   The communication unit 20 communicates with the game server 1 via the network 3 by at least one of wireless or wired. Specifically, the communication unit 20 transmits a battle request to the game server 1 based on the operation of the operation unit 22 by the player. The communication unit 20 transmits a rematch request or the like to the game server 1. Further, the communication unit 20 receives a display image or the like for a battle request or a rematch request.

表示部21は、液晶ディスプレイ、有機ELディスプレイ等により構成され、ゲームサーバ1により提供されるゲームに係る表示出力をする。たとえば表示部21は、対戦ゲームのマイページ、対戦相手リスト画面、対戦準備画面、対戦画面、対戦結果画面、再戦問い合わせ画面、再戦準備画面、再戦結果画面等を表示する。   The display unit 21 includes a liquid crystal display, an organic EL display, and the like, and performs display output related to a game provided by the game server 1. For example, the display unit 21 displays a battle game my page, an opponent list screen, a battle preparation screen, a battle screen, a battle result screen, a rematch inquiry screen, a rematch preparation screen, a rematch result screen, and the like.

操作部22は、ボタン、タッチパネル等により構成され、ゲームにおけるプレイヤからの入力信号を受け付ける。そして操作部22は、プレイヤから受け付けた入力信号を制御部23に送出する。   The operation unit 22 includes buttons, a touch panel, and the like, and receives an input signal from a player in the game. Then, the operation unit 22 sends an input signal received from the player to the control unit 23.

制御部23は、通信端末2に係る各種制御を行う。例えば制御部23は、プレイヤによる操作部22の操作に基づき、対戦要求や再戦要求を、通信部20を介してゲームサーバ1に送信する。   The control unit 23 performs various controls related to the communication terminal 2. For example, the control unit 23 transmits a battle request or a rematch request to the game server 1 via the communication unit 20 based on the operation of the operation unit 22 by the player.

[2.1.情報処理装置の動作]
次に、本発明の一実施形態に係るゲームサーバ1について、図9に示すフローチャートによりその動作を説明する。なおここではプレイヤAがプレイヤBに対戦要求をする場合について説明する。
[2.1. Operation of information processing device]
Next, the operation of the game server 1 according to an embodiment of the present invention will be described with reference to the flowchart shown in FIG. Here, a case where the player A makes a battle request to the player B will be described.

はじめにゲームサーバ1の制御部12は、通信部10を介して、通信端末2からプレイヤAの操作に基づき選択されたプレイヤBとの対戦要求を受信する(ステップS110)。   First, the control unit 12 of the game server 1 receives a battle request with the player B selected based on the operation of the player A from the communication terminal 2 via the communication unit 10 (step S110).

次に制御部12は、当該対戦要求に基づき対戦処理を行う。制御部12は、プレイヤAの攻撃デッキ及びプレイヤBの防御デッキに係る情報を記憶部11のデッキデータ113に基づき取得する。そして制御部12は、プレイヤAの攻撃デッキと、プレイヤBの防御デッキに基づき対戦結果を決定する(ステップS120)。   Next, the control unit 12 performs a battle process based on the battle request. The control unit 12 acquires information related to the attack deck of the player A and the defense deck of the player B based on the deck data 113 of the storage unit 11. Then, the control unit 12 determines a battle result based on the attack deck of the player A and the defense deck of the player B (step S120).

続いて制御部12は、対戦結果に基づき、勝者の連勝数を加算する(ステップS130)。例えばプレイヤAが勝利した場合、制御部12は、プレイヤAの連勝数を加算する。すなわち制御部12は、連勝数データ114の勝者であるプレイヤAに係る連勝数に1を加算する。   Subsequently, the control unit 12 adds the number of consecutive wins of the winner based on the battle result (step S130). For example, when the player A wins, the control unit 12 adds the number of consecutive wins of the player A. That is, the control unit 12 adds 1 to the number of consecutive wins relating to the player A who is the winner of the consecutive win number data 114.

続いて制御部12は、対戦要求を受けたプレイヤ(ここではプレイヤB)が当該対戦で敗北したか否かを判定する(ステップS140)。プレイヤBが当該対戦で敗北していなかった場合(プレイヤBが勝利した場合)(ステップS140:いいえ)、制御部12は、連勝数データ114に基づきプレイヤAの連勝数を確定する(ステップS150)。続いて制御部12は、プレイヤAの連勝数に応じて、連勝ボーナスデータ115に基づき連勝ボーナスをプレイヤAに付与する(ステップS160)。すなわち制御部12は、プレイヤデータ112のプレイヤAに係る所持ポイントに、連勝ボーナスを加算する。そして制御部12は、連勝数データ114のプレイヤAに係る連勝数を0にリセットし(ステップS170)、処理を終了する。   Subsequently, the control unit 12 determines whether or not the player who has received the battle request (here, the player B) has lost the battle (step S140). When the player B has not lost the match (when the player B wins) (step S140: No), the control unit 12 determines the number of consecutive wins of the player A based on the consecutive winning count data 114 (step S150). . Subsequently, the control unit 12 grants a consecutive winning bonus to the player A based on the consecutive winning bonus data 115 according to the number of consecutive winnings of the player A (step S160). That is, the control unit 12 adds the consecutive win bonus to the possessed points related to the player A in the player data 112. Then, the control unit 12 resets the consecutive win number related to the player A in the consecutive win number data 114 to 0 (step S170), and ends the process.

一方、プレイヤBが当該対戦で敗北した場合(ステップS140:はい)、制御部12は、プレイヤBの連勝数が1以上であるか否かを判定する(ステップS180)。具体的には制御部12は、連勝数データ114に基づきプレイヤBの連勝数を取得する。プレイヤBの連勝数が1以上である場合、ステップS190に進む。一方プレイヤBの連勝数が1未満である場合、処理を終了する。   On the other hand, when the player B loses the battle (step S140: Yes), the control unit 12 determines whether or not the consecutive win number of the player B is 1 or more (step S180). Specifically, the control unit 12 acquires the number of consecutive wins of the player B based on the number of consecutive wins data 114. When the number of consecutive wins of player B is 1 or more, the process proceeds to step S190. On the other hand, when the number of consecutive wins of player B is less than 1, the process is terminated.

プレイヤBの連勝数が1以上である場合(ステップS180:はい)、制御部12は、対戦で勝利したプレイヤ(ここではプレイヤA)との再戦意思をプレイヤBの通信端末2に問い合わせる(ステップS190)。   When the number of consecutive wins of the player B is 1 or more (step S180: Yes), the control unit 12 inquires the communication terminal 2 of the player B about the intention of rematch with the player who won the battle (here, the player A) (step S190). ).

続いて制御部12は、プレイヤBの再戦意思を判定する(ステップS200)。具体的には制御部12は、プレイヤBの通信端末2から、通信部10を介して再戦要求を受信した場合、プレイヤの再戦意思があると判定し、ステップS240に進む。一方、制御部12は、プレイヤBの通信端末2から、通信部10を介して再戦拒否の応答を受信した場合、プレイヤBの再戦意思がないと判定し、ステップS210に進む。なお制御部12は、対戦処理後から所定時間内に再戦要求を受信しない場合、再戦意思がないと判定してもよい。好適にはこの場合、当該所定時間において、プレイヤBは他のプレイヤに対戦を申し込めず、またプレイヤBは他のプレイヤから対戦を申し込まれない保護期間としてもよい。   Subsequently, the control unit 12 determines player B's intention to rematch (step S200). Specifically, when the control unit 12 receives a rematch request from the communication terminal 2 of the player B via the communication unit 10, the control unit 12 determines that the player has an intention to rematch and proceeds to step S240. On the other hand, if the control unit 12 receives a rematch rejection response from the communication terminal 2 of the player B via the communication unit 10, the control unit 12 determines that the player B does not intend to rematch, and proceeds to step S210. Note that the control unit 12 may determine that there is no intention to rematch when a rematch request is not received within a predetermined time after the battle process. Preferably, in this case, during the predetermined time, the player B may not apply for a match with another player, and the player B may have a protection period during which no match is requested from another player.

プレイヤBの再戦意思が無いと判定した場合(ステップS200:いいえ)、制御部12は、プレイヤBの連勝数を確定する。すなわち制御部12は、連勝数データ114に基づきプレイヤBの連勝数を確定する(ステップS210)。続いて制御部12は、プレイヤBの連勝数に応じて、連勝ボーナスデータ115に基づき連勝ボーナスをプレイヤBに付与する(ステップS220)。すなわち制御部12は、プレイヤデータ112のプレイヤBに係る所持ポイントに、連勝ボーナスを加算する。そして制御部12は、連勝数データ114のプレイヤBに係る連勝数を0にリセットし(ステップS230)、処理を終了する。   When it is determined that the player B has no intention to rematch (step S200: No), the control unit 12 determines the number of consecutive wins of the player B. That is, the control unit 12 determines the number of consecutive wins of the player B based on the consecutive winning number data 114 (step S210). Subsequently, the control unit 12 grants a consecutive victory bonus to the player B based on the consecutive winning bonus data 115 according to the number of consecutive winnings of the player B (step S220). That is, the control unit 12 adds the consecutive win bonus to the possessed points related to the player B in the player data 112. Then, the control unit 12 resets the consecutive win number related to the player B in the consecutive win number data 114 to 0 (step S230), and ends the process.

一方ステップS200においてプレイヤBの再戦意思があると判定した場合(ステップS200:はい)、制御部12は、再戦処理を行う(ステップS240)。具体的には制御部12は、プレイヤBの攻撃デッキ及びプレイヤAの防御デッキに係る情報を、記憶部11のデッキデータ113に基づき取得する。そして制御部12は、プレイヤBの攻撃デッキと、プレイヤAの防御デッキに基づき再戦結果を決定する。   On the other hand, when it is determined in step S200 that player B has a rematch intention (step S200: Yes), the control unit 12 performs a rematch process (step S240). Specifically, the control unit 12 acquires information related to the attack deck of the player B and the defense deck of the player A based on the deck data 113 of the storage unit 11. Then, the control unit 12 determines a rematch result based on the attack deck of the player B and the defense deck of the player A.

続いて制御部12は、再戦要求を受けたプレイヤ(ここではプレイヤA)が敗北したか否かを判定する(ステップS250)。プレイヤAが敗北していない場合、すなわちプレイヤAが勝利した場合(ステップS250:いいえ)、制御部12は、プレイヤAの連勝数を加算する(ステップS260)。すなわち制御部12は、連勝数データ114のプレイヤAに係る連勝数に1を加算する。続いてステップS210に進んで、ステップS210〜ステップS230に係る処理を行う。   Subsequently, the control unit 12 determines whether or not the player who has received the rematch request (here, the player A) has lost (step S250). When the player A is not defeated, that is, when the player A wins (step S250: No), the control unit 12 adds the number of consecutive wins of the player A (step S260). That is, the control unit 12 adds 1 to the number of consecutive wins related to the player A in the consecutive win number data 114. Then, it progresses to step S210 and performs the process which concerns on step S210-step S230.

ステップS250においてプレイヤAが敗北していた場合(ステップS250:はい)、プレイヤBの連勝数を留保する(ステップS270)。つまり制御部12は、再戦前のプレイヤBの連勝数をそのまま維持し、0にリセットしない。そして処理が終了する。   When the player A is defeated in step S250 (step S250: Yes), the number of consecutive wins of the player B is reserved (step S270). That is, the control unit 12 maintains the number of consecutive wins of the player B before the rematch as it is and does not reset it to 0. Then, the process ends.

[2.2.通信端末の動作]
次に、本発明の一実施形態に係る通信端末2について、図10に示すフローチャート及び図11から13に示す表示画面例によりその動作を説明する。
[2.2. Operation of communication terminal]
Next, the operation of the communication terminal 2 according to an embodiment of the present invention will be described with reference to the flowchart shown in FIG. 10 and display screen examples shown in FIGS.

図10は、対戦要求をするプレイヤ(ここではプレイヤA)の通信端末2の動作である。はじめに通信端末2の制御部23は、プレイヤAの操作に基づき対戦要求を送信する(ステップS310)。   FIG. 10 shows the operation of the communication terminal 2 of the player who makes a battle request (here, player A). First, the control unit 23 of the communication terminal 2 transmits a battle request based on the operation of the player A (step S310).

具体的には通信端末2の制御部23は、表示部21により図11に例示する対戦相手リスト画面を表示する。対戦相手リスト画面には、対戦相手候補の各プレイヤ情報311、312と、対戦相手候補の選択ボタン313、314とが対応付けて表示される。対戦相手は、ゲームサーバ1によりランダムに選択される。例えばプレイヤ情報311には、対戦候補のプレイヤBのレベルを含む。選択ボタン313がプレイヤにより選択された場合、制御部23は、プレイヤBが対戦候補として選択されたと判定する。プレイヤBが対戦候補として選択された場合、表示部21は対戦準備画面を表示する。図12に対戦準備画面の一例を示す。対戦準備画面には、対戦相手候補(ここではプレイヤB)の詳細情報315、対戦開始ボタン316、及びデッキ編成ボタン317が表示される。図12の例では、詳細情報315は、対戦相手候補のレベル、攻撃力、防御力等の情報を含む。対戦開始ボタン316は、対戦を開始するためのボタンであり、当該ボタンがプレイヤにより選択された場合、制御部23は、プレイヤBとの対戦要求をゲームサーバ1に送信する。デッキ編成ボタン317は、プレイヤが対戦に用いる攻撃デッキを変更するためのボタンである。デッキ編成ボタン317がプレイヤにより選択された場合、制御部23は、プレイヤの指定に基づき攻撃デッキに含まれるゲーム媒体を変更する要求をゲームサーバ1に送信する。当該要求を受信した場合、ゲームサーバ1の制御部12は、デッキデータ113を変更する。対戦要求をする側のプレイヤはこのように、対戦相手の詳細情報315を確認した上で攻撃デッキを編成できる。つまり対戦を要求するプレイヤが、対戦する相手の防御デッキに合わせて攻撃デッキを編成できるようにし、対戦要求をするプレイヤ側に有利になるようにしている。このようにすることで、各プレイヤが対戦ゲームをプレイすることを促す。   Specifically, the control unit 23 of the communication terminal 2 displays the opponent list screen illustrated in FIG. 11 on the display unit 21. On the opponent list screen, the player information 311 and 312 of the opponent candidates and the opponent candidate selection buttons 313 and 314 are displayed in association with each other. Opponents are randomly selected by the game server 1. For example, the player information 311 includes the level of the player B who is a battle candidate. When the selection button 313 is selected by the player, the control unit 23 determines that the player B is selected as a battle candidate. When the player B is selected as a battle candidate, the display unit 21 displays a battle preparation screen. FIG. 12 shows an example of the battle preparation screen. Detailed information 315 of an opponent candidate (here, player B), a battle start button 316, and a deck organization button 317 are displayed on the battle preparation screen. In the example of FIG. 12, the detailed information 315 includes information such as the level of an opponent candidate, attack power, defense power, and the like. The match start button 316 is a button for starting a match. When the player selects the match, the control unit 23 transmits a match request with the player B to the game server 1. The deck organization button 317 is a button for changing the attack deck used by the player for the battle. When the deck organization button 317 is selected by the player, the control unit 23 transmits to the game server 1 a request to change the game media included in the attack deck based on the player's designation. When the request is received, the control unit 12 of the game server 1 changes the deck data 113. In this way, the player requesting the battle can form the attack deck after confirming the detailed information 315 of the opponent. In other words, the player requesting the battle can organize the attack deck according to the opponent's defense deck, so that the player who requests the battle is advantageous. In this way, each player is encouraged to play a battle game.

図10のステップS310に続いて、通信端末2の制御部23は、表示部21により対戦画面を表示する(ステップS320)。図13に対戦画面の例を示す。対戦画面は攻撃側のプレイヤ(ここではプレイヤA)の攻撃側デッキ321と、防御側のプレイヤ(ここではプレイヤB)の防御側デッキ322とが表示される。   Subsequent to step S310 in FIG. 10, the control unit 23 of the communication terminal 2 displays a battle screen on the display unit 21 (step S320). FIG. 13 shows an example of the battle screen. On the battle screen, an attacking deck 321 of an attacking player (here, player A) and a defending deck 322 of a defending player (here, player B) are displayed.

続いて制御部23は、対戦結果を表示部21により表示する(ステップS330)。図14に、表示部21により表示される対戦結果の画面(対戦結果画面)の一例を示す。図14に示す対戦結果画面は、プレイヤAが勝利した場合の例である。図14に示す対戦結果画面は、勝利した旨の通知の他、さらに対戦要求をするための対戦ボタン331と、連勝数及び連勝ボーナスに係る連勝ボーナス情報332とを含む。対戦ボタン331がプレイヤにより選択された場合、制御部23は、表示部21により図11に示す対戦相手リストを表示する。このように、対戦結果画面に対戦ボタン331を設けることで、プレイヤがさらに対戦を行うことを促す。一方、図15に示す例は、プレイヤAが敗北した場合の対戦結果画面である。図15に示す対戦結果画面は、敗北した旨の通知の他、さらに対戦要求をするための対戦ボタン331と、連勝ボーナスに係る連勝ボーナス情報334とを含む。連勝数が確定しているため、連勝ボーナス情報334により、連勝ボーナスがプレイヤに付与されたことが通知される。   Subsequently, the control unit 23 displays the battle result on the display unit 21 (step S330). FIG. 14 shows an example of a battle result screen (match result screen) displayed by the display unit 21. The battle result screen shown in FIG. 14 is an example when player A wins. The battle result screen shown in FIG. 14 includes a battle button 331 for requesting a battle, and a winning bonus information 332 related to the number of consecutive wins and consecutive winning bonuses, in addition to the notification of winning. When the battle button 331 is selected by the player, the control unit 23 causes the display unit 21 to display the opponent list shown in FIG. In this manner, by providing the battle button 331 on the battle result screen, the player is further encouraged to perform a battle. On the other hand, the example shown in FIG. 15 is a battle result screen when the player A loses. The battle result screen shown in FIG. 15 includes a battle button 331 for requesting a battle, and continuous winning bonus information 334 related to the consecutive winning bonus, in addition to the notification that the player has lost. Since the number of consecutive wins is fixed, the consecutive winning bonus information 334 notifies the player that the consecutive winning bonus has been granted.

図16は、再戦要求をするプレイヤ(ここではプレイヤB)の通信端末2の動作である。はじめに通信端末2の制御部23は、プレイヤに対戦結果を通知する(ステップS410)。具体的には制御部23は、マイページ等を用いてプレイヤBに対戦で敗北した旨を通知する。図17に、制御部23が表示部21により表示するマイページの例を示す。図17に示すように、制御部23は、例えば対戦で敗北した旨をマイページの新着情報として通知する。マイページの新着ボタン411がプレイヤにより選択された場合、制御部23は、表示部21により再戦要求に係るモーダル画面412(ダイアログボックス)を表示する。図18に再戦要求に係るモーダル画面412の一例を示す。モーダル画面412は、再戦拒否ボタン413と、再戦要求ボタン414とを含む。   FIG. 16 shows the operation of the communication terminal 2 of the player who makes a rematch request (here, player B). First, the control unit 23 of the communication terminal 2 notifies the player of the battle result (step S410). Specifically, the control unit 23 notifies the player B that the game has been defeated using My Page or the like. FIG. 17 shows an example of a my page that the control unit 23 displays on the display unit 21. As illustrated in FIG. 17, the control unit 23 notifies, for example, that the page has been defeated as new arrival information on My Page. When the new page button 411 of my page is selected by the player, the control unit 23 displays a modal screen 412 (dialog box) related to the rematch request on the display unit 21. FIG. 18 shows an example of a modal screen 412 related to a rematch request. The modal screen 412 includes a rematch rejection button 413 and a rematch request button 414.

次に制御部23は、再戦意思の有無を判定する(ステップS420)。具体的には制御部23は、図18の再戦拒否ボタン413が選択された場合、再戦意思が無いと判定し、再戦要求ボタン414が選択された場合、再戦意思があると判定する。再戦意思がないと判定した場合(ステップS420:いいえ)、制御部23は、通信部20を介して再戦拒否の応答をゲームサーバ1に送信する(ステップS430)。そして制御部23は、確定した連勝ボーナスに係る情報を表示する(ステップS440)。図19に連勝ボーナスが確定した場合の画面例を示す。例えばプレイヤBの連勝数が5であった場合、制御部23は表示部21により、連勝数5に対応する連勝ボーナス(1500ポイント)が付与されたことを表示する。   Next, the control part 23 determines the presence or absence of a rematch intention (step S420). Specifically, the control unit 23 determines that there is no intention to rematch when the rematch rejection button 413 in FIG. 18 is selected, and determines that there is a rematch intention when the rematch request button 414 is selected. If it is determined that there is no intention to rematch (step S420: No), the control unit 23 transmits a rematch rejection response to the game server 1 via the communication unit 20 (step S430). And the control part 23 displays the information which concerns on the confirmed winning streak bonus (step S440). FIG. 19 shows an example of a screen when the winning streak is confirmed. For example, when the number of consecutive wins of the player B is 5, the control unit 23 displays on the display unit 21 that a consecutive winning bonus (1500 points) corresponding to the number of consecutive wins 5 has been granted.

一方、ステップS420において再戦意思があると判定した場合(ステップS420:はい)、表示部21により再戦準備画面を表示する(ステップS450)。図20に再戦準備画面の一例を示す。再戦準備画面には再戦相手(ここではプレイヤA)の詳細情報451と再戦開始ボタン452と、デッキ編成ボタン453とが表示される。図20の例では、詳細情報451は、対戦相手候補のレベル、攻撃力、防御力等の情報を含む。再戦開始ボタン452は、再戦を開始するためのボタンであり、当該ボタンがプレイヤにより選択された場合、制御部23は、プレイヤAとの再戦要求をゲームサーバ1に送信する(ステップS460)。デッキ編成ボタン453は、プレイヤが再戦に用いる攻撃デッキを変更するためのボタンである。デッキ編成ボタン453がプレイヤにより選択された場合、制御部23は、プレイヤの指定に基づき攻撃デッキに含まれるゲーム媒体を変更する要求をゲームサーバ1に送信する。当該要求を受信した場合、ゲームサーバ1の制御部12は、デッキデータ113を更新する。再戦要求をする側のプレイヤはこのように、対戦相手の詳細情報を確認した上で攻撃デッキを適宜編成できる。つまり再戦を要求するプレイヤが、再戦する相手の防御デッキに合わせて攻撃デッキを編成できるようにし、再戦要求をするプレイヤ側に有利になるようにしている。このようにすることで、各プレイヤが再戦することを促すことができる。   On the other hand, when it is determined in step S420 that there is a rematch intention (step S420: Yes), a rematch preparation screen is displayed on the display unit 21 (step S450). FIG. 20 shows an example of the rematch preparation screen. Detailed information 451 of a rematch opponent (here, player A), a rematch start button 452 and a deck organization button 453 are displayed on the rematch preparation screen. In the example of FIG. 20, the detailed information 451 includes information such as the level of the opponent candidate, the attack power, and the defense power. The rematch start button 452 is a button for starting a rematch, and when the button is selected by the player, the control unit 23 transmits a rematch request with the player A to the game server 1 (step S460). The deck organization button 453 is a button for changing the attack deck used by the player for the rematch. When the deck organization button 453 is selected by the player, the control unit 23 transmits a request to the game server 1 to change the game medium included in the attack deck based on the designation of the player. When the request is received, the control unit 12 of the game server 1 updates the deck data 113. In this way, the player making the rematch request can appropriately organize the attack deck after confirming the detailed information of the opponent. That is, the player requesting the rematch can organize the attack deck in accordance with the defense deck of the opponent to be rematched, which is advantageous to the player requesting the rematch. By doing so, it is possible to prompt each player to replay.

ステップS460に続いて、通信端末2の制御部23は、表示部21により、再戦に係る対戦画面を表示する(ステップS470)。再戦における対戦画面は図13の対戦画面と同様である。再戦における対戦画面には再戦における攻撃側のプレイヤ(ここではプレイヤB)の攻撃デッキに係る画像と、防御側のプレイヤ(ここではプレイヤA)の防御デッキに係る画像とが表示される。   Subsequent to step S460, the control unit 23 of the communication terminal 2 displays a battle screen relating to the rematch on the display unit 21 (step S470). The battle screen in the rematch is the same as the battle screen of FIG. On the battle screen in the rematch, an image related to the attack deck of the attacking player (here, Player B) and a image related to the defense deck of the defending player (here, Player A) are displayed.

続いて制御部23は、再戦結果を表示部21により表示する(ステップS480)。図21は、表示部21により表示される再戦結果の画面(再戦結果画面)の一例である。図21に示す再戦結果画面は、勝利した旨の通知の他、さらに対戦要求をするための対戦ボタン481と、連勝数及び連勝ボーナスに係る連勝ボーナス情報482とを含む。対戦ボタン481がプレイヤにより選択された場合、制御部23は、表示部21により図11に示す対戦相手リストを表示する。このように、連勝ボーナス情報482により、連勝数が留保されたことを通知し、プレイヤが対戦を行うことを促進することができる。また再戦結果画面に対戦ボタン481を設けることで、プレイヤがさらに対戦を行うことを促すことができる。一方、図22に示す例は、プレイヤAが敗北した場合の再戦結果画面である。図22に示す対戦結果画面は、敗北した旨の通知の他、さらに対戦要求をするための対戦ボタン481と、連勝ボーナスに係る連勝ボーナス情報483とを含む。対戦ボタン481がプレイヤにより選択された場合、制御部23は、表示部21により図11に示す対戦相手リストを表示する。このように再戦結果画面に対戦ボタン481を設けることで、プレイヤが対戦を行うことを促すことができる。   Subsequently, the control unit 23 displays the rematch result on the display unit 21 (step S480). FIG. 21 is an example of a rematch result screen (rematch result screen) displayed by the display unit 21. The rematch result screen shown in FIG. 21 includes a battle button 481 for requesting a battle as well as a winning victory information 482 related to the number of consecutive wins and consecutive wins, in addition to the notification of winning. When the battle button 481 is selected by the player, the control unit 23 causes the display unit 21 to display the opponent list shown in FIG. In this way, it is possible to notify that the number of consecutive wins is reserved by the consecutive winning bonus information 482 and to promote the player to play a battle. Further, by providing a battle button 481 on the rematch result screen, it is possible to prompt the player to further battle. On the other hand, the example shown in FIG. 22 is a rematch result screen when the player A loses. The battle result screen shown in FIG. 22 includes a battle button 481 for requesting a battle, and continuous winning bonus information 483 related to the consecutive winning bonus, in addition to the notification of defeat. When the battle button 481 is selected by the player, the control unit 23 causes the display unit 21 to display the opponent list shown in FIG. Thus, by providing the battle button 481 on the rematch result screen, it is possible to prompt the player to play a battle.

以上説明したように、本発明の一実施形態によれば、対戦要求を受けたプレイヤが対戦で敗北した場合に再戦要求を受け付け、再戦の結果当該プレイヤが勝利した場合に連勝数を留保するため、対戦ゲームをプレイする意欲を増進することができる。   As described above, according to an embodiment of the present invention, when a player who has received a battle request loses a battle, the player receives a rematch request and retains the number of consecutive wins when the player wins as a result of the rematch. , Can increase the willingness to play the fighting game.

また、本発明の一実施形態では、再戦の結果、再戦を挑まれたプレイヤが勝利した場合、当該プレイヤの連勝数を増加させる。例えば3名のプレイヤに対戦を挑んで3連勝したプレイヤは、敗北した3名のプレイヤから再戦を挑まれる可能性がある。このとき再戦を挑まれたプレイヤが全ての再戦で勝利すると、合計で6連勝することになる。このように、本発明の一実施形態では、より多くの対戦を挑み連勝しているプレイヤは、より多くの再戦を挑まれる可能性が高い。そして該プレイヤは、挑まれた再戦で勝利することで連勝数を飛躍的に伸ばすことができる。そのため本発明の一実施形態によれば、対戦ゲームで対戦する意欲、すなわち対戦ゲームをプレイする意欲を増進することができる。   Moreover, in one Embodiment of this invention, when the player who challenged the rematch wins as a result of a rematch, the number of consecutive wins of the said player is increased. For example, a player who has challenged three players and won three consecutive games may be challenged again by three defeated players. At this time, if a player who has been challenged for a rematch wins in all rematches, a total of six consecutive wins will be won. Thus, in one embodiment of the present invention, a player who has challenged more matches and won consecutively has a high possibility of being challenged by more rematches. The player can dramatically increase the number of consecutive wins by winning the challenged rematch. Therefore, according to one embodiment of the present invention, it is possible to increase the willingness to play a battle game, that is, the willingness to play the battle game.

また、本発明の一実施形態では、再戦を挑まれたプレイヤは、予め編成している防御デッキにより再戦をする。挑まれた再戦で勝利をして連勝数を伸ばすためには、対戦に有利なゲーム媒体により防御デッキを編成し、防御デッキを強化しておく必要がある。そのため本ゲームシステムでは防御デッキを強化する意欲を増進することができる。   In one embodiment of the present invention, a player who has been challenged for a rematch replays with a defense deck that has been organized in advance. In order to win a challenged rematch and increase the number of consecutive wins, it is necessary to form a defense deck with a game medium advantageous to the battle and strengthen the defense deck. Therefore, this game system can increase the willingness to strengthen the defense deck.

なお、本実施の形態では、対戦要求を受けたプレイヤが対戦で敗北し、再戦の結果当該プレイヤが敗北した場合、当該プレイヤに連勝ボーナスを付与し、かつ当該プレイヤの連勝数を0にリセットするようにしたが、これに限られない。当該プレイヤが所定のゲーム媒体(例えば、再度の再戦を行うための特別アイテム)を有する場合、当該ゲーム媒体を消費することにより、再度の再戦を挑めるようにしてもよい。この場合、再戦の結果プレイヤが敗北した場合であっても、連勝数は0にリセットせず、再度の再戦で当該プレイヤが勝利した場合、当該プレイヤの連勝数を留保する。   In this embodiment, when a player who has received a battle request loses the battle and the player loses as a result of the rematch, a consecutive win bonus is given to the player and the number of consecutive wins of the player is reset to 0. However, it is not limited to this. When the player has a predetermined game medium (for example, a special item for performing a second rematch), the second rematch may be challenged by consuming the game medium. In this case, even if the player loses as a result of the rematch, the number of consecutive wins is not reset to 0, and if the player wins in the second rematch, the number of consecutive wins of the player is reserved.

なお、通信端末2の制御部23が表示部21により表示する対戦相手リスト画面において、各プレイヤの連勝数を表示してもよい。連勝数がより多いプレイヤ程、連勝数を留保するために再戦を挑む可能性が高い。そのため対戦相手リスト画面に連勝数を表示することで、プレイヤが対戦相手を選択する際の基準を提供することができる。例えば連勝数の多いプレイヤに対して対戦要求をすることにより、再戦を挑まれる可能性を高めることができる。   Note that the number of consecutive wins of each player may be displayed on the opponent list screen displayed on the display unit 21 by the control unit 23 of the communication terminal 2. A player with a higher number of consecutive wins is more likely to challenge a rematch in order to retain the number of consecutive wins. Therefore, by displaying the number of consecutive wins on the opponent list screen, it is possible to provide a reference when the player selects an opponent. For example, by making a battle request to a player with a large number of consecutive wins, the possibility of being challenged again can be increased.

なお、連勝数データ114は、各プレイヤの過去の最大の連勝数を含んでもよい。また当該最大の連勝数は、マイページ等で各プレイヤに通知してもよい。また対戦相手リスト画面に各対戦相手候補の最大の連勝数を表示してもよい。   Note that the consecutive win number data 114 may include the maximum number of consecutive wins of each player in the past. In addition, the maximum number of consecutive wins may be notified to each player on a My Page or the like. Further, the maximum number of consecutive wins of each opponent candidate may be displayed on the opponent list screen.

なお、本実施の形態では、連勝ボーナスとして所持ポイントが加算される例を示したがこれに限られない。連勝ボーナスは、カードやアイテム等のゲーム媒体であってもよい。この場合、連勝数が増加するほど、付与されるカードの枚数、アイテムの個数が増加するようにする。また連勝数が増加するほど、希少価値の高いゲーム媒体が付与されるようにしてもよい。   In the present embodiment, an example is shown in which possession points are added as consecutive winning bonuses, but the present invention is not limited to this. The consecutive winning bonus may be a game medium such as a card or an item. In this case, as the number of consecutive wins increases, the number of given cards and the number of items are increased. In addition, as the number of consecutive wins increases, a game medium with a high rarity value may be given.

(変形例)
以下に、本発明の実施形態の変形例ついて説明をする。上述した実施の形態においては、再戦は、対戦要求をしたプレイヤと対戦で当該プレイヤに敗北したプレイヤとの対戦であった。概略として変形例においては、再戦が、対戦要求をしたプレイヤと、当該プレイヤに敗北したプレイヤにより選択された他のプレイヤとの対戦であることを特徴とする。
(Modification)
Hereinafter, modifications of the embodiment of the present invention will be described. In the above-described embodiment, the rematch is a battle between a player who has requested a battle and a player who has lost the player in the battle. In general, in a modified example, the rematch is a battle between a player who has requested a battle and another player selected by a player who has lost the player.

図23は、変形例に係る再戦準備画面である。変形例に係る再戦準備画面には再戦相手(ここではプレイヤA)の詳細情報451と再戦開始ボタン452と、デッキ編成ボタン453に加えて、代行ボタン454を備える。代行ボタン454がプレイヤにより選択された場合、通信端末2の制御部23は、表示部21により代行プレイヤリスト画面を表示する。   FIG. 23 is a rematch preparation screen according to a modification. In addition to the detailed information 451 of the rematch opponent (here, player A), the rematch start button 452, and the deck organization button 453, the rematch preparation screen according to the modification includes a substitute button 454. When the substitute button 454 is selected by the player, the control unit 23 of the communication terminal 2 displays the substitute player list screen on the display unit 21.

図24に代行プレイヤリスト画面の例を示す。代行プレイヤリスト画面には、代行依頼先の各プレイヤ情報455及び456と、各プレイヤの選択ボタン457及び458とが対応付けて表示される。代行依頼先のプレイヤ(以下、代行プレイヤという。)は、ゲームサーバ1によりランダムに選択される。なお代行プレイヤは、代行依頼元のプレイヤの関連プレイヤであってもよい。関連プレイヤとは、フレンドプレイヤ、ゲーム内の同一のグループ(ギルド)のプレイヤ等である。例えば各プレイヤ情報455及び456には、代行プレイヤ(ここではプレイヤE及びプレイヤF)のレベルを含む。   FIG. 24 shows an example of a substitute player list screen. On the proxy player list screen, the player information 455 and 456 of the proxy request destination and the selection buttons 457 and 458 of each player are displayed in association with each other. A proxy request destination player (hereinafter referred to as a proxy player) is randomly selected by the game server 1. The proxy player may be a related player of the proxy requesting player. Related players are friend players, players in the same group (guild) in the game, and the like. For example, the player information 455 and 456 include the levels of proxy players (here, player E and player F).

選択ボタン458がプレイヤにより選択された場合、制御部23は、プレイヤFが選択されたと判定する。プレイヤFが選択された場合、制御部23は、プレイヤFに係る情報(プレイヤFのプレイヤID)を再戦要求に含めて、通信部20を介してゲームサーバ1に送信する。ゲームサーバ1は、再戦要求に含まれるプレイヤIDに基づき、再戦処理を行う。なお本発明の「第三プレイヤ」は、代行プレイヤ、すなわちここではプレイヤFに相当する。   When the selection button 458 is selected by the player, the control unit 23 determines that the player F has been selected. When the player F is selected, the control unit 23 includes information related to the player F (player ID of the player F) in the rematch request and transmits the rematch request to the game server 1 via the communication unit 20. The game server 1 performs a rematch process based on the player ID included in the rematch request. The “third player” of the present invention corresponds to the substitute player, that is, the player F here.

ゲームサーバ1は、再戦要求に代行プレイヤのプレイヤIDが含まれる場合、代行プレイヤに、マイページ等を用いて代行の意思を問い合わせる。図25に、マイページにより代行プレイヤに代行の意思を問い合わす場合の一例を示す。図25に示すように、例えば代行プレイヤのマイページにおいて、新着情報として代行依頼があったことを表示する。マイページの新着ボタン501がプレイヤにより選択された場合、通信端末2の制御部23は、表示部21により代行諾否に係るモーダル画面502を表示する。図26に代行諾否に係るモーダル画面502の一例を示す。モーダル画面502は、代行ボタン503と、代行拒否ボタン504とを含む。代行ボタン503がプレイヤにより選択された場合、通信端末2の制御部23は、通信部20により、代行する旨を応答する。代行拒否ボタン504がプレイヤにより選択された場合、通信端末2の制御部23は、通信部20により、代行しない旨を応答する。ゲームサーバ1の制御部12は、代行する旨の応答を受信した場合、再戦処理を行う。   When the player ID of the substitute player is included in the rematch request, the game server 1 inquires of the substitute player about the intention of substitution using a my page or the like. FIG. 25 shows an example of inquiring the substitute player with the intention of substitution through the My Page. As shown in FIG. 25, for example, on the proxy player's My Page, the fact that there was a proxy request as new arrival information is displayed. When the new button 501 of My Page is selected by the player, the control unit 23 of the communication terminal 2 displays a modal screen 502 related to whether or not the substitution is permitted on the display unit 21. FIG. 26 shows an example of a modal screen 502 related to whether or not the proxy is accepted. The modal screen 502 includes a substitution button 503 and a substitution rejection button 504. When the substitute button 503 is selected by the player, the control unit 23 of the communication terminal 2 responds by the communication unit 20 that the substitution is performed. When the proxy rejection button 504 is selected by the player, the control unit 23 of the communication terminal 2 responds by the communication unit 20 that the proxy rejection button 504 is not performed. The control part 12 of the game server 1 performs a rematch process, when the response to substitute is received.

ゲームサーバ1の制御部12は、図9におけるステップS210の再戦処理を、代行プレイヤ(ここではプレイヤF)とプレイヤAとの対戦として処理する。つまり制御部12は、プレイヤFの攻撃デッキ及びプレイヤAの防御デッキに係る情報を、記憶部11のデッキデータ113に基づき取得する。そして制御部12は、プレイヤFの攻撃デッキと、プレイヤAの防御デッキに基づき再戦結果を決定する。以降の処理は図9に示す通りである。すなわち、代行プレイヤとプレイヤAとの対戦の結果、プレイヤAが敗北した場合、つまり代行プレイヤが勝利した場合(ステップS220:はい)、プレイヤBの連勝数を留保する(ステップS240)。一方、プレイヤAが敗北しなかった場合(ステップS220:いいえ)、プレイヤAの連勝数に1を加算し(ステップS230)、プレイヤBの連勝数を確定して連勝ボーナスを付与し(ステップS180、S190)、プレイヤBの連勝数を0にリセットする(ステップS200)。   The control unit 12 of the game server 1 processes the rematch process in step S210 in FIG. 9 as a battle between the substitute player (player F here) and the player A. That is, the control unit 12 acquires information related to the attack deck of the player F and the defense deck of the player A based on the deck data 113 of the storage unit 11. Then, the control unit 12 determines a rematch result based on the attack deck of the player F and the defense deck of the player A. The subsequent processing is as shown in FIG. That is, as a result of the battle between the substitute player and the player A, if the player A loses, that is, if the substitute player wins (step S220: Yes), the number of consecutive wins of the player B is reserved (step S240). On the other hand, if the player A did not lose (step S220: No), 1 is added to the number of consecutive wins of the player A (step S230), the number of consecutive wins of the player B is determined and a consecutive winning bonus is provided (step S180, S190), the number of consecutive wins of the player B is reset to 0 (step S200).

なお、ゲームサーバ1の制御部12は、代行プレイヤが代行した再戦での勝利数をカウントしてもよい。この場合、制御部12は、代行プレイヤの当該勝利数が所定値以上である場合に、当該代行プレイヤに所定の報酬を付与する。好適には代行プレイヤの勝利数が、代行プレイヤリスト画面の各プレイヤ情報(図24の各プレイヤ情報455及び456)に含まれるようにする。すなわち、ゲームサーバ1の制御部12は、代行プレイヤリスト画面を介して、代行を依頼するプレイヤに代行プレイヤの勝利数を通知する。このようにすることで、代行を依頼するプレイヤは、当該勝利数を基準に代行プレイヤを選択することができる。またゲームサーバ1の制御部12は、代行プレイヤが代行した再戦での勝利数に応じて、代行プレイヤに所定の報酬を付与してもよい。所定の報酬は、代行での勝利数に応じた勲章等であってもよく、この場合、代行プレイヤリスト画面の各プレイヤ情報に、当該勲章に係る情報を表示してもよい。このようにすることで、代行を依頼するプレイヤは、当該勲章に係る情報を基準に代行プレイヤを選択することができる。   Note that the control unit 12 of the game server 1 may count the number of wins in the rematch that the substitute player substitutes. In this case, the control unit 12 gives a predetermined reward to the substitute player when the number of wins of the substitute player is equal to or greater than a predetermined value. Preferably, the number of wins of the substitute player is included in each player information (player information 455 and 456 in FIG. 24) on the substitute player list screen. That is, the control unit 12 of the game server 1 notifies the player who requests substitution on the substitution player list screen of the number of wins of the substitution player. By doing in this way, the player who requests substitution can select the substitution player based on the number of wins. Further, the control unit 12 of the game server 1 may give a predetermined reward to the substitute player in accordance with the number of wins in the rematch that the substitute player has taken on. The predetermined reward may be a medal according to the number of wins on behalf of the proxy. In this case, information on the medal may be displayed on each player information on the proxy player list screen. By doing in this way, the player who requests substitution can select the substitution player based on the information related to the medal.

なお、上記の例ではプレイヤにより代行プレイヤが選択される例を示したがこれに限られない。例えば代行プレイヤは、ゲームサーバ1により自動的に選択された他のプレイヤであってもよい。   In the above example, the substitute player is selected by the player. However, the present invention is not limited to this. For example, the substitute player may be another player automatically selected by the game server 1.

ここで、情報処理装置及び通信端末として機能させるために、コンピュータを好適に用いることができ、そのようなコンピュータは、情報処理装置及び通信端末の各機能を実現する処理内容を記述したプログラムを、当該コンピュータの記憶部に格納しておき、当該コンピュータの中央演算処理装置(CPU)によってこのプログラムを読み出して実行させることで実現することができる。   Here, in order to function as an information processing apparatus and a communication terminal, a computer can be suitably used. Such a computer can store a program describing processing contents for realizing each function of the information processing apparatus and the communication terminal. It can be realized by storing the program in a storage unit of the computer and reading out and executing the program by a central processing unit (CPU) of the computer.

本発明を諸図面や実施例に基づき説明してきたが、当業者であれば本開示に基づき種々の変形や修正を行うことが容易であることに注意されたい。従って、これらの変形や修正は本発明の範囲に含まれることに留意されたい。例えば、各手段、各ステップ等に含まれる機能等は論理的に矛盾しないように再配置可能であり、複数の手段やステップ等を1つに組み合わせたり、或いは分割したりすることが可能である。   Although the present invention has been described based on the drawings and examples, it should be noted that those skilled in the art can easily make various modifications and corrections 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 included in each means, each step, etc. can be rearranged so that there is no logical contradiction, and a plurality of means, steps, etc. can be combined or divided into one. .

例えば上記実施の形態では、対戦要求を受けたプレイヤが対戦で敗北し、かつ該プレイヤの連勝数が1以上である場合、該対戦で勝利したプレイヤとの再戦意思をプレイヤに問い合わせ、再戦を行うようにしていたがこれに限られない。対戦要求を送信したプレイヤが対戦で敗北し、かつ該プレイヤの連勝数が1以上である場合、該対戦で勝利したプレイヤとの再戦意思をプレイヤに問い合わせ、再戦を行うようにしてもよい。つまりこの場合は、図7のステップS14において対戦を挑んで敗北した場合において、プレイヤAは当該対戦で勝利したプレイヤと再戦をすることができる。プレイヤAが再戦を行って再戦に勝利した場合、プレイヤAの連勝数は留保される。   For example, in the above-described embodiment, when a player who has received a battle request loses the battle and the number of consecutive wins of the player is 1 or more, the player is inquired about the intention to rematch with the player who has won the battle and the battle is replayed. However, it is not limited to this. When the player who transmitted the battle request loses the battle and the number of consecutive wins of the player is 1 or more, the player may be asked to rematch with the player who won the battle, and the battle may be replayed. That is, in this case, in the case where the battle is challenged and defeated in step S14 of FIG. 7, the player A can replay with the player who has won the battle. When the player A performs a rematch and wins the rematch, the number of consecutive wins of the player A is reserved.

また例えば、ゲームサーバ1が生成したデータに基づきゲームの進行画面を通信端末2にて表示させるウェブ表示とし、その他のメニュー画面等を通信端末2にインストールされているネイティブアプリによって表示するネイティブ表示とする等、サーバと通信端末のそれぞれが処理の一部を担うハイブリッドゲームとすることもできる。   Further, for example, a web display for displaying a game progress screen on the communication terminal 2 based on data generated by the game server 1 and a native display for displaying other menu screens and the like by a native application installed in the communication terminal 2; For example, a hybrid game in which each of the server and the communication terminal takes part of the processing can be used.

1 情報処理装置(ゲームサーバ)
2 通信端末
3 ネットワーク
10 通信部
11 記憶部
12 制御部
20 通信部
21 表示部
22 操作部
23 制御部
111 ゲーム媒体データ
112 プレイヤデータ
113 デッキデータ
114 連勝数データ
115 連勝ボーナスデータ
311、312 プレイヤ情報
313、314 選択ボタン
315 詳細情報
316 対戦開始ボタン
317 デッキ編成ボタン
321 攻撃側デッキ
322 防御側デッキ
331 対戦ボタン
332、334、482、483 連勝ボーナス情報
411 新着ボタン
412 モーダル画面
413 再戦拒否ボタン
414 再戦要求ボタン
451 詳細情報
452 再戦開始ボタン
453 デッキ編成ボタン
454 代行ボタン
455、456 プレイヤ情報
457、458 選択ボタン
481 対戦ボタン
501 新着ボタン
502 モーダル画面
503 代行ボタン
504 代行拒否ボタン
1 Information processing device (game server)
2 communication terminal 3 network 10 communication unit 11 storage unit 12 control unit 20 communication unit 21 display unit 22 operation unit 23 control unit 111 game medium data 112 player data 113 deck data 114 consecutive win number data 115 consecutive win bonus data 311 and 312 player information 313 314 Selection button 315 Detailed information 316 Battle start button 317 Deck organization button 321 Attacker deck 322 Defense deck 331 Battle button 332, 334, 482, 483 Consecutive bonus information 411 New arrival button 412 Modal screen 413 Rematch request button 414 Rematch request button 451 Detailed information 452 Rematch start button 453 Deck organization button 454 Substitute button 455, 456 Player information 457, 458 Select button 481 Battle button 501 New Button 502 modal screen 503 agency button 504 agency refused button

Claims (8)

プレイヤ同士の対戦に係る対戦ゲームを提供する情報処理装置として機能するコンピュータに、
各プレイヤの連勝数をカウントするステップと、
第一プレイヤが対戦で敗北し、かつ該第一プレイヤの連勝数が1以上である場合、該対戦で勝利した第二プレイヤとの再戦意思を前記第一プレイヤに問い合わせるステップと、
前記第一プレイヤから再戦要求を受けた場合、再戦を行うステップと、
前記第二プレイヤが前記再戦で敗北した場合、前記第一プレイヤの連勝数を留保するステップと、
を実行させることを特徴とするプログラム。
In a computer that functions as an information processing device that provides a battle game related to a battle between players,
Counting the consecutive wins of each player;
Inquiring the first player about his intention to rematch with the second player who has won in the battle when the first player loses the battle and the first player has a consecutive win of 1 or more;
If a rematch request is received from the first player, a step of rematching;
Retaining the number of consecutive wins of the first player if the second player loses in the rematch;
A program characterized by having executed.
前記第二プレイヤが前記再戦で勝利した場合、前記第二プレイヤの連勝数を増加させることを特徴とする、請求項1に記載のプログラム。   The program according to claim 1, wherein when the second player wins the rematch, the number of consecutive wins of the second player is increased. 前記再戦は、前記第一プレイヤと前記第二プレイヤとの対戦であることを特徴とする、請求項1又は2に記載のプログラム。   The program according to claim 1 or 2, wherein the rematch is a battle between the first player and the second player. 前記対戦は、前記第一プレイヤが予め編成した防御デッキと、該防御デッキに係る情報を確認後に前記第二プレイヤが編成可能な攻撃デッキとにより行い、前記再戦は、前記第二プレイヤが予め編成した防御デッキと、該防御デッキに係る情報を確認後に前記第一プレイヤが編成可能な攻撃デッキとにより行うことを特徴とする、請求項3に記載のプログラム。   The battle is performed by a defense deck previously organized by the first player and an attack deck that can be organized by the second player after confirming information related to the defense deck, and the replay is organized by the second player in advance. 4. The program according to claim 3, wherein the program is performed by using the defense deck and the attack deck that can be organized by the first player after confirming information related to the defense deck. 5. 前記再戦は、自動的に又は前記第一プレイヤの選択により決定された第三プレイヤと前記第二プレイヤとの対戦であることを特徴とする、請求項1又は2に記載のプログラム。   The program according to claim 1 or 2, wherein the rematch is a battle between a third player and the second player determined automatically or by selection of the first player. 前記プログラムはさらに、前記コンピュータに、
前記第三プレイヤが前記再戦で勝利した勝利数をカウントするステップを実行させ、
前記再戦意思を前記第一プレイヤに問い合わせるステップにおいて、前記勝利数を前記第一プレイヤに通知することを特徴とする、請求項5に記載のプログラム。
The program is further stored in the computer.
Counting the number of wins won by the third player in the rematch,
6. The program according to claim 5, wherein in the step of inquiring the first player about the intention to rematch, the number of wins is notified to the first player.
プレイヤ同士の対戦に係る対戦ゲームを提供する情報処理装置によるゲーム制御方法であって、
各プレイヤの連勝数をカウントするステップと、
第一プレイヤが対戦で敗北し、かつ該第一プレイヤの連勝数が1以上である場合、該対戦で勝利した第二プレイヤとの再戦意思を前記第一プレイヤに問い合わせるステップと、
前記第一プレイヤから再戦要求を受けた場合、再戦を行うステップと、
前記第二プレイヤが前記再戦に敗北した場合、前記第一プレイヤの連勝数を留保するステップと、
を実行させることを特徴とするゲーム制御方法。
A game control method by an information processing device for providing a battle game related to a battle between players,
Counting the consecutive wins of each player;
Inquiring the first player about his intention to rematch with the second player who has won in the battle when the first player loses the battle and the first player has a consecutive win of 1 or more;
If a rematch request is received from the first player, a step of rematching;
If the second player loses the rematch, retaining the number of consecutive wins of the first player;
A game control method comprising:
プレイヤ同士の対戦に係る対戦ゲームを提供し、各プレイヤの連勝数をカウントする制御部と、
第一プレイヤが対戦で敗北し、かつ該第一プレイヤの連勝数が1以上である場合、該対戦で勝利した第二プレイヤとの再戦意思を前記第一プレイヤに問い合わせる通信部と、
を備え、
前記制御部は、前記第一プレイヤから再戦要求を受けた場合に再戦を行い、前記第二プレイヤが前記再戦に敗北した場合、前記第一プレイヤの連勝数を留保することを特徴とする情報処理装置。
A control unit for providing a battle game related to a battle between players, and counting the number of consecutive wins of each player;
A communication unit that inquires the first player about his intention to rematch with the second player who has won in the battle when the first player loses the battle and the first player has a consecutive win count of 1 or more;
With
The control unit performs a rematch when receiving a rematch request from the first player, and retains the number of consecutive wins of the first player when the second player loses the rematch. apparatus.
JP2014173966A 2014-08-28 2014-08-28 Program, game control method, and information processing apparatus Active JP5964374B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014173966A JP5964374B2 (en) 2014-08-28 2014-08-28 Program, game control method, and information processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014173966A JP5964374B2 (en) 2014-08-28 2014-08-28 Program, game control method, and information processing apparatus

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2016128824A Division JP6601964B2 (en) 2016-06-29 2016-06-29 Program, game control method, and information processing apparatus

Publications (2)

Publication Number Publication Date
JP2016047215A true JP2016047215A (en) 2016-04-07
JP5964374B2 JP5964374B2 (en) 2016-08-03

Family

ID=55648487

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014173966A Active JP5964374B2 (en) 2014-08-28 2014-08-28 Program, game control method, and information processing apparatus

Country Status (1)

Country Link
JP (1) JP5964374B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6069568B1 (en) * 2016-06-30 2017-02-01 グリー株式会社 Control program, control method, and computer
JP2018000923A (en) * 2016-12-26 2018-01-11 グリー株式会社 Control program, control method and computer
JP2018064709A (en) * 2016-10-18 2018-04-26 株式会社コロプラ Method and system of computer proceeding game based on position information of user, and program for computer executing method
JP2018171251A (en) * 2017-03-31 2018-11-08 株式会社バンダイナムコエンターテインメント Program and game system
JP2019017628A (en) * 2017-07-14 2019-02-07 株式会社カプコン Game program and game apparatus
WO2021235203A1 (en) * 2020-05-18 2021-11-25 株式会社ミクシィ Information processing device, information processing method, and program

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102148270B1 (en) * 2019-10-10 2020-08-26 김동환 An Managing Method Of E-Sport Of PC Room

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014150910A (en) * 2013-02-06 2014-08-25 Konami Digital Entertainment Co Ltd Game control device, game control method, program, and game system
JP2016016245A (en) * 2014-07-10 2016-02-01 株式会社 ディー・エヌ・エー Game program and information processor

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014150910A (en) * 2013-02-06 2014-08-25 Konami Digital Entertainment Co Ltd Game control device, game control method, program, and game system
JP2016016245A (en) * 2014-07-10 2016-02-01 株式会社 ディー・エヌ・エー Game program and information processor

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
JPN6016004663; 英雄伝説 零の軌跡 ザ・コンプリートガイド+設定資料集 【PS Vita対応版】 再版, 20130123, P.119, 株式会社アスキー・メディアワークス *
JPN6016004664; '秘宝探偵' 電撃ゲームアプリ Vol.6 第15巻第19号通巻204号, 20121016, P.108-109, 株式会社アスキー・メディアワークス *
JPN6016004666; 'クローズ×WORST〜喧嘩烈伝〜' 月刊アプリスタイル3月号 第1巻第2号, 20130128, P.074-075, 株式会社イースト・プレス *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6069568B1 (en) * 2016-06-30 2017-02-01 グリー株式会社 Control program, control method, and computer
JP2018064709A (en) * 2016-10-18 2018-04-26 株式会社コロプラ Method and system of computer proceeding game based on position information of user, and program for computer executing method
JP7045751B2 (en) 2016-10-18 2022-04-01 株式会社コロプラ A method and system in which the computer advances the game based on the user's location information, and a program that causes the computer to execute the method.
JP2018000923A (en) * 2016-12-26 2018-01-11 グリー株式会社 Control program, control method and computer
JP2018171251A (en) * 2017-03-31 2018-11-08 株式会社バンダイナムコエンターテインメント Program and game system
JP2019017628A (en) * 2017-07-14 2019-02-07 株式会社カプコン Game program and game apparatus
WO2021235203A1 (en) * 2020-05-18 2021-11-25 株式会社ミクシィ Information processing device, information processing method, and program

Also Published As

Publication number Publication date
JP5964374B2 (en) 2016-08-03

Similar Documents

Publication Publication Date Title
JP5964374B2 (en) Program, game control method, and information processing apparatus
JP5676676B2 (en) Video game processing apparatus and video game processing program
JP5764705B1 (en) Program, game control method, and information processing apparatus
JP6297732B1 (en) Program and control method
JP5876960B1 (en) Program, game control method, and information processing apparatus
JP5795394B2 (en) Program, communication system, and control method
JP5657161B1 (en) GAME PROGRAM AND INFORMATION PROCESSING DEVICE
JP6802871B2 (en) Programs, game control methods, and information processing equipment
JP6616238B2 (en) GAME CONTROL METHOD, COMPUTER AND CONTROL PROGRAM
JP6224166B2 (en) Program, communication system, and control method
JP6415270B2 (en) Program, battle game server, and control method thereof
JP6601964B2 (en) Program, game control method, and information processing apparatus
JP5903519B2 (en) GAME CONTROL METHOD, GAME CONTROL DEVICE, AND PROGRAM
JP2015003053A (en) Game control method, game control device, and program
JP6936185B2 (en) Programs, game control methods, and information processing equipment
JP2017213401A (en) Video game processing program and video game processing system
JP6778301B2 (en) Programs, communication systems, and control methods
JP6189905B2 (en) Video game processing program and video game processing system
JP7130704B2 (en) Game information processing device, information processing method, information processing program
JP6795659B2 (en) Video game processing program and video game processing system
JP6475956B2 (en) GAME PROGRAM AND INFORMATION PROCESSING DEVICE
JP7184944B2 (en) Program and control method
JP6662931B2 (en) Program and control method
JP5945052B2 (en) Program, communication system, and control method
JP2016116844A (en) Game control method, computer, and control program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140828

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20140828

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20141016

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160209

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160329

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160629

R150 Certificate of patent or registration of utility model

Ref document number: 5964374

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250