JP2017056005A - Game program - Google Patents

Game program Download PDF

Info

Publication number
JP2017056005A
JP2017056005A JP2015183591A JP2015183591A JP2017056005A JP 2017056005 A JP2017056005 A JP 2017056005A JP 2015183591 A JP2015183591 A JP 2015183591A JP 2015183591 A JP2015183591 A JP 2015183591A JP 2017056005 A JP2017056005 A JP 2017056005A
Authority
JP
Japan
Prior art keywords
game
user
battle
area
game space
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.)
Pending
Application number
JP2015183591A
Other languages
Japanese (ja)
Inventor
元 紅林
Hajime Kurebayashi
元 紅林
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Colopl Inc
Original Assignee
Colopl Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Colopl Inc filed Critical Colopl Inc
Priority to JP2015183591A priority Critical patent/JP2017056005A/en
Publication of JP2017056005A publication Critical patent/JP2017056005A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a game program capable of improving a game property such as a town formation element.SOLUTION: A game program of the invention causes a computer to execute: a step for receiving an operation for arranging plural foothold objects associated with plural users in a virtual space; a step for associating a first region with each foothold object, when the foothold objects are arranged; a step for receiving a purchase operation for associating a target object with one user, by the one user; a step for determining whether or not the target object is in the first region of the foothold object associated with the one user, when the purchase operation is received; and a step for associating the target object with the one user, when it is determined that the target object is in the first region.SELECTED DRAWING: Figure 30

Description

本発明は、ゲームプログラムに関する。   The present invention relates to a game program.

ネットワークを通じて複数のユーザに共通のゲーム空間を共有させ、ユーザアクションにより自らの領域を競って拡張させるような陣取りシミュレーションゲームが提供されている。特許文献1および2には、より優秀な施設を多くの建築したプレイヤは他のプレイヤよりも有利にゲームを進めることができるようになるゲームが開示されている。   A battle simulation game is provided in which a common game space is shared by a plurality of users through a network, and a user action is used to compete and expand his / her area. Patent Documents 1 and 2 disclose a game in which a player who has built many more excellent facilities can advance the game more advantageously than other players.

特開2014−223471号公報JP 2014-223471 A 国際公開第2015−046447号パンフレットInternational Publication No. 2015-046447 Pamphlet

特許文献1および2に開示されているゲームでは、街作りのような拠点強化要素は、他のプレイヤの部隊との対戦をする上で、自らの兵力を強化するなどの手段として用いられ、街作り自体によってゲームの勝敗を決するゲームポイントが付与されるものではなかった。   In the games disclosed in Patent Documents 1 and 2, the base strengthening element such as town building is used as a means for strengthening one's own strength in the battle with the other player's units. Game points that determine the game's victory or defeat were not given by making itself.

本発明は、街作り要素のゲーム性を高めることを目的とする。   An object of this invention is to improve the game property of a town-building element.

本発明によれば、コンピュータに対して、第1ユーザに関連付けられたゲーム空間を構成するステップと、前記ゲーム空間に前記第1ユーザに関連付けられたゲームオブジェクトを配置するステップと、第2ユーザが前記ゲームオブジェクトの少なくとも一つを対象オブジェクトとして選択するステップと、前記対象オブジェクトを前記第2ユーザに関連付けるために必要なゲームパラメータの第1値を算出するステップと、前記対象オブジェクトを前記第2ユーザに関連付けるステップと、を実行させるゲームプログラムが得られる。 According to the present invention, a step of configuring a game space associated with a first user with respect to a computer, a step of placing a game object associated with the first user in the game space, and a second user Selecting at least one of the game objects as a target object, calculating a first value of a game parameter required to associate the target object with the second user, and selecting the target object as the second user And a step of associating with the game program.

本発明によれば、街作り要素のゲーム性を高めることができる。   According to the present invention, it is possible to improve the game characteristics of the town building elements.

本実施形態のゲームシステムを示す図である。It is a figure which shows the game system of this embodiment. 本実施形態のゲーム空間を示す図である。It is a figure which shows the game space of this embodiment. 本実施形態のユーザ端末の構成を示す図である。It is a figure which shows the structure of the user terminal of this embodiment. 本実施形態のゲームサーバの構成を示す図である。It is a figure which shows the structure of the game server of this embodiment. 本実施形態のユーザ管理テーブルの一例を示す。An example of the user management table of this embodiment is shown. 本実施形態のオブジェクト管理テーブルの一例を示す。An example of the object management table of this embodiment is shown. 本実施形態のパッシブスキル管理テーブルの一例を示す。An example of the passive skill management table of this embodiment is shown. 本実施形態のアクティブスキル管理テーブルの一例を示す。An example of the active skill management table of this embodiment is shown. ホームゲーム空間と対戦ゲーム空間の関係を示す図である。It is a figure which shows the relationship between a home game space and a battle | competition game space. ホームゲーム空間の一例を示す図である。It is a figure which shows an example of a home game space. ホームゲーム空間の一例を示す図である。It is a figure which shows an example of a home game space. 本実施形態のゲームシステムにおける処理を示すフローチャートである。It is a flowchart which shows the process in the game system of this embodiment. 本実施形態のゲームシステムにおける処理を示すフローチャートである。It is a flowchart which shows the process in the game system of this embodiment. ホームゲーム空間の一例を示す図である。It is a figure which shows an example of a home game space. 本実施形態のゲームシステムにおける処理を示すフローチャートである。It is a flowchart which shows the process in the game system of this embodiment. 本実施形態のゲームシステムにおける処理を示すフローチャートである。It is a flowchart which shows the process in the game system of this embodiment. ホームゲーム空間の一例を示す図である。It is a figure which shows an example of a home game space. ホームゲーム空間の一例を示す図である。It is a figure which shows an example of a home game space. 本実施形態のゲームシステムにおける処理を示すフローチャートである。It is a flowchart which shows the process in the game system of this embodiment. 対戦ユーザ管理テーブル尾一例を示す。An example of a battle user management table is shown. 対戦ゲーム空間の一例を示す図である。It is a figure which shows an example of a battle | competition game space. 本実施形態のゲームシステムにおける処理を示すフローチャートである。It is a flowchart which shows the process in the game system of this embodiment. 対戦ゲーム空間の一例を示す図である。It is a figure which shows an example of a battle | competition game space. 対戦ゲーム空間の一例を示す図である。It is a figure which shows an example of a battle | competition game space. 対戦ゲーム空間の一例を示す図である。It is a figure which shows an example of a battle | competition game space. 本実施形態のゲームシステムにおける処理を示すフローチャートである。It is a flowchart which shows the process in the game system of this embodiment. 対戦ゲーム空間の一例を示す図である。It is a figure which shows an example of a battle | competition game space. 買収価格算出テーブルの一例を示す。An example of an acquisition price calculation table is shown. 対戦ゲーム空間の一例を示す図であるIt is a figure which shows an example of a battle game space 対戦ゲーム空間の一例を示す図である。It is a figure which shows an example of a battle | competition game space. 買収操作のフロー例示す図である。It is a figure which shows the example of a flow of acquisition operation. 対戦ゲーム空間の一例を示す図である。It is a figure which shows an example of a battle | competition game space. 買収操作のフロー例示す図である。It is a figure which shows the example of a flow of acquisition operation.

[本発明の実施形態の説明]
最初に、本発明の実施形態の内容を列記して説明する。本発明の一実施形態のゲームプログラムは、以下のような構成を備える。
(項目1)
複数のユーザに関連付けられた複数の拠点オブジェクトを仮想空間に配置する操作を受け付けるステップ、
前記拠点オブジェクトが配置された際に、当該拠点オブジェクトの夫々に、第1領域を関連付けるステップ、
一のユーザによって、前記オブジェクトのうち対象オブジェクトを当該一のユーザに関連付ける関連付け操作を受け付けるステップ、
前記関連付け操作を受け付けたときに、前記対象オブジェクトが、当該一のユーザに関連付けられた前記拠点オブジェクトの前記第1領域内にあるか否かを判定するステップ、
前記対象オブジェクトが前記第1領域内にあると判定された場合に、前記対象オブジェクトを前記一のユーザに関連付けるステップ、
をコンピュータに実行させる
ゲームプログラム。
本項目のゲームプログラムによれば、第1領域内に所望とする対象オブジェクトが入るか否かを確認しつつゲームを進める必要性があることから、より戦略的な街作り対戦ゲームを提供することができる。
(項目2)
請求項1に記載のゲームプログラムであって、
前記拠点オブジェクトが配置された際に、当該拠点オブジェクトの夫々に、前記第1領域よりも狭い第2領域を関連付けるステップ、
前記関連付け操作を受け付けたときに、前記対象オブジェクトが、他のユーザに関連付けられた前記拠点オブジェクトの前記第2領域内にあるか否かを判定するステップ、
前記対象オブジェクトが、当該一のユーザに関連付けられた前記拠点オブジェクトの前記第1領域内にあり且つ他のユーザに関連付けられた前記拠点オブジェクトの前記第2領域内にないと判定した場合に、前記対象オブジェクトを前記一のユーザに関連付けるステップ、
をコンピュータに実行させる
ゲームプログラム。
本項目のゲームプログラムによれば、自己の第1領域に加えて、相手の第2領域の存在も意識しつつゲームを進める必要があるため、より戦略性の高い街作り対戦ゲームを提供することができる。
(項目3)
項目1又は項目2に記載のゲームプログラムであって、
複数の前記ユーザに関連付けられた複数の副拠点オブジェクトを仮想空間に配置する操作を受け付けるステップ、
前記副拠点オブジェクトが配置された際に、当該副拠点オブジェクトの夫々に、第3領域を関連付けるステップ、
前記関連付け操作を受け付けたときに、前記対象オブジェクトが、当該一のユーザに関連付けられた前記副拠点オブジェクトの前記第3領域内にあるか否かを判定するステップ、
前記対象オブジェクトが前記第3領域内にあると判定した場合に、前記対象オブジェクトを前記一のユーザに関連付けるステップ、
ゲームプログラム。
本項目のゲームプログラムによれば、第1領域に加えて、第3領域の存在も意識しつつゲームを進める必要があるため、より戦略性の高い街作り対戦ゲームを提供することができる。
(項目4)
項目3に記載のゲームプログラムであって、
前記関連付け操作を受け付けたときに、前記対象オブジェクトが、当該一のユーザに関連付けられた前記副拠点オブジェクトの前記第3領域内にあり且つ他のユーザに関連付けられた前記拠点オブジェクトの前記第2領域内にない場合に、前記対象オブジェクトを前記一のユーザに関連付けるステップ、
をコンピュータに実行させるゲームプログラム。
ゲームプログラム。
本項目のゲームプログラムによれば、対戦ゲーム空間における自己のゲームオブジェクトを配置可能なエリアに配置された、他のユーザに関連付けられたゲームオブジェクトのみを買収できる。これにより、対戦ゲームにおける駆け引きの要素を高めることができる。
本項目のゲームプログラムによれば、第1領域及び第2領域に加えて、第3領域の存在も意識しつつゲームを進める必要があるため、より戦略性の高い街作り対戦ゲームを提供することができる。
[Description of Embodiment of the Present Invention]
First, the contents of the embodiment of the present invention will be listed and described. A game program according to an embodiment of the present invention has the following configuration.
(Item 1)
Receiving an operation of arranging a plurality of base objects associated with a plurality of users in a virtual space;
Associating a first area with each of the base objects when the base objects are arranged;
Receiving an association operation for associating a target object among the objects with the one user by one user;
Determining whether the target object is within the first region of the base object associated with the one user when the association operation is received;
Associating the target object with the one user when it is determined that the target object is in the first region;
A game program that causes a computer to execute.
According to the game program of this item, there is a need to advance the game while confirming whether or not the desired target object is in the first area, so that a more strategic town-building battle game is provided. Can do.
(Item 2)
The game program according to claim 1,
Associating a second area narrower than the first area with each of the base objects when the base object is arranged;
Determining whether the target object is within the second region of the base object associated with another user when the association operation is received;
When it is determined that the target object is not in the first area of the base object associated with the one user and not in the second area of the base object associated with another user, Associating a target object with the one user;
A game program that causes a computer to execute.
According to the game program of this item, it is necessary to advance the game while being aware of the existence of the opponent's second area in addition to the first area of the player. Can do.
(Item 3)
A game program according to item 1 or item 2,
Receiving an operation of arranging a plurality of subsidiary site objects associated with a plurality of the users in a virtual space;
Associating a third area with each of the subsidiary site objects when the subsidiary site objects are arranged;
Determining whether the target object is within the third region of the subsidiary site object associated with the one user when the association operation is received;
Associating the target object with the one user when it is determined that the target object is in the third region;
Game program.
According to the game program of this item, since it is necessary to advance the game while being aware of the existence of the third area in addition to the first area, it is possible to provide a more strategic city-building battle game.
(Item 4)
The game program according to item 3, wherein
When the association operation is received, the target object is in the third region of the sub-base object associated with the one user and the second region of the base object associated with another user If not, associating the target object with the one user;
A game program that causes a computer to execute.
Game program.
According to the game program of this item, it is possible to acquire only game objects associated with other users arranged in an area in which the game object of the player can be arranged in the battle game space. Thereby, the element of bargaining in the battle game can be enhanced.
According to the game program of this item, in addition to the first area and the second area, it is necessary to proceed with the game while being aware of the existence of the third area. Can do.

[本発明の実施形態の詳細]
本発明の実施形態に係るゲームプログラムの具体例を、以下に図面を参照しつつ説明する。なお、本発明はこれらの例示に限定されるものではなく、特許請求の範囲によって示され、特許請求の範囲と均等の意味及び範囲内でのすべての変更が含まれることが意図される。以下の説明では、図面の説明において同一の要素には同一の符号を付し、重複する説明を省略する。
[Details of the embodiment of the present invention]
A specific example of the game program according to the embodiment of the present invention will be described below with reference to the drawings. In addition, this invention is not limited to these illustrations, is shown by the claim, and intends that all the changes within the meaning and range equivalent to the claim are included. In the following description, the same reference numerals are given to the same elements in the description of the drawings, and redundant descriptions are omitted.

図1に示される本実施形態のゲームシステム1は、複数のユーザに街作りシミュレーションゲームを提供するものである。ゲームシステム1は、複数のユーザ端末100−1〜4と、ゲームサーバ200と、を含む。各ユーザ端末100とゲームサーバ200は、ネットワーク2を介して接続されている。ゲームサーバ200は、ゲームに関する各種サービスを各ユーザ端末100に提供する。ネットワーク2は、インターネットや、図示しない無線基地局によって構築される無線ネットワーク(例えばWiFi(登録商標))を含んでいても良い。 A game system 1 of the present embodiment shown in FIG. 1 provides a city-building simulation game to a plurality of users. The game system 1 includes a plurality of user terminals 100-1 to 100-4 and a game server 200. Each user terminal 100 and the game server 200 are connected via the network 2. The game server 200 provides various services related to the game to each user terminal 100. The network 2 may include the Internet or a wireless network (for example, WiFi (registered trademark)) constructed by a wireless base station (not shown).

ユーザは、図2に示されるような仮想的なゲーム空間G内の平面PLに各種オブジェクトOを配置することによってゲームを進行する。ゲーム空間Gは、例えば複数の格子で形成された平面と、空や遠景等を示す背景で構成されている。本実施形態では、複数のオブジェクトOのそれぞれが1つ以上の前記格子上に配置される。オブジェクトを配置するために必要な格子数は、建物ごとに決定されている。各ユーザは、オブジェクトOをゲーム空間G内に配置することにより、ゲームポイントを取得できる。ゲームポイントは、例えばオブジェクト毎に関連付けられた「人口」Pを含む。また、ユーザはゲーム内通貨としての「コイン」C1や「ダイヤモンド」C2の他、各種ゲーム内アイテムといったゲームパラメータを保有する。 The user progresses the game by arranging various objects O on a plane PL in a virtual game space G as shown in FIG. The game space G is composed of, for example, a plane formed by a plurality of lattices and a background indicating the sky, a distant view, and the like. In the present embodiment, each of the plurality of objects O is arranged on one or more of the lattices. The number of grids necessary for arranging the objects is determined for each building. Each user can acquire game points by placing the object O in the game space G. The game points include, for example, “population” P associated with each object. In addition to the “coin” C1 and “diamond” C2 as in-game currency, the user holds game parameters such as various in-game items.

図3は、各ユーザ端末100の構成を示す。ユーザ端末100はスマートフォンやフィーチャーフォン、PDA、タブレット型コンピュータ等の携帯端末であることが好ましい。ユーザ端末100は、互いにバス接続された制御部110、記憶部120、入力部131、表示部132、通信部140を備える。ユーザ端末100は入力部131および表示部142を構成するタッチパネル130を備えることが好ましく、ユーザは当該タッチパネル130を介してゲーム空間G内のゲームオブジェクトを操作することができる。入力部131は、ユーザのタッチパル130に対する操作を検知して、ユーザ端末100に対して何らかの操作(主に、タッチ操作、スライド動作、スワイプ操作、及びタップ操作等の物理的接触操作)があったことを検知する。タッチパル130は、タッチセンシング部を備える液晶ディスプレイ等で構成され得る。   FIG. 3 shows the configuration of each user terminal 100. The user terminal 100 is preferably a mobile terminal such as a smartphone, a feature phone, a PDA, or a tablet computer. The user terminal 100 includes a control unit 110, a storage unit 120, an input unit 131, a display unit 132, and a communication unit 140 that are connected to each other via a bus. The user terminal 100 preferably includes a touch panel 130 that constitutes the input unit 131 and the display unit 142, and the user can operate a game object in the game space G via the touch panel 130. The input unit 131 detects a user's operation on the touch pal 130, and has performed some operation (mainly a physical contact operation such as a touch operation, a slide operation, a swipe operation, and a tap operation) on the user terminal 100. Detect that. The touch pal 130 may be configured with a liquid crystal display or the like provided with a touch sensing unit.

通信部140は、ゲームサーバ200に対して各種情報の送受信を実行するための制御を行う。本実施形態では、当該要求は所定のゲームプログラムやゲームデータをユーザ端末100に送信させる操作指示や、ゲームを進行させるための指示を含む。例えば、通信部140はユーザIDをゲームサーバ200の送信することにより、当該ユーザIDに関連付けられたゲームオブジェクトに関する情報(保有する建物等のオブジェクト情報等)を受信する。また、通信部140はユーザの操作に基づいてゲーム空間G内にゲームオブジェクトを配置した場合には、その結果として取得されたゲームポイントをゲームサーバ200に送信する。 The communication unit 140 performs control for executing transmission / reception of various types of information to the game server 200. In the present embodiment, the request includes an operation instruction for transmitting a predetermined game program and game data to the user terminal 100 and an instruction for proceeding with the game. For example, the communication unit 140 receives information about a game object associated with the user ID (object information such as a building owned) by transmitting the user ID from the game server 200. Further, when a game object is arranged in the game space G based on a user operation, the communication unit 140 transmits game points acquired as a result to the game server 200.

制御部110はCPU等を含んで構成され得る。通信部140は制御部110の制御によりユーザ端末100とネットワーク2との接続を確立する。記憶部120は、DRAMなどの揮発性記憶装置で構成される主記憶と、フラッシュメモリやHDDなどの不揮発性記憶装置で構成される補助記憶を含む。補助記憶には、ゲームサーバ200からダウンロードされるゲームプログラム等が格納される。当該プログラムは、主記憶上に展開され制御部110に実行される。ユーザ端末100の制御部110は、当該プログラムによって、作用受付部111、端末処理部112、タイマー部113、端末判定部114、画像生成部11として機能し得る。なお、主記憶上には、制御部110が当該プログラムに従って動作している間に生成したデータや制御部110によって利用されるデータも一時的に格納される。   The control unit 110 can be configured to include a CPU and the like. The communication unit 140 establishes a connection between the user terminal 100 and the network 2 under the control of the control unit 110. The storage unit 120 includes a main storage configured by a volatile storage device such as a DRAM and an auxiliary storage configured by a nonvolatile storage device such as a flash memory or an HDD. The auxiliary storage stores game programs downloaded from the game server 200. The program is developed on the main memory and executed by the control unit 110. The control unit 110 of the user terminal 100 can function as the action reception unit 111, the terminal processing unit 112, the timer unit 113, the terminal determination unit 114, and the image generation unit 11 according to the program. Note that data generated while the control unit 110 operates according to the program and data used by the control unit 110 are also temporarily stored on the main memory.

作用受付部111は、入力部131に対するユーザの作用を検知する。作用受付部111は、タッチパネル130や、その他のボタンを介した操作指示等、いかなる入力がなされたかを判別し、その結果を端末処理部112等の必要な要素に出力する。タッチパネル130に対する操作入力がなされた場合には、操作入力位置の座標情報や、タッチ操作やスライド動作などいかなる操作がなされたかを検知する。また、連続して検知されていた入力が途切れることを検知することで、タッチパネル130からユーザの接触が離れたことを検知することもできる。 The action receiving unit 111 detects a user action on the input unit 131. The action reception unit 111 determines what input has been made, such as an operation instruction via the touch panel 130 or other buttons, and outputs the result to necessary elements such as the terminal processing unit 112. When an operation input to the touch panel 130 is made, it is detected what kind of operation has been performed, such as coordinate information of the operation input position, touch operation, and slide operation. Further, by detecting that the input that has been detected continuously is interrupted, it is also possible to detect that the user's contact has been released from the touch panel 130.

端末処理部112は、ユーザ端末100全体の動作を制御し、各要素間におけるデータの送受信や、ゲームの実行に必要な演算処理を行う。例えば、作用受付部111で検知された操作入力に基づいてゲームプログラムに従ったゲームを展開させ、その結果としてのゲーム画像を描画するよう、画像生成部115に指示する。例えば、タッチパネル130に対する操作入力に基づいて仮想空間内におけるゲームオブジェクトを操作する。また、ゲームの進行状態に応じて、ゲーム空間Gの視野を指定するための仮想カメラの位置を制御する処理を行っても良い。 The terminal processing unit 112 controls the overall operation of the user terminal 100 and performs arithmetic processing necessary for data transmission / reception between the elements and game execution. For example, the image generation unit 115 is instructed to develop a game according to the game program based on the operation input detected by the action receiving unit 111 and to draw a game image as a result. For example, a game object in the virtual space is operated based on an operation input on the touch panel 130. Further, processing for controlling the position of the virtual camera for designating the field of view of the game space G may be performed according to the progress of the game.

タイマー部113はゲーム空間G内における時間の経過を計測する。タイマー部113はゲーム空間G内に配置された各オブジェクトOについて、個別に時間を計測する機能を有する。例えば、後述するように、各オブジェクトOがゲーム空間G内に配置された時間を記憶部120に記憶させ、その後経過した時間を測定することにより、各オブジェクトOが建築中オブジェクトから建築済オブジェクトに変化するまでの建築時間や、建築済オブジェクトに変化してから各種ゲームポイントを取得できるまでの準備時間、スキルを発動できるようになるまでのクールタイムが経過したか否かを判定するための時間情報を端末判定部114に提供する。また、タイマー部113は後述する対戦時間を計測してもよい。 The timer unit 113 measures the passage of time in the game space G. The timer unit 113 has a function of measuring the time individually for each object O arranged in the game space G. For example, as will be described later, the time when each object O is arranged in the game space G is stored in the storage unit 120, and the time elapsed thereafter is measured, whereby each object O is changed from a building object to a built object. Construction time until change, preparation time until it can acquire various game points after changing to a built object, time to determine whether cool time until it can activate the skill has passed Information is provided to the terminal determination unit 114. Further, the timer unit 113 may measure a battle time described later.

端末判定部114は、端末処理部112からの判定要求に基づいて、記憶部に記憶された各種ユーザ情報やゲーム情報を参照し、ゲーム進行に必要な各種判定を実行する。例えば、ゲーム空間G内に配置されたオブジェクトOが所定の条件を満たしているか否かを判定する。後述するように、タイマー部113および記憶部120を参照して、当該オブジェクトの時間情報を取得し、各オブジェクトに設定されたユーザに付与されるゲームポイントを算出するための基礎となる条件を満たしているか否か判定する。 Based on the determination request from the terminal processing unit 112, the terminal determination unit 114 refers to various user information and game information stored in the storage unit, and executes various determinations necessary for the progress of the game. For example, it is determined whether or not the object O arranged in the game space G satisfies a predetermined condition. As will be described later, with reference to the timer unit 113 and the storage unit 120, the time information of the object is acquired, and the condition that is the basis for calculating the game points given to the user set to each object is satisfied It is determined whether or not.

画像生成部115は、ゲームサーバ200から受信したユーザ情報や、ゲームプログラムによる演算結果、ユーザの入力部131に対する操作入力に基づいて、表示部132に表示されるゲーム空間GやゲームオブジェクトO等の画像を生成する。本実施形態では、ユーザ端末100はゲームサーバ200からユーザがゲーム空間Gに配置したオブジェクトの種類や配置位置に関する情報を取得してゲーム空間Gの画像を生成する。また、画像生成部116は端末処理部112によるゲーム進行制御に応じて表示画像を更新する。 Based on the user information received from the game server 200, the calculation result of the game program, and the operation input to the input unit 131 by the user, the image generation unit 115 displays the game space G and the game object O displayed on the display unit 132. Generate an image. In the present embodiment, the user terminal 100 acquires information on the type and arrangement position of an object arranged in the game space G by the user from the game server 200 and generates an image of the game space G. Further, the image generation unit 116 updates the display image according to the game progress control by the terminal processing unit 112.

図4は、ゲームサーバ200の構成を示す。ゲームサーバ200は、システム管理者等が、ユーザ(プレイヤ)に提供するゲームを制御し、管理する際に利用する情報処理装置であり、例えばワークステーションやパーソナルコンピュータ等である。本実施形態のゲームサーバ200は、各ユーザ端末にゲーム進行に必要な情報を提供するゲーム提供機能を有している。ゲームサーバ200は、ユーザ端末100から各種の操作指示を受信し、ユーザ端末100上で動作可能なゲームプログラムや、Webページ(ゲーム画面等)や、ゲームパラメータ等の各種データ、各種通知等を送信する。ゲームサーバ200は、ネットワーク2と通信するネットワークインターフェースである通信装置210と、処理装置220と、メモリ部230と、記憶装置240と、入力装置250と、出力装置260と、を備えており、これらは互いにバスにより電気的に接続されている。 FIG. 4 shows the configuration of the game server 200. The game server 200 is an information processing apparatus used when a system administrator or the like controls and manages a game provided to a user (player), and is, for example, a workstation or a personal computer. The game server 200 according to the present embodiment has a game providing function for providing information necessary for game progress to each user terminal. The game server 200 receives various operation instructions from the user terminal 100, and transmits a game program operable on the user terminal 100, a web page (game screen, etc.), various data such as game parameters, various notifications, and the like. To do. The game server 200 includes a communication device 210 that is a network interface that communicates with the network 2, a processing device 220, a memory unit 230, a storage device 240, an input device 250, and an output device 260. Are electrically connected to each other by a bus.

処理装置220は、ゲームサーバ200全体の動作を制御し、各要素間におけるデータの送受信や、ゲームの実行に必要な演算処理を行う。処理装置220は例えばCPU(Central Processing Unit)であり、記憶装置240に格納されるとともにメモリ230に展開されたプログラム等を実行することによって、必要な処理が実現される。制御部220は、当該プログラムによって、受信部221、サーバ処理部222、データ管理部223、マッチング部224、計測部225、サーバ判定部226、報酬計算部227、送信部228として機能し得る。 The processing device 220 controls the overall operation of the game server 200 and performs data transmission / reception between elements and arithmetic processing necessary for game execution. The processing device 220 is, for example, a CPU (Central Processing Unit), and a necessary process is realized by executing a program or the like stored in the storage device 240 and expanded in the memory 230. The control unit 220 can function as a reception unit 221, a server processing unit 222, a data management unit 223, a matching unit 224, a measurement unit 225, a server determination unit 226, a reward calculation unit 227, and a transmission unit 228 according to the program.

メモリ部230は例えばDRAM(Dynamic Random Access Memory)などの揮発性記憶装置であり、記憶装置240は例えばフラッシュメモリやHDD(Hard Disc Drive)などの不揮発性記憶装置である。なお、主記憶上には、制御部110が当該プログラムに従って動作している間に生成したデータや制御部110によって利用されるデータも一時的に格納される。記憶装置240には、ゲームプログラムやユーザの認証プログラムが格納される他、後述するように、ユーザ管理テーブル300、オブジェクト管理テーブル310、スキル管理テーブル320といったデータベースが構築されていてもよい。 The memory unit 230 is a volatile storage device such as a DRAM (Dynamic Random Access Memory), for example, and the storage device 240 is a nonvolatile storage device such as a flash memory or an HDD (Hard Disc Drive). Note that data generated while the control unit 110 operates according to the program and data used by the control unit 110 are also temporarily stored on the main memory. The storage device 240 stores game programs and user authentication programs, and a database such as a user management table 300, an object management table 310, and a skill management table 320 may be constructed as will be described later.

受信部221は、各ユーザ端末100からの各種情報を受け付ける。各ユーザ端末100は、通信部140の制御により各種情報をゲームサーバ200に対して送信し、ゲームサーバ200は、ネットワーク2、通信装置210を介して当該情報を受信し、受信部221が情報の内容を識別して受け付ける。受信部221は、記憶装置240に格納される各種管理テーブルを参照し、必要に応じて管理部223が各種管理テーブルを更新することにより、必要な処理を実行する。当該情報には、各ユーザに関連付けられるオブジェクトをゲーム空間内に配置する操作、削除する操作、移動する操作、購入売却する操作、買収する操作等の各種要求が含まれる。 The receiving unit 221 receives various information from each user terminal 100. Each user terminal 100 transmits various types of information to the game server 200 under the control of the communication unit 140, the game server 200 receives the information via the network 2 and the communication device 210, and the reception unit 221 receives the information. Identify and accept content. The receiving unit 221 refers to the various management tables stored in the storage device 240, and performs necessary processing by the management unit 223 updating the various management tables as necessary. The information includes various requests such as an operation of placing an object associated with each user in the game space, an operation of deleting, an operation of moving, an operation of buying and selling, and an operation of acquiring.

サーバ処理部222は、ゲームサーバ200全体の動作を制御し、各要素間におけるデータの送受信や、ゲームの実行に必要な演算処理を行う。また、データ管理部223は、サーバ処理部222における各種演算結果に基づいて、記憶装置240に格納される各種データベースを更新する。例えば、ユーザがゲーム空間GにオブジェクトOを配置するようにユーザ端末100に作用を与えると、受信部221はその結果としてユーザが保有するオブジェクト情報やゲームポイントに関する情報を受信し、サーバ処理部222が必要な処理を実行するとともに、データ管理部223は当該データに基づいてユーザ管理テーブル300を更新する。 The server processing unit 222 controls the overall operation of the game server 200, and performs data transmission / reception between elements and arithmetic processing necessary for game execution. In addition, the data management unit 223 updates various databases stored in the storage device 240 based on various calculation results in the server processing unit 222. For example, when the user acts on the user terminal 100 to place the object O in the game space G, the reception unit 221 receives the object information and game point information held by the user as a result, and the server processing unit 222. The data management unit 223 updates the user management table 300 based on the data.

ユーザ端末100からゲーム空間Gにオブジェクトを配置する要求を受け付けた場合には、データ管理部223はゲーム空間Gに配置されるオブジェクトの情報を、ユーザ情報、オブジェクトの配置位置、等に関する情報と関連付けて記憶する。また、後述するように、各ユーザやオブジェクトに関連するゲームポイントに変動が生じた場合には、当該変動の結果に関する情報を各オブジェクトと関連付けるように、各種データベースを更新する。 When receiving a request for placing an object in the game space G from the user terminal 100, the data management unit 223 associates information on the object placed in the game space G with information relating to user information, an object placement position, and the like. Remember. Further, as will be described later, when a change occurs in the game points related to each user or object, various databases are updated so that information related to the result of the change is associated with each object.

マッチング部224は、複数のユーザをマッチングして対戦ゲームを開始するための一連の処理を行う。ユーザが後述するホームゲーム空間において対戦ゲーム開始要求を入力すると、マッチング部224はロビーを生成し、当該ユーザをマッチング待ちユーザとして特定する。当該ロビーに特定されたマッチング待ちユーザが所定数に達すると、マッチング部224は当該ユーザに対戦ゲーム空間を構成し、対戦ゲームを開始する処理をサーバ処理部222に実行させる。 The matching unit 224 performs a series of processes for matching a plurality of users and starting a battle game. When the user inputs a battle game start request in the home game space described later, the matching unit 224 generates a lobby and identifies the user as a matching waiting user. When the number of matching waiting users specified in the lobby reaches a predetermined number, the matching unit 224 causes the user to configure a battle game space and cause the server processing unit 222 to execute a process of starting a battle game.

計測部224は、主として対戦ゲームにおける対戦時間を管理する。計測部224は、後述するように、マッチング部224から対戦ゲーム開始処理の要求があった場合に、対戦時間の計測を開始し、複数のユーザ間における対戦時間を一元管理する。また、計測部224はゲーム空間Gの時間情報を計測し、タイマー部113におけるゲーム空間Gの時間情報と照合する。これにより、ユーザ端末100とゲームサーバ200においてゲーム空間Gの時間情報が同期され、各種時間情報の計測・判定が円滑に実施され得る。 The measurement unit 224 mainly manages the battle time in the battle game. As will be described later, the measurement unit 224 starts measurement of the battle time when the matching unit 224 requests a battle game start process, and centrally manages the battle time between a plurality of users. In addition, the measurement unit 224 measures the time information of the game space G and compares it with the time information of the game space G in the timer unit 113. Thereby, the time information of the game space G is synchronized in the user terminal 100 and the game server 200, and various time information can be measured and determined smoothly.

サーバ判定部226は、サーバ処理部222からの判定要求に基づいて、記憶装置240に記憶された各種ユーザ情報やゲーム情報を参照し、ゲーム進行に必要な各種判定を実行する。また、サーバ判定部226は、対戦ゲーム終了時に各ユーザの保有するゲームポイントを参照することにより、対戦の勝敗を判定する。勝敗は、前述した人口Pといったゲームポイントに基づいて判定されることが好ましく、コインC1等のユーザに関連づけられた所定のゲームパラメータや、ゲーム空間Gの占有率といった他の要素を加味してもよい。 Based on the determination request from the server processing unit 222, the server determination unit 226 refers to various user information and game information stored in the storage device 240 and executes various determinations necessary for the game progress. Moreover, the server determination part 226 determines the victory or defeat of a battle | competition by referring the game point which each user has at the time of a battle | competition game end. The win / loss is preferably determined based on the game points such as the population P described above, even if other factors such as predetermined game parameters associated with the user such as the coin C1 and the occupation rate of the game space G are taken into account. Good.

報酬計算部227は、サーバ判定部226における勝敗判定結果に基づいて、各ユーザに提供される報酬を算出する。報酬計算部227は、対戦ゲームにおける各ユーザの順位情報をも参照し、当該順位に応じた報酬を各ユーザに分配してもよい。 The reward calculation unit 227 calculates a reward provided to each user based on the win / loss determination result in the server determination unit 226. The reward calculation unit 227 may also refer to the ranking information of each user in the battle game and distribute the reward according to the ranking to each user.

送信部226は、ユーザ端末100上で動作可能なゲームプログラムや、ゲーム画面等のゲーム空間情報や、ゲームポイントやゲームパラメータ、報酬等の各種データ、各種通知等をユーザ端末100に送信する制御を行う。 The transmission unit 226 performs control for transmitting to the user terminal 100 a game program operable on the user terminal 100, game space information such as a game screen, various data such as game points, game parameters, and rewards, various notifications, and the like. Do.

入力装置250はマウスやキーボード等の情報入力機器である。出力装置260は液晶ディスプレイ等であり、コンピュータの情報をモニタリングするために用いられる。   The input device 250 is an information input device such as a mouse or a keyboard. The output device 260 is a liquid crystal display or the like, and is used for monitoring computer information.

上記のユーザ端末100の機能の少なくとも一部は、ゲームサーバ200が備えるように構成されていても良い。また、上記のゲームサーバ200の機能の少なくとも一部は、ユーザ端末100が備えるように構成されていても良い。すなわち、本実施形態におけるゲームプログラムが実行されるコンピュータは、上述のユーザ端末100やゲームサーバ200を含む情報処理装置等から任意に選択され得る。 The game server 200 may be configured to include at least a part of the functions of the user terminal 100 described above. Further, at least a part of the functions of the game server 200 may be configured to be provided in the user terminal 100. In other words, the computer on which the game program in the present embodiment is executed can be arbitrarily selected from the information processing apparatus including the user terminal 100 and the game server 200 described above.

図5に、各ユーザが保有するゲームポイントやゲームパラメータ、オブジェクト等のユーザ情報を管理するユーザ管理テーブル300の一例を示す。ユーザ管理テーブル300は、ゲームサーバ200の記憶装置240および/またはユーザ端末100の記憶部120に記憶されている。ユーザ管理テーブル300には、各ユーザを識別するユーザ情報と、ユーザが保有するコイン・アイテム・ダイヤといったゲームパラメータと、各ユーザが保有する建物等のオブジェクト情報が関連付けられている。各オブジェクトに関する基本情報は後述するオブジェクト管理テーブル310で管理され、ユーザ管理テーブル300では、各オブジェクトのレベルや、レベルによる各建物のパラメータ補正値や、建物のゲーム空間Gにおける配置位置が管理される。また、後述するように、各オブジェクトが建築中であるか、建築済であるかといった建物の状態や、当該オブジェクトがゲーム空間Gに配置されてからの経過時間、または,当該オブジェクトが建築済となってから経過した時間を示す経過時間も管理される。また、各オブジェクトに関連づけられたゲームポイントとしての保有人口が管理され、各オブジェクトの保有人口の合計値が、当該ユーザに関連づけられたゲームポイントとして管理される。 FIG. 5 shows an example of a user management table 300 for managing user information such as game points, game parameters, and objects held by each user. The user management table 300 is stored in the storage device 240 of the game server 200 and / or the storage unit 120 of the user terminal 100. The user management table 300 associates user information for identifying each user, game parameters such as coins, items, and diamonds held by the user, and object information such as buildings held by each user. Basic information about each object is managed by an object management table 310 described later. In the user management table 300, the level of each object, the parameter correction value of each building based on the level, and the arrangement position of the building in the game space G are managed. . In addition, as will be described later, the state of the building, such as whether each object is under construction or has already been constructed, the elapsed time since the object was placed in the game space G, or the object has been constructed. The elapsed time indicating the time elapsed since becoming is also managed. Further, the retained population as game points associated with each object is managed, and the total value of the retained population of each object is managed as game points associated with the user.

図6に、各オブジェクトに関連付けられた情報を管理するオブジェクト管理テーブル310の一例を示す。本実施形態では、各オブジェクトには、オブジェクトの種類、保有人口や生産されるコインやアイテムといった、取得できるゲームポイント・ゲームパラメータに関する情報が規定されている。また、各オブジェクトからゲームポイント・ゲームパラメータを取得可能とするためには、当該オブジェクトを稼働させる必要があり、そのために必要なゲームパラメータとしての電力消費量が規定されている。各オブジェクトが建築中建物としてゲーム空間Gに配置されてから建築済建物に変化するまでに必要な時間である建築時間や、各オブジェクトがコインやアイテムを生産するのに必要な準備時間が設定されている。準備時間は複数定められていてもよく、当該準備時間が経過する度に、コインやアイテムの生産量が増加するように設定されていてもよい。 FIG. 6 shows an example of an object management table 310 that manages information associated with each object. In this embodiment, for each object, information about game points and game parameters that can be acquired, such as the type of object, the population held, and coins and items to be produced, is defined. In addition, in order to be able to acquire game points and game parameters from each object, it is necessary to operate the object, and power consumption as a game parameter required for that purpose is defined. The construction time, which is the time required for each object to be converted into a built building after being placed in the game space G as a building under construction, and the preparation time required for each object to produce coins and items are set. ing. A plurality of preparation times may be determined, and each time the preparation time elapses, the amount of coin or item production may be set to increase.

図7,図8に、各オブジェクトに関連づけられたスキルを管理するスキル管理テーブル320,330の一例を示す。図7に示すパッシブスキルを有するオブジェクトは、ゲーム空間G内に配置された後、建築済建物に変化することにより、ゲームを有利に進めるための所定のスキル(パッシブスキル)を発動させることができる。各オブジェクトはスキルの内容、スキルの影響が及ぼされる範囲である有効範囲が規定されており、有効範囲内に配置されたオブジェクトに対して自動的にスキルによる効果を与える。図8に示すアクティブスキルを発動することができる各オブジェクト(以下、スキルオブジェクトと称することがある。)は、ゲーム空間G内に配置された後、建築済建物に変化し、かつ、ユーザからのスキル発動要求を受け付けることにより、ゲームを有利に進めるための所定のスキルを発動させることができる。各オブジェクトはスキルの内容、スキルの影響が及ぼされる範囲である有効範囲、クールタイムが設定されている。各オブジェクトは、建築済オブジェクトに変化されるか、または、一度スキルを使用するとクールタイムに入り、所定時間内はスキルを発動することができない。 FIGS. 7 and 8 show examples of skill management tables 320 and 330 for managing skills associated with each object. The object having the passive skill shown in FIG. 7 can activate a predetermined skill (passive skill) for advantageous advancement of the game by being placed in the game space G and then changing to an already constructed building. . Each object has a skill range and an effective range that is affected by the skill, and the skill is automatically applied to the objects arranged in the effective range. Each object that can activate the active skill shown in FIG. 8 (hereinafter sometimes referred to as a skill object) is arranged in the game space G, then changed to a built building, and from the user. By accepting the skill activation request, it is possible to activate a predetermined skill for advancing the game advantageously. Each object has a skill content, an effective range that is affected by the skill, and a cool time. Each object is changed to a built object, or once the skill is used, it enters a cool time, and the skill cannot be activated within a predetermined time.

以下、本実施形態によるゲームシステム1の処理の流れを図9〜図31を参照して詳細に説明するユーザは、オブジェクト一覧(図示せず)からゲーム空間G内に配置(いわゆる「建築」。)したいオブジェクトを選択し、場所を指定することで、各オブジェクトをゲーム空間内に配置できる。ユーザは、前述のように、各オブジェクトをゲーム空間内に配置することでゲームポイントとしての人口やコイン(ゲーム内通貨)、各種アイテムを取得できる。また、既に配置されたオブジェクトを選択し、別の場所を指定することで、当該オブジェクトの配置位置を移動させることができる。   Hereinafter, a user who explains the flow of processing of the game system 1 according to the present embodiment in detail with reference to FIGS. 9 to 31 is arranged in the game space G from an object list (not shown) (so-called “architecture”). ) You can place each object in the game space by selecting the desired object and specifying the location. As described above, the user can acquire the population, coins (in-game currency), and various items as game points by arranging each object in the game space. Further, by selecting an object that has already been arranged and designating another location, the arrangement position of the object can be moved.

図9に示すように、本実施形態のゲーム空間Gはホームゲーム空間G1と対戦ゲーム空間G2を含む。ホームゲーム空間G1は、各ユーザA〜Dに関連づけられており、当該ホームゲーム空間G1に関連づけられたユーザのみがゲームオブジェクトを配置できるゲーム空間である。対戦ゲーム空間G2は複数のユーザA〜Dによってネットワークを介して共有されるゲーム空間であり、複数のユーザA〜Dがそれぞれに関連づけられたゲームオブジェクトを対戦ゲーム空間G2に配置できる。各ユーザA〜Dは、所定のユーザ作用によって各ユーザ端末100に表示されるホームゲーム空間G1と対戦ゲーム空間G2を切り替えることができる。 As shown in FIG. 9, the game space G of the present embodiment includes a home game space G1 and a battle game space G2. The home game space G1 is associated with each of the users A to D, and is a game space in which only a user associated with the home game space G1 can place a game object. The battle game space G2 is a game space shared by a plurality of users A to D via the network, and game objects associated with the plurality of users A to D can be arranged in the battle game space G2. Each user A to D can switch between the home game space G1 and the battle game space G2 displayed on each user terminal 100 by a predetermined user action.

本実施形態において、人口等の対戦の勝敗を決するためのゲーム内情報がゲームポイントとして定義される。また、コインや各種アイテムや等の所定ユーザまたは所定ゲームオブジェクトに関連づけられたゲームを有利に進めるために必要なゲーム内情報や、各ゲームオブジェクトに関連づけられ、当該ゲームオブジェクトを稼働させるために必要なゲーム内情報(例えば、後述する消費電力や、火災発生有無といった情報)が、ゲームパラメータとして定義される。なお、ゲームポイントとゲームパラメータは、少なくとも一部が重複していても良く、ゲームポイントに基づいて対戦の勝敗を決定するに当たり、ゲームパラメータの一部を参照してもよい。 In the present embodiment, in-game information for determining victory or defeat of a battle such as population is defined as a game point. Also, in-game information necessary to advantageously advance a game associated with a predetermined user or predetermined game object, such as coins and various items, and necessary for operating the game object associated with each game object. In-game information (for example, information such as power consumption and fire occurrence described later) is defined as a game parameter. Note that at least a part of the game point and the game parameter may overlap, and a part of the game parameter may be referred to when determining the victory or defeat of the battle based on the game point.

図10〜18を参照して、ホームゲーム空間G1におけるゲーム進行処理の流れを詳細に説明する。図10〜13を参照して、ホームゲーム空間G1にゲームオブジェクトとしての建物を配置することにより、ユーザにゲームポイントが付与される処理について説明する。図14〜16を参照して、ホームゲーム空間G1に配置された建物に対するユーザ作用により、ユーザにゲームパラメータが付与される処理について説明する。図17,図18を参照して、ホームゲーム空間G1内の建物を対戦ゲーム空間G2内で使用可能とするための処理について説明する。図12,図13,図15,図16,は当該機能をコンピュータに実行させるゲームシステムの処理を示すフローチャートである。図10,図11,図14,図17,図18はホームゲーム空間G1の一例を示す。 With reference to FIGS. 10 to 18, the flow of the game progress process in the home game space G1 will be described in detail. With reference to FIGS. 10 to 13, a process in which a game point is given to the user by arranging a building as a game object in the home game space G <b> 1 will be described. With reference to FIGS. 14-16, the process in which a game parameter is provided to a user by the user action with respect to the building arrange | positioned in the home game space G1 is demonstrated. With reference to FIG. 17, FIG. 18, the process for making the building in the home game space G1 usable in the battle game space G2 will be described. FIG. 12, FIG. 13, FIG. 15, and FIG. 16 are flowcharts showing the processing of the game system that causes the computer to execute the function. 10, FIG. 11, FIG. 14, FIG. 17, and FIG. 18 show an example of the home game space G1.

図10および図12に示すように、ユーザ端末100に表示されたショップSに含まれるショップオブジェクトSOから、所定のオブジェクトを長押しして選択し、ホームゲーム空間G1内の平面PL1における所定位置にドラッグする。これにより、作用受付部111がユーザから入力部131に対する作用を検知し(S101)、作用受付部111がオブジェクトをゲーム空間内に配置させるためのオブジェクト配置要求として受け付ける(S102)。平面PL1には、オブジェクト配置要求に基づいて建築中建物BO(第1状態)が配置される(S103)。そして、ユーザ端末100はゲームサーバ200に対して、当該オブジェクトがゲーム空間G内に配置されたことを示すゲーム空間情報をゲームサーバ200に送信する(S104)。ゲームサーバ200はユーザが配置したオブジェクトに関する情報を受信し(S201)、当該情報に基づいてユーザ管理テーブル300を更新する(S202)。 As shown in FIGS. 10 and 12, a predetermined object is selected by pressing and holding from a shop object SO included in the shop S displayed on the user terminal 100, and the predetermined position on the plane PL1 in the home game space G1 is selected. Drag. Thereby, the action receiving unit 111 detects an action on the input unit 131 from the user (S101), and the action receiving unit 111 receives an object placement request for placing an object in the game space (S102). A building under construction BO (first state) is arranged on the plane PL1 based on the object arrangement request (S103). Then, the user terminal 100 transmits game space information indicating that the object is arranged in the game space G to the game server 200 (S104). The game server 200 receives information about the object placed by the user (S201), and updates the user management table 300 based on the information (S202).

平面PL1に建築中建物BOが配置されると、タイマー部113により経過時間の計測が開始される(S105)。そして、各オブジェクトに設定された建築時間を、建築中建物の経過時間が超過し(S106)、当該建築中オブジェクトBOに対するユーザ作用(例えばタップ操作)をさらに受け付けると(S107)、建築中建物BOが建築済建物O1〜O5に変化する(S108)。次に、建築済オブジェクトにライフラインから電力が供給されているか否かが判定され(S109)、各オブジェクトが稼働される(S110)図11に示すように、ライフラインである発電所O3が道路Rに隣接して配置されているので、当該道路Rに隣接するオブジェクトに対して電力が供給される。本実施形態では、マンションO1、商店O4、消防署O5が発電所O3から供給される電力によって稼働され、公園O2は電力を必要としないので、道路Rに隣接していなくても稼働される。 When the building BO under construction is arranged on the plane PL1, the timer unit 113 starts measuring elapsed time (S105). Then, the building time set for each object exceeds the elapsed time of the building under construction (S106), and when a user action (for example, a tap operation) on the object BO under construction is further received (S107), the building BO under construction Changes to built buildings O1-O5 (S108). Next, it is determined whether or not power is supplied from the lifeline to the constructed object (S109), and each object is operated (S110). As shown in FIG. 11, the power plant O3 that is the lifeline is a road. Since it is arranged adjacent to R, power is supplied to the object adjacent to the road R. In this embodiment, the condominium O1, the store O4, and the fire department O5 are operated by electric power supplied from the power plant O3, and the park O2 does not require electric power, so that it operates even if it is not adjacent to the road R.

建築済建物が稼働すると、当該オブジェクトに対するユーザ作用の受付を開始し、後述するように、当該オブジェクトによるゲームパラメータの取得や、スキルの発動を受け付けることを可能にするよう処理される(第2状態)。また、建築中建物が建築済建物に変化すると、タイマー部113により各オブジェクトO1〜O5の経過時間の計測が開始される(S110)。そして、当該オブジェクトをゲーム空間G内に配置することによって獲得される、当該オブジェクトに関連づけられたゲームポイント(例えば人口P)が、ユーザに付与され、当該ユーザに関連づけられたゲームポイントが更新される(S111)。このとき、ユーザ端末100は建築中建物が建築済建物に変化した情報を含むゲーム情報をゲームサーバ200に送信し、ゲームサーバ200はユーザが保有するオブジェクトが建築済建物に変化したことを示す情報や、建築済建物が稼働されることによって獲得されたゲームポイントに関する情報を受信し(S203)、当該情報に基づいてユーザ管理テーブル300を更新する(S204)。 When the built building is in operation, it starts accepting user actions on the object, and is processed so as to make it possible to accept game parameter acquisition and skill activation by the object (second state), as will be described later. ). When the building under construction changes to a built building, the timer unit 113 starts measuring the elapsed time of each of the objects O1 to O5 (S110). And the game point (for example, population P) acquired by arrange | positioning the said object in the game space G linked | related with the said object is provided to a user, and the game point linked | related with the said user is updated. (S111). At this time, the user terminal 100 transmits game information including information that the building under construction has been changed to a built building to the game server 200, and the game server 200 is information indicating that the object held by the user has changed to a built building. In addition, information regarding game points acquired by operating a built building is received (S203), and the user management table 300 is updated based on the information (S204).

なお、建築済建物は、再度建築中建物に変化されても良い。例えば、建築済建物を増築したりレベルアップさせることによって、保有可能人口やコイン生産量を増加させるようにしてもよい。この場合には、建築済建物を再度建築中建物に変化させ、経過時間の計測を開始し(S105と同様)、増築やレベルアップに必要な建築時間(増築時間)経過後にユーザ作用を受け付ける(S106〜S107と同様)ことによって、建築中建物を増築やレベルアップ後の建築済建物に変化させてもよい(S108と同様)。その後のゲームポイント更新処理についても、前述の処理S109〜S111,S203〜S204が適用され得る。 The already constructed building may be changed to a building under construction again. For example, the population that can be held and the coin production amount may be increased by expanding or leveling up a built building. In this case, the constructed building is changed to the building under construction again, and the elapsed time is started to be measured (similar to S105), and the user action is accepted after the construction time (extension time) necessary for extension or level-up has elapsed ( As in S106 to S107), the building under construction may be changed to a built building after extension or level-up (similar to S108). The subsequent processes S109 to S111 and S203 to S204 can also be applied to the subsequent game point update process.

図11,図13に示すように、平面PL1に建築済建物としてのマンションO1、公園O2、発電所O3、商店O4、消防署O5が配置されると(S112)、各オブジェクトの保有人口を計算することによって(S117)、ユーザに関連づけられたゲームポイントが算出される。本実施形態では、人口を保有可能なオブジェクトはマンションO1のみである。まず、オブジェクト管理テーブル310を参照してマンションO1の保有可能人口を特定し(S113)、マンションO1が平面PL1に配置することによって保有可能となる初期人口を特定する(S114)。 As shown in FIG. 11 and FIG. 13, when a condominium O1, a park O2, a power plant O3, a store O4, and a fire department O5 are arranged on a plane PL1 (S112), the population of each object is calculated. Thus (S117), game points associated with the user are calculated. In the present embodiment, the only object that can hold the population is the apartment O1. First, with reference to the object management table 310, the population that can be held in the apartment O1 is specified (S113), and the initial population that can be held when the apartment O1 is arranged on the plane PL1 is specified (S114).

次に、他のオブジェクトのスキルによってマンションO1に保有される人口の変動を算出する。まず、マンションO1が他のオブジェクトの有効範囲に属しているか否かを判定し(S115)、マンションO1は公園O2の有効範囲E1と、発電所O3の有効範囲E2に属していると特定される。そして、公園O2および発電所O3のパッシブスキルの内容を特定すると(S116)、初期人口から公園O2のパッシブスキルによる人口増加分を加算し、発電所O3のパッシブスキルによる人口減少分を減算することにより、マンションO1の保有人口が算出される(S117)。ユーザ端末100はマンションO1をゲーム空間に配置することによって得られた保有人口をゲームポイント情報としてゲームサーバ200に送信し(S118)、ゲームサーバ200は当該ゲームポイントに関する情報を受信して(S205)、当該情報に基づいてユーザ管理テーブル300を更新する(S206)。 Next, a change in the population held in the apartment O1 by the skill of another object is calculated. First, it is determined whether or not the apartment O1 belongs to the effective range of another object (S115), and the apartment O1 is specified as belonging to the effective range E1 of the park O2 and the effective range E2 of the power plant O3. . And if the content of the passive skill of the park O2 and the power plant O3 is specified (S116), the population increase by the passive skill of the park O2 is added from the initial population, and the population decrease by the passive skill of the power plant O3 is subtracted. Thus, the population owned by the apartment O1 is calculated (S117). The user terminal 100 transmits the possessed population obtained by placing the apartment O1 in the game space to the game server 200 as game point information (S118), and the game server 200 receives information on the game point (S205). The user management table 300 is updated based on the information (S206).

さらに、図14〜図16に示すように、平面PL1に配置された建物に対するユーザ作用により、ユーザにゲームパラメータが付与される処理が実行される。図15に示すように、例えばユーザが平面PL1に配置された商店O4をタップすると、ユーザ端末100はユーザ作用が入力されたことを検知する(S119)。そして、ユーザ管理テーブル300をから商店O4の経過時間を参照して、商店O4からコインC1を取得に可能にするための準備時間を経過したか否かを判定し(S120)、Yesと判定される場合には、商店O4からコインを獲得するための要求として受け付ける(S121)。この時、各オブジェクトに付されたコインを獲得可能であることを示す表示が消去され、ユーザはコイン獲得要求が受け付けられたことが視認できる。 Furthermore, as shown in FIGS. 14-16, the process by which a game parameter is provided to a user is performed by the user action with respect to the building arrange | positioned on plane PL1. As shown in FIG. 15, for example, when the user taps the store O4 arranged on the plane PL1, the user terminal 100 detects that a user action has been input (S119). Then, referring to the elapsed time of the store O4 from the user management table 300, it is determined whether or not the preparation time for enabling acquisition of the coin C1 from the store O4 has passed (S120), and it is determined Yes. If the request is received, it is accepted as a request for acquiring coins from the store O4 (S121). At this time, the display indicating that the coin attached to each object can be acquired is erased, and the user can visually recognize that the coin acquisition request has been accepted.

次に、経過時間に基づいて、獲得されるコインの量といったゲームパラメータ値が計算される(S122)。そして、ユーザ端末100はゲームサーバ200に対して、所定値のゲームパラメータがユーザに付与されたことを示すゲーム情報をゲームサーバ200に送信する(S123)。ゲームサーバ200はユーザに付与されたゲームパラメータに関する情報を受信し(S207)、当該情報に基づいてユーザ管理テーブル300を更新する(S208)。 Next, based on the elapsed time, a game parameter value such as the amount of coins acquired is calculated (S122). Then, the user terminal 100 transmits game information indicating that a predetermined value of the game parameter is given to the user to the game server 200 (S123). The game server 200 receives information about the game parameters given to the user (S207), and updates the user management table 300 based on the information (S208).

また、図16に示すように、ユーザ端末100はスキルオブジェクトである消防署O5に対するユーザ作用を検知すると(S125)、消防署O5が建築済オブジェクトに変化されてからの経過時間か、または、一度スキルを発動してからの経過時間を参照し、経過時間がクールタイムを経過したか否かを判定する(S126)。クールタイムを超過している場合には、ユーザ端末100はユーザ作用を受け付けて、消防署O5の有効範囲E3を特定し、有効範囲内に火災が発生したオブジェクトが配置されているか否かを判定する(S127)。有効範囲E3に配置されたマンションO1に火災が発生しているから、マンションO1を対象オブジェクトとして特定し、消防署O5のスキルによってマンションO1の火災を鎮火するように処理する(S128)。ユーザ端末100はマンションO1の火災を鎮火することによって得られたゲームポイントやゲームパラメータに関する情報をゲームサーバ200に送信し、ゲームサーバ200は当該情報を受信して(S209)、ユーザ管理テーブル300を更新する(S210)。また、消防署O5のスキルが発動されると、消防署O5はクールタイムに入るとともに、ユーザ管理情報300における経過時間をリセットして再計測を開始し、経過時間がクールタイムを超過するまでは再度スキルを発動できないように処理される(S129)。 Also, as shown in FIG. 16, when the user terminal 100 detects a user action on the fire department O5 that is a skill object (S125), it is the elapsed time since the fire department O5 was changed to a built object, or once the skill is acquired. It is determined whether or not the elapsed time has passed the cool time by referring to the elapsed time since the activation (S126). When the cool time is exceeded, the user terminal 100 accepts the user action, specifies the effective range E3 of the fire department O5, and determines whether or not the object in which the fire has occurred is arranged within the effective range. (S127). Since a fire has occurred in the condominium O1 arranged in the effective range E3, the condominium O1 is specified as a target object, and processing is performed so that the fire of the condominium O1 is extinguished by the skill of the fire department O5 (S128). The user terminal 100 transmits information on game points and game parameters obtained by extinguishing the fire of the apartment O1 to the game server 200. The game server 200 receives the information (S209), and stores the user management table 300 in the user management table 300. Update (S210). When the skill of the fire department O5 is activated, the fire department O5 enters the cool time, resets the elapsed time in the user management information 300, starts re-measurement, and repeats the skill until the elapsed time exceeds the cool time. Is processed so that it cannot be activated (S129).

また、図17,図18に示すように、ホームゲーム空間G1内に配置された建物、および、ユーザがホームゲーム空間G1内に配置できなかったオブジェクトを保管しておく倉庫Wに保管されているオブジェクトWOを、対戦ゲーム空間G2内で使用可能なデッキオブジェクトDOとして選択することができる。 Also, as shown in FIGS. 17 and 18, the buildings arranged in the home game space G1 and the warehouse W in which objects that the user could not arrange in the home game space G1 are stored. The object WO can be selected as a deck object DO that can be used in the battle game space G2.

図17に示すように、ユーザは平面PL1に配置されたオブジェクトOおよび道路Rを長押しすることによって選択し、デッキDにドラッグすることによって、デッキオブジェクトDOとして登録することができる。 As shown in FIG. 17, the user can select an object O and a road R arranged on the plane PL1 by long-pressing them and drag them onto the deck D to register them as a deck object DO.

また、図18に示すように、平面PL1にデッキオブジェクトDOを選択するためのオブジェクトである本社H0が配置されていてもよい。本社H0の有効範囲E4内に配置されたオブジェクトはデッキオブジェクトDOとして登録され、その配置関係を維持した状態で後述する対戦ゲーム空間G2に反映させることができる。 As shown in FIG. 18, the head office H0, which is an object for selecting the deck object DO, may be arranged on the plane PL1. An object placed in the effective range E4 of the head office H0 is registered as a deck object DO, and can be reflected in a battle game space G2, which will be described later, while maintaining the placement relationship.

次に、図19を参照して、ホームゲーム空間G1から対戦ゲーム空間G2に切り替えるためのゲームシステム1における処理フローを説明する。あるユーザ端末100からゲームサーバ200に対して対戦ゲームを開始するためのマッチング要求が送信されると(S130)、ゲームサーバ200はこれを受け付けて(S211)、他の対戦ユーザを待ち受けるためのロビーを生成するとともに、当該ユーザをマッチング待ちユーザとして登録する。当該ユーザ端末100では、対戦相手のマッチングが完了するまで待機状態となる(S131)。 Next, a processing flow in the game system 1 for switching from the home game space G1 to the battle game space G2 will be described with reference to FIG. When a matching request for starting a battle game is transmitted from a certain user terminal 100 to the game server 200 (S130), the game server 200 accepts this (S211) and a lobby for waiting for another battle user. And the user is registered as a matching waiting user. The user terminal 100 is in a standby state until matching of the opponent is completed (S131).

ゲームサーバ200は他のユーザ端末100からも同様にマッチング要求を受け付け、当該ロビーに特定されたマッチング待ちユーザが所定数に達したと判断すると(S212)、図20に示すような対戦ユーザ管理テーブル340を生成する(S213)。対戦ユーザ管理テーブル340には、保有コインや保有アイテムといったゲームパラメータはホームゲーム空間G1から引き継がず(異ならせる)、全ユーザに共通の初期状態が設定される。一方、保有ダイヤモンド等の一部のゲームパラメータは、ホームゲーム空間G1から引き継ぐようにされている(一致される)。また、保有オブジェクトとして、ホームゲーム空間G1で設定されたデッキオブジェクトDOが設定される。このとき、図17に示すようにデッキDにデッキオブジェクトDOを移動させることによりデッキオブジェクトDOを選択した場合には、初期状態では全デッキオブジェクトDOが倉庫Wに収容された状態とされる。一方、図18に示すように本社H0の有効範囲に基づいてデッキオブジェクトDOを選択した場合には、デッキオブジェクトDOの対戦ゲーム空間G2における初期配置位置が特定される(S214)。 Similarly, when the game server 200 receives a matching request from another user terminal 100 and determines that the number of matching waiting users specified in the lobby has reached a predetermined number (S212), the competitive user management table as shown in FIG. 340 is generated (S213). In the competitive user management table 340, game parameters such as possessed coins and possessed items are not inherited from the home game space G1, and different initial states are set for all users. On the other hand, some game parameters such as possessed diamonds are inherited from the home game space G1 (matched). Further, the deck object DO set in the home game space G1 is set as the possessed object. At this time, when the deck object DO is selected by moving the deck object DO to the deck D as shown in FIG. 17, all the deck objects DO are stored in the warehouse W in the initial state. On the other hand, when the deck object DO is selected based on the effective range of the head office H0 as shown in FIG. 18, the initial arrangement position of the deck object DO in the battle game space G2 is specified (S214).

次に、ゲームサーバ200は対戦ユーザ間で共有される対戦ゲーム空間G2を構成し(S215)、対戦時間の計測を開始した後に(S216)、当該情報を含む対戦ゲーム情報を各ユーザ端末に送信する(S217)ことによって、対戦ゲームが開始される(S218)。各ユーザ端末においては、当該対戦ゲーム情報を受信することによって(S132)、対戦ゲームが開始される(S133)。対戦時間は対戦ゲーム空間G2において対戦ゲームが行われる時間であり、対戦開始後に所定の対戦時間が経過することにより対戦ゲームが終了され、対戦ゲーム空間G2にゲームオブジェクトが配置されないように処理される。対戦ゲーム情報が対戦時間の計測が開始された時刻と、対戦が終了される時刻に関する情報を含むことにより、各ユーザ端末100において対戦ゲーム空間G2における経過時間が共有される。対戦時間は、長さの異なる複数の対戦時間のうちから選択可能であることが好まし。 Next, the game server 200 configures a battle game space G2 shared between the battle users (S215), and after starting the battle time measurement (S216), transmits the battle game information including the information to each user terminal. By doing (S217), a battle game is started (S218). In each user terminal, the battle game is started (S133) by receiving the battle game information (S132). The battle time is a time during which a battle game is played in the battle game space G2, and is processed so that the battle game is terminated when a predetermined battle time elapses after the battle starts, and no game object is placed in the battle game space G2. . The elapsed time in the battle game space G <b> 2 is shared by each user terminal 100 by including information regarding the time when the battle game information is started and the time when the battle is ended. It is preferable that the battle time can be selected from a plurality of battle times having different lengths.

図21〜32を参照して、対戦ゲーム空間G2におけるゲーム進行処理の流れを詳細に説明する。図21〜26を参照して、対戦ゲーム空間G2にゲームオブジェクトとしての建物を配置することにより、ユーザにゲームポイントが付与される処理について説明する。図27〜31を参照して、対戦ゲーム空間G2において実現される、対戦ゲームのゲーム性を高めるためのゲーム要素の一例を説明する。図32は、対戦ゲーム終了後に、各ユーザに付与されたゲームポイントに基づいて対戦ゲームの勝者を決定する処理について説明する。図22,図26,図32は当該機能をコンピュータに実行させるゲームシステムの処理を示すフローチャートである。図21,図23〜図25,図27,図29〜図31は対戦ゲーム空間G2の一例を示す。 With reference to FIGS. 21 to 32, the flow of the game progress process in the battle game space G2 will be described in detail. With reference to FIGS. 21 to 26, a process in which a game point is given to the user by arranging a building as a game object in the battle game space G2 will be described. With reference to FIGS. 27-31, an example of the game element for improving the game property of the competitive game realized in the competitive game space G2 will be described. FIG. 32 illustrates a process of determining the winner of the battle game based on the game points given to each user after the battle game ends. 22, FIG. 26 and FIG. 32 are flowcharts showing the processing of the game system which causes the computer to execute the function. 21, FIG. 23 to FIG. 25, FIG. 27, and FIG. 29 to FIG. 31 show an example of the battle game space G2.

対戦ユーザのマッチングが完了すると、各ユーザ端末100には図21に示す対戦ゲーム空間G2が表示される。対戦ゲーム空間G2内の平面PL2はユーザA〜Dに関連づけられており、ユーザA〜Dがゲームオブジェクトを配置できる。一方、平面PL2は、ユーザAに関連づけられた第1エリアPE1,ユーザBに関連づけられた第2エリアPE2,ユーザCに関連づけられた第3エリアPE3,ユーザDに関連づけられた第4エリアPE4を含む。ユーザAは第1エリアPE1内にのみゲームオブジェクトOを配置できる。ユーザBは第2エリアPE2内にのみゲームオブジェクトOを配置できる。ユーザCは第3エリアPE3内にのみゲームオブジェクトOを配置できる。ユーザDは第4エリアPE4内にのみゲームオブジェクトOを配置できる。なお、ユーザAのユーザ端末100−1の表示部132には第1エリアPE1のみが視認可能に表示され、ユーザBのユーザ端末100−2の表示部132には第2エリアPE2のみが視認可能に表示され、ユーザCのユーザ端末100−3の表示部132には第3エリアPE3のみが視認可能に表示され、ユーザDのユーザ端末100−4の表示部132には第4エリアPE4のみが視認可能に表示される。従って、ユーザAは第2エリアPE2〜第4エリアPE4を視認することができない。 When the match of the battle user is completed, a battle game space G2 shown in FIG. 21 is displayed on each user terminal 100. The plane PL2 in the battle game space G2 is associated with the users A to D, and the users A to D can place game objects. On the other hand, the plane PL2 includes a first area PE1 associated with the user A1, a second area PE2 associated with the user B2, a third area PE3 associated with the user C3, and a fourth area PE4 associated with the user D. Including. The user A can arrange the game object O only in the first area PE1. User B can place the game object O only in the second area PE2. The user C can arrange the game object O only in the third area PE3. The user D can arrange the game object O only in the fourth area PE4. Note that only the first area PE1 is visible on the display unit 132 of the user terminal 100-1 of the user A, and only the second area PE2 is visible on the display unit 132 of the user terminal 100-2 of the user B. Only the third area PE3 is visibly displayed on the display unit 132 of the user terminal 100-3 of the user C, and only the fourth area PE4 is displayed on the display unit 132 of the user terminal 100-4 of the user D. It is displayed so as to be visible. Therefore, the user A cannot visually recognize the second area PE2 to the fourth area PE4.

第1エリアPE1〜第4エリアPE4は、ユーザA〜Dに関連づけられた本社H1〜H4を含む。図18に示したように、ホームゲーム空間G1において本社H0の有効範囲E4内に配置されたオブジェクトはデッキオブジェクトDOとして登録した場合には、対戦ゲーム開始時に、第1エリアPE1〜第4エリアPE4のうち、本社H1〜H4を含む領域にデッキオブジェクトDOを反映させても良い。これにより、対戦ゲーム開始時に有効範囲E4内に配置されたデッキオブジェクトDOを、その配置関係を維持した状態で対戦ゲーム空間G2に反映させることができ、ユーザの利便性が向上する。 The first area PE1 to the fourth area PE4 include the head offices H1 to H4 associated with the users A to D. As shown in FIG. 18, in the home game space G1, when an object arranged in the effective range E4 of the head office H0 is registered as a deck object DO, the first area PE1 to the fourth area PE4 at the start of the battle game. Of these, the deck object DO may be reflected in an area including the head offices H1 to H4. Thereby, the deck object DO arranged in the effective range E4 at the start of the battle game can be reflected in the battle game space G2 while maintaining the arrangement relationship, and the convenience for the user is improved.

また、ホームゲーム空間G1と同様に、ユーザA〜Dは平面PL2(第1エリアPE1〜第4エリアPE4)にゲームオブジェクトOを配置できる。図10と同様に、各ユーザ端末100に表示されたショップSに含まれるショップオブジェクトSOから、所定のオブジェクトを長押しして選択し、対戦ゲーム空間G2内の平面PL2における所定位置にドラッグする。これにより、作用受付部111がユーザから入力部131に対する作用を検知し、作用受付部111がオブジェクトを対戦ゲーム空間G2内に配置させるためのオブジェクト配置要求として受け付ける(図22のS134)。上記の所定位置が、各ユーザがオブジェクトを配置できる第1エリアPE1〜第4エリアPE4内にあると判定される場合には(S135のY)、オブジェクト配置要求に基づいて平面PL2に建築中建物BO(第1状態)が配置される(S136)。平面PL2に建築中建物BOが配置されると、タイマー部113により経過時間の計測が開始される(S137)そして、ユーザ端末100はゲームサーバ200に対して、当該オブジェクトが対戦ゲーム空間G2内に配置されたことや、経過時間の計測が開始された時刻を示すゲーム空間情報をゲームサーバ200に送信する(S138)。 Similarly to the home game space G1, the users A to D can place the game object O on the plane PL2 (first area PE1 to fourth area PE4). Similarly to FIG. 10, a predetermined object is selected by long pressing from the shop object SO included in the shop S displayed on each user terminal 100 and dragged to a predetermined position on the plane PL <b> 2 in the battle game space G <b> 2. Thereby, the action receiving unit 111 detects an action on the input unit 131 from the user, and the action receiving unit 111 receives an object placement request for placing an object in the battle game space G2 (S134 in FIG. 22). When it is determined that the predetermined position is in the first area PE1 to the fourth area PE4 where each user can place an object (Y in S135), the building under construction on the plane PL2 based on the object placement request BO (first state) is arranged (S136). When the building BO under construction is arranged on the plane PL2, the timer unit 113 starts measuring elapsed time (S137), and the user terminal 100 makes the object to the game server 200 in the battle game space G2. The game space information indicating the placement and the time when elapsed time measurement is started is transmitted to the game server 200 (S138).

ゲームサーバ200は各ユーザA〜Dが配置したオブジェクトに関する情報を受信し(S219)、当該情報に基づいて対戦ユーザ管理テーブル340を更新する(S220)。これにより、対戦ゲーム空間G2内に各ユーザが配置したオブジェクトの配置に基づくゲーム空間情報や対戦ユーザA〜Dの保有ゲームポイントやゲームパラメータが一元管理される。そして、ゲームサーバ200がゲーム空間情報やユーザ情報を各ユーザ端末100に送信することにより(S221)、各ユーザ端末間でゲーム空間情報やユーザ情報が共有され、対戦ゲーム空間G2がリアルタイムに更新される。 The game server 200 receives information on the objects arranged by the users A to D (S219), and updates the battle user management table 340 based on the information (S220). Thereby, the game space information based on the arrangement of the objects arranged by each user in the competitive game space G2, the game points owned by the competitive users A to D, and the game parameters are centrally managed. And the game server 200 transmits game space information and user information to each user terminal 100 (S221), game space information and user information are shared between each user terminal, and the battle | competition game space G2 is updated in real time. The

各オブジェクトに設定された建築時間を、建築中建物の経過時間が超過し、当該建築中オブジェクトBOに対するユーザ作用(例えばタップ操作)をさらに受け付けると、建築中建物BOが建築済建物Oに変化する(S140)。このような対戦ゲーム空間G2内に建築済建物Oが配置された情報は、ゲーム空間情報としてゲームサーバ200に送信され、他の各ユーザ端末にも共有される(S220,S221)。 When the building time set for each object exceeds the elapsed time of the building under construction and a user action (for example, a tap operation) on the object under construction BO is further received, the building BO under construction changes to a built building O. (S140). Information on the construction building O placed in the battle game space G2 is transmitted to the game server 200 as game space information and shared with other user terminals (S220, S221).

図23に示すように、対戦ゲーム空間G2内に建築済建物OA1,OA2,OB1〜3が配置されると(図26のS140)、各建築済オブジェクトにライフラインから電力が供給されているか否かが判定される(S141)。マンションOA1と発電所OA2はユーザAに関連づけられ、マンションOB1と発電所OB2と公園OB3と道路RはユーザBに関連づけられている。ライフラインである発電所OA2および発電所OB2は道路Rに隣接して配置されているので、当該道路Rに隣接するオブジェクトに対してゲームパラメータとしての電力が供給される。本実施形態では、道路Rはユーザ間で共有して用いることができ、発電所OA2はユーザBに関連づけられた道路Rを介してユーザAに関連づけられたオブジェクトに電力を提供するとともに、発電所OB2はユーザBに関連づけられた道路Rを介してユーザBに関連づけられたオブジェクトに電力を提供する。従って、マンションOA1は発電所OA1から供給される電力によって稼働され、マンションOB1は発電所OB2から供給される電力によって稼働される。なお、公園OB3は電力を必要としないので、道路Rに隣接しているか否かによらず稼働される。第1ユーザに関連づけられたゲームオブジェクト同士を、第2ユーザに関連づけられたゲームオブジェクトによって関連づけることができる。このように、道路Rのように一部のオブジェクトを各ユーザ間で共用できるものとすることにより、各ユーザは対戦相手のオブジェクト配置を考慮して自らのゲームオブジェクト配置を工夫する必要が生じ、街づくり要素等における戦略的思考の重要性を高めることができる。 As shown in FIG. 23, when the built buildings OA1, OA2, and OB1 to OB1 to 3 are arranged in the battle game space G2 (S140 in FIG. 26), whether or not power is supplied to each built object from the lifeline. Is determined (S141). The apartment OA1 and the power plant OA2 are associated with the user A, and the apartment OB1, the power plant OB2, the park OB3, and the road R are associated with the user B. Since the power plant OA2 and the power plant OB2 which are lifelines are arranged adjacent to the road R, electric power as a game parameter is supplied to an object adjacent to the road R. In this embodiment, the road R can be shared between users, and the power plant OA2 provides power to the object associated with the user A via the road R associated with the user B, and the power plant. OB2 provides power to the object associated with user B via road R associated with user B. Accordingly, the condominium OA1 is operated by electric power supplied from the power plant OA1, and the condominium OB1 is operated by electric power supplied from the power plant OB2. Since the park OB3 does not require electric power, it is operated regardless of whether or not it is adjacent to the road R. The game objects associated with the first user can be associated with each other by the game object associated with the second user. Thus, by making it possible for some users to share some objects like the road R, each user needs to devise his game object arrangement in consideration of the opponent's object arrangement, The importance of strategic thinking in city planning elements can be increased.

建築済建物OA1,OA2,OB1〜3が稼働すると、当該オブジェクトに対するユーザ作用の受付を開始し、後述するように、当該オブジェクトによるゲームパラメータの取得や、スキルの発動を受け付けることを可能にするよう処理される(第2状態)。また、建築中建物が建築済建物に変化すると、タイマー部113により各オブジェクトOA1,OA2,OB1〜3の経過時間の計測が開始される(S142)。そして、当該オブジェクトを対戦ゲーム空間G2内に配置することによって獲得される、当該オブジェクトに関連づけられたゲームポイント(例えば人口P)が、ユーザに付与される。 When the built buildings OA1, OA2, OB1 to OB1-3 are in operation, the acceptance of the user action on the object is started, and as will be described later, the acquisition of game parameters and the activation of skills by the object can be accepted. Processed (second state). When the building under construction changes to a built building, the timer unit 113 starts measuring the elapsed times of the objects OA1, OA2, OB1 to OB3 (S142). And the game point (for example, population P) acquired by arrange | positioning the said object in the battle | competition game space G2 linked | related with the said object is provided to a user.

このとき、各オブジェクトの保有人口を計算することによって(S147)、ユーザに関連づけられたゲームポイントが算出される。本実施形態では、人口を保有可能なオブジェクトはマンションOA1およびマンションOA2である。まず、オブジェクト管理テーブル310を参照してマンションOA1,OB2の保有可能人口を特定する(S143)とともに、マンションO1,OB2が平面PL2に配置することによって保有可能となる初期人口を特定する(S144)。 At this time, the game points associated with the user are calculated by calculating the possessed population of each object (S147). In the present embodiment, the objects that can hold the population are the apartment OA1 and the apartment OA2. First, with reference to the object management table 310, the population that can be held in the apartments OA1 and OB2 is specified (S143), and the initial population that can be held by placing the apartments O1 and OB2 on the plane PL2 is specified (S144). .

次に、他のオブジェクトのスキルによってマンションOA1,OB2に保有される人口の変動を算出する。まず、マンションOA1,OB2が他のオブジェクトの有効範囲に属しているか否かを判定する(S145)。このとき、オブジェクト管理テーブル310およびパッシブスキル管理テーブル320を参照することにより、平面PL2内に配置された建築済建物OA1,OA2,OB1〜3のうち、パッシブスキルを有するオブジェクトの有効範囲を特定し、当該有効範囲内に少なくとも一部が配置されているオブジェクトを特定する。本実施形態では、発電所OA2の有効範囲E5内にマンションOB1が配置され、公園OB3の有効範囲E6内にマンションOA1一部およびマンションOB1の一部が配置されている。 Next, the fluctuation of the population held in the apartments OA1 and OB2 is calculated based on the skills of other objects. First, it is determined whether or not the apartments OA1 and OB2 belong to the effective range of other objects (S145). At this time, by referring to the object management table 310 and the passive skill management table 320, the effective range of objects having passive skills is identified among the built buildings OA1, OA2, OB1 to OB1-3 arranged in the plane PL2. Then, an object in which at least a part is arranged within the effective range is specified. In the present embodiment, the apartment OB1 is arranged in the effective range E5 of the power plant OA2, and a part of the apartment OA1 and a part of the apartment OB1 are arranged in the effective range E6 of the park OB3.

マンションOA1は公園OB3の有効範囲E6、に属していると特定される(S145のY)。従って、公園OB3のパッシブスキルの内容を特定すると(S146)、初期人口から公園OB3のパッシブスキルによる人口増加分を加算し、マンションOA1の保有人口が算出される(S147)。また、マンションOB1は、発電所OA2の有効範囲E5と公園OB3の有効範囲E6と、に属していると特定される(S145のY)。従って、発電所OA2および公園OB3のパッシブスキルの内容を特定すると(S146)、初期人口から公園OB3のパッシブスキルによる人口増加分を加算し、発電所OA2のパッシブスキルによる人口減少分を減算することにより、マンションOB1の保有人口が算出される(S147)。ユーザAに関連づけられたユーザ端末100−1は、マンションOA1をゲーム空間に配置することによって得られた保有人口をゲームポイント情報としてゲームサーバ200に送信し、ユーザBに関連づけられたユーザ端末100−2は、マンションOB1をゲーム空間に配置することによって得られた保有人口をゲームポイント情報としてゲームサーバ200に送信する(S148)、ゲームサーバ200は当該ゲームポイントに関する情報を受信して(S222)、当該情報に基づいてユーザ管理テーブル300を更新するとともに、更新後の当該情報を各ユーザ端末100に送信する(S223)。 The apartment OA1 is specified as belonging to the effective range E6 of the park OB3 (Y in S145). Therefore, when the content of the passive skill of the park OB3 is specified (S146), the population increase by the passive skill of the park OB3 is added from the initial population, and the possessed population of the apartment OA1 is calculated (S147). Further, the apartment OB1 is specified as belonging to the effective range E5 of the power plant OA2 and the effective range E6 of the park OB3 (Y in S145). Therefore, when the contents of the passive skills of the power plant OA2 and the park OB3 are identified (S146), the population increase by the passive skills of the park OB3 is added from the initial population, and the population decrease by the passive skills of the power plant OA2 is subtracted. Thus, the population owned by the apartment OB1 is calculated (S147). The user terminal 100-1 associated with the user A transmits the possessed population obtained by placing the apartment OA1 in the game space to the game server 200 as game point information, and the user terminal 100- associated with the user B 2 transmits the possessed population obtained by placing the apartment OB1 in the game space as game point information to the game server 200 (S148), and the game server 200 receives information on the game point (S222). The user management table 300 is updated based on the information, and the updated information is transmitted to each user terminal 100 (S223).

このとき、各オブジェクトを配置することにより更新されるゲームポイント値は、ホームゲーム空間G1に配置された場合に更新されるゲームポイント値と一致することが好ましい。即ち、対戦ユーザ管理テーブル340に特定された保有オブジェクトの保有可能人口やパッシブスキルにより更新される保有人口数は、ユーザ管理テーブル300およびオブジェクト管理テーブル310、スキル管理テーブル320,330に基づいて設定されることが好ましい。これにより、ユーザはゲームオブジェクトをホームゲーム空間G1で育成することにより対戦ゲームを有利に進行でき、ホームゲーム空間G1におけるゲーム性を高めることができる。 At this time, it is preferable that the game point value updated by arranging each object matches the game point value updated when arranged in the home game space G1. That is, the possessable population of the possessed object specified in the competitive user management table 340 and the retained population updated by the passive skill are set based on the user management table 300, the object management table 310, and the skill management tables 320 and 330. It is preferable. Thereby, the user can advance a competitive game advantageously by growing a game object in home game space G1, and can improve game nature in home game space G1.

なお、他の建物の有効範囲に属しているかを判定するステップ(S145)において特定される有効範囲は、図25に示したユーザAに関連付けられた消防署OA4のアクティブスキルの有効範囲E7を採用してもよい。この場合の処理は図16に示したものと同様であるが、消防署OA4はユーザAのみのユーザ作用を受け付けることとされ、これにより有効範囲E7が特定される。有効範囲E7内に配置されたマンションO1に火災が発生している場合には、消防署OA4のアクティブスキルによって火災が鎮火され、マンションOA1が再び稼働されるようにゲームパラメータを更新する。 Note that the effective range specified in the step (S145) of determining whether it belongs to the effective range of another building employs the effective range E7 of the active skill of the fire department OA4 associated with the user A shown in FIG. May be. The process in this case is the same as that shown in FIG. 16, but the fire department OA4 accepts the user action of only the user A, thereby specifying the effective range E7. When a fire has occurred in the condominium O1 disposed within the effective range E7, the game parameters are updated so that the fire is extinguished by the active skill of the fire department OA4 and the condominium OA1 is operated again.

アクティブスキルは有効範囲内に配置されたオブジェクトのうち、スキルを発生させたユーザAに関連づけられたオブジェクトのゲームポイントおよびゲームパラメータのみを変動させることとしてもよい。即ち、火災の発生したマンションOA1がユーザBに関連づけられている場合には、消防署OA4のアクティブスキルにより火災を鎮火させないようにしてもよい。なお、上記のパッシブスキルについても、有効範囲内に配置されたオブジェクトのうち、スキルを発生させるオブジェクトに関連づけられたユーザに関連づけられたオブジェクトのゲームポイントおよびゲームパラメータを変動させることとしてもよい。 The active skill may change only the game points and game parameters of the object associated with the user A who has generated the skill among the objects arranged in the effective range. That is, when the fired apartment OA1 is associated with the user B, the fire may not be extinguished by the active skill of the fire department OA4. For the passive skill, the game points and game parameters of the objects associated with the user associated with the object generating the skill among the objects arranged in the effective range may be changed.

また、各オブジェクトの対戦ゲーム空間G2における建築時間やクールタイムは、ホームゲーム空間G1における建築時間やクールタイムと異ならせても良い。また、対戦時間が、長さの異なる複数の対戦時間のうちから選択可能である場合には、対戦時間に応じて建築時間やクールタイムが変更されてもよい。例えば、対戦時間が短い場合には建築時間やクールタイムを短く設定しておくことが好ましい。これにより、対戦時間に応じて対戦ゲーム空間G2におけるゲーム進行のスピード感を異ならせることができるので、ユーザは容易に対戦ゲームを楽しむことができる。 Further, the construction time and cool time of each object in the battle game space G2 may be different from the construction time and cool time in the home game space G1. In addition, when the battle time can be selected from a plurality of battle times having different lengths, the construction time and the cool time may be changed according to the battle time. For example, when the battle time is short, it is preferable to set the construction time and the cool time short. Thereby, the speed of game progress in the battle game space G2 can be varied according to the battle time, so that the user can easily enjoy the battle game.

上記のようにしてゲームポイントが更新されると(S148)、更新後のゲームポイントが閾値を超えているか否かが判定される(S149)。閾値を超えたと判定されると、図21に破線で示すように、第1エリアPE1〜第4エリアPE4のうち当該ユーザに関連受けられたエリアの面積が拡大される(S150)。これにより、ゲームの進行に応じてゲームの自由度が増し、街づくり要素等におけるゲーム性が高まる。なお、ゲームポイントが減少した場合には、それに応じて第1エリアPE1〜第4エリアPE4の面積が縮小されても良い。 When the game point is updated as described above (S148), it is determined whether or not the updated game point exceeds the threshold value (S149). If it is determined that the threshold value is exceeded, the area of the area received in association with the user among the first area PE1 to the fourth area PE4 is expanded as shown by the broken line in FIG. 21 (S150). Thereby, the freedom degree of a game increases according to progress of a game, and the game property in a city planning element etc. increases. In addition, when a game point reduces, the area of 1st area PE1-4th area PE4 may be reduced according to it.

なお、第1エリアPE1〜第4エリアPE4を最初は広く設定しておき、各ユーザのゲームポイントに応じて第1エリアPE1〜第4エリアPE4の面積が縮小されるものとしても良い。ゲームの進行に応じてゲームの自由度を制限することにより、当初よりオブジェクトを配置する戦略を考慮することが要求されるようになる。 Note that the first area PE1 to the fourth area PE4 may be set wide at first, and the areas of the first area PE1 to the fourth area PE4 may be reduced according to the game points of each user. By limiting the degree of freedom of the game according to the progress of the game, it is required to consider a strategy for arranging objects from the beginning.

本実施形態では、各ユーザは自己のゲームポイントまたは所定のゲームパラメータ(例えば、ゲーム内通貨としてのコイン)と引き替えに、他のユーザのオブジェクトを自らに関連づける(所謂「買収」)ことができる。これにより、街づくり要素等における戦略的思考の重要性を高めることができる。 In this embodiment, each user can associate another user's object with the user in exchange for his / her own game points or predetermined game parameters (for example, coins as in-game currency) (so-called “acquisition”). This can increase the importance of strategic thinking in city planning elements and the like.

図27に示すように、ユーザAがユーザBに関連づけられたマンションOB4を買収する場合を例示して説明する。本実施形態では、ユーザAは第1エリアPE1内に配置され、他のユーザB〜Dのいずれかに関連づけられたオブジェクトを買収することができる。マンションOB4は、第1エリアPE1内に配置されるとともに、第2エリアPE2内にも配置されている。従って、前述のように、ユーザAのゲームポイントまたはその他のゲームパラメータに基づいて第1エリアPE1の面積を拡大するようにすれば、ゲームの進行に伴ってオブジェクトを配置する自由度が増す一方で、他のユーザとオブジェクトを配置するためのスペースを奪い合う必要が生じる。これにより、街づくり要素等におけるゲーム性を高めることができる。 As illustrated in FIG. 27, a case where the user A acquires a condominium OB4 associated with the user B will be described as an example. In the present embodiment, the user A can acquire an object that is arranged in the first area PE1 and associated with any of the other users B to D. The apartment OB4 is arranged in the first area PE1 and also in the second area PE2. Therefore, as described above, if the area of the first area PE1 is enlarged based on the game points of the user A or other game parameters, the degree of freedom for arranging the objects increases as the game progresses. Therefore, it is necessary to compete with other users for space for placing the object. Thereby, the game nature in a city planning element etc. can be improved.

また、他のユーザのオブジェクトを買収するために必要なゲームポイントおよびゲームパラメータは、図28に示すように、各オブジェクト、および、オブジェクトの種類に応じて定められていることが好ましい。本実施形態では各オブジェクトには基準価格が設定されている。そして、買収価格算出テーブル350に基づいて、当該オブジェクトが対戦ゲーム空間G2内で活用されている度合いである活用度を算出し、基準価格に活用度を乗じた値が買収価格として設定される。各ユーザは、買収価格に相当するコイン(第1値)を支払った場合には、100%の確率で対象オブジェクトを買収することができる。一方、買収価格より少ない額のコイン(第2値)を支払った場合には、支払額の買収価格に占める割合に応じて買収確率が設定される。各ユーザは、自己のコイン保有額と買収確率を考慮して、支払額を決定することができる。 In addition, as shown in FIG. 28, game points and game parameters necessary for acquiring an object of another user are preferably determined according to each object and the type of the object. In this embodiment, a reference price is set for each object. Then, based on the acquisition price calculation table 350, a utilization level that is the degree to which the object is utilized in the competitive game space G2 is calculated, and a value obtained by multiplying the reference price by the utilization level is set as the acquisition price. Each user can acquire the target object with a probability of 100% when paying a coin (first value) corresponding to the acquisition price. On the other hand, when a coin (second value) less than the purchase price is paid, an acquisition probability is set according to the ratio of the payment amount to the purchase price. Each user can determine the payment amount in consideration of his / her coin holding amount and acquisition probability.

オブジェクトの対戦ゲーム空間G2内における活用度は、当該オブジェクトが他のオブジェクトに与える影響の度合いに基づいて算出されることが好ましい。図28に示すように、マンションは、保有可能人口に占める実際の保有人口の割合が活用度として設定されている。公園および消防署は、有効範囲の面積(マス数)に占める、影響を与えるオブジェクトの面積(マス数)の割合が活用度として設定されている。発電所は、電力供給量に占める、実際に建物が消費している電力(電力消費量)の合計値の割合が活用度として設定されている。これにより、ユーザが対戦ゲーム空間G2内でよく活用している重要度の高いオブジェクトは、買収を困難にすることができる。これにより、オブジェクトの買収によって不合理なゲーム状況(戦況)の変化が生じることを防止でき、街づくり要素等におけるゲーム性が高まる。なお、商店や畑のように、活用度によって買収価格を変動させないオブジェクトが含まれていてもよい。 It is preferable that the degree of utilization of the object in the battle game space G2 is calculated based on the degree of influence of the object on other objects. As shown in FIG. 28, in the condominium, the ratio of the actual retained population to the retained population is set as the utilization degree. In the park and the fire department, the ratio of the area (number of cells) of the object that affects the area (number of cells) of the effective range is set as the utilization degree. In the power plant, the ratio of the total value of the power (power consumption) actually consumed by the building in the power supply is set as the utilization level. As a result, it is possible to make acquisition difficult for highly important objects that are frequently used by the user in the battle game space G2. As a result, it is possible to prevent an unreasonable change in the game situation (battle situation) due to the acquisition of the object, and the game characteristics in the city planning elements and the like are enhanced. An object that does not change the acquisition price depending on the degree of use, such as a store or a field, may be included.

図17に示すように、ホームゲーム空間G1においてデッキDに登録したデッキオブジェクトDOは、前述のように対戦開始時に対戦ゲーム空間G2における倉庫Wに収容しておくこととしても良いが、図29に示すように、対戦ゲーム空間G2における経過時間が一定時間(振り込み時間)経過する度に、所定数のデッキオブジェクトDOからランダムに選択されたオブジェクトが、倉庫Wに倉庫オブジェクトWOとして新たに収容されるように設定されてもよい。この場合には、ゲーム開始時に倉庫Wに収容されるデッキオブジェクトDOは、デッキDに登録したデッキオブジェクトDOの一部とされる。対戦ゲームでは、ホームゲーム空間G1におけるオブジェクトの育成度が影響することとなるが、ゲーム開始時にデッキオブジェクトDOを全て配置できないようにすることにより、ゲーム開始直後に早々に対戦ゲームの勝敗が決してしまう状況を回避できる。 As shown in FIG. 17, the deck object DO registered in the deck D in the home game space G1 may be stored in the warehouse W in the battle game space G2 at the start of the battle as described above. As shown, an object randomly selected from a predetermined number of deck objects DO is newly accommodated as a warehouse object WO in the warehouse W every time the elapsed time in the battle game space G2 elapses a certain time (transfer time). It may be set as follows. In this case, the deck object DO accommodated in the warehouse W at the start of the game is a part of the deck object DO registered in the deck D. In a competitive game, the degree of object growth in the home game space G1 will affect, but by preventing all deck objects DO from being placed at the start of the game, the competitive game will never win or lose immediately after the game starts. You can avoid the situation.

対戦ゲーム開始時における、対戦時間の計測が開始される前に、デッキオブジェクトDOのうち、所定数のゲームオブジェクト(倉庫オブジェクトWOとして振り込まれたもの)を、対戦ゲーム空間G2に配置可能としてもよい。これにより、ユーザが倉庫オブジェクトWOの配置位置を対戦開始前に決めることができる。これにより、ユーザは対戦開始とともに急いでゲームオブジェクトの配置位置を決める必要がなくなるので、容易に対戦ゲームを楽しむことができる。 A predetermined number of game objects (transferred as warehouse objects WO) among the deck objects DO may be arranged in the battle game space G2 before the measurement of the battle time at the start of the battle game. . Thereby, the user can determine the arrangement position of the warehouse object WO before the battle starts. This eliminates the need for the user to quickly determine the position where the game object is arranged as the battle starts, so that the battle game can be easily enjoyed.

図30に示すように、対戦ゲーム空間G2にイベント発生領域Iを設定してもよい。そして、イベント発生領域Iに建築済建物としてのゲームオブジェクトOが配置された場合には、所定のイベントを発生させるように設定されてもよい。これにより、対戦ゲーム空間G2にユーザがゲームオブジェクトOを配置したことをトリガーとして、ゲーム内イベントを発生させることができる。 As shown in FIG. 30, an event occurrence area I may be set in the battle game space G2. And when the game object O as a built building is arrange | positioned in the event generation | occurrence | production area | region I, you may set so that a predetermined | prescribed event may be generated. Thereby, it is possible to generate an in-game event triggered by the user placing the game object O in the battle game space G2.

なお、イベント発生領域Iに建築済建物としてのゲームオブジェクトOが配置されたタイミングとは、倉庫Wから倉庫オブジェクトWOを平面PL2に配置したタイミングのことである。一方、ショップSからショップオブジェクトSOを購入して配置する場合には、建築中建物BOが配置されたタイミングではなく、建築中建物BOが建築済建物に変化したタイミングとされることが好ましい。また、一度イベントが発生した後は一定時間次のイベントが生じないようにされることが好ましい。この場合には、一度イベントが生じた後は一定時間イベント発生領域Iが生じないように処理されても良いし、既に発生しているイベント発生領域Iを消滅させても良いし、イベント発生領域Iの機能を無効化してゲームオブジェクトOが配置されたとしてもイベントが生じないように処理されても良い。これにより、ゲーム中にイベントが多発するという事態を回避できる。 The timing at which the game object O as a built building is arranged in the event occurrence area I is the timing at which the warehouse object WO is arranged on the plane PL2 from the warehouse W. On the other hand, when the shop object SO is purchased and arranged from the shop S, it is preferable not to be the timing at which the building building BO is arranged, but to be the timing at which the building building BO is changed to an already constructed building. Moreover, it is preferable to prevent the next event from occurring for a certain time after the event has occurred once. In this case, after an event has occurred once, it may be processed so that the event occurrence area I does not occur for a certain period of time, or the event occurrence area I that has already occurred may be extinguished. Even if the function of I is invalidated and the game object O is arranged, processing may be performed so that no event occurs. Thereby, the situation where an event occurs frequently during a game can be avoided.

上記のゲーム内イベントは、図31に示すように、イベントスロットがイベントユーザI1と、イベントオブジェクトI2と、事件I3を特定するものであることが好ましい。ユーザがイベント発生領域Iにオブジェクトを配置した場合には、イベントスロットの回転が開始し、ユーザがSTOPボタンをタップすることによりイベントユーザI1と、イベントオブジェクトI2と、事件I3が特定される。これにより、対戦ゲーム空間に配置されたゲームオブジェクトに、偶発的な事件を発生させることができ、街づくり要素等におけるゲーム性高まる。なお、ユーザは一定時間STOPボタンをタップしないことにより、当該イベントを放棄することもできる。 In the in-game event, as shown in FIG. 31, the event slot preferably specifies the event user I1, the event object I2, and the event I3. When the user arranges an object in the event occurrence area I, the rotation of the event slot starts, and the event user I1, the event object I2, and the event I3 are specified when the user taps the STOP button. As a result, accidental incidents can be generated in the game objects arranged in the battle game space, and the game characteristics of the city planning elements and the like are enhanced. The user can also abandon the event by not tapping the STOP button for a certain time.

対戦ゲーム空間G2内における経過時間が所定の対戦時間を経過した場合には(図32のS224のY)、対戦ゲームを終了させる処理として、対戦ゲーム空間G2にゲームオブジェクトが配置されないように処理される(S225)。また、対戦が終了されたことを各ユーザ端末100に通知し、各ユーザ端末100においても、対戦ゲームを終了させる処理として、対戦ゲーム空間G2にゲームオブジェクトが配置されないように処理される(S151)。 When the elapsed time in the battle game space G2 has passed the predetermined battle time (Y in S224 in FIG. 32), processing is performed so that no game object is placed in the battle game space G2 as processing for ending the battle game. (S225). In addition, each user terminal 100 is notified of the end of the battle, and each user terminal 100 is also processed as a process for ending the battle game so that no game object is placed in the battle game space G2 (S151). .

対戦ゲームを終了させると、各ユーザのゲームポイントを比較して、勝者を選定する処理が実行される(S226)。勝者の選定は、各ユーザに関連づけられたゲームポイントとしての人口Pを比較することによって行うことが好ましく、各ユーザに関連づけられた人口Pは、対戦ユーザ管理テーブル340を参照して、各ユーザに関連づけられた建物に関連づけられた保有人口を合計することによって算出される。 When the battle game is finished, a process of selecting the winner by comparing the game points of the respective users is executed (S226). The selection of a winner is preferably performed by comparing the population P as game points associated with each user, and the population P associated with each user is referred to the competitive user management table 340 to each user. Calculated by summing the population held associated with the associated building.

勝者の選定において、人口Pの値に基づいて各ユーザの順位を決定しても良い。また、人口Pのみならず、コイン等のゲーム内通貨やゲーム内アイテムといったゲームパラメータを考慮してもよい。例えば、人口PとコインCの合計値に基づいて勝敗を選定しても良いし、いずれかを重みづけした加重平均値によって勝敗を選定してもよい。また、ゲーム空間Gの占有率といった他の要素をさらに加味してもよい。 In selecting the winner, the rank of each user may be determined based on the value of the population P. In addition to the population P, game parameters such as in-game currency such as coins and in-game items may be considered. For example, winning or losing may be selected based on the total value of the population P and the coin C, or winning or losing may be selected by a weighted average value obtained by weighting one of them. Further, other factors such as the occupation rate of the game space G may be further added.

各ユーザの勝者および順位が選定されると、各ユーザに分配される報酬が決定され、各ユーザ端末100に分配される報酬情報が送信され(S227)、当該報酬を付与するようにユーザ管理テーブル300が更新される(S228)。各ユーザ端末100は報酬を受信すると(S152)、当該報酬が反映されたホームゲーム空間G1に移行される。 When the winner and rank of each user are selected, the reward distributed to each user is determined, the reward information distributed to each user terminal 100 is transmitted (S227), and the user management table so as to grant the reward. 300 is updated (S228). When each user terminal 100 receives a reward (S152), the user terminal 100 is shifted to the home game space G1 in which the reward is reflected.

例えば、上述した実施形態では、ゲーム空間Gに各種オブジェクトを配置するための処理や、スキルオブジェクトにより付与されるゲームポイント値の算出がユーザ端末100において実行し、その結果としてのゲーム空間情報やゲームポイント値といったゲーム情報がユーザ端末100からゲームサーバ200に送信される態様を説明した。しかし、当該処理がゲームサーバ200で実行されることとしてもよい。例えば、ユーザ端末100は所定のユーザ作用を受け付けた情報をゲームサーバ200に送信し、ゲームサーバ200において当該ユーザ作用によるゲーム空間の更新処理やゲームポイント値の更新処理を実施し、その結果としてのゲーム情報をユーザ端末100に送信することとしてもよい。ユーザ端末100はゲームサーバ200から受信したゲーム情報に基づいてゲーム空間Gを構築する処理を実行することができる。 For example, in the above-described embodiment, the process for arranging various objects in the game space G and the calculation of the game point value given by the skill object are executed in the user terminal 100, and the resulting game space information and game The aspect in which game information such as a point value is transmitted from the user terminal 100 to the game server 200 has been described. However, the process may be executed by the game server 200. For example, the user terminal 100 transmits information on accepting a predetermined user action to the game server 200, and the game server 200 performs a game space update process or a game point value update process by the user action, The game information may be transmitted to the user terminal 100. The user terminal 100 can execute processing for constructing the game space G based on the game information received from the game server 200.

また、ゲームポイントまたは所定のゲームパラメータと引き替えに他のユーザに関連付けられたゲームオブジェクトを取得する(所謂「買収」)処理は、対戦ゲーム空間G2において、自己のゲームオブジェクトを配置可能なエリア外に配置されたゲームオブジェクトに対して適用されてもよい。また、「買収」機能はホームゲーム空間G1においても適用され得る。例えば、ユーザAがユーザBのホームゲーム空間G1を訪問した際に、ユーザAがユーザBのホームゲーム空間G1に配置されたゲームオブジェクトを買収できるように処理されてもよい。その場合には、図28に示した買収価格算出テーブル350に従って、買収価格および買収確率が算出されることが好ましい。 In addition, the process of obtaining a game object associated with another user in exchange for a game point or a predetermined game parameter (so-called “acquisition”) is performed outside the area in which the game object can be placed in the battle game space G2. You may apply with respect to the arrange | positioned game object. The “acquisition” function can also be applied to the home game space G1. For example, when the user A visits the home game space G1 of the user B, processing may be performed so that the user A can acquire a game object arranged in the home game space G1 of the user B. In that case, it is preferable to calculate the acquisition price and the acquisition probability according to the acquisition price calculation table 350 shown in FIG.

ここから
図30に示されるように、各ユーザA乃至Dは、夫々、本社(拠点オブジェクト)Bs1乃至Bs4を対戦ゲーム空間G3に配置している。各本社Bs1乃至Bs4には、図において点線で表示されている安全地帯(第2領域)PL1乃至PL4と、実線で表示されている本社範囲(第1領域)PE1乃至PE4とが関連付けられている。安全地帯PL1乃至PL4は、本社範囲PE1乃至PE4よりも狭い。
From here, as shown in FIG. 30, each of the users A to D has their head offices (base objects) Bs1 to Bs4 arranged in the battle game space G3. Each of the head offices Bs1 to Bs4 is associated with a safety zone (second area) PL1 to PL4 displayed by a dotted line in the figure and a head office area (first area) PE1 to PE4 displayed by a solid line. . The safety zones PL1 to PL4 are narrower than the head office ranges PE1 to PE4.

本社範囲PE1乃至PE4は、上述した買収可能な領域である。即ち、ユーザAがユーザBのゲームオブジェクトOB2を買収しようとした場合、少なくとも、ゲームオブジェクトOB2は、ユーザAの本社範囲PE1内に存在している必要がある。本実施の形態による本社範囲PE1乃至PE4は、ユーザのゲームの反映度合いに応じて拡大されていくものである。即ち、図示される例においては、ユーザAの本社領域PE1が最も広いことから当該ユーザAのゲームが最も進行していることが理解される。なお、本実施の形態による本社範囲PE1乃至PE4は、図27を参照して説明した第1エリアPE1乃至第4エリアPE4と同様の機能・効果を有するものであるが、これとは別のものとしてもよい。   The head office ranges PE1 to PE4 are the above-explainable areas. That is, when the user A tries to acquire the game object OB2 of the user B, at least the game object OB2 needs to exist in the head office range PE1 of the user A. The head office ranges PE1 to PE4 according to the present embodiment are expanded according to the degree of reflection of the user's game. That is, in the illustrated example, it is understood that the game of the user A is most advanced since the head office area PE1 of the user A is the widest. The head office ranges PE1 to PE4 according to the present embodiment have the same functions and effects as the first area PE1 to the fourth area PE4 described with reference to FIG. 27, but are different from these. It is good.

安全地帯PL1乃至PL4は、他のユーザの買収操作が無効な領域である。即ち、ユーザAがユーザBのゲームオブジェクトOB3を買収しようとした場合、当該ゲームオブジェクトOB3は、本社範囲PE1内ではあるものの、ユーザBの本社Bs2に関連付けられた安全地帯PL2内に存在している為、買収を行うことはできない。   The safe zones PL1 to PL4 are areas where acquisition operations of other users are invalid. That is, when the user A tries to acquire the game object OB3 of the user B, the game object OB3 exists in the safety zone PL2 associated with the head office Bs2 of the user B, although it is in the head office area PE1. Therefore, you cannot make an acquisition.

以上の処理の流れをフローにすると、図31に示されるように、買収操作がされると(ステップS310)、買収対象オブジェクトが自分の本社に関連付けられた本社範囲内にあるか否かを判定する(ステップS311)。買収対象オブジェクトが本社範囲内にある場合には次のステツプに進み、そうでない場合は処理は終了する。次に、買収対象オブジェクトは、他のユーザの安全地帯内にあるか否かを判定する(ステップS312)。買収対象オブジェクトが安全地帯内にない場合には次のステップに進み、そうでない場合には処理は終了する。続いて、買収しようとしているユーザから買収価格(コイン)の支払いを受け付け(ステップS313)、支払い額に応じた抽選が行われる(ステップと314)。抽選の結果、買収が成功したかどうかを判定し(ステツプS315)、買収が成功すると対象オブジェクトの所有者変更処理を行い(ステップS316)、買収対象オブジェクトを買収側のユーザに関連付ける。   If the above processing flow is made into a flow, as shown in FIG. 31, when an acquisition operation is performed (step S310), it is determined whether or not the acquisition target object is within the head office range associated with its own head office. (Step S311). If the object to be acquired is within the scope of the head office, the process proceeds to the next step, and if not, the process ends. Next, it is determined whether or not the acquisition target object is in the safety zone of another user (step S312). If the object to be acquired is not in the safe zone, the process proceeds to the next step, and if not, the process ends. Subsequently, payment of an acquisition price (coin) is received from a user who is trying to acquire (step S313), and a lottery according to the amount of payment is performed (step and 314). As a result of the lottery, it is determined whether or not the acquisition is successful (step S315), and if the acquisition is successful, the owner change process of the target object is performed (step S316), and the acquisition target object is associated with the user on the acquisition side.

上述した実施の形態による本社Bs1乃至Bs4は、各ユーザに一つのみ関連付けられるものであったが、図32に示されるように、支社オブジェクト(副拠点オブジェクト)SBs1を設けることとしてもよい。ユーザAに関連付けられた支社オブジェクトSBs1は、本社範囲と同様の効果を有する支社範囲(第3領域)SPE1を有している。以下の説明においては、ユーザAに関連付けられた支社範囲SPE1のみについて言及する。   The head offices Bs1 to Bs4 according to the above-described embodiment are associated with only one user. However, as shown in FIG. 32, a branch office object (sub-base object) SBs1 may be provided. The branch office object SBs1 associated with the user A has a branch office area (third area) SPE1 having the same effect as the head office area. In the following description, only the branch office range SPE1 associated with the user A will be referred to.

支社範囲SPE1は、上述した買収操作が可能な領域である。即ち、ユーザAがユーザBのゲームオブジェクトOB4を買収しようとした場合、少なくとも、ゲームオブジェクトOB4は、ユーザAの支社範囲SPE1内に存在している必要がある。本実施の形態による支社範囲SPE1も、ユーザのゲームの反映度合いに応じて拡大されていくものとしてもよいし。予め固定された広さとしてもよい。本実施の形態による支社オブジェクトは、対戦ゲーム空間G4の任意に位置に配置することが可能であるが、ゲームバランスを考慮すると、他のユーザの本社範囲PE1乃至PE4や安全地帯PL2乃至PL4内には設置できないこととしたりする等、一定の制限を設けることとしてもよい。なお、本実施の形態による支社範囲も、図27を参照して説明した第1エリアPE1乃至第4エリアPE4と同様の機能・効果を有するものであるが、これとは別のものとしてもよい。   The branch range SPE1 is an area where the above-described acquisition operation is possible. That is, when the user A tries to acquire the game object OB4 of the user B, at least the game object OB4 needs to exist in the branch area SPE1 of the user A. The branch office range SPE1 according to the present embodiment may be expanded according to the degree of reflection of the user's game. The width may be fixed in advance. The branch office object according to the present embodiment can be arranged at an arbitrary position in the battle game space G4. However, in consideration of the game balance, the branch office object is located in the head office range PE1 to PE4 of other users or the safety zones PL2 to PL4. Certain restrictions may be provided, such as not being able to install. Note that the branch office range according to the present embodiment also has the same functions and effects as the first area PE1 to the fourth area PE4 described with reference to FIG. 27, but may be different from this. .

以上の処理の流れをフローにすると、図33に示されるように、買収操作がされると(ステップS330)、買収対象オブジェクトが自分の支社に関連付けられた支社範囲内にあるか否かを判定する(ステップS331)。買収対象オブジェクトが支社範囲内にある場合には次のステツプに進み、そうでない場合は処理は終了する。次に、買収対象オブジェクトは、他のユーザの安全地帯内にあるか否かを判定する(ステップS332)。買収対象オブジェクトが安全地帯内にない場合には次のステップに進み、そうでない場合には処理は終了する。続いて、買収しようとしているユーザから買収価格(コイン)の支払いを受け付け(ステップS333)、支払い額に応じた抽選が行われる(ステップと334)。抽選の結果、買収が成功したかどうかを判定し(ステツプS335)、買収が成功すると対象オブジェクトの所有者変更処理を行い(ステップS336)、買収対象オブジェクトを買収側のユーザに関連付ける。   If the flow of the above processing is made into a flow, as shown in FIG. 33, when an acquisition operation is performed (step S330), it is determined whether or not the acquisition target object is within the branch range associated with its own branch office. (Step S331). If the object to be acquired is within the scope of the branch office, the process proceeds to the next step, and if not, the process ends. Next, it is determined whether or not the acquisition target object is in the safety zone of another user (step S332). If the object to be acquired is not in the safe zone, the process proceeds to the next step, and if not, the process ends. Subsequently, payment of an acquisition price (coin) is received from a user who is trying to acquire (step S333), and a lottery is performed according to the amount of payment (step and 334). As a result of the lottery, it is determined whether or not the acquisition is successful (step S335). If the acquisition is successful, the owner change processing of the target object is performed (step S336), and the acquisition target object is associated with the user on the acquisition side.

なお、上述した本社範囲及び安全地帯、支社範囲は、自分に関連付けられたもののみ表示され、相手ユーザのものは表示されない。これにより、相手ユーザの本社範囲及び安全地帯、支社範囲を予想しつつ戦略的に街作りを行う趣向性の高いゲーム性を提供することができる。なお、全ユーザの本社範囲及び安全地帯、支社範囲を表示させることとしてもよい。   In addition, the head office range, the safety zone, and the branch office range described above are displayed only for those associated with themselves, and those for the other user are not displayed. Thereby, it is possible to provide a highly-oriented game property that strategically creates a city while predicting the head office range, the safety zone, and the branch office range of the other user. In addition, it is good also as displaying the head office range of all the users, a safe zone, and the branch office range.

また、例えば、ユーザAとユーザBの本社範囲又は支社範囲が重なった場合、その重複部分については、どちらのユーザからも買収操作が可能である。   Further, for example, when the head office range or the branch office range of the user A and the user B overlap, an acquisition operation can be performed from either user for the overlapping portion.

上述した実施の形態は、その前提として、対戦ゲームの開始と同時に各ユーザに対して、本社オブジェクトを好きな場所に配置させることを前提としているが、予め配置された本社オブジェクトに各ユーザを関連づけることとしてもよい。   In the embodiment described above, it is premised that the head office object is arranged in a favorite place for each user simultaneously with the start of the battle game, but each user is associated with the pre-arranged head office object. It is good as well.

上述した実施の形態は、本発明の理解を容易にするための例示に過ぎず、本発明を限定して解釈するためのものではない。本発明は、その趣旨を逸脱することなく、変更、改良することができると共に、本発明にはその均等物が含まれることは言うまでもない。   The above-described embodiments are merely examples for facilitating 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 it is needless to say that the present invention includes equivalents thereof.

1…ゲームシステム、2…ネットワーク、100…ユーザ端末、110…制御部、120…記憶部、130…タッチパネル、140…通信部、200…ゲームサーバ、210…通信装置、220…処理装置、230…メモリ部、240…記憶装置、250入力装置、260…出力装置、300…ユーザ管理テーブル、310…オブジェクト管理テーブル、320,330…スキル管理テーブル、340…対戦ユーザ管理テーブル、350…買収価格算出テーブル、G…ゲーム空間、G1…ホームゲーム空間、G2…対戦ゲーム空間、G3…対戦ゲーム空間     DESCRIPTION OF SYMBOLS 1 ... Game system, 2 ... Network, 100 ... User terminal, 110 ... Control part, 120 ... Memory | storage part, 130 ... Touch panel, 140 ... Communication part, 200 ... Game server, 210 ... Communication apparatus, 220 ... Processing apparatus, 230 ... Memory unit 240 ... Storage device 250 Input device 260 ... Output device 300 ... User management table 310 ... Object management table 320,330 ... Skill management table 340 ... Competitive user management table 350 ... Acquisition price calculation table , G ... game space, G1 ... home game space, G2 ... battle game space, G3 ... battle game space

Claims (4)

複数のユーザに関連付けられた複数の拠点オブジェクトを仮想空間に配置する操作を受け付けるステップ、
前記拠点オブジェクトが配置された際に、当該拠点オブジェクトの夫々に、第1領域を関連付けるステップ、
一のユーザによって、前記オブジェクトのうち対象オブジェクトを当該一のユーザに関連付ける関連付け操作を受け付けるステップ、
前記関連付け操作を受け付けたときに、前記対象オブジェクトが、当該一のユーザに関連付けられた前記拠点オブジェクトの前記第1領域内にあるか否かを判定するステップ、
前記対象オブジェクトが前記第1領域内にあると判定された場合に、前記対象オブジェクトを前記一のユーザに関連付けるステップ、
をコンピュータに実行させる
ゲームプログラム。
Receiving an operation of arranging a plurality of base objects associated with a plurality of users in a virtual space;
Associating a first area with each of the base objects when the base objects are arranged;
Receiving an association operation for associating a target object among the objects with the one user by one user;
Determining whether the target object is within the first region of the base object associated with the one user when the association operation is received;
Associating the target object with the one user when it is determined that the target object is in the first region;
A game program that causes a computer to execute.
請求項1に記載のゲームプログラムであって、
前記拠点オブジェクトが配置された際に、当該拠点オブジェクトの夫々に、前記第1領域よりも狭い第2領域を関連付けるステップ、
前記関連付け操作を受け付けたときに、前記対象オブジェクトが、他のユーザに関連付けられた前記拠点オブジェクトの前記第2領域内にあるか否かを判定するステップ、
前記対象オブジェクトが、当該一のユーザに関連付けられた前記拠点オブジェクトの前記第1領域内にあり且つ他のユーザに関連付けられた前記拠点オブジェクトの前記第2領域内にないと判定した場合に、前記対象オブジェクトを前記一のユーザに関連付けるステップ、
をコンピュータに実行させる
ゲームプログラム。
The game program according to claim 1,
Associating a second area narrower than the first area with each of the base objects when the base object is arranged;
Determining whether the target object is within the second region of the base object associated with another user when the association operation is received;
When it is determined that the target object is not in the first area of the base object associated with the one user and not in the second area of the base object associated with another user, Associating a target object with the one user;
A game program that causes a computer to execute.
請求項1又は請求項2に記載のゲームプログラムであって、
複数の前記ユーザに関連付けられた複数の副拠点オブジェクトを仮想空間に配置する操作を受け付けるステップ、
前記副拠点オブジェクトが配置された際に、当該副拠点オブジェクトの夫々に、第3領域を関連付けるステップ、
前記関連付け操作を受け付けたときに、前記対象オブジェクトが、当該一のユーザに関連付けられた前記副拠点オブジェクトの前記第3領域内にあるか否かを判定するステップ、
前記対象オブジェクトが前記第3領域内にあると判定した場合に、前記対象オブジェクトを前記一のユーザに関連付けるステップ、
ゲームプログラム。
The game program according to claim 1 or 2,
Receiving an operation of arranging a plurality of subsidiary site objects associated with a plurality of the users in a virtual space;
Associating a third area with each of the subsidiary site objects when the subsidiary site objects are arranged;
Determining whether the target object is within the third region of the subsidiary site object associated with the one user when the association operation is received;
Associating the target object with the one user when it is determined that the target object is in the third region;
Game program.
請求項3に記載のゲームプログラムであって、
前記関連付け操作を受け付けたときに、前記対象オブジェクトが、当該一のユーザに関連付けられた前記副拠点オブジェクトの前記第3領域内にあり且つ他のユーザに関連付けられた前記拠点オブジェクトの前記第2領域内にない場合に、前記対象オブジェクトを前記一のユーザに関連付けるステップ、
をコンピュータに実行させるゲームプログラム。
ゲームプログラム。

A game program according to claim 3,
When the association operation is received, the target object is in the third area of the sub-base object associated with the one user and the second area of the base object associated with another user If not, associating the target object with the one user;
A game program that causes a computer to execute.
Game program.

JP2015183591A 2015-09-17 2015-09-17 Game program Pending JP2017056005A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015183591A JP2017056005A (en) 2015-09-17 2015-09-17 Game program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015183591A JP2017056005A (en) 2015-09-17 2015-09-17 Game program

Publications (1)

Publication Number Publication Date
JP2017056005A true JP2017056005A (en) 2017-03-23

Family

ID=58389177

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015183591A Pending JP2017056005A (en) 2015-09-17 2015-09-17 Game program

Country Status (1)

Country Link
JP (1) JP2017056005A (en)

Similar Documents

Publication Publication Date Title
JP5838280B1 (en) Game server and game program.
JP6009048B1 (en) Game program
JP6126276B1 (en) How to run the game
WO2017094522A1 (en) Game program
JP5933084B1 (en) Game server
JP2017006618A (en) Game server and game program
JP5938135B1 (en) Game program
JP2017070349A (en) Match simulation game program
JP2017035280A (en) Simulation program
JP7018250B2 (en) Game program
JP6220820B2 (en) GAME PROGRAM, GAME PROCESSING METHOD, AND COMPUTER
JP6852963B2 (en) Game program
JP2017023768A (en) Game program
JP2017099850A (en) Game program
JP6027671B1 (en) Game program
JP6157707B1 (en) Method and program for controlling game
JP5986677B1 (en) Game program
JP2017056005A (en) Game program
JP6570917B2 (en) Game program
JP2017023422A (en) Game program
JP2017012763A (en) Game program
JP6692617B2 (en) Game program
JP2017086191A (en) Game program
JP2017099845A (en) Game program
JP2017023696A (en) Game server