JP6180590B2 - GAME PROGRAM AND INFORMATION PROCESSING DEVICE - Google Patents

GAME PROGRAM AND INFORMATION PROCESSING DEVICE Download PDF

Info

Publication number
JP6180590B2
JP6180590B2 JP2016116733A JP2016116733A JP6180590B2 JP 6180590 B2 JP6180590 B2 JP 6180590B2 JP 2016116733 A JP2016116733 A JP 2016116733A JP 2016116733 A JP2016116733 A JP 2016116733A JP 6180590 B2 JP6180590 B2 JP 6180590B2
Authority
JP
Japan
Prior art keywords
player
character
enemy
deck
battle
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
JP2016116733A
Other languages
Japanese (ja)
Other versions
JP2016185344A (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.)
DeNA Co Ltd
Original Assignee
DeNA Co Ltd
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 DeNA Co Ltd filed Critical DeNA Co Ltd
Priority to JP2016116733A priority Critical patent/JP6180590B2/en
Publication of JP2016185344A publication Critical patent/JP2016185344A/en
Application granted granted Critical
Publication of JP6180590B2 publication Critical patent/JP6180590B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、ゲームプログラム、及び、情報処理装置に関する。   The present invention relates to a game program and an information processing apparatus.

プレイヤーに対してキャラクターを付与する付与処理と、付与された前記キャラクターの対戦相手である敵キャラクターとの対戦について勝敗を決定する対戦処理と、をコンピューターに実行させるゲームプログラムが知られている(たとえば、特許文献1)。   There is known a game program that causes a computer to execute a grant process for assigning a character to a player and a battle process for determining victory or defeat for a battle with an enemy character that is the opponent of the given character (for example, Patent Document 1).

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

このようなゲームプログラムでは、例えば、レアリティが低いキャラクターや、パラメーター値が小さいキャラクターが、プレイヤーに対して付与されると、そのまま売却されたり、合成されたりして、敵キャラクターとの対戦に全く使用されない場合があった。
本発明は、このような事情に鑑みてなされたものであり、その目的とするところは、プレイヤーに付与されたキャラクターを敵キャラクターとの対戦に積極的に使用することにある。
In such a game program, for example, if a character with low rarity or a character with a small parameter value is given to a player, it is sold or synthesized as it is and used for battle against enemy characters. There was no case.
This invention is made | formed in view of such a situation, The place made into the objective is to use the character provided to the player actively for the battle | competition with an enemy character.

上記課題を解決するための本発明の主たる発明は、
コンピューターに、
複数のキャラクターが設定されたキャラクター情報に基づき複数の前記キャラクターの中から選択したキャラクターを、プレイヤーに対して付与するキャラクター付与処理と、
前記キャラクターの付与を契機として、付与された前記キャラクターの対戦相手である敵キャラクターとの対戦を自動的に開始させ、当該対戦について勝敗を決定する対戦処理と、
当該対戦の進行中に、付与された前記キャラクターに設定された所定のパラメーターを用いて、前記敵キャラクターに設定された所定のパラメーターを変動させるパラメーター変動処理と、
を実行させるゲームプログラムである。
本発明の他の特徴については、本明細書及び添付図面の記載により明らかにする。
The main invention of the present invention to solve the above problems is
On the computer,
A character granting process for granting a player a character selected from a plurality of the characters based on character information in which a plurality of characters are set;
With the grant of the character as a trigger, a battle process that automatically starts a battle with an enemy character that is the opponent of the given character, and decides the victory or defeat for the battle,
A parameter change process for changing a predetermined parameter set for the enemy character using a predetermined parameter set for the given character during the battle;
Is a game program for executing
Other features of the present invention will become apparent from the description of the present specification and the accompanying drawings.

本発明によれば、プレイヤーに付与されたキャラクターを敵キャラクターとの対戦に積極的に使用することができる。   According to the present invention, a character assigned to a player can be actively used for a battle with an enemy character.

ゲームシステム1の全体構成例を示す図である。1 is a diagram illustrating an example of an overall configuration of a game system 1. FIG. サーバー装置10の機能上の構成を示すブロック図である。2 is a block diagram showing a functional configuration of a server device 10. FIG. プレイヤー端末20の機能上の構成を示すブロック図である。3 is a block diagram illustrating a functional configuration of a player terminal 20. FIG. キャラクター情報のデータ構造例を示す図である。It is a figure which shows the data structure example of character information. アイテム情報のデータ構造例を示す図である。It is a figure which shows the data structure example of item information. プレイヤー情報のデータ構造例を示す図である。It is a figure which shows the data structure example of player information. 所有キャラクター情報のデータ構造例を示す図である。It is a figure which shows the example of a data structure of possessed character information. 所有アイテム情報のデータ構造例を示す図である。It is a figure which shows the data structure example of possession item information. バトルデッキ情報のデータ構造例を示す図である。It is a figure which shows the data structural example of battle deck information. 敵キャラクター情報のデータ構造例を示す図である。It is a figure which shows the data structure example of enemy character information. エネミーデッキ情報のデータ構造例を示す図である。It is a figure which shows the example of a data structure of enemy deck information. 報酬情報のデータ構造例を示す図である。It is a figure which shows the data structure example of reward information. ゲームシステム1の動作例を説明するためのフローチャートである。3 is a flowchart for explaining an operation example of the game system 1; ゲーム開始時のゲーム画面の一例を示す図である。It is a figure which shows an example of the game screen at the time of a game start. ゲーム進行中のゲーム画面の一例を示す図である。It is a figure which shows an example of the game screen in progress of a game. ゲーム終了時のゲーム画面の一例を示す図である。It is a figure which shows an example of the game screen at the time of a game end.

本明細書及び添付図面の記載により、少なくとも以下の事項が明らかとなる。
即ち、コンピューターに、
複数のキャラクターが設定されたキャラクター情報に基づき複数の前記キャラクターの中から選択したキャラクターを、プレイヤーに対して付与するキャラクター付与処理と、
前記キャラクターの付与を契機として、付与された前記キャラクターの対戦相手である敵キャラクターとの対戦を自動的に開始させ、当該対戦について勝敗を決定する対戦処理と、
当該対戦の進行中に、付与された前記キャラクターに設定された所定のパラメーターを用いて、前記敵キャラクターに設定された所定のパラメーターを変動させるパラメーター変動処理と、
を実行させるゲームプログラムである。
このようなゲームプログラムによれば、プレイヤーにキャラクターが付与されると、敵キャラクターとの対戦が自動的に開始され、その対戦時には、付与されたキャラクターのパラメーターが利用される。そのため、プレイヤーに付与されたキャラクターが、敵キャラクターとの対戦に積極的に使用されることになる。
At least the following matters will become apparent from the description of the present specification and the accompanying drawings.
In other words,
A character granting process for granting a player a character selected from a plurality of the characters based on character information in which a plurality of characters are set;
With the grant of the character as a trigger, a battle process that automatically starts a battle with an enemy character that is the opponent of the given character, and decides the victory or defeat for the battle,
A parameter change process for changing a predetermined parameter set for the enemy character using a predetermined parameter set for the given character during the battle;
Is a game program for executing
According to such a game program, when a character is given to a player, a battle with an enemy character is automatically started, and the parameter of the given character is used during the battle. Therefore, the character assigned to the player is actively used for a battle with the enemy character.

また、前記キャラクター付与処理は、
前記キャラクター情報に基づき複数の前記キャラクターの中から選択した少なくとも2以上のキャラクターを、プレイヤーに対して付与し、
前記コンピューターに、
前記敵キャラクターとの対戦を開始させる際に、付与された少なくとも2以上の前記キャラクターのみから構成されるプレイヤーデッキを、前記プレイヤーの操作によらず、自動的に編成するプレイヤーデッキ編成処理と、
を実行させ、
前記対戦処理は、
編成された前記プレイヤーデッキを構成する前記キャラクターの夫々と、前記敵キャラクターとの対戦について、勝敗を決定する、こととしてもよい。
このようなゲームプログラムによれば、対戦開始の際、プレイヤーに付与されたキャラクターが、そのままプレイヤーデッキの編成に使用されることになる。そのため、プレイヤーに付与されたキャラクターを、より積極的に使用できる。
The character granting process
At least two or more characters selected from a plurality of the characters based on the character information are given to the player,
On the computer,
A player deck formation process for automatically forming a player deck composed only of at least two given characters when starting a battle with the enemy character, regardless of the operation of the player;
And execute
The battle process is
Winning or losing may be determined for a battle between each of the characters constituting the organized player deck and the enemy character.
According to such a game program, the character assigned to the player is used for the formation of the player deck as it is when the battle is started. Therefore, the character given to the player can be used more actively.

また、前記コンピューターに、
複数の敵キャラクターが設定された敵キャラクター情報に基づいて、複数の前記敵キャラクターの中から少なくとも2以上の敵キャラクターを選択し、選択された少なくとも2以上の前記敵キャラクターから構成されるエネミーデッキを編成するエネミーデッキ編成処理と、を実行させ、
前記対戦処理は、
編成された前記エネミーデッキを構成する前記敵キャラクターの夫々と、編成された前記プレイヤーデッキを構成する前記キャラクターの夫々との対戦について、勝敗を決定する、こととしてもよい。
このようなゲームプログラムによれば、全ての敵キャラクターを倒すべく、プレイヤーに付与されたキャラクターがより積極的に使用されることになる。
In addition, the computer
Based on the enemy character information in which a plurality of enemy characters are set, at least two enemy characters are selected from the plurality of enemy characters, and an enemy deck composed of the selected at least two enemy characters is selected. The enemy deck organization process to be organized,
The battle process is
Winning or losing may be determined for a battle between each of the enemy characters constituting the organized enemy deck and each of the characters constituting the organized player deck.
According to such a game program, the character assigned to the player is used more actively in order to defeat all enemy characters.

また、前記コンピューターに、
前記敵キャラクターの敗北が決定された場合に、複数の報酬が設定された報酬情報に基づき複数の報酬の中から選択した報酬を、前記プレイヤーに対して付与する報酬付与処理と、を実行させる、こととしてもよい。
このようなゲームプログラムによれば、敵キャラクターとの対戦に勝利すると、報酬がプレイヤーに付与されるため、プレイヤーの期待感を高めることができる。
In addition, the computer
When the defeat of the enemy character is determined, a reward granting process for granting a reward selected from a plurality of rewards based on the reward information in which a plurality of rewards are set to the player is executed. It is good as well.
According to such a game program, when a battle with an enemy character is won, a reward is given to the player, so that the player's expectation can be enhanced.

次に、複数のキャラクターが設定されたキャラクター情報に基づき複数の前記キャラクターの中から選択したキャラクターを、プレイヤーに対して付与するキャラクター付与部と、
前記キャラクターの付与を契機として、付与された前記キャラクターの対戦相手である敵キャラクターとの対戦を自動的に開始させ、当該対戦について勝敗を決定する対戦処理部と、
当該対戦の進行中に、付与された前記キャラクターに設定された所定のパラメーターを用いて、前記敵キャラクターに設定された所定のパラメーターを変動させるパラメーター変動処理部と、
を備えた情報処理装置である。
このような情報処理装置によれば、敵キャラクターとの対戦において、プレイヤーに対して付与されたキャラクターを積極的に使用することができる。
Next, a character granting unit that grants a character selected from the plurality of characters based on the character information in which a plurality of characters are set, to the player,
With the grant of the character as an opportunity, a battle processing unit that automatically starts a battle with an enemy character that is the opponent of the given character, and determines victory or defeat for the battle,
A parameter variation processing unit for varying a predetermined parameter set for the enemy character using a predetermined parameter set for the given character during the battle;
Is an information processing apparatus.
According to such an information processing apparatus, it is possible to positively use a character assigned to a player in a battle with an enemy character.

===実施形態===
<<ゲームシステム1の構成について>>
図1は、本実施形態に係るゲームシステム1の全体構成の一例を示す図である。ゲームシステム1は、ネットワーク2(例えば、インターネット等)を介してゲームに関する各種サービスをプレイヤーに提供するものであり、サーバー装置10と、複数のプレイヤー端末20と、を含んで構成される。
=== Embodiment ===
<< About the configuration of the game system 1 >>
FIG. 1 is a diagram illustrating an example of the overall configuration of a game system 1 according to the present embodiment. The game system 1 provides various services related to games to a player via a network 2 (for example, the Internet or the like), and includes a server device 10 and a plurality of player terminals 20.

<<サーバー装置10の構成について>>
図2は、本実施形態に係るサーバー装置10の機能上の構成を示すブロック図である。サーバー装置10は、システム管理者等がゲームサービスを運営・管理する際に利用する情報処理装置(例えば、ワークステーションやパーソナルコンピューター等)であり、プレイヤー端末20から各種のコマンド(リクエスト)を受信すると、プレイヤー端末20上で動作可能なゲームプログラムや、プレイヤー端末20の規格に合わせたマークアップ言語(HTML等)で作成されたWebページ(ゲーム画面等)を配信(レスポンス)することができる。このサーバー装置10は、制御部11と、記憶部12と、入力部13と、表示部14と、通信部15と、を有している。
<< Configuration of Server Device 10 >>
FIG. 2 is a block diagram illustrating a functional configuration of the server apparatus 10 according to the present embodiment. The server device 10 is an information processing device (for example, a workstation or a personal computer) used when a system administrator or the like operates and manages a game service, and receives various commands (requests) from the player terminal 20. A game program operable on the player terminal 20 or a Web page (game screen or the like) created in a markup language (HTML or the like) adapted to the standard of the player terminal 20 can be distributed (response). The server device 10 includes a control unit 11, a storage unit 12, an input unit 13, a display unit 14, and a communication unit 15.

制御部11は、各部間のデータの受け渡しを行うと共に、サーバー装置10全体の制御を行うものであり、CPU(Central Processing Unit)が所定のメモリに格納されたプログラムを実行することによって実現される。本実施形態の制御部11は、キャラクター付与部111、対戦処理部112、パラメーター変動部113、自動デッキ編成部114、手動デッキ編成部115、報酬付与処理部116、画面データ生成部117を備えている。   The control unit 11 exchanges data between each unit and controls the entire server device 10 and is realized by a CPU (Central Processing Unit) executing a program stored in a predetermined memory. . The control unit 11 of this embodiment includes a character granting unit 111, a battle processing unit 112, a parameter changing unit 113, an automatic deck knitting unit 114, a manual deck knitting unit 115, a reward granting processing unit 116, and a screen data generating unit 117. Yes.

キャラクター付与部111は、プレイヤーに対してキャラクターを付与する処理を実行する機能を有している。本実施形態におけるキャラクター付与部111は、例えば、プレイヤーからのキャラクター付与要求に応答して、複数のキャラクターの中から選択したキャラクターを付与する。   The character assigning unit 111 has a function of executing a process of assigning a character to the player. For example, in response to a character grant request from a player, the character assigning unit 111 according to the present embodiment assigns a character selected from a plurality of characters.

対戦処理部112は、敵キャラクターとの対戦に関する各種処理を実行する機能を有している。この対戦処理部112は、通常対戦処理部112Aと、抽選対戦処理112Bを備えている。通常対戦処理部112Aは、プレイヤー端末20からの対戦要求に応答して、対戦相手として設定された敵キャラクターと対戦する通常対戦ゲームを開始させ、当該通常対戦ゲームの勝敗を決定する処理を実行する。抽選対戦処理112Bは、キャラクター付与部111によるキャラクターの付与を契機として、付与された前記キャラクターの対戦相手である敵キャラクターと対戦する抽選付き対戦ゲームを自動的に開始させ、当該抽選付き対戦ゲームの勝敗を決定する処理を実行する。   The battle processing unit 112 has a function of executing various processes related to battles with enemy characters. The battle processing unit 112 includes a normal battle processing unit 112A and a lottery battle process 112B. In response to the battle request from the player terminal 20, the normal battle processing unit 112 </ b> A starts a normal battle game that battles against an enemy character set as an opponent, and executes a process of determining the win or loss of the normal battle game . The lottery battle process 112 </ b> B automatically starts a battle game with a lottery that competes with the enemy character who is the opponent of the given character, when the character is given by the character granting unit 111. Executes a process for determining victory or defeat.

パラメーター変動部113は、キャラクターや敵キャラクターに設定された所定のパラメーターを変動させる処理を実行する機能を有している。本実施形態におけるパラメーター変動部113は、例えば、抽選対戦処理112Bによる抽選付き対戦ゲームの進行中に、キャラクター付与部111により付与されたキャラクターの攻撃力パラメーターを用いて、敵キャラクターの体力パラメーターを変動させる。   The parameter changing unit 113 has a function of executing processing for changing a predetermined parameter set for a character or an enemy character. For example, the parameter changing unit 113 in the present embodiment changes the physical strength parameter of the enemy character using the attack parameter of the character assigned by the character assigning unit 111 while the battle game with lottery by the lottery battle process 112B is in progress. Let

自動デッキ編成部114は、プレイヤーからの操作入力に基づくことなく、複数のキャラクターから構成されるデッキを編成する処理を実行する機能を有している。デッキとは、複数のキャラクターを1つのセットにまとめたキャラクター群のことをいう。この自動デッキ編成部114は、プレイヤーデッキ編成部114Aと、エネミーデッキ編成部114Bを備えている。プレイヤーデッキ編成部114Aは、キャラクター付与部111により付与されたキャラクターのみから構成されるプレイヤーデッキを、プレイヤーの操作によらず、自動的に編成する機能を有している。エネミーデッキ編成部114Bは、複数の敵キャラクターから構成されるエネミーデッキを編成する機能を有している。   The automatic deck knitting unit 114 has a function of executing a process of knitting a deck composed of a plurality of characters without being based on an operation input from a player. A deck is a group of characters that combine multiple characters into one set. The automatic deck knitting unit 114 includes a player deck knitting unit 114A and an enemy deck knitting unit 114B. The player deck knitting unit 114A has a function of automatically knitting a player deck composed of only the characters assigned by the character assigning unit 111 without depending on the operation of the player. The enemy deck knitting unit 114B has a function of knitting an enemy deck composed of a plurality of enemy characters.

バトルデッキ編成部115は、プレイヤーからの操作入力に基づいて、複数のキャラクターから構成されるデッキを編成する処理を実行する機能を有している。本実施形態における手動デッキ編成部115は、通常対戦処理部112Aが実行する通常対戦ゲームにおいて利用されるバトルデッキを編成する。   The battle deck knitting unit 115 has a function of executing a process of knitting a deck composed of a plurality of characters based on an operation input from the player. The manual deck knitting unit 115 in this embodiment forms a battle deck used in the normal battle game executed by the normal battle processing unit 112A.

報酬付与処理部116は、プレイヤーに対して報酬を付与する処理を実行する機能を有している。本実施形態における報酬付与処理部116は、抽選対戦処理112Bが実行した抽選付き対戦ゲームにおいて敵キャラクターの敗北が決定された場合に、プレイヤーに対して報酬を付与する。   The reward giving processing unit 116 has a function of executing a process for giving a reward to the player. The reward grant processing unit 116 in the present embodiment grants a reward to the player when the defeat of the enemy character is determined in the lottery battle game executed by the lottery battle process 112B.

画面データ生成部117は、ゲーム画面をプレイヤー端末20に表示させるための画面データを生成する処理を実行する機能を有している。本実施形態の画面データ生成部117は、ゲーム画面に対応する画面データとしてHTMLデータを生成する。   The screen data generation unit 117 has a function of executing processing for generating screen data for displaying the game screen on the player terminal 20. The screen data generation unit 117 of the present embodiment generates HTML data as screen data corresponding to the game screen.

記憶部12は、システムプログラムが記憶された読み取り専用の記憶領域であるROM(Read Only Memory)と、制御部11による演算処理のワーク領域として使用される書き換え可能な記憶領域であるRAM(Random Access Memory)とを有しており、例えば、フラッシュメモリやハードディスク等の不揮発性記憶装置によって実現される。本実施形態の記憶部12は、キャラクターに関する情報であるキャラクター情報と、ゲームアイテムに関する情報であるアイテム情報と、プレイヤーに関する情報であるプレイヤー情報と、敵キャラクターに関する情報である敵キャラクター情報と、エネミーデッキに関するエネミーデッキ情報と、報酬に関する報酬情報を、少なくとも記憶する。なお、これら各情報については追って詳述する。   The storage unit 12 includes a ROM (Read Only Memory) that is a read-only storage area in which system programs are stored, and a RAM (Random Access) that is a rewritable storage area that is used as a work area for arithmetic processing by the control unit 11. For example, a non-volatile storage device such as a flash memory or a hard disk. The storage unit 12 of the present embodiment includes character information that is information about a character, item information that is information about a game item, player information that is information about a player, enemy character information that is information about an enemy character, and an enemy deck. At least the enemy deck information and the reward information related to the reward. These pieces of information will be described in detail later.

入力部13は、システム管理者等が各種データ(例えば、キャラクター情報等)を入力するためのものであり、例えば、キーボードやマウス等によって実現される。   The input unit 13 is used by a system administrator or the like for inputting various data (for example, character information), and is realized by, for example, a keyboard or a mouse.

表示部14は、制御部11からの指令に基づいてシステム管理者用の操作画面を表示するためのものであり、例えば、液晶ディスプレイ(LCD:Liquid Crystal Display)等によって実現される。   The display unit 14 is for displaying an operation screen for a system administrator based on a command from the control unit 11 and is realized by, for example, a liquid crystal display (LCD).

通信部15は、プレイヤー端末20との間で通信を行うためのものであり、プレイヤー端末20から送信される各種データや信号を受信する受信部としての機能と、制御部11の指令に応じて各種データや信号をプレイヤー端末20へ送信する送信部として機能とを有している。通信部15は、例えば、NIC(Network Interface Card)等によって実現される。   The communication unit 15 is for communicating with the player terminal 20, according to a function as a receiving unit that receives various data and signals transmitted from the player terminal 20 and a command from the control unit 11. It has a function as a transmission part which transmits various data and signals to the player terminal 20. The communication unit 15 is realized by, for example, a NIC (Network Interface Card).

<<プレイヤー端末20の構成について>>
図3は、プレイヤー端末20の機能上の構成を示すブロック図である。本実施形態のプレイヤー端末20は、ゲームをプレイする際にプレイヤーが利用する情報処理装置(例えば、携帯電話端末、スマートフォン、タブレット型端末等)であり、サーバー装置10に対してゲームに関する各種情報(ゲームプログラムやWebページ等)の配信要求を行うことができる。プレイヤー端末20は、プレイヤーにWebページを閲覧させるためのWebブラウザ機能を有しているため、サーバー装置10から配信されたWebページ(ゲーム画面等)を表示することができる。このプレイヤー端末20は、端末制御部21と、端末記憶部22と、端末入力部23と、端末表示部24と、端末通信部25と、を有している。
<< Configuration of Player Terminal 20 >>
FIG. 3 is a block diagram illustrating a functional configuration of the player terminal 20. The player terminal 20 of the present embodiment is an information processing device (for example, a mobile phone terminal, a smartphone, a tablet terminal, etc.) that is used by the player when playing a game. A distribution request for a game program, a web page, or the like can be made. Since the player terminal 20 has a Web browser function for allowing the player to browse the Web page, the player terminal 20 can display the Web page (game screen or the like) distributed from the server device 10. The player terminal 20 includes a terminal control unit 21, a terminal storage unit 22, a terminal input unit 23, a terminal display unit 24, and a terminal communication unit 25.

端末制御部21は、各部間のデータの受け渡しを行うととともに、プレイヤー端末20全体の制御を行うものであり、CPU(Central Processing Unit)が所定のメモリに格納されたプログラムを実行することによって実現される。なお、本実施形態の端末制御部21は、端末表示部24に表示されるゲーム画面の表示態様を制御する画面表示制御部としても機能する。端末記憶部22は、バスを介して端末制御部21に接続され、端末制御部21からの指令に応じて記憶されているデータを参照、読み出し、書き換える処理が行われる。この端末記憶部22は、例えば、フラッシュメモリやハードディスク等によって実現される。端末入力部23は、プレイヤーが各種操作(ゲーム操作等)を行うためのものであり、例えば、操作ボタン、タッチパネル等によって実現される。端末表示部24は、端末制御部21からの指令によりゲーム画面を表示するためのものであり、たとえば、液晶ディスプレイ(LCD:Liquid Crystal Display)等によって実現される。端末通信部25は、ネットワーク2を介してサーバー装置10と各種情報の送受信を行うための送受信部として機能するものであり、例えば、NIC(Network Interface Card)等によって実現される。   The terminal control unit 21 exchanges data between each unit and controls the entire player terminal 20, and is realized by a CPU (Central Processing Unit) executing a program stored in a predetermined memory. Is done. Note that the terminal control unit 21 of the present embodiment also functions as a screen display control unit that controls the display mode of the game screen displayed on the terminal display unit 24. The terminal storage unit 22 is connected to the terminal control unit 21 via a bus, and performs processing of referring to, reading, and rewriting data stored in response to a command from the terminal control unit 21. The terminal storage unit 22 is realized by, for example, a flash memory or a hard disk. The terminal input unit 23 is for a player to perform various operations (game operations and the like), and is realized by, for example, operation buttons, a touch panel, and the like. The terminal display unit 24 is for displaying a game screen according to a command from the terminal control unit 21 and is realized by, for example, a liquid crystal display (LCD). The terminal communication unit 25 functions as a transmission / reception unit for transmitting / receiving various kinds of information to / from the server device 10 via the network 2 and is realized by, for example, a NIC (Network Interface Card) or the like.

<<データ構造について>>
図4は、サーバー装置10の記憶部12に記憶されるキャラクター情報のデータ構造例を示す図である。このキャラクター情報は、キャラクターID、キャラクター名、レアリティ、初期攻撃力、初期防御力、初期体力等の項目(フィールド)を有している。キャラクターIDは、キャラクターを識別する識別情報である。キャラクター名は、キャラクターの表示名を示す情報である。レアリティは、キャラクターの希少度を示すパラメーターである。本実施形態においては、4段階のレアリティ(「コモン」→「アンコモン」→「レア」→「スーパーレア」)がキャラクターに設定されている。キャラクターの初期攻撃力、初期防御力、初期体力は、キャラクターに最初に設定された能力値を示すパラメーターである。なお、このレアリティは4段階に限られるものではない。また、各レアリティの名称も上記の名称と異なる名称を採用しても良い。
<< About data structure >>
FIG. 4 is a diagram illustrating a data structure example of character information stored in the storage unit 12 of the server device 10. This character information has items (fields) such as a character ID, a character name, a rarity, an initial attack power, an initial defense power, and an initial physical strength. The character ID is identification information for identifying a character. The character name is information indicating the display name of the character. Rarity is a parameter that indicates the rarity of a character. In this embodiment, four levels of rarity (“common” → “uncommon” → “rare” → “super rare”) are set for the character. The initial attack power, initial defense power, and initial physical strength of the character are parameters indicating the ability values initially set for the character. This rarity is not limited to four stages. Moreover, you may employ | adopt the name different from said name also for the name of each rarity.

図5は、サーバー装置10の記憶部12に記憶されるアイテム情報のデータ構造例を示す図である。このアイテム情報は、アイテムID、アイテム名等の項目を有している。アイテムIDは、アイテムを識別する識別情報である。アイテム名は、アイテムの表示名を示す情報である。   FIG. 5 is a diagram illustrating a data structure example of item information stored in the storage unit 12 of the server device 10. This item information has items such as item ID and item name. The item ID is identification information for identifying an item. The item name is information indicating the display name of the item.

図6は、サーバー装置10の記憶部12に記憶されるプレイヤー情報のデータ構造例を示す図である。このプレイヤー情報は、プレイヤーID、メダル、仮想通貨、バトルポイント、所有キャラクター情報、所有アイテム情報、バトルデッキ情報等の項目を有している。プレイヤーIDは、プレイヤーを識別する識別情報である。メダルは、抽選ゲームで使用される抽選ポイントの一例であって、プレイヤーが所有しているメダルの量を示す情報である。このメダルは、抽選ゲームを行う際に消費される消費パラメーターである。仮想通貨は、遊戯ポイントの一例であって、プレイヤーが所有している仮想通貨の量を示す情報である。この仮想通貨は、抽選付き対戦ゲームを行う際に消費される消費パラメーターである。バトルポイントは、プレイヤーが所有しているバトルポイントの量を示す情報である。このバトルポイントは、通常対戦ゲームを行う際に消費される消費パラメーターである。所有キャラクター情報は、プレイヤーが所有するキャラクターを示す情報である。所有アイテム情報は、プレイヤーが所有するアイテムを示す情報である。バトルデッキ情報は、プレイヤーの操作に従って編成されたバトルデッキを定義する情報である。   FIG. 6 is a diagram illustrating a data structure example of player information stored in the storage unit 12 of the server device 10. This player information includes items such as player ID, medal, virtual currency, battle point, owned character information, owned item information, and battle deck information. The player ID is identification information for identifying the player. The medal is an example of a lottery point used in the lottery game, and is information indicating the amount of medals owned by the player. This medal is a consumption parameter consumed when a lottery game is performed. The virtual currency is an example of game points, and is information indicating the amount of virtual currency owned by the player. This virtual currency is a consumption parameter that is consumed when a competitive game with a lottery is played. The battle point is information indicating the amount of battle points owned by the player. This battle point is a consumption parameter consumed when a normal battle game is played. The owned character information is information indicating a character owned by the player. The owned item information is information indicating items owned by the player. The battle deck information is information that defines a battle deck organized according to player operations.

図7は、所有キャラクター情報のデータ構造例を示す図である。この所有キャラクター情報は、キャラクターID、キャラクターのレベル、攻撃力、防御力、体力、獲得日時等の項目を有している。キャラクターIDは、プレイヤーが所有するキャラクターを識別する識別情報である。キャラクターのレベル、攻撃力、防御力、体力は、プレイヤーが所有するキャラクターに設定された現在の能力値を示すパラメーターである。これら各種パラメーターは、ゲームの進行に応じて更新される。獲得日時は、プレイヤーがキャラクターを獲得した日時を示す情報である。   FIG. 7 is a diagram illustrating a data structure example of owned character information. This possessed character information includes items such as a character ID, character level, attack power, defense power, physical strength, and acquisition date. The character ID is identification information for identifying a character owned by the player. The character level, attack power, defense power, and physical strength are parameters indicating the current ability values set for the characters owned by the player. These various parameters are updated as the game progresses. The acquisition date and time is information indicating the date and time when the player acquired the character.

図8は、所有アイテム情報のデータ構造例を示す図である。この所有アイテム情報は、アイテムID、所有数等の項目を有している。アイテムIDは、プレイヤーが所有するアイテムを識別する識別情報である。所有数は、プレイヤーが所有するアイテムの数量を示す情報である。   FIG. 8 is a diagram illustrating a data structure example of owned item information. This possessed item information has items such as an item ID and the number of possessions. The item ID is identification information for identifying an item owned by the player. The number of possessions is information indicating the number of items owned by the player.

図9は、バトルデッキ情報のデータ構造例を示す図である。このバトルデッキ情報は、バトルデッキを構成する各キャラクターのキャラクターIDに通し番号を対応付けた情報である。本実施形態におけるバトルデッキは、1番から9番まで通し番号が付与された全9体のキャラクターから構成されている。   FIG. 9 is a diagram illustrating an example data structure of battle deck information. This battle deck information is information in which a serial number is associated with the character ID of each character constituting the battle deck. The battle deck in this embodiment is composed of a total of nine characters assigned serial numbers from 1 to 9.

図10は、敵キャラクター情報のデータ構造例を示す図である。この敵キャラクター情報は、敵キャラクターID、敵キャラクター名、レアリティ、攻撃力、防御力、体力等の項目(フィールド)を有している。敵キャラクターIDは、対戦相手となる敵キャラクターを識別する識別情報である。敵キャラクター名は、敵キャラクターの表示名を示す情報である。レアリティは、敵キャラクターの希少度を示すパラメーターである。本実施形態においては、4段階のレアリティ(「コモン」→「アンコモン」→「レア」→「スーパーレア」)が敵キャラクターに設定されている。敵キャラクターの攻撃力、防御力、体力は、敵キャラクターに設定された能力値を示すパラメーターである。なお、このレアリティは4段階に限られるものではない。また、各レアリティの名称も上記の名称と異なる名称を採用しても良い。   FIG. 10 is a diagram illustrating an example data structure of enemy character information. This enemy character information has items (fields) such as an enemy character ID, enemy character name, rarity, attack power, defense power, and physical strength. The enemy character ID is identification information for identifying an enemy character that is an opponent. The enemy character name is information indicating the display name of the enemy character. Rarity is a parameter that indicates the rarity of enemy characters. In this embodiment, four levels of rarity (“common” → “uncommon” → “rare” → “super rare”) are set as enemy characters. The attack power, defense power, and physical strength of the enemy character are parameters indicating the ability values set for the enemy character. This rarity is not limited to four stages. Moreover, you may employ | adopt the name different from said name also for the name of each rarity.

図11は、エネミーデッキ情報のデータ構造例を示す図である。このエネミーデッキ情報は、エネミーデッキID、エネミーデッキのレベル、エネミーデッキを構成するキャラクターのキャラクターID、各敵キャラクターのレベル等の項目(フィールド)を有している。本実施形態におけるエネミーデッキの各々は、図10に示す敵キャラクター情報に設定された複数の敵キャラクターのうち、全3体の敵キャラクターから構成されている。1つのエネミーデッキを構成する敵キャラクターの各々は、異なるレベルが設定されている。   FIG. 11 is a diagram illustrating an example data structure of enemy deck information. This enemy deck information includes items (fields) such as an enemy deck ID, an enemy deck level, a character ID of a character constituting the enemy deck, and a level of each enemy character. Each of the enemy decks in the present embodiment is composed of a total of three enemy characters among a plurality of enemy characters set in the enemy character information shown in FIG. Each enemy character that makes up one enemy deck has a different level.

図12は、報酬情報のデータ構造例を示す図である。この報酬情報は、報酬ID、報酬名、内容等の項目を有している。本実施形態における報酬内容として、図5に示すアイテム情報から選択されたアイテム、図4に示すキャラクター情報から選択されたキャラクター、図10に示す敵キャラクター情報から選択された敵キャラクター等が設定されている。   FIG. 12 is a diagram illustrating a data structure example of reward information. This reward information includes items such as a reward ID, a reward name, and contents. As reward contents in the present embodiment, an item selected from the item information shown in FIG. 5, a character selected from the character information shown in FIG. 4, an enemy character selected from the enemy character information shown in FIG. Yes.

<<ゲームの概要について>>
ここでは、本実施形態のゲームシステム1によって提供されるゲームの概要について説明する。このゲームシステム1では、ゲームキャラクターが対応付けられた電子的なゲームカード(以下、「キャラクター」とも呼ぶ)を用いて行う各種ゲームが提供される。
<< About the game outline >>
Here, an outline of a game provided by the game system 1 of the present embodiment will be described. In the game system 1, various games are provided that are played using an electronic game card (hereinafter also referred to as “character”) associated with a game character.

<抽選ゲーム>
本実施形態におけるゲームシステム1では、プレイヤーは、自らが所有するメダル(抽選ポイント)を消費させることにより、所謂「ガチャガチャ」(登録商標)と呼ばれる抽選ゲームを行うことができる。この抽選ゲームでは、複数のキャラクターの中から選択されたキャラクターがプレイヤーに付与される。
具体的には、キャラクター付与部111は、図6に示すプレイヤー情報に基づきプレイヤーが所有するメダル量を減少させ、図4に示すキャラクター情報に基づき複数のキャラクターの中から抽選によって選択したキャラクターをプレイヤーに付与する。そして、キャラクター付与部111は、付与されたキャラクターがプレイヤーの所有するキャラクターとなるように、図7に示す所有キャラクター情報を更新する。
なお、プレイヤーは、この抽選ゲームによって付与されたキャラクターを用いて、後述する通常対戦ゲームを行うことができる。
また、本実施形態におけるゲームシステム1は、これに限らず、自らが所有するメダル(抽選ポイント)を消費させることなく、抽選ゲームを行っても良い。またゲームシステム1は、プレイヤー自らが所有する仮想通貨(遊戯ポイント)などを消費させることにより、抽選ゲームを行っても良い。
<Lottery game>
In the game system 1 according to the present embodiment, a player can play a lottery game called “Gacha Gacha” (registered trademark) by consuming medals (lottery points) owned by the player. In this lottery game, a character selected from a plurality of characters is given to the player.
Specifically, the character granting unit 111 reduces the amount of medals owned by the player based on the player information shown in FIG. 6, and the player selects a character selected by lottery from a plurality of characters based on the character information shown in FIG. To grant. And the character provision part 111 updates the possessed character information shown in FIG. 7 so that the provided character may become the character which a player owns.
It should be noted that the player can perform a normal battle game, which will be described later, using the character assigned by the lottery game.
Moreover, the game system 1 in this embodiment is not limited to this, and a lottery game may be performed without consuming medals (lottery points) owned by the game system 1 itself. Further, the game system 1 may perform a lottery game by consuming virtual currency (play points) owned by the player himself.

<通常対戦ゲーム>
本実施形態におけるゲームシステム1では、プレイヤーは、自らが所有するバトルポイントを消費させることにより、対戦相手となる敵キャラクターと対戦する通常対戦ゲームを行うことができる。
具体的には、通常対戦処理部112Aは、図6に示すプレイヤー情報に基づきプレイヤーが所有するバトルポイントを減少させる。そして、バトルデッキ編成部115は、プレイヤーの選択操作に応答して、図7に示す所有キャラクター情報に基づき複数のキャラクターを選択する。バトルデッキ編成部115は、プレイヤーの選択操作に従って選択された複数のキャラクターから構成されるバトルデッキを編成し、図9に示すバトルデッキ情報を更新する。次いで、通常対戦処理部112Aは、図10に示す敵キャラクター情報を参照し、プレイヤーの対戦相手となる敵キャラクターを選択する。この際、通常対戦処理部112Aは、プレイヤーの選択操作に従って敵キャラクターを選択することもできる。そして、通常対戦処理部112Aは、図7に示す所有キャラクター情報、及び、図10に示す敵キャラクター情報を参照し、バトルデッキを構成する各キャラクターに設定された各種パラメーター(攻撃力、防御力、体力等)、及び、敵キャラクターに設定された各種パラメーター(攻撃力、防御力、体力等)に基づいて、これらのキャラクター同士による通常対戦ゲームの勝敗を決定する。
なお、本実施形態におけるゲームシステム1は、これに限らず、自らが所有するバトルポイントを消費させることなく、通常対戦ゲームを行っても良い。
<Normal game>
In the game system 1 according to the present embodiment, the player can play a normal battle game in which a player battles against an enemy character as an opponent by consuming the battle points owned by the player.
Specifically, the normal battle processing unit 112A reduces the battle points owned by the player based on the player information shown in FIG. And the battle deck organization part 115 selects a some character based on the possessed character information shown in FIG. 7 in response to a player's selection operation. The battle deck organization unit 115 organizes a battle deck composed of a plurality of characters selected according to the player's selection operation, and updates the battle deck information shown in FIG. Next, the normal battle processing unit 112A refers to the enemy character information shown in FIG. 10 and selects an enemy character to be a player's opponent. At this time, the normal battle processing unit 112A can also select an enemy character in accordance with the player's selection operation. Then, the normal battle processing unit 112A refers to the possessed character information shown in FIG. 7 and the enemy character information shown in FIG. 10, and various parameters (attack power, defense power, Based on various parameters (attack power, defense power, physical strength, etc.) set for the enemy character, the winning or losing of the normal battle game between these characters is determined.
Note that the game system 1 in the present embodiment is not limited to this, and a normal battle game may be played without consuming the battle points owned by the game system 1 itself.

<抽選付き対戦ゲーム>
本実施形態におけるゲームシステム1では、プレイヤーは、自らが所有する仮想通貨(遊戯ポイント)を消費させることにより、複数のキャラクターの中から選択されたキャラクターがプレイヤーに付与され、この付与されたキャラクターをそのまま用いて、対戦相手となる敵キャラクターと対戦する抽選付き対戦ゲームを行うことができる。したがって、仮に、レアリティが低いキャラクターがプレイヤーに付与されたとしても、その敵キャラクターとの対戦にそのまま参加することになるので、プレイヤーに付与されたキャラクターを積極的に使用することができる。
本実施形態における抽選付き対戦ゲームは、抽選によってキャラクターがプレイヤーに付与されることを契機として、プレイヤーの操作によらず自動的に開始される。そして、敵キャラクターとの対戦を開始させる際に、付与されたそのキャラクターのみから構成されるプレイヤーデッキが編成されると共に、複数の敵キャラクターから構成されるエネミーデッキが編成される。その後、プレイヤーデッキを構成するキャラクターの夫々と、エネミーデッキを構成する敵キャラクターの夫々とが対戦する対戦ゲームについて、勝敗が決定される。かかる対戦の結果、敵キャラクターの敗北が決定されたときには、プレイヤーに対して報酬が付与される。
なお、プレイヤーは、この抽選付き対戦ゲームにおいて付与されたキャラクターを用いて、前述した通常対戦ゲームを行うこともできる。
また、本実施形態におけるゲームシステム1は、これに限らず、自らが所有する仮想通貨(遊戯ポイント)を消費させることなく、抽選付き対戦ゲームを行っても良い。
<Battle game with lottery>
In the game system 1 according to the present embodiment, the player consumes the virtual currency (play points) owned by the player, so that a character selected from a plurality of characters is given to the player, and the given character is By using it as it is, it is possible to play a lottery battle game against an enemy character as an opponent. Therefore, even if a character with low rarity is given to the player, it will participate in the battle with the enemy character as it is, so that the character given to the player can be actively used.
The battle game with lottery in the present embodiment is automatically started regardless of the player's operation when a character is given to the player by lottery. Then, when starting a battle with an enemy character, a player deck composed only of the given character is organized, and an enemy deck composed of a plurality of enemy characters is organized. Thereafter, winning or losing is determined for a battle game in which each of the characters constituting the player deck and each enemy character constituting the enemy deck face each other. As a result of the battle, when it is determined that the enemy character is defeated, a reward is given to the player.
Note that the player can also perform the above-described normal battle game using the characters assigned in the battle game with lottery.
In addition, the game system 1 in the present embodiment is not limited to this, and may play a competitive game with lottery without consuming virtual currency (play points) owned by the game system 1 itself.

以下では、本実施形態のゲームシステム1において、サーバー装置10及びプレイヤー端末20によって抽選付き対戦ゲームが行われるときの動作例について、具体的に説明する。   Below, in the game system 1 of this embodiment, the operation example when the battle | competition game with a lottery is performed by the server apparatus 10 and the player terminal 20 is demonstrated concretely.

<<ゲームシステム1の動作について>>
図13は、本実施形態にかかるゲームシステム1の動作例を説明するためのフローチャートである。
<< Operation of Game System 1 >>
FIG. 13 is a flowchart for explaining an operation example of the game system 1 according to the present embodiment.

先ず、プレイヤー端末20において、端末制御部21は、プレイヤーの操作入力を端末入力部23から受け取ると、抽選付き対戦ゲームのゲーム開始ページを取得するためのコマンド(ゲーム開始ページ要求)を、端末通信部25を介してサーバー装置10に送信する(S101)。   First, in the player terminal 20, when the terminal control unit 21 receives the player's operation input from the terminal input unit 23, the terminal control unit 21 sends a command (game start page request) for acquiring a game start page of the battle game with lottery to the terminal communication. The data is transmitted to the server device 10 via the unit 25 (S101).

次いで、サーバー装置10は、プレイヤー端末20から送信されたゲーム開始ページ要求を受け付けると、プレイヤーの対戦相手となる敵キャラクターを設定する処理を実行する(S102)。本実施形態では、プレイヤーの対戦相手として、複数の敵キャラクターから構成されるエネミーデッキが設定される。なお、プレイヤーの対戦相手として、単一の敵キャラクターを設定してもよい。   Next, when the server device 10 receives the game start page request transmitted from the player terminal 20, the server device 10 executes a process of setting an enemy character that is the opponent of the player (S102). In this embodiment, an enemy deck composed of a plurality of enemy characters is set as the player's opponent. A single enemy character may be set as the player's opponent.

具体的には、先ず、エネミーデッキ編成部114Bは、図10に示す敵キャラクター情報に基づいて、複数の敵キャラクターの中から選択した敵キャラクターを組み合わせてエネミーデッキを編成する。そして、エネミーデッキ編成部114Bは、このようにして編成したエネミーデッキに従って、図11に示すエネミーデッキ情報を更新する。   Specifically, first, the enemy deck knitting unit 114B forms an enemy deck by combining enemy characters selected from a plurality of enemy characters based on the enemy character information shown in FIG. And the enemy deck organization part 114B updates the enemy deck information shown in FIG. 11 according to the enemy deck knitted in this way.

図11に示すように、このエネミーデッキは3体の敵キャラクターから構成され、各敵キャラクターは強さに応じたレベルを有しており、そのレベルにはそれぞれ異なる値が設定されている。また、エネミーデッキ自体にも、総合力を示すデッキレベルが設定されている。   As shown in FIG. 11, this enemy deck is composed of three enemy characters, and each enemy character has a level corresponding to its strength, and a different value is set for each level. In addition, the deck level which shows total power is set to the enemy deck itself.

次に、エネミーデッキ編成部114Bは、図11に示すエネミーデッキ情報を参照して、複数のエネミーデッキの中から対戦相手となるエネミーデッキを選択する。ここで、本実施形態におけるエネミーデッキ編成部114Bは、対戦相手となるエネミーデッキを選択する際に、最も低いデッキレベルのエネミーデッキから順番に選択する。つまり、抽選付き対戦ゲームを繰り返し行うと、エネミーデッキのデッキレベルが徐々に高くなって行くため、抽選付き対戦ゲームで勝利して連戦を重ねるほど、強いエネミーデッキと対戦することになる。なお、これに限定されることなく、ランダムにエネミーデッキを選択してもよい。   Next, the enemy deck organization unit 114B refers to the enemy deck information shown in FIG. 11 and selects an enemy deck as an opponent from a plurality of enemy decks. Here, the enemy deck organization unit 114B in the present embodiment selects the enemy decks in the lowest deck level in order when selecting an enemy deck as an opponent. In other words, when the battle game with lottery is repeatedly performed, the deck level of the enemy deck gradually increases, so that as the battle game with lottery wins and the battles are repeated, a battle against a stronger enemy deck is performed. In addition, you may select an enemy deck at random, without being limited to this.

次いで、サーバー装置10は、抽選付き対戦ゲームのゲーム開始ページ(Webページ)をプレイヤー端末20に表示させるための画面データ(HTMLファイル)を画面データ生成部117に生成させる(S103)。   Next, the server device 10 causes the screen data generation unit 117 to generate screen data (HTML file) for displaying the game start page (Web page) of the battle game with lottery on the player terminal 20 (S103).

画面データ生成部117は、図10に示す敵キャラクター情報及び図11に示すエネミーデッキ情報に基づいて、エネミーデッキを構成する各敵キャラクターに関する情報を含むゲーム開始ページの画面データを生成する。   Based on the enemy character information shown in FIG. 10 and the enemy deck information shown in FIG. 11, the screen data generation unit 117 generates screen data of a game start page including information on each enemy character that constitutes the enemy deck.

そして、サーバー装置10は、このようにして生成された抽選付き対戦ゲームのゲーム開始ページに対応する画面データ(HTMLファイル)を、ネットワークを介して要求元のプレイヤー端末20に送信する(S104)。   Then, the server device 10 transmits the screen data (HTML file) corresponding to the game start page of the battle game with lottery thus generated to the requesting player terminal 20 via the network (S104).

次いで、プレイヤー端末20は、サーバー装置10から送信されたこの画面データ(HTMLデータ)を受信すると、画面データを解析することにより、抽選付き対戦ゲームのゲーム開始ページ(Webページ)を端末表示部24に表示させる(S105)。   Next, when the player terminal 20 receives the screen data (HTML data) transmitted from the server device 10, the terminal display unit 24 displays the game start page (Web page) of the battle game with lottery by analyzing the screen data. (S105).

図14は、この端末表示部24に表示される抽選付き対戦ゲームのゲーム開始ページ50の一例を示す図である。このゲーム開始ページ50には、エネミーデッキ表示エリア51、操作ボタン52が含まれている。ここでは、エネミーデッキ表示エリア51内には、エネミーデッキを構成する3体の敵キャラクターB、F、Hが配置されている。操作ボタン52は、抽選によってキャラクターを獲得したい場合に、プレイヤーが操作するボタンである。ここでは、消費させる仮想通貨(遊戯ポイント)の量に応じて、3種類の操作ボタン52が表示されている。
なお、ここでは3種類の操作ボタン52がゲーム開始ページ50に表示されているが、これに限られるものではなく、例えば、1種類の操作ボタン52でも、5種類の操作ボタン52でも良い。
FIG. 14 is a diagram illustrating an example of the game start page 50 of the battle game with lottery displayed on the terminal display unit 24. The game start page 50 includes an enemy deck display area 51 and operation buttons 52. Here, in the enemy deck display area 51, three enemy characters B, F, and H constituting the enemy deck are arranged. The operation button 52 is a button operated by the player when it is desired to acquire a character by lottery. Here, three types of operation buttons 52 are displayed according to the amount of virtual currency (game points) to be consumed.
Here, three types of operation buttons 52 are displayed on the game start page 50, but the present invention is not limited to this. For example, one type of operation buttons 52 or five types of operation buttons 52 may be used.

次に、図13に戻り、プレイヤー端末20における端末制御部21は、図14に示すゲーム開始ページ50が端末表示部24に表示されている際に、プレイヤーによって操作ボタン52のいずれかが選択されると、かかる操作情報に基づきキャラクター付与を要求するコマンド(キャラクター付与要求)を、端末通信部25を介してサーバー装置10に送信する(S106)。   Next, returning to FIG. 13, the terminal control unit 21 in the player terminal 20 selects one of the operation buttons 52 by the player when the game start page 50 shown in FIG. 14 is displayed on the terminal display unit 24. Then, a command for requesting character assignment (character assignment request) based on the operation information is transmitted to the server device 10 via the terminal communication unit 25 (S106).

次に、サーバー装置10は、プレイヤー端末20から送信されたキャラクター付与要求を受け付けると、プレイヤーに付与するキャラクターを決定するためのキャラクター付与処理を実行する(S107)。   Next, when the server device 10 receives the character grant request transmitted from the player terminal 20, the server device 10 executes a character grant process for determining a character to be given to the player (S107).

具体的には、キャラクター付与部111は、図6に示すプレイヤー情報に基づきプレイヤーが所有する仮想通貨の量を減少させ、図4に示すキャラクター情報に基づいて、複数のキャラクターの中から抽選によってプレイヤーに付与するキャラクターを選択する。
なお、この際、プレイヤーが所有する仮想通貨を消費(減少)させることなく、プレイヤーに付与するキャラクターを抽選しても良い。
Specifically, the character granting unit 111 reduces the amount of virtual currency owned by the player based on the player information shown in FIG. 6, and draws the player by lottery from a plurality of characters based on the character information shown in FIG. 4. Select the character to be given to.
At this time, a character to be given to the player may be drawn by lottery without consuming (decreasing) the virtual currency owned by the player.

この際、プレイヤーからの操作入力に従って、200ポイントの仮想通貨を消費してキャラクター選択を行なう場合には、複数のキャラクターの中から2体のキャラクターが選択される。300ポイントの仮想通貨を消費する場合には、複数のキャラクターの中から3体のキャラクターが選択される。400ポイントの仮想通貨を消費する場合には、複数のキャラクターの中から4体のキャラクターが選択される。このように、消費される仮想通貨の量が多いほど、プレイヤーに付与されるキャラクターの数が増加することになる。   At this time, when performing character selection by consuming 200 points of virtual currency in accordance with an operation input from the player, two characters are selected from a plurality of characters. When consuming 300 points of virtual currency, three characters are selected from a plurality of characters. When consuming 400 points of virtual currency, four characters are selected from a plurality of characters. Thus, as the amount of virtual currency consumed increases, the number of characters given to the player increases.

このようにして、キャラクター付与部111は、プレイヤーに付与するキャラクターを決定すると、付与されたキャラクターがプレイヤーの所有するキャラクターとなるように、図7に示す所有キャラクター情報を更新する。   In this way, when determining the character to be given to the player, the character giving unit 111 updates the owned character information shown in FIG. 7 so that the given character becomes the character owned by the player.

次いで、サーバー装置10は、前述したキャラクター付与処理によってキャラクターがプレイヤーに付与されることを契機として、プレイヤーの操作によらず自動的に対戦処理を開始する(S108)。   Next, the server device 10 automatically starts the battle process regardless of the player's operation when the character is given to the player by the character grant process described above (S108).

具体的には、先ず、抽選対戦処理部112Bは、キャラクター付与部111によってプレイヤーに付与されたキャラクターのみから構成されるプレイヤーデッキを、プレイヤーデッキ編成部114Aに編成させる。このとき、プレイヤーデッキ編成部114Aは、キャラクター付与部111によってプレイヤーに付与されたキャラクター数に応じたプレイヤーデッキを、自動的に編成する。つまり、プレイヤーデッキ編成部114Aは、キャラクター付与部111によってプレイヤーに付与されたキャラクター数が多いほど、強いデッキを編成することができる。次いで、抽選対戦処理部112Bは、プレイヤーデッキとエネミーデッキとを対戦させて勝敗を決定する処理を実行する。このとき、抽選対戦処理部112Bは、エネミーデッキを構成する3体の敵キャラクターのうち、最も低いレベルが設定された敵キャラクターから順番に、プレイヤーデッキを構成する複数のキャラクターと対戦させる(この際、この順番に限らず、ランダムに選択された敵キャラクターから順番に対戦させても良い)。具体的には、パラメーター変動部113は、プレイヤーデッキの各キャラクターの攻撃力パラメーター、及び、エネミーデッキのうち1番目の敵キャラクターの防御力パラメーターに基づき、プレイヤーデッキの各キャラクターが、1番目の敵キャラクターに与えるダメージの大きさを算出し、そのダメージ大きさに応じて1番目の敵キャラクターの体力パラメーターを減少させる。また逆に、パラメーター変動部113は、1番目の敵キャラクターの攻撃力パラメーター、及び、プレイヤーデッキの各キャラクターの防御力パラメーターに基づき、1番目の敵キャラクターが、プレイヤーデッキの各キャラクターに与えるダメージの大きさを算出し、そのダメージ大きさに応じてプレイヤーデッキの各キャラクターの体力パラメーターを減少させる。その結果、抽選対戦処理部112Bは、1番目の敵キャラクターの体力パラメーターが先に「0」となった場合には、1番目の敵キャラクターの敗北を決定し、プレイヤーデッキの全キャラクターの体力パラメーターが先に「0」となった場合には、プレイヤーの敗北を決定する。次いで、抽選対戦処理部112Bは、1番目の敵キャラクターの敗北が決定された場合に、エネミーデッキのうち2番目の敵キャラクターとの対戦について勝敗を決定する処理を実行する。また同様に、抽選対戦処理部112Bは、2番目の敵キャラクターの敗北が決定された場合には、エネミーデッキのうち3番目の敵キャラクターとの対戦について勝敗を決定する処理を実行する。さらに、抽選対戦処理部112Bは、3番目の敵キャラクターの敗北が決定された場合には、プレイヤーの完全勝利を決定する。そして、抽選対戦処理部112Bは、プレイヤーの完全勝利が決定された場合には、今回のエネミーデッキよりも高いデッキレベルが設定された次回のエネミーデッキとの対戦が可能となるように設定する。その一方で、抽選対戦処理部112Bは、プレイヤーの敗北が決定された場合には、このエネミーデッキに残存する敵キャラクターの体力パラメーターの値を保持させた状態にして、今回のエネミーデッキとの再戦が可能となるように設定する。なお、この際、敵キャラクターの体力パラメーターの値をリセットさせた後に再戦させても良い。   Specifically, first, the lottery battle processing unit 112B causes the player deck knitting unit 114A to knitting a player deck composed only of characters assigned to the player by the character assigning unit 111. At this time, the player deck organization unit 114A automatically organizes a player deck corresponding to the number of characters assigned to the player by the character assigning unit 111. That is, the player deck organization unit 114A can form a stronger deck as the number of characters assigned to the player by the character assigning unit 111 increases. Next, the lottery battle processing unit 112B executes a process of making a match between the player deck and the enemy deck to determine win / loss. At this time, the lottery battle processing unit 112B battles against a plurality of characters constituting the player deck in order from the enemy character having the lowest level among the three enemy characters constituting the enemy deck (in this case). , Not only in this order, but also randomly selected enemy characters. Specifically, the parameter changing unit 113 changes each character of the player deck to the first enemy character based on the attack power parameter of each character of the player deck and the defense power parameter of the first enemy character of the enemy deck. Calculate the amount of damage to deal, and reduce the health parameter of the first enemy character according to the amount of damage. On the other hand, the parameter changing unit 113 is based on the attack parameter of the first enemy character and the defense parameter of each character of the player deck, and the magnitude of damage that the first enemy character gives to each character of the player deck. And reduce the health parameter of each character in the player deck according to the amount of damage. As a result, when the health parameter of the first enemy character is “0” first, the lottery battle processing unit 112B determines the defeat of the first enemy character, and the health parameters of all characters in the player deck are first. If the result is “0”, the player is determined to lose. Next, when the defeat of the first enemy character is determined, the lottery battle processing unit 112 </ b> B executes a process of determining the victory or defeat for the battle with the second enemy character in the enemy deck. Similarly, when the defeat of the second enemy character is determined, the lottery battle processing unit 112B executes a process of determining a win or loss for the battle with the third enemy character in the enemy deck. Further, when the defeat of the third enemy character is determined, the lottery battle processing unit 112B determines the complete victory of the player. Then, when the player's complete victory is determined, the lottery battle processing unit 112B sets so that a battle with the next enemy deck in which a deck level higher than the current enemy deck is set is possible. On the other hand, when the player's defeat is decided, the lottery battle processing unit 112B keeps the value of the health parameter of the enemy character remaining in this enemy deck, and rematches this enemy deck. Set to be possible. In this case, the enemy character's health parameter value may be reset and then rematched.

次に、サーバー装置10は、このような対戦処理が行われた結果、エネミーデッキを構成する複数の敵キャラクターのうち、少なくとも1体の敵キャラクターに勝利したか否かを判定する(S109)。かかる判定が肯定された場合は(S109:YES)、報酬付与処理が実行される(S110)。すなわち、報酬付与処理部116は、敵キャラクターの敗北が決定された場合に、図12に示す報酬情報に基づいて、複数の報酬の中から選択した報酬を、プレイヤーに対して付与する。本実施形態における報酬付与処理部116は、1体の敵キャラクターの敗北が決定された場合は、1つの報酬を選択し、2体の敵キャラクターの敗北が決定された場合は、2つの報酬を選択し、プレイヤーに付与する。すなわち、この抽選付き対戦ゲームにおいて、プレイヤーは、1回の対戦で3体の敵キャラクターを倒すことができれば、3つの報酬を一度に獲得することが可能となる。そして、報酬付与処理部116は、このようにして報酬がプレイヤーに付与されると、付与された報酬内容に応じて、図6に示すプレイヤー情報を更新する。   Next, as a result of such battle processing, the server device 10 determines whether or not at least one enemy character among a plurality of enemy characters constituting the enemy deck has been won (S109). When this determination is affirmed (S109: YES), a reward granting process is executed (S110). That is, when the defeat of the enemy character is determined, the reward grant processing unit 116 grants a reward selected from a plurality of rewards to the player based on the reward information shown in FIG. In the present embodiment, the reward grant processing unit 116 selects one reward when the defeat of one enemy character is determined, and receives two rewards when the defeat of two enemy characters is determined. Select and give to players. That is, in this battle game with lottery, if the player can defeat three enemy characters in one battle, it is possible to obtain three rewards at a time. Then, when the reward is given to the player in this way, the reward grant processing unit 116 updates the player information shown in FIG. 6 according to the given reward content.

一方で、かかる判定が否定された場合には(S109:NO)、ステップ111へ進む。すなわち、サーバー装置10は、これらのキャラクター付与処理、対戦処理、報酬付与処理の実行によって、プレイヤーに付与するキャラクター、対戦ゲームの勝敗、プレイヤーに付与する報酬が決定されると、プレイヤー端末20に表示させるゲーム画面の画面データを画面データ生成部117に生成させる(S111)。そして、サーバー装置10は、画面データ生成部117によって生成された前記画面データを、要求元のプレイヤー端末20に送信する(S112)。   On the other hand, if this determination is negative (S109: NO), the process proceeds to step 111. That is, the server device 10 displays on the player terminal 20 when the character to be given to the player, the win / loss of the battle game, and the reward to be given to the player are determined by executing the character granting process, the battle process, and the reward giving process. The screen data generating unit 117 generates screen data of the game screen to be played (S111). Then, the server device 10 transmits the screen data generated by the screen data generating unit 117 to the requesting player terminal 20 (S112).

次いで、プレイヤー端末20は、サーバー装置10から送信されたこの画面データを受信すると、画面データを解析することにより、ゲーム画面を端末表示部24に表示させる(S113)。プレイヤーは、端末表示部24に表示されたゲーム画面を見ることで、抽選付き対戦ゲームの結果を確認することができる。   Next, when receiving the screen data transmitted from the server device 10, the player terminal 20 analyzes the screen data to display the game screen on the terminal display unit 24 (S113). The player can confirm the result of the battle game with lottery by looking at the game screen displayed on the terminal display unit 24.

図15は、この端末表示部24に表示されるゲーム進行中のゲーム画面60の一例を示す図である。先ず、プレイヤーに付与されたキャラクター(キャラクター付与部111により選択されたキャラクター)を表示した上で、この対戦状況を演出表示するためのゲーム画面60に遷移する。ここでは、プレイヤーに付与されたキャラクターA、C、Gから構成されるプレイヤーデッキと、敵キャラクターB、F、Hから構成されるエネミーデッキとが対戦している様子が表示されている。このゲーム画面60には、敵キャラクターB、F、Hのそれぞれに対応させたゲージ61が表示されている。このゲージ61の長さは、敵キャラクターの体力パラメーターの大きさに対応した長さに設定されている。   FIG. 15 is a diagram illustrating an example of a game screen 60 in progress of the game displayed on the terminal display unit 24. First, after displaying the character assigned to the player (the character selected by the character assigning unit 111), the screen transitions to the game screen 60 for effect display of the battle situation. Here, a state in which a player deck composed of characters A, C, and G given to a player and an enemy deck composed of enemy characters B, F, and H are playing against each other is displayed. On the game screen 60, gauges 61 corresponding to the enemy characters B, F, and H are displayed. The length of the gauge 61 is set to a length corresponding to the size of the physical strength parameter of the enemy character.

図16は、この端末表示部24に表示されるゲーム終了時のゲーム画面70の一例を示す図である。図15に示すゲーム画面60にて演出表示が終了すると、ゲーム結果を表示するためのゲーム画面70に遷移する。ここでは、1番目の敵キャラクターHとの対戦に勝利したこと(抽選対戦処理部112Bによって決定されたゲーム結果)、1番目の敵キャラクターH(報酬付与処理部116によって選択された報酬)が報酬としてそのまま付与されたこと、が表示されている。   FIG. 16 is a diagram illustrating an example of the game screen 70 displayed on the terminal display unit 24 at the end of the game. When the effect display ends on the game screen 60 shown in FIG. 15, the screen transitions to the game screen 70 for displaying the game result. Here, winning the battle against the first enemy character H (game result determined by the lottery battle processing unit 112B), the first enemy character H (the reward selected by the reward granting processing unit 116) is used as a reward. “Granted” is displayed.

以上のように、本実施形態に係るゲームシステム1によれば、キャラクター付与部111によってプレイヤーにキャラクターが付与されると、このキャラクターの付与を契機として、抽選対戦処理部112Bによって、対戦相手である敵キャラクターとの対戦処理が自動的に開始され、その敵キャラクターとの対戦について勝敗を決定される。そのため、プレイヤーに付与されたキャラクターが、売却されたり、合成されたりして、敵キャラクターとの対戦に全く使用されない、といった状況を回避することができる。つまり、プレイヤーにキャラクターが付与されると、敵キャラクターとの対戦が自動的に開始され、その対戦時には、付与されたキャラクターが利用されることになるため、プレイヤーに付与されたキャラクターを、敵キャラクターとの対戦に積極的に使用することが可能となる。   As described above, according to the game system 1 according to the present embodiment, when a character is given to the player by the character granting unit 111, the lottery battle processing unit 112B is an opponent when the character is given. The battle process with the enemy character is automatically started, and the victory or defeat is determined for the battle with the enemy character. Therefore, it is possible to avoid a situation in which the character assigned to the player is sold or synthesized and is not used at all against the enemy character. In other words, when a character is given to a player, a battle with an enemy character is automatically started, and the given character is used at the time of the battle. It becomes possible to use it actively in the battle with.

===その他の実施形態===
上記の実施の形態は、本発明の理解を容易にするためのものであり、本発明を限定して解釈するためのものではない。本発明は、その趣旨を逸脱することなく、変更、改良され得ると共に、本発明にはその等価物も含まれる。特に、以下に述べる実施形態であっても、本発明に含まれるものである。
=== Other Embodiments ===
The above embodiments are for facilitating the understanding of the present invention, and are not intended to limit the present invention. The present invention can be changed and improved without departing from the gist thereof, and the present invention includes equivalents thereof. In particular, the embodiments described below are also included in the present invention.

<キャラクターの付与>
上記の実施形態では、キャラクター付与部111が、200、300、400ポイントの仮想通貨を消費してキャラクター選択を行なう場合には、2体、3体、4体のキャラクターをプレイヤーに付与する場合を例に挙げて説明したが、本発明はこれに限定されるものではない。例えば、100ポイントの仮想通貨を消費させて、1体のキャラクターをプレイヤーに付与しても良い。
<Granting characters>
In the above embodiment, when the character giving unit 111 consumes 200, 300, and 400 points of virtual currency and selects a character, the character giving unit 111 gives two, three, and four characters to the player. Although described by way of example, the present invention is not limited to this. For example, 100 characters of virtual currency may be consumed and one character may be given to the player.

<パラメーターの変動>
上記の実施形態では、パラメーター変動部113が、キャラクターに設定された攻撃力パラメーターを用いて、敵キャラクターに設定された体力パラメーターを変動させる場合を例に挙げて説明したが、本発明はこれに限定されるものではない。例えば、キャラクターに設定されたレアリティやレベル等のパラメーターを用いても良い。
<Parameter variation>
In the above embodiment, the case where the parameter changing unit 113 changes the health parameter set for the enemy character using the attack power parameter set for the character has been described as an example. It is not limited. For example, parameters such as rarity and level set for the character may be used.

また、上記の実施形態において、パラメーター変動部113が、プレイヤーデッキを構成するキャラクターのレアリティが低いほど、エネミーデッキを構成する敵キャラクターに与えるダメージを高くするように演算し、そのダメージ大きさに応じて敵キャラクターの体力パラメーターを減少させるようにしても良い。   Further, in the above embodiment, the parameter changing unit 113 calculates so as to increase the damage given to the enemy character constituting the enemy deck as the rarity of the character constituting the player deck is lower, and according to the magnitude of the damage. The enemy character's health parameter may be reduced.

<エネミーデッキ>
上記の実施形態では、エネミーデッキ編成部114Bが、3体の敵キャラクターから構成されるエネミーデッキを編成する場合を例に挙げて説明したが、本発明はこれに限定されるものではない。例えば、1体の敵キャラクターから構成されるエネミーデッキや、5体の敵キャラクターから構成されるエネミーデッキを編成しても良い。
また、上記の実施形態では、プレイヤーの対戦相手となる敵キャラクターとして、複数の敵キャラクターから構成されるエネミーデッキを例に挙げて説明したが、本発明はこれに限定されるものではない。例えば、他のプレイヤーが所有するキャラクターを、プレイヤーの対戦相手となる敵キャラクターとして設定して良い。
<Enemy deck>
In the above embodiment, the case where the enemy deck knitting unit 114B knitting an enemy deck composed of three enemy characters has been described as an example, but the present invention is not limited to this. For example, an enemy deck composed of one enemy character or an enemy deck composed of five enemy characters may be organized.
In the above-described embodiment, an enemy deck that is composed of a plurality of enemy characters has been described as an example of an enemy character that is a player's opponent. However, the present invention is not limited to this. For example, you may set the character which another player owns as an enemy character used as a player's opponent.

<サーバー装置>
上記の本実施形態では、サーバー装置の一例として1台のサーバー装置10を備えたゲームシステム1を例に挙げて説明したが、これに限らず、サーバー装置の一例として複数台のサーバー装置10を備えたゲームシステム1としてもよい。すなわち、複数台のサーバー装置10がネットワーク2を介して接続され、各サーバー装置10が各種処理を分散して行うようにしてもよい。なお、サーバー装置10はコンピューターの一例である。
<Server device>
In the above embodiment, the game system 1 including one server device 10 is described as an example of the server device. However, the present invention is not limited to this, and a plurality of server devices 10 are used as an example of the server device. It is good also as the game system 1 provided. That is, a plurality of server devices 10 may be connected via the network 2 and each server device 10 may perform various processes in a distributed manner. The server device 10 is an example of a computer.

<情報処理装置>
上記の本実施形態におけるゲームシステム1では、ゲームプログラムに基づきサーバー装置10及びプレイヤー端末20を協働させて各種情報処理を実行する場合を例に挙げて説明したが、これに限定されるものではなく、情報処理装置としてのプレイヤー端末20単体、または、サーバー装置10単体が、ゲームプログラムに基づき上記の各種情報処理を実行するようにしてもよい。
また、情報処理装置としての機能の一部をプレイヤー端末20が担う構成としてもよい。この場合には、サーバー装置10及びプレイヤー端末20が情報処理装置を構成する。
なお、情報処理装置はコンピューターの一例である。
<Information processing device>
In the game system 1 according to the above-described embodiment, the case where various types of information processing are executed in cooperation with the server device 10 and the player terminal 20 based on the game program has been described as an example. Instead, the player terminal 20 alone or the server device 10 alone as the information processing device may execute the various information processing based on the game program.
Moreover, it is good also as a structure which the player terminal 20 bears a part of function as an information processing apparatus. In this case, the server device 10 and the player terminal 20 constitute an information processing device.
The information processing apparatus is an example of a computer.

<ゲームプログラム>
上述の実施形態におけるゲームシステム1では、サーバー装置10及びプレイヤー端末20を協働させることによって各種情報処理を実行する場合を例に挙げて説明したが、本発明には、これらの処理を実行させるためのゲームプログラムも含まれる。すなわち、情報処理装置としてのサーバー装置10やプレイヤー端末20が、ゲームプログラムに基づいて上述の各処理を実行するようにしてもよい。
<Game program>
In the game system 1 in the above-described embodiment, the case where various types of information processing are executed by causing the server device 10 and the player terminal 20 to cooperate with each other has been described as an example. A game program is also included. That is, the server device 10 or the player terminal 20 as the information processing device may execute the above-described processes based on the game program.

1 ゲームシステム、2 ネットワーク、10 サーバー装置、
11 制御部、12 記憶部、13 入力部、
14 表示部、15 通信部、20 プレイヤー端末、
21 端末制御部、22 端末記憶部、23 端末入力部、
24 端末表示部、25 端末通信部、50 ゲーム開始ページ、
51 エネミーデッキ表示エリア、52 操作ボタン、
60 ゲーム画面、61 ゲージ、70 ゲーム画面、
111 キャラクター付与部、112 対戦処理部、
112A 通常対戦処理部、112B 抽選対戦処理部、
113 パラメーター変動処理部、114 自動デッキ編成部、
114A プレイヤーデッキ編成部、114B エネミーデッキ編成部、
115 バトルデッキ編成部、116 報酬付与処理部、
117 画面データ生成部
1 game system, 2 networks, 10 server devices,
11 control unit, 12 storage unit, 13 input unit,
14 display units, 15 communication units, 20 player terminals,
21 terminal control unit, 22 terminal storage unit, 23 terminal input unit,
24 terminal display unit, 25 terminal communication unit, 50 game start page,
51 Enemy deck display area, 52 operation buttons,
60 game screens, 61 gauge, 70 game screens,
111 character granting unit, 112 battle processing unit,
112A normal battle processing unit, 112B lottery battle processing unit,
113 parameter fluctuation processing section, 114 automatic deck organization section,
114A player deck organization, 114B enemy deck organization,
115 battle deck organization, 116 reward grant processing,
117 Screen data generator

Claims (5)

レベルの異なる複数の敵キャラクターによって構成されるエネミーデッキを編成するエネミーデッキ編成部と、An enemy deck organization that organizes enemy decks composed of multiple enemy characters of different levels,
プレイヤーが消費させたポイント量に応じた数量のプレイヤーキャラクターを付与するキャラクター付与部と、A character granting unit for granting a player character of a quantity corresponding to the amount of points consumed by the player;
前記キャラクター付与部によって付与された数量分の前記プレイヤーキャラクターによって構成されるプレイヤーデッキを編成するプレイヤーデッキ編成部と、A player deck knitting unit for knitting a player deck composed of the player characters for the quantity given by the character giving unit;
前記プレイヤーキャラクターの付与を契機として、前記プレイヤーデッキを構成するプレイヤーキャラクターを、前記エネミーデッキを構成する敵キャラクターとレベルの低い順に対戦させる対戦処理部と、In response to the granting of the player character, a battle processing unit that causes the player character that constitutes the player deck to compete with the enemy character that constitutes the enemy deck in descending order of level,
対戦の結果、前記プレイヤーキャラクターによって倒された前記敵キャラクターの数量に応じて報酬を付与する報酬付与処理部と、As a result of the battle, a reward grant processing unit that grants a reward according to the quantity of the enemy characters defeated by the player character;
を備えたことを特徴とする情報処理装置。An information processing apparatus comprising:
請求項1に記載の情報処理装置であって、The information processing apparatus according to claim 1,
前記エネミーデッキ編成部は、そのデッキの総合力を示すデッキレベルがそれぞれ設定された複数のエネミーデッキを編成して、その複数のエネミーデッキの中から前記プレイヤーデッキの対戦相手となるエネミーデッキをデッキレベルの低い順に選択する、The enemy deck organizing unit organizes a plurality of enemy decks each having a deck level indicating the overall strength of the deck, and selects an enemy deck as an opponent of the player deck from the plurality of enemy decks. Select from the lowest level,
ことを特徴とする情報処理装置。An information processing apparatus characterized by that.
請求項2に記載の情報処理装置であって、An information processing apparatus according to claim 2,
前記対戦処理部は、今回の対戦において、前記プレイヤーデッキを構成するプレイヤーキャラクターによって前記エネミーデッキを構成する敵キャラクターすべてが倒され、前記エネミーデッキが敗戦した場合に、次回の対戦においては、敗戦した前記エネミーデッキよりも高いデッキレベルが設定されたエネミーデッキと対戦させる、The battle processing unit was defeated in the next battle when the enemy character constituting the enemy deck was defeated by the player character constituting the player deck in the current battle and the enemy deck was defeated. Play against an enemy deck with a deck level higher than the enemy deck.
ことを特徴とする情報処理装置。An information processing apparatus characterized by that.
請求項1乃至3のいずれかに記載の情報処理装置であって、The information processing apparatus according to claim 1,
前記報酬付与処理部は、前記プレイヤーキャラクターによって倒された前記敵キャラクターをそのまま報酬として付与する、The reward grant processing unit grants the enemy character defeated by the player character as a reward as it is.
ことを特徴とする情報処理装置。An information processing apparatus characterized by that.
コンピューターに、On the computer,
レベルの異なる複数の敵キャラクターによって構成されるエネミーデッキを編成するエネミーデッキ編成処理と、An enemy deck organization process that organizes enemy decks composed of multiple enemy characters at different levels;
プレイヤーが消費させたポイント量に応じた数量のプレイヤーキャラクターを付与するキャラクター付与処理と、Character granting process that grants a player character with a quantity corresponding to the amount of points consumed by the player,
前記キャラクター付与部によって付与された数量分の前記プレイヤーキャラクターによって構成されるプレイヤーデッキを編成するプレイヤーデッキ編成処理と、Player deck organization processing for organizing a player deck composed of the player characters for the quantity given by the character granting unit;
前記プレイヤーキャラクターの付与を契機として、前記プレイヤーデッキを構成するプレイヤーキャラクターを、前記エネミーデッキを構成する敵キャラクターとレベルの低い順に対戦させる対戦処理と、In response to the grant of the player character, a battle process in which the player character that constitutes the player deck is matched with the enemy character that constitutes the enemy deck in descending order of level,
対戦の結果、前記プレイヤーキャラクターによって倒された前記敵キャラクターの数量に応じて報酬を付与する報酬付与処理と、As a result of the battle, a reward granting process for granting a reward according to the quantity of the enemy characters defeated by the player character;
を実行させることを特徴とするゲームプログラム。A game program characterized by causing a game to be executed.
JP2016116733A 2016-06-11 2016-06-11 GAME PROGRAM AND INFORMATION PROCESSING DEVICE Active JP6180590B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016116733A JP6180590B2 (en) 2016-06-11 2016-06-11 GAME PROGRAM AND INFORMATION PROCESSING DEVICE

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016116733A JP6180590B2 (en) 2016-06-11 2016-06-11 GAME PROGRAM AND INFORMATION PROCESSING DEVICE

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2015216782A Division JP5957589B2 (en) 2015-11-04 2015-11-04 GAME PROGRAM AND INFORMATION PROCESSING DEVICE

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2017130814A Division JP2017164646A (en) 2017-07-04 2017-07-04 Game program, and information processing device

Publications (2)

Publication Number Publication Date
JP2016185344A JP2016185344A (en) 2016-10-27
JP6180590B2 true JP6180590B2 (en) 2017-08-16

Family

ID=57202292

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016116733A Active JP6180590B2 (en) 2016-06-11 2016-06-11 GAME PROGRAM AND INFORMATION PROCESSING DEVICE

Country Status (1)

Country Link
JP (1) JP6180590B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2018146756A1 (en) 2017-02-08 2019-02-14 ガンホー・オンライン・エンターテイメント株式会社 Terminal device, program and method

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4161156B2 (en) * 2000-03-01 2008-10-08 株式会社バンダイ Game system
JP4975880B1 (en) * 2011-08-05 2012-07-11 株式会社バンダイ GAME SYSTEM, ITS CONTROL METHOD, AND PROGRAM
JP5197877B2 (en) * 2012-09-07 2013-05-15 株式会社バンダイナムコゲームス Game device

Also Published As

Publication number Publication date
JP2016185344A (en) 2016-10-27

Similar Documents

Publication Publication Date Title
JP5941605B1 (en) Information processing apparatus, game program, and information processing method
JP5478760B1 (en) Server device and game program
US8696454B2 (en) Server device, and non-transitory computer-readable storage medium storing game program
JP2015039386A (en) Game program and information processing device
JP6343707B1 (en) Information processing apparatus, game program, and information processing method
JP2014136001A (en) Information processing device, and game program
JP5923209B1 (en) Information processing apparatus and game program
JP2017047174A (en) Information processor, game program, and information processing method
JP6893536B2 (en) Game programs and information processing equipment
JP6618600B1 (en) Information processing apparatus, game program, and information processing method
JP6463543B1 (en) Information processing apparatus, game program, and information processing method
JP6180590B2 (en) GAME PROGRAM AND INFORMATION PROCESSING DEVICE
JP6290062B2 (en) Information processing apparatus and game program
JP2019037751A (en) Information processing device, game program, and information processing method
JP5957589B2 (en) GAME PROGRAM AND INFORMATION PROCESSING DEVICE
JP6472552B1 (en) Information processing apparatus, game program, and information processing method
JP6942155B2 (en) Game programs and information processing equipment
JP6071846B2 (en) Information processing apparatus and game program
JP2017164646A (en) Game program, and information processing device
JP5632549B1 (en) GAME PROGRAM AND INFORMATION PROCESSING DEVICE
JP6559090B2 (en) Information processing apparatus and game program
JP7112954B2 (en) Information processing device, game program, and information processing method
JP7191707B2 (en) Information processing device, game program, and information processing method
JP7308094B2 (en) Information processing device, game program, and information processing method
JP2022162085A (en) Information processing device for game, information processing method, and information processing program

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160810

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160810

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170718

R150 Certificate of patent or registration of utility model

Ref document number: 6180590

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

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250