JP2010063487A - Game device and game screen display program - Google Patents

Game device and game screen display program Download PDF

Info

Publication number
JP2010063487A
JP2010063487A JP2008230002A JP2008230002A JP2010063487A JP 2010063487 A JP2010063487 A JP 2010063487A JP 2008230002 A JP2008230002 A JP 2008230002A JP 2008230002 A JP2008230002 A JP 2008230002A JP 2010063487 A JP2010063487 A JP 2010063487A
Authority
JP
Japan
Prior art keywords
game
objects
game screen
parameter
arrangement
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2008230002A
Other languages
Japanese (ja)
Other versions
JP5601766B2 (en
Inventor
Yoshimi Kato
よしみ 加藤
Minami Teshigawara
みなみ 勅使川原
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.)
Taito Corp
Original Assignee
Taito Corp
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 Taito Corp filed Critical Taito Corp
Priority to JP2008230002A priority Critical patent/JP5601766B2/en
Publication of JP2010063487A publication Critical patent/JP2010063487A/en
Application granted granted Critical
Publication of JP5601766B2 publication Critical patent/JP5601766B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To add interest peculiar to a game by displaying a plurality of arranged objects by a movement characteristic for each object. <P>SOLUTION: A game device is disclosed in which the plurality of objects are arranged in a game screen and the objects are changed on the basis of order of the arrangement. An object generation part 32 allows the type of object being an arrangement object to be selected from many object types, generates objects of the selected object type, and causes them to be arranged in the game screen. A parameter setting part 33 sets a parameter for defining respective movements of the plurality of objects generated by the object generation part 32 and causes an object parameter storage part 35 to store them. While a display control section 34a discriminates objects to be moved in the game screen on the basis of order of arranged objects, it causes the object to move in the game screen on the basis of parameters set for the respective objects. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、複数のオブジェクトがゲームフィールドに配置されるゲーム装置、同装置において実行されるゲーム画面表示プログラムに関する。   The present invention relates to a game apparatus in which a plurality of objects are arranged in a game field, and a game screen display program executed in the apparatus.

一般に、ゲーム装置では、ゲームフィールドに複数のオブジェクトを配置し、各オブジェクトを制御することでゲームを実行するものが多い。こうしたゲーム装置は、ゲームフィールドに配置されるオブジェクトに対して所定のパラメータを設定し、このパラメータに基づいてゲームフィールドにおけるオブジェクトを制御する(例えば、特許文献1参照)。   In general, many game devices execute a game by arranging a plurality of objects in a game field and controlling each object. Such a game device sets a predetermined parameter for an object arranged in the game field, and controls the object in the game field based on the parameter (see, for example, Patent Document 1).

特許文献1に記載されたゲーム(プログラム)では、ゲームフィールドにプレーヤキャラクや敵キャラクタを配置し、例えばレベルやライフ、攻撃力、回復力、移動速度といった能力値が定義された能力パラメータをもとに、ゲームフィールドにおけるキャラクタを制御してゲームを実行する。
特開2007−75465号公報
In the game (program) described in Patent Document 1, player characters and enemy characters are arranged in a game field and, for example, based on ability parameters in which ability values such as level, life, attack power, recovery power, and movement speed are defined. In addition, the game is executed by controlling the characters in the game field.
JP 2007-75465 A

ところで、複数のオブジェクトを配置して、各オブジェクトを動作させるゲームにドミノゲームがある。ドミノゲームをゲーム装置でビデオゲームとして実現する場合、ゲーム画面にドミノ形状の複数のオブジェクトを等間隔で任意に配置できるようにし、配置が完了した後、端に配置されたドミノを倒すことによって、次々に隣接するドミノが倒れていくように表示を制御する。   By the way, there is a domino game as a game in which a plurality of objects are arranged and each object is operated. When realizing a domino game as a video game on a game device, a plurality of domino-shaped objects can be arbitrarily arranged at equal intervals on the game screen, and after the arrangement is completed, the domino arranged at the end is defeated, The display is controlled so that adjacent dominoes collapse one after another.

このように、現実のドミノゲームをビデオゲームとして実現することができるが、複数の配列されたドミノを配列順に同じように倒れていくよう表示させるだけであって、現実のドミノゲームにゲーム特有の面白さを加えられることができなかった。   In this way, an actual domino game can be realized as a video game, but only a plurality of arranged dominoes are displayed so as to fall in the same order in the arrangement order. I couldn't add any fun.

本発明は前述した事情に考慮してなされたもので、その目的は、配列された複数のオブジェクトをオブジェクト毎に特徴をもった動きにより表示させることで、ゲーム特有のおもしろさを付加することが可能なゲーム装置、ゲーム画面表示プログラムを提供することにある。   The present invention has been made in view of the above-described circumstances, and an object thereof is to display a plurality of arranged objects by a movement having a characteristic for each object, thereby adding a fun unique to the game. An object is to provide a game device and a game screen display program.

本発明は、ゲーム画面中に複数のオブジェクトを配列させて表示し、前記オブジェクトを配列の順番に基づいて変化させるゲーム装置であって、配列対象とするオブジェクトの種類を複数のオブジェクト種から選択させる選択手段と、前記選択手段によって選択されたオブジェクト種のオブジェクトを生成してゲーム画面中に配列させるオブジェクト生成手段と、前記オブジェクト生成手段によって生成された前記複数のオブジェクトのそれぞれの動作を定義するパラメータを設定するパラメータ設定手段と、前記オブジェクト生成手段によって配列されたオブジェクトの順番に基づいて、ゲーム画面中で動作させるオブジェクトを判別する判別手段と、前記判別手段によって判別されたオブジェクトを、前記パラメータ設定手段によって設定されたパラメータに基づいてゲーム画面中で動作させるオブジェクト制御手段とを具備したことを特徴とする。   The present invention is a game device that arranges and displays a plurality of objects on a game screen, and changes the objects based on the order of arrangement, and selects a type of objects to be arranged from a plurality of object types. Selection means, object generation means for generating objects of the object type selected by the selection means and arranging them on the game screen, and parameters defining the actions of the plurality of objects generated by the object generation means Parameter setting means for setting the object, determination means for determining an object to be operated in the game screen based on the order of the objects arranged by the object generation means, and the parameter setting for the object determined by the determination means Set by means Based on the parameters, characterized by comprising a object control means for operating in the game screen.

本発明によれば、配列された複数のオブジェクトをオブジェクト毎に特徴をもった動きにより表示させることで、ゲーム特有のおもしろさを付加することが可能となる。   According to the present invention, it is possible to add a game-specific fun by displaying a plurality of arranged objects by a movement having a characteristic for each object.

以下、図面を参照して本発明の実施の形態について説明する。
図1は、本実施形態におけるシステムの構成を示すブロック図である。図1に示すように、インターネットや公衆電話網等を含むネットワーク2を介して、サーバ3,4と電子機器6(6−1,6−1,…,6−n)が相互に接続されている。
Embodiments of the present invention will be described below with reference to the drawings.
FIG. 1 is a block diagram showing a configuration of a system in the present embodiment. As shown in FIG. 1, servers 3 and 4 and electronic devices 6 (6-1, 6-1,..., 6-n) are connected to each other via a network 2 including the Internet and a public telephone network. Yes.

サーバ3は、ゲームサービスを提供するもので、例えばネットワーク2を介してアクセスしてきた電子機器6に対してゲームプログラムを配信し、また電子機器6においてゲームプログラムを実行することで得られたゲーム内容を登録して他のユーザに配信するサービスを提供する。例えば、ドミノゲームが電子機器6において実行される場合には、ゲームフィールド中に配列された複数のドミノに関するパラメータなどのデータがゲーム内容として登録される。サーバ3は、ドミノに関するパラメータなどのデータをもとに、ゲームの実行中の様子を表す映像をサムネイル表示してWebページに表示することができる。   The server 3 provides a game service. For example, the game content is distributed to the electronic device 6 accessed via the network 2 and the game content obtained by executing the game program on the electronic device 6. A service that registers and distributes to other users. For example, when a domino game is executed in the electronic device 6, data such as parameters relating to a plurality of dominoes arranged in the game field are registered as game contents. The server 3 can display a thumbnail image of a video showing the game in progress on the Web page based on data such as parameters relating to Domino.

サーバ4は、電子機器6のユーザが利用しているブログを運営するもので、例えばブログ中においてサーバ3に登録したゲーム内容を配信するページ(サイト)とのリンクを設定することができる。なお、ブログにおいて、サーバ3と同様にして、ゲーム内容(パラメータ)をもとに、ゲームの実行中の様子を表す映像をサムネイル表示するようにしても良い。この場合、サーバ4は、例えばサムネイルがページ中でクリックされることにより、この選択されたサムネイルに対応するゲームをアクセスしてきた電子機器6において実行させる
電子機器6(6−1,6−1,…,6−n)は、例えばパーソナルコンピュータにより実現されるもので、ネットワーク2を通じてサーバ3にアクセスしてゲームサービスを利用することができる。電子機器6は、ゲームプログラムをサーバ3からダウンロードし、このゲームプログラムを実行することにより得られたゲーム内容をサーバ3にアップロード(登録)することができる。なお、電子機器6は、パーソナルコンピュータに限らず、その他の情報処理装置、例えば業務用や家庭用のゲーム専用機、携帯型のゲーム専用機、PDA(personal digital assistant)、携帯電話機などにおいて実現することも可能である。
The server 4 manages a blog used by the user of the electronic device 6 and can set a link to a page (site) that distributes game contents registered in the server 3 in the blog, for example. Note that in the blog, similarly to the server 3, a video representing a state in which the game is being executed may be displayed as a thumbnail based on the game content (parameter). In this case, for example, when the thumbnail is clicked in the page, the server 4 causes the electronic device 6 (6-1, 6-1, 6) to be executed in the electronic device 6 that has accessed the game corresponding to the selected thumbnail. .., 6-n) is realized by a personal computer, for example, and can access the server 3 through the network 2 to use the game service. The electronic device 6 can download (register) a game content obtained by downloading a game program from the server 3 and executing the game program to the server 3. The electronic device 6 is not limited to a personal computer, and is realized in other information processing apparatuses such as a business-use and home-use game dedicated machine, a portable game-only machine, a PDA (personal digital assistant), a mobile phone, and the like. It is also possible.

図2は、本実施形態における電子機器6の構成を示すブロック図である。図2に示す電子機器6は、例えばパーソナルコンピュータにより実現されるもので、制御部10、メモリ11、ハードディスク装置12、通信インタフェース部13、表示制御部14、音声制御部15、ディスクドライブ装置16、入力インタフェース部17、ディスプレイ18、スピーカ19、キーボード21、マウス22、及びタブレット23等が設けられている。   FIG. 2 is a block diagram showing a configuration of the electronic device 6 in the present embodiment. 2 is realized by, for example, a personal computer, and includes a control unit 10, a memory 11, a hard disk device 12, a communication interface unit 13, a display control unit 14, an audio control unit 15, a disk drive device 16, An input interface unit 17, a display 18, a speaker 19, a keyboard 21, a mouse 22, a tablet 23, and the like are provided.

制御部10は、装置全体の制御を司るもので、CPUやROMなどを含んで構成される。本実施形態のゲーム装置(ゲームプログラム)では、複数のオブジェクトがゲーム画面中に表示されるゲームを実行するもので、例えばゲーム画面中に複数のオブジェクトを配列させて表示し、オブジェクトを配列の順番に基づいて変化させるゲームを実行する。具体的には、例えばドミノを表す複数のオブジェクトをゲームフィールド内において任意に配列して倒して遊ぶゲーム(以下、ドミノゲームと称する(第1実施形態)や、人や動物などの各種のキャラクタを配列して表示して、キャラクタの動作を伝達させていくゲーム(以下、伝達ゲームと称する(第2実施形態))などを実行するものとする。詳細については後述する。   The control unit 10 controls the entire apparatus, and includes a CPU, a ROM, and the like. In the game device (game program) of the present embodiment, a game in which a plurality of objects are displayed on the game screen is executed. For example, the plurality of objects are arranged and displayed on the game screen, and the objects are arranged in the order of arrangement. The game to change based on is executed. Specifically, for example, a game in which a plurality of objects representing dominoes are arbitrarily arranged and defeated in a game field (hereinafter referred to as a domino game (first embodiment)), and various characters such as people and animals are displayed. It is assumed that a game (hereinafter referred to as a transmission game (second embodiment)) in which the characters are arranged and displayed to transmit the motion is executed, etc. Details will be described later.

制御部10は、ネットワーク2を介して、サーバ3からゲームプログラムをダウンロードして実行することができる。また、制御部10は、ゲームプログラムを実行することにより得られたゲーム内容、例えばゲームフィールド中に配列されたオブジェクトのデータ(以下、ゲームデータと称する)をサーバ3にアップロードして、他のユーザに提供するための処理を実行する。   The control unit 10 can download and execute a game program from the server 3 via the network 2. In addition, the control unit 10 uploads game contents obtained by executing the game program, for example, data of objects arranged in the game field (hereinafter referred to as game data) to the server 3, so that other users Execute the process to provide.

メモリ11は、制御部10によりアクセスされるプログラムや各種データが記憶される。メモリ11に記憶されるプログラムには、ドミノゲームなどのゲームを進行させるためのゲームプログラムを含む。   The memory 11 stores programs and various data accessed by the control unit 10. The program stored in the memory 11 includes a game program for progressing a game such as a domino game.

ハードディスク装置12は、基本プログラム(OS)やゲームプログラムなどの各種プログラムの他、各種のデータが記憶される。   The hard disk device 12 stores various data in addition to various programs such as a basic program (OS) and a game program.

通信インタフェース部13は、制御部10の制御のもとで、外部のネットワークと接続して各種のデータの送受信を制御する。本実施形態では、例えば通信インタフェース部13を介してインターネットに接続し、プログラムダウンロードサービスを提供するサーバ3からゲームプログラムをダウンロードし、またゲームデータをアップロードすることができる。   The communication interface unit 13 is connected to an external network and controls transmission / reception of various data under the control of the control unit 10. In the present embodiment, for example, it is possible to connect to the Internet via the communication interface unit 13, download a game program from the server 3 that provides a program download service, and upload game data.

表示制御部14は、制御部10の制御のもとで、ディスプレイ18における画面表示を制御する。ドミノゲームが実行されている場合には、ドミノを表すオブジェクトが表示されたゲーム画面をディスプレイ18において表示させる。   The display control unit 14 controls screen display on the display 18 under the control of the control unit 10. When a domino game is being executed, a game screen on which an object representing domino is displayed is displayed on the display 18.

音声制御部15は、制御部10の制御のもとで、スピーカ19からの音声出力を制御する。ゲームが実行されている場合には、ゲームの進行状況に応じた効果音(例えばドミノが倒れていることを表す音)やBGM(back ground music)、各種メッセージ音声などを出力する。   The sound control unit 15 controls sound output from the speaker 19 under the control of the control unit 10. When the game is being executed, a sound effect (for example, a sound indicating that the domino is falling), BGM (back ground music), various message sounds, and the like corresponding to the progress of the game are output.

ディスクドライブ装置16は、DVD−ROMやCD−ROMなどに記録されたプログラムやデータの読み出しを実行する。本実施形態では、ディスクドライブ装置16によってディスクから読み出されたゲームプログラムを実行することができる。   The disk drive device 16 reads programs and data recorded on a DVD-ROM, CD-ROM, or the like. In the present embodiment, the game program read from the disk by the disk drive device 16 can be executed.

入力インタフェース部17は、各種入力装置からの入力制御を行うもので、例えばキーボード21、マウス22、タブレット23などからの入力を制御する。ゲームで使用される入力装置としては、ポインティングデバイスであるマウス22あるいはタブレット23(スタイラスペン24)が使用されるものとする。マウス22あるいはタブレット23によって、ディスプレイ18に表示されたゲームフィールドを表す画像中において任意に位置を指定することができる。   The input interface unit 17 performs input control from various input devices, and controls input from, for example, the keyboard 21, the mouse 22, the tablet 23, and the like. As an input device used in the game, a mouse 22 or a tablet 23 (stylus pen 24), which is a pointing device, is used. A position can be arbitrarily designated in the image representing the game field displayed on the display 18 by the mouse 22 or the tablet 23.

図3は、制御部10(CPU)によってゲームプログラムを実行することにより実現されるゲーム制御部30の機能構成を示すブロック図である。   FIG. 3 is a block diagram showing a functional configuration of the game control unit 30 realized by executing the game program by the control unit 10 (CPU).

ゲーム制御部30には、入力制御部31、オブジェクト生成部32、パラメータ設定部33、オブジェクト制御部34、オブジェクトパラメータ記憶部35、カメラ設定記憶部36、及びオプション設定記憶部37が設けられる。   The game control unit 30 includes an input control unit 31, an object generation unit 32, a parameter setting unit 33, an object control unit 34, an object parameter storage unit 35, a camera setting storage unit 36, and an option setting storage unit 37.

入力制御部31は、プレイヤによる入力装置に対する操作に応じて、ゲーム進行を制御するための指示を入力する。入力制御部31から入力される指示としては、ゲームフィールドにおいて表示されるポインタを操作するための指示が入力される。ポインタの操作により、ゲームフィールドにオブジェクトを配列される位置を指定することができる。また、ゲーム画面中に表示されるツールアイコンに対する指示によって、オブジェクトの配置、配置されたオブジェクトの取り消し(消去)、ゲームフィールドに配置されたオブジェクトの向きの調整、ゲームの実行などを指示することができる。   The input control unit 31 inputs an instruction for controlling the progress of the game in response to an operation on the input device by the player. As an instruction input from the input control unit 31, an instruction for operating a pointer displayed in the game field is input. The position where the objects are arranged in the game field can be specified by operating the pointer. In addition, an instruction to the tool icon displayed on the game screen may instruct the placement of the object, cancellation (erasure) of the placed object, adjustment of the orientation of the object placed in the game field, execution of the game, etc. it can.

オブジェクト生成部32は、入力制御部31から入力される指示に応じてゲームフィールドにおいてオブジェクトを生成する。例えば、ドミノゲームでは、ゲームフィールドに対して指定された線上に、所定の間隔をもって複数のドミノを表すオブジェクトを配列する。この際、オブジェクト生成部32は、予めプレイヤからの指示に応じたオブジェクト種のオブジェクトを生成して配列する。   The object generation unit 32 generates an object in the game field in response to an instruction input from the input control unit 31. For example, in a domino game, objects representing a plurality of dominoes are arranged at predetermined intervals on a line designated for the game field. At this time, the object generation unit 32 generates and arranges objects of an object type according to instructions from the player in advance.

パラメータ設定部33は、オブジェクト生成部32によって生成された複数のオブジェクトのそれぞれに対して、オブジェクトをゲームフィールド中で制御するためのパラメータ、すなわち配列されたオブジェクトの動作を定義するパラメータを設定する。パラメータ設定部33には、位置設定部33a、角度設定部33b、オブジェクト種設定部33cが含まれている。   The parameter setting unit 33 sets, for each of the plurality of objects generated by the object generation unit 32, a parameter for controlling the object in the game field, that is, a parameter that defines the behavior of the arranged objects. The parameter setting unit 33 includes a position setting unit 33a, an angle setting unit 33b, and an object type setting unit 33c.

位置設定部33aは、ゲームフィールドにおけるオブジェクトの位置を示す位置パラメータを設定する。位置パラメータは、例えば二次元平面上におけるX座標とY座標により位置を示す。   The position setting unit 33a sets a position parameter indicating the position of the object in the game field. The position parameter indicates a position by, for example, an X coordinate and a Y coordinate on a two-dimensional plane.

角度設定部33bは、ゲームフィールドに配置されたオブジェクトの向きを示す角度パラメータを設定する。角度パラメータは、例えばドミノを表すオブジェクトの所定の面と基準とする方向との角度を示す。なお、オブジェクトを単純に1列に配置する場合には、角度パラメータは不要、あるいは全てのオブジェクトに対して同じ値が設定されるものとする。   The angle setting unit 33b sets an angle parameter indicating the direction of the object arranged in the game field. The angle parameter indicates, for example, an angle between a predetermined plane of an object representing domino and a reference direction. When the objects are simply arranged in one row, the angle parameter is not required or the same value is set for all the objects.

オブジェクト種設定部33cは、プレイヤからの指示に応じて、配列対象とするオブジェクトの種類を複数のオブジェクト種から選択させ、ゲームフィールドに配列される各オブジェクトに対して、この選択されたオブジェクト種を設定する。ドミノゲームでは、オブジェクトをゲーム画面中で表示する際の色によってオブジェクト種を識別できるようにする。また、伝達ゲームでは、人や動物の種類によってオブジェクト種を識別できるようにする。   The object type setting unit 33c selects an object type to be arranged from a plurality of object types in accordance with an instruction from the player, and selects the selected object type for each object arranged in the game field. Set. In the Domino game, the object type can be identified by the color when the object is displayed on the game screen. In the transfer game, the object type can be identified by the type of person or animal.

オブジェクト制御部34は、オブジェクト生成部32によって生成されたオブジェクトを制御するもので、オブジェクトの表示を制御する表示制御部34aと、オブジェクトに関係する音の出力を制御する音声制御部34bが含まれている。   The object control unit 34 controls the object generated by the object generation unit 32, and includes a display control unit 34a that controls display of the object and a voice control unit 34b that controls output of sound related to the object. ing.

表示制御部34aは、パラメータ設定部33によって各オブジェクトに対して設定されたオブジェクトパラメータに応じて、ディスプレイ18のゲーム画面におけるオブジェクトの表示を制御する。オブジェクトパラメータには、オブジェクトの種類を示すオブジェクト種が含まれている。オブジェクト種には、それぞれ固有の動作が決められており、表示制御部34aは、各オブジェクトのオブジェクト種に応じて、各オブジェクトが動く様子を表示させる。また、表示制御部34aは、カメラ設定記憶部36に設定されたカメラアングルデータ(例えば、オブジェクトに対するカメラ位置)に応じて、ゲームフィールド中におけるオブジェクトを撮影する仮想のカメラを制御し、ゲームフィールドにおけるカメラにより撮影されるオブジェクトをゲーム画面中で表示させる。例えば、ドミノゲームでは、オブジェクト生成部32によってゲームフィールドに配置された複数のドミノが、配列の順番に基づいて倒れるなどの動作をする様子が表示される。本実施形態におけるドミノゲームにおいても、実物のドミノ倒しをする場合と同様に、ドミノが配置された間隔や角度が適切でない場合には、倒れていくドミノが連続しないように表示が制御される。また、ドミノの配置によっては、複数列に配置されたドミノを並行して倒していくことができる。   The display control unit 34 a controls the display of the object on the game screen of the display 18 according to the object parameter set for each object by the parameter setting unit 33. The object parameter includes an object type indicating the type of the object. Each object type has a unique action, and the display control unit 34a displays the movement of each object according to the object type of each object. In addition, the display control unit 34a controls a virtual camera that captures an object in the game field in accordance with the camera angle data (for example, the camera position with respect to the object) set in the camera setting storage unit 36. An object photographed by the camera is displayed on the game screen. For example, in a domino game, a state is displayed in which a plurality of dominoes arranged in the game field by the object generation unit 32 perform an action such as falling down based on the order of arrangement. Also in the domino game according to the present embodiment, as in the case of the actual domino defeat, if the interval or angle at which the domino is arranged is not appropriate, the display is controlled so that the dominoes that fall are not continuous. Further, depending on the domino arrangement, the dominoes arranged in a plurality of rows can be defeated in parallel.

音声制御部34bは、各オブジェクトに対して設定された音パラメータに応じて、オブジェクトの状態の変化に応じた音をスピーカ19から出力させる。   The sound control unit 34b causes the speaker 19 to output a sound corresponding to a change in the state of the object according to the sound parameter set for each object.

オブジェクトパラメータ記憶部35は、オブジェクト生成部32によって生成された各オブジェクトに対して、パラメータ設定部33により設定されたオブジェクトパラメータが記憶される(図4参照)。   The object parameter storage unit 35 stores the object parameters set by the parameter setting unit 33 for each object generated by the object generation unit 32 (see FIG. 4).

カメラ設定記憶部36は、ゲーム実行時のオブジェクトを表示する際の仮想のカメラを制御するためのデータが設定される。カメラ設定記憶部36には、オブジェクトに対するカメラ位置(ズームを含んでいても良い)を示すカメラアングルデータが設定される(図14参照)。   The camera setting storage unit 36 is set with data for controlling a virtual camera when displaying an object during game execution. Camera angle data indicating the camera position (which may include zoom) for the object is set in the camera setting storage unit 36 (see FIG. 14).

オプション設定記憶部37は、プレイヤにより予め設定されるオプション内容を示すデータが設定される。オプション設定記憶部37に設定されるオプションには、例えばオブジェクト種に応じて決められた固有の動作により表示させるか否かや、ゲーム実行時の音量などが設定される。オブジェクト種に応じた固有の動作により表示させない設定がされた場合には、表示制御部34aにより、全てのオブジェクトが予め決められた同じ動作により表示されるものとする。   The option setting storage unit 37 is set with data indicating option contents preset by the player. The options set in the option setting storage unit 37 include, for example, whether or not to display by a unique action determined according to the object type, and the volume at the time of game execution. In the case where setting is made not to display by a specific operation according to the object type, it is assumed that all objects are displayed by the same predetermined operation by the display control unit 34a.

(第1実施形態)
以下、第1実施形態について説明する。第1実施形態では、ドミノを表すオブジェクトをゲームフィールドに配列して、配列順に倒して遊ぶドミノゲームを例にして説明する。
図4は、オブジェクトパラメータ記憶部35に記憶されるオブジェクトパラメータの一例を示す図である。
図4に示すように、オブジェクト生成部32により生成(配列)される各オブジェクトに付されるオブジェクト番号と対応付けて、パラメータ設定部33により設定されたパラメータが設定される。
(First embodiment)
The first embodiment will be described below. In the first embodiment, a domino game in which objects representing dominoes are arranged in a game field and played by defeating them in the arrangement order will be described as an example.
FIG. 4 is a diagram illustrating an example of object parameters stored in the object parameter storage unit 35.
As shown in FIG. 4, the parameter set by the parameter setting unit 33 is set in association with the object number assigned to each object generated (arrayed) by the object generation unit 32.

図4における「X座標」「Y座標」は、位置設定部33aにより設定されるオブジェクトの位置を示す位置パラメータである。「角度」は、角度設定部33bにより設定されるオブジェクトの配置角度を示す角度パラメータである。「オブジェクト種」は、オブジェクト種設定部33cによって設定されるオブジェクト種を示すオブジェクト種パラメータである。   “X coordinate” and “Y coordinate” in FIG. 4 are position parameters indicating the position of the object set by the position setting unit 33a. “Angle” is an angle parameter indicating an object arrangement angle set by the angle setting unit 33b. “Object type” is an object type parameter indicating the object type set by the object type setting unit 33c.

図5は、第1実施形態におけるドミノゲームで使用される、オブジェクトの動作を定義するパラメータの一例を示す図である。図5に示すように、オブジェクトの動作を定義するパラメータは、オブジェクト種毎に固有の動作を示している。複数のオブジェクト種には、それぞれが異なる色(赤、水色、ピンク、…)が設定されており、オブジェクト種毎に異なる色によってゲームフィールドに表示される。そして、例えば「赤」のオブジェクトについては、動作として「正面に倒れる」が設定されている。すなわち、「赤」のオブジェクトは、一般的なドミノが倒れる場合と同じように動作させる。また、「ピンク」のオブジェクトについては「回転する」の動作が設定されており、配列順に従って「ピンク」のオブジェクトを動作させる順番となった場合に、通常のドミノとは異なり回転するように動作させる。この場合、「ピンク」のオブジェクトの動作に応じて、隣接して配置されたオブジェクトを動作させるか否かが判別される。すなわち、「赤」のオブジェクトが配置されていた場合には、このオブジェクトが動作する(倒れた)ことにより隣接する1つのオブジェクトのみが動作される配置であっても、同じ位置に「ピンク」のオブジェクトが配置されることにより、このオブジェクトが回転することから周囲に配置された複数のオブジェクトを動作させるものと判別する。また、「黄」のオブジェクトについては「飛んでいく」の動作が設定されており、このオブジェクトが配置された位置から所定の距離を飛ぶように表示が制御される。この場合、「黄」のオブジェクトが飛んだ先に配置されたオブジェクトが次に動作させるオブジェクトとして判別される。   FIG. 5 is a diagram illustrating an example of parameters used in the domino game according to the first embodiment to define the action of the object. As shown in FIG. 5, the parameter that defines the operation of the object indicates a specific operation for each object type. Different colors (red, light blue, pink,...) Are set for the plurality of object types, and are displayed in the game field with different colors for each object type. For example, for the “red” object, “fall down to the front” is set as the action. That is, the “red” object is operated in the same manner as when a general domino falls. In addition, the “Rotate” action is set for the “Pink” object, and when the “Pink” object is in the order of movement according to the arrangement order, it operates to rotate unlike the normal Domino. Let In this case, it is determined whether or not to operate an object disposed adjacent to the “pink” object. That is, if a “red” object is placed, even if it is an arrangement in which only one adjacent object is moved by moving (falling) this object, the “pink” is located at the same position. When the object is arranged, the object rotates, so that it is determined that a plurality of objects arranged around are operated. For the “yellow” object, the “flying” operation is set, and the display is controlled so as to fly a predetermined distance from the position where the object is arranged. In this case, the object arranged at the destination of the “yellow” object is determined as the object to be operated next.

図6は、第1実施形態における配列設定データの一例を示す図である。配列設定データは、オブジェクト生成部32により配列された複数のオブジェクトの組み合わせに応じて決定されるパラメータを示している。すなわち、配列中に特定のオブジェクト種の並びがある場合に、図5に示すように設定された予め設定された動作とは異なる動作をするように、動作を定義するパラメータを変更する。   FIG. 6 is a diagram illustrating an example of array setting data according to the first embodiment. The array setting data indicates parameters determined according to a combination of a plurality of objects arranged by the object generation unit 32. That is, when there are specific object types arranged in the array, the parameter that defines the operation is changed so that the operation differs from the preset operation set as shown in FIG.

図6に示す例では、「オレンジ」のオブジェクトの次に「青」のオブジェクトが配列されている場合、「青」のオブジェクトのパラメータを「倒れない」から「前に倒れる」に変更することを示している。   In the example shown in FIG. 6, when the “blue” object is arranged next to the “orange” object, the parameter of the “blue” object is changed from “cannot fall” to “fall forward”. Show.

なお、他のオブジェクト種についても、特定の複数のオブジェクトの組み合わせ(3個以上であっても良い)がある場合に、オブジェクトの動作を変更するように配列設定データを設定することができる。   For other object types, the arrangement setting data can be set so as to change the operation of the object when there is a combination of a plurality of specific objects (may be three or more).

次に、ゲームフィールドに複数のドミノを配列(オブジェクト生成)するオブジェクト配列処理について、図7に示すフローチャートを参照しながら説明する。
図8は、ドミノゲームを実行する際のゲーム画面の一例を示している。
ゲーム画面では、画面全体にゲームフィールドエリアが設定されている。ゲームフィールドエリアには、ユーザ操作によって配列された複数のオブジェクト(ドミノ)が表示される。ゲーム画面左側上部には、ズームバーが配置されている。ズームバーは、スライダーをポインティングデバイスなどの操作により上下させることで、拡大縮小率を変更して、ゲームフィールドエリアに表示される範囲を変更することができる。例えば、拡大させることで個々のドミノを確認することができ、また縮小させることで広範囲にドミノが配置された状態を確認することができる。
Next, object arrangement processing for arranging a plurality of dominoes (object generation) in the game field will be described with reference to the flowchart shown in FIG.
FIG. 8 shows an example of a game screen when executing a domino game.
On the game screen, a game field area is set on the entire screen. In the game field area, a plurality of objects (dominos) arranged by a user operation are displayed. A zoom bar is arranged in the upper left part of the game screen. The zoom bar can change the range displayed in the game field area by changing the enlargement / reduction ratio by moving the slider up and down by operating a pointing device or the like. For example, it is possible to confirm individual dominoes by enlarging them, and it is possible to confirm a state where dominoes are arranged in a wide range by reducing them.

また、ゲーム画面下部には、複数のツールアイコンが配置されている。複数のツールアイコンには、オブジェクトの配置を指示するためのペンアイコンA、配置されたオブジェクトの取り消し(消去)を指示するための消しゴムアイコンB、ゲームの実行(再生)を指示するための再生アイコンC、ゲームフィールドに配置されたオブジェクトの向きの調整を指示するための回転アイコンDが設けられている。なお、他の処理を指示するためのツールアイコンが設けられていても良い。   In addition, a plurality of tool icons are arranged at the bottom of the game screen. The plurality of tool icons include a pen icon A for instructing the placement of the object, an eraser icon B for instructing the cancellation (erasing) of the arranged object, and a playback icon for instructing the execution (playback) of the game. C, A rotation icon D is provided for instructing the adjustment of the orientation of the object arranged in the game field. A tool icon for instructing other processing may be provided.

まず、ゲーム画面において、マウス22などのポインティングデバイスの操作によりペンアイコンが選択されると、オブジェクト生成部32は、ライン描画ツールを起動して、ペン形状のカーソル(ペンカーソル)を表示させる。ここで、マウス22を用いてドラッグ操作がされると、オブジェクト生成部32は、ゲームフィールドにおいて、ドラッグが開始された位置からラインを描画する(ステップA3、Yes)。図8は、ペンカーソルがドラッグ操作により移動した軌跡(ライン)を表している。   First, when a pen icon is selected by operating a pointing device such as the mouse 22 on the game screen, the object generation unit 32 activates a line drawing tool to display a pen-shaped cursor (pen cursor). Here, when a drag operation is performed using the mouse 22, the object generation unit 32 draws a line from the position where the drag is started in the game field (step A3, Yes). FIG. 8 shows a trajectory (line) in which the pen cursor is moved by a drag operation.

ドラッグ操作が終了されると、オブジェクト生成部32は、描画されたラインに沿ってドミノを表す複数のオブジェクトを生成して配置する(ステップA4)。図9は、ラインに沿って複数のドミノが生成されたゲーム画面の例を示している。   When the drag operation is finished, the object generation unit 32 generates and arranges a plurality of objects representing the domino along the drawn line (step A4). FIG. 9 shows an example of a game screen in which a plurality of dominoes are generated along a line.

例えば、オブジェクト生成部32は、描画されたラインに沿って、予め決められた所定の間隔毎にドミノを配列する位置(X座標、Y座標)を設定していく。次に、オブジェクト生成部32は、設定された各位置におけるドミノを配置する向き(角度)を、例えば描画された線に対してドミノの面が垂直となるように決定する。パラメータ設定部33は、オブジェクト生成部32により生成される各オブジェクトについての位置と向きを、図4に示すように、位置パラメータ、角度パラメータとしてオブジェクトパラメータ記憶部35に記憶させる。   For example, the object generation unit 32 sets positions (X coordinate, Y coordinate) at which dominoes are arranged at predetermined intervals along a drawn line. Next, the object generation unit 32 determines the orientation (angle) at which the domino is placed at each set position so that the domino surface is perpendicular to the drawn line, for example. The parameter setting unit 33 stores the position and orientation of each object generated by the object generation unit 32 in the object parameter storage unit 35 as a position parameter and an angle parameter as shown in FIG.

なお、ペンアイコンでは、生成対象とするオブジェクトのオブジェクト種を任意に設定することができる。例えば、ペンアイコンの位置にカーソルを移動させることにより、図10に示すように、例えば9種類のオブジェクトアイコンが表示される。9種類のアイコンは、例えば図5に示す「赤」〜「緑」の8つのオブジェクト種と「8色ブロック」のそれぞれを示している(それぞれ異なる色により表示される。「8色ブロック」に対応するアイコンはレインボー表示とする)。なお、「8色ブロック」は、8つのオブジェクト種のオブジェクトが連続して配置されたブロックである。「8色ブロック」を選択することによりブロック単位でオブジェクトを配置することができる。なお、「8色ブロック」に含まれる各ブロックについては、全て同じ動作により表示が制御される(例えば「赤」のオブジェクトと同じ)、あるいは各色のブロックに対して設定された動作を個々に行うように表示が制御されるものとする。。   In the pen icon, the object type of the object to be generated can be arbitrarily set. For example, by moving the cursor to the position of the pen icon, for example, nine types of object icons are displayed as shown in FIG. Nine types of icons indicate, for example, eight object types “red” to “green” and “8 color blocks” shown in FIG. 5 (respectively displayed in different colors. “8 color blocks”) (The corresponding icon will be displayed in rainbow). The “eight color block” is a block in which objects of eight object types are continuously arranged. By selecting “8-color block”, objects can be arranged in units of blocks. The display of all blocks included in the “eight color block” is controlled by the same operation (for example, the same as the “red” object), or the operation set for each color block is individually performed. It is assumed that the display is controlled as follows. .

ここで、カーソルを何れかのアイコンの位置に移動させてから、例えば横方向に移動させてアイコン(オブジェクト種)を選択することで、前述したように、ラインを描画することにより生成されるオブジェクトの種類を指定することができる(ステップA1、A2)。なお、ペンカーソルが位置するアイコンの近傍に同アイコンを選択することで生成されるオブジェクトについての説明を表示して、ユーザがオブジェクトを選択する際の参考にできるようにする。   Here, the object generated by drawing the line as described above by moving the cursor to the position of any icon and then selecting the icon (object type) by moving it in the horizontal direction, for example. Can be specified (steps A1, A2). Note that an explanation about an object generated by selecting the icon near the icon where the pen cursor is located is displayed so that the user can refer to it when selecting the object.

オブジェクト生成部32は、ライン描画に応じてオブジェクトを生成することにより、ゲームフィールドに配置したオブジェクトが所定の条件を満たすかを判定する。ここでは、同じ種類のオブジェクトが予め決められた数(例えば10個)に到達しているかを判別する。なお、所定の条件としては、他の個数としても良いし、オブジェクト種類の組み合わせ、オブジェクトが配置された位置など、任意に設定することができる。   The object generation unit 32 generates an object in accordance with line drawing to determine whether the object arranged in the game field satisfies a predetermined condition. Here, it is determined whether or not the same type of objects has reached a predetermined number (for example, 10). The predetermined condition may be any other number, and may be arbitrarily set such as a combination of object types and a position where the object is arranged.

ここで条件を満たすと判定された場合(ステップA7、Yes)、オブジェクト生成部32は、例えば予め決められた数に到達したオブジェクトと同じ種類のオブジェクトをフリーオブジェクトとしてゲームフィールド中に生成する。フリーオブジェクトは、ペンカーソルによる線の描画により生成されるオブジェクトとは無関係のオブジェクトであり、ゲームフィールド中でランダムに動作させるものとする。   When it is determined that the condition is satisfied (step A7, Yes), the object generation unit 32 generates, for example, an object of the same type as the object that has reached a predetermined number in the game field as a free object. The free object is an object unrelated to an object generated by drawing a line with a pen cursor, and is assumed to operate randomly in the game field.

図11(a)には、10個以上の同じオブジェクトが配置されたことにより、フリーオブジェクトがゲームフィールドに表れた様子を示している。さらに、オブジェクトを配置していくことで、図11(b)に示すように、複数のフリーオブジェクトがゲームフィールドにおいて表れる。なお、図11は、フリーオブジェクトが風船にぶら下がって降りてくる演出をしている例を示している(他の演出によって表れるようにしても良い)。   FIG. 11A shows a state where a free object appears in the game field due to the arrangement of 10 or more identical objects. Furthermore, by arranging the objects, a plurality of free objects appear in the game field as shown in FIG. Note that FIG. 11 shows an example in which a free object is hanging on a balloon and getting down (may be shown by other effects).

フリーオブジェクトは、ペンカーソルの操作によって配列中に組み込むことができる。例えば、図12(a)に示すように、ペンカーソルによってフリーオブジェクトがポインティングされ(ステップA9、Yes)、図12(b)に示すように、配列中にまでドラッグされると、オブジェクト生成部32は、フリーオブジェクトを既存の配列中に組み込む。   Free objects can be incorporated into the array by operating the pen cursor. For example, when the free object is pointed by the pen cursor as shown in FIG. 12A (step A9, Yes) and dragged into the array as shown in FIG. Incorporates a free object into an existing array.

フリーオブジェクトが配列に組み込まれると(ステップA10)、パラメータ設定部33は、フリーオブジェクトのパラメータをオブジェクトパラメータ記憶部35に記録する。この際、パラメータ設定部33は、フリーオブジェクトのパラメータを通常のオブジェクトとは異なる動作により表示されるように設定する。例えば、「赤」のフリーオブジェクトについては、予め設定された「正面に倒れる」動作をした後に、さらに別の動作をするようにパラメータを設定する。なお、通常のオブジェクトと同じパラメータを設定するようにしても良い。   When the free object is incorporated into the array (step A10), the parameter setting unit 33 records the parameter of the free object in the object parameter storage unit 35. At this time, the parameter setting unit 33 sets the parameters of the free object so as to be displayed by an operation different from that of the normal object. For example, for the “red” free object, the parameter is set so that another operation is performed after the preset “fall to the front” operation. Note that the same parameters as those of a normal object may be set.

このように、第1実施形態におけるドミノゲームでは、複数のドミノをゲームフィールドにおいて配列させる場合、単にゲームフィールド中でラインを描画するだけで良い。また、複数のオブジェクト種のオブジェクトを任意に組み合わせて、描画したラインに沿ってドミノを配列させることができるので、多彩な配列を簡単に試すことができる。   Thus, in the domino game according to the first embodiment, when a plurality of dominoes are arranged in the game field, it is only necessary to draw a line in the game field. In addition, since a plurality of object types can be arbitrarily combined and dominoes can be arranged along the drawn lines, various arrangements can be easily tried.

次に、ゲームの実行(再生)時の操作について説明する。
前述のように配列された複数のオブジェクトを動作させる場合には、カーソルによって再生アイコンが選択される。カーソルが再生アイコンに移動されると、図13に示すように、複数のカメラアングルアイコンが表示させる。各カメラアングルアイコンは、配列された複数のオブジェクトが倒れていく(動作する)様子を撮影する仮想のカメラ位置にそれぞれ対応している。なお、ペンカーソルが位置するカメラアングルアイコンの近傍に同アイコンを選択することで生成されるカメラアングルについての説明を表示して、ユーザがカメラアングルを選択する際の参考にできるようにする。
Next, operations at the time of game execution (playback) will be described.
When operating a plurality of objects arranged as described above, a reproduction icon is selected by the cursor. When the cursor is moved to the reproduction icon, a plurality of camera angle icons are displayed as shown in FIG. Each camera angle icon corresponds to a virtual camera position for photographing a state in which a plurality of arranged objects are tilted (operated). An explanation about the camera angle generated by selecting the icon near the camera angle icon where the pen cursor is located is displayed so that the user can refer to the camera angle when selecting the camera angle.

図14(a)〜(d)には、カメラアングルの一例を示している。図14(a)は、オブジェクトが設置される面(ゲームフィールド面)から見て45°の位置にカメラを設置する例を示している。この場合、ゲーム画面の中心に倒れる(動作する)ドミノがくるようにカメラ位置を移動させていく。図14(b)は、ドミノの真横にカメラを設置する例を示している。例えば、ドミノの高さを2分割した高さにカメラを設置して、倒れる(動作する)ドミノが移動するのに合わせてカメラ位置を移動させていく。図14(c)は、ドミノの真上にカメラを設置する例を示している。この場合、倒れる(動作する)ドミノの真上に常にカメラがあるようにカメラ位置を移動させていく。図14(d)は、ドミノの正面にカメラを設置する例を示している。図14(d)に示す例では、倒れる(動作する)ドミノの正面に位置し(高さは、図14(b)と同じ)、ドミノ側を撮影方向にしてドミノが倒れる方向にカメラを移動させていく。なお、図14(a)〜(d)に示すカメラアングルは一例であって、他のカメラアングルを選択できるようにしても良い。また、前述した説明では、カメラアングルのみについて説明しているが、ズームなどについても任意に設定できるようにしてカメラアングルデータとして設定できるようにしても良い。   FIGS. 14A to 14D show examples of camera angles. FIG. 14A shows an example in which the camera is installed at a position of 45 ° when viewed from the surface (game field surface) on which the object is installed. In this case, the camera position is moved so that the domino that falls (operates) comes to the center of the game screen. FIG. 14B shows an example in which a camera is installed directly beside Domino. For example, the camera is installed at a height obtained by dividing the height of the domino into two, and the camera position is moved in accordance with the movement of the domino that falls (operates). FIG. 14C shows an example in which a camera is installed right above the domino. In this case, the camera position is moved so that the camera is always directly above the falling (operating) domino. FIG. 14D shows an example in which a camera is installed in front of the domino. In the example shown in FIG. 14 (d), it is located in front of the domino that falls (operates) (the height is the same as in FIG. 14 (b)), and the camera is moved in the direction in which the domino collapses with the domino side as the shooting direction. I will let you. The camera angles shown in FIGS. 14A to 14D are examples, and other camera angles may be selected. In the above description, only the camera angle has been described. However, the zoom may be arbitrarily set and set as camera angle data.

オブジェクト制御部34は、再生アイコンによって指定されたカメラアングルを示すカメラアングルデータを、カメラ設定記憶部36に設定しておく。表示制御部34aは、以下に説明するオブジェクト表示制御処理において、カメラ設定記憶部36に設定されたカメラアングルデータに応じたカメラアングル(オブジェクトに対する仮想のカメラ位置)によるゲーム画面を作成して表示させる。   The object control unit 34 sets camera angle data indicating the camera angle designated by the reproduction icon in the camera setting storage unit 36. In the object display control process described below, the display control unit 34a creates and displays a game screen based on the camera angle (virtual camera position with respect to the object) corresponding to the camera angle data set in the camera setting storage unit 36. .

次に、前述のようにして配列された複数のオブジェクトを動作(再生)させるオブジェクト表示制御処理について、図15に示すフローチャートを参照しながら説明する。   Next, object display control processing for moving (reproducing) a plurality of objects arranged as described above will be described with reference to the flowchart shown in FIG.

再生アイコン(カメラアングルアイコン)により再生が指示されると、表示制御部34aは、オブジェクトパラメータ記憶部35の先頭(オブジェクト番号0)に記憶されたオブジェクト種を読み出し(ステップB1)、このオブジェクト種に応じた動作を決定する(ステップB2)。表示制御部34aは、この決定された動作によりオブジェクト(ドミノ)を、カメラ設定記憶部36に設定されたカメラアングルデータに応じたゲーム画面中において表示させる(ステップB3)。例えば、「赤」のオブジェクトを示すオブジェクト種が読み出された場合には、該当するオブジェクトを配列位置から正面方向に倒れるように表示させる。   When playback is instructed by the playback icon (camera angle icon), the display control unit 34a reads the object type stored at the head (object number 0) of the object parameter storage unit 35 (step B1), and sets this object type. The corresponding operation is determined (step B2). The display control unit 34a causes the determined operation to display the object (domino) on the game screen corresponding to the camera angle data set in the camera setting storage unit 36 (step B3). For example, when an object type indicating a “red” object is read, the corresponding object is displayed so as to fall in the front direction from the arrangement position.

表示制御部34aは、オブジェクトの動作によって作用を受ける位置に他のオブジェクトが配列されているかを、オブジェクトパラメータ記憶部35に記憶された位置パラメータをもとに判別する(ステップB4)。例えば、「赤」のオブジェクトが正面に倒れる方向に、所定の距離内で別のオブジェクトが存在する場合には、作用を受けるオブジェクトが存在するものとして判別する。   The display control unit 34a determines whether another object is arranged at a position affected by the movement of the object based on the position parameter stored in the object parameter storage unit 35 (step B4). For example, when another object exists within a predetermined distance in the direction in which the “red” object falls to the front, it is determined that there is an object to be affected.

なお、オブジェクト種によって、オブジェクトの動作によって作用を及ぼす範囲が異なるため、オブジェクト種に応じた方向、及び距離に基づいて、作用を受ける他のオブジェクトが存在するかを判別する。例えば「水色」のオブジェクトは「右に倒れる」動作をするため、同オブジェクトの右方向の所定の距離内に他のオブジェクトが存在しているかに基づいて、作用を受けるオブジェクトが存在するか否かを判別する。   Note that since the range of action varies depending on the object type depending on the object type, it is determined whether there is another object to be acted on based on the direction and distance according to the object type. For example, because the “light blue” object “falls to the right”, whether or not there is an affected object based on whether another object exists within a predetermined distance in the right direction of the object. Is determined.

図16には「ピンク」のオブジェクトの動作例、図17には「黄」のオブジェクトの動作例をそれぞれ示している。「ピンク」のオブジェクトの場合には、図16に示すように回転させるため、同オブジェクトの周辺に配置されている複数のオブジェクトが作用を受けるものと判別する。「黄」のオブジェクトの場合には、図17に示すように、配置位置から所定距離を飛んでいくため、飛んでいく先に配置されたオブジェクトが作用を受けるものと判別する。   FIG. 16 shows an operation example of the “pink” object, and FIG. 17 shows an operation example of the “yellow” object. In the case of an object of “pink”, since it is rotated as shown in FIG. 16, it is determined that a plurality of objects arranged around the object are affected. In the case of an object of “yellow”, as shown in FIG. 17, since the object flies a predetermined distance from the arrangement position, it is determined that the object arranged ahead of the object is affected.

ここで、他のオブジェクトが存在すると判別された場合(ステップB5、Yes)、表示制御部34aは、配列設定データ(図6)を参照して、動作させたオブジェクトと作用を受ける位置に配列された他のオブジェクトとについて配列設定がされているかを判別する(ステップB6)。すなわち、予め決められた動作とは異なる動作をさせるオブジェクトが存在するかを判別する。   Here, when it is determined that another object exists (step B5, Yes), the display control unit 34a is arranged at a position where the operated object and the action are received with reference to the arrangement setting data (FIG. 6). It is determined whether or not the arrangement is set for another object (step B6). That is, it is determined whether there is an object that causes an action different from a predetermined action.

配列設定されたオブジェクトがない場合には(ステップB7、No)、表示制御部34aは、前述と同様にして、作用を受けると判別された他のオブジェクトのオブジェクト種をオブジェクトパラメータ記憶部35から読み出し、オブジェクト種に応じて決定された動作によって表示させる(ステップB1〜B3)。   If there is no array-set object (step B7, No), the display control unit 34a reads the object types of other objects determined to be affected from the object parameter storage unit 35 in the same manner as described above. Then, display is performed by the action determined according to the object type (steps B1 to B3).

一方、配列設定されたオブジェクトがある場合には(ステップB7、Yes)、表示制御部34aは、他のオブジェクトの動作を配列設定データに応じて決定し(ステップB8)、この決定された動作によりオブジェクトを表示させる(ステップB9)。   On the other hand, if there is an array-set object (step B7, Yes), the display control unit 34a determines the operation of the other object according to the array setting data (step B8). The object is displayed (step B9).

例えば、オブジェクトの配列中において、「オレンジ」のオブジェクトに続いて「青」のオブジェクトが配列されていた場合、図6に示す配列設定データに示す配列に該当するため、「青」のオブジェクトの予め設定されている動作「倒れない」を「正面に倒れる」に変更して、このオブジェクトを表示させる。以下、前述と同様にして、表示制御部34aは、オブジェクトの動作によって作用を受ける位置に他のオブジェクトが配列されているかを、オブジェクトパラメータ記憶部35に記憶された位置パラメータをもとに判別する(ステップB4)。   For example, in the arrangement of objects, when the “blue” object is arranged after the “orange” object, it corresponds to the arrangement shown in the arrangement setting data shown in FIG. Change the set action "Do not fall" to "Fall in front" and display this object. Thereafter, in the same manner as described above, the display control unit 34a determines whether another object is arranged at a position affected by the action of the object based on the position parameter stored in the object parameter storage unit 35. (Step B4).

作用を受ける他のオブジェクトがない場合には(ステップB5、No)、表示制御部34aは、オブジェクト表示制御処理を終了する。   If there is no other object to be acted on (step B5, No), the display control unit 34a ends the object display control process.

このようにして、第1実施形態におけるドミノゲームでは、図5に示すように、オブジェクト種毎に異なる動作が設定されているため、実物のドミノのように全てが同じ動きで単純に倒れていくだけでなく、種類毎に特徴をもった動きにより表示させて、ゲーム特有のおもしろさを付加することができる。また、オブジェクトに対して予め設定された動作だけでなく、所定のオブジェクトの組み合わせにより配列させることで、さらに異なる動きにより表示させることもできる。   In this way, in the domino game according to the first embodiment, as shown in FIG. 5, since different actions are set for each object type, all of them simply fall down with the same movement like a real domino. Rather, it can be displayed by movements having characteristics for each type, and a game-specific fun can be added. Further, not only the motion set in advance with respect to the object, but also the display can be made with different motions by arranging them by a combination of predetermined objects.

(第2実施形態)
次に、第2実施形態について説明する。第2実施形態では、人や動物などの各種のキャラクタを表すオブジェクトをゲームフィールドに配列して、配列順にキャラクタの動作を伝達させていく伝達ゲームを例にして説明する。第2実施形態は、基本的に第1実施形態と同様にして実行されるものとし、異なる部分について説明する。
(Second Embodiment)
Next, a second embodiment will be described. In the second embodiment, a transmission game in which objects representing various characters such as people and animals are arranged in a game field and the movements of the characters are transmitted in the arrangement order will be described as an example. The second embodiment is basically executed in the same manner as the first embodiment, and different parts will be described.

図18は、オブジェクトパラメータ記憶部35に記憶されるオブジェクトパラメータの一例を示す図である。
図18に示すように、オブジェクト生成部32により生成(配列)される各オブジェクトに付されるオブジェクト番号と対応付けて、パラメータ設定部33により設定されたパラメータが設定される。図18に示す例では、オブジェクトパラメータとしてオブジェクト種が記憶される。第2実施形態では、オブジェクトをゲームフィールドに一列で配列させるものとし、位置パラメータ、角度パラメータを不要としている。なお、第1実施形態(図4)と同様のオブジェクトパラメータを記録するようにしても良い。
FIG. 18 is a diagram illustrating an example of object parameters stored in the object parameter storage unit 35.
As shown in FIG. 18, the parameter set by the parameter setting unit 33 is set in association with the object number assigned to each object generated (arrayed) by the object generation unit 32. In the example shown in FIG. 18, an object type is stored as an object parameter. In the second embodiment, the objects are arranged in a line in the game field, and the position parameter and the angle parameter are unnecessary. Note that the same object parameters as in the first embodiment (FIG. 4) may be recorded.

図19は、第2実施形態における伝達ゲームで使用される、オブジェクトの動作を定義するパラメータの一例を示す図である。図19に示すように、オブジェクトの動作を定義するパラメータは、オブジェクト種毎に固有の動作を示している。例えば、「青年」「おばあさん」「犬」などのキャラクタを表すオブジェクト種のそれぞれに対して、キャラクタ固有の動作が設定されている。また、オブジェクト種のそれぞれに対して、動作による他のオブジェクトに対する作用の大きさを表す勢い値と、他のオブジェクトから動作による作用を受けた場合に、次に配列された他のオブジェクトに対して動作するか否かを判断するための基準値である動作可能値が含まれている。   FIG. 19 is a diagram illustrating an example of parameters used in the transfer game according to the second embodiment to define the action of the object. As shown in FIG. 19, the parameter that defines the operation of the object indicates a specific operation for each object type. For example, a character-specific action is set for each of the object types representing characters such as “young”, “granny”, and “dog”. Also, for each object type, when receiving a momentum value indicating the magnitude of the action on the other object by the action and an action by the action from another object, the other objects arranged next An operable value that is a reference value for determining whether or not to operate is included.

図20は、第2実施形態における配列設定データの一例を示す図である。図20に示す配列設定データでは、3つのオブジェクトの組み合わせの例が含まれている(例えば「子供→お母さん→お父さん」)。また、動作が変更されるオブジェクトを後に配列されたオブジェクトとするだけでなく、前(先)に配置されたオブジェクトの動作を変更する例が含まれている。すなわち、配列「子供→青年」については、「子供」のオブジェクトの動作を「蹴る」から「頭突き」に変更することを示している。さらに、配列設定データでは、各オブジェクトの組み合わせに対して勢い値が設定されている。   FIG. 20 is a diagram illustrating an example of array setting data according to the second embodiment. The array setting data shown in FIG. 20 includes an example of a combination of three objects (for example, “children → mother → dad”). Further, an example is included in which not only the object whose behavior is changed is set as an object arranged later, but also the behavior of the object arranged in front (destination) is changed. That is, for the array “children → youth”, the movement of the object “children” is changed from “kick” to “head butt”. Furthermore, in the array setting data, a momentum value is set for each object combination.

次に、前述のようにして配列された複数のオブジェクトを動作(再生)させるオブジェクト表示制御処理について、図21に示すフローチャートを参照しながら説明する。   Next, an object display control process for moving (reproducing) a plurality of objects arranged as described above will be described with reference to the flowchart shown in FIG.

図22は、伝達ゲームを実行する際のゲーム画面の一例を示している。なお、第2実施形態におけるオブジェクト(キャラクタ)の配列は、ゲームフィールドに配置対象とするキャラクタ(オブジェクト種)をユーザにより選択させることにより行われるものとする。オブジェクト生成部32は、ユーザにより指定されたキャラクタを、順番にゲームフィールドに配置していく。なお、図22に示す例では、オブジェクトを単純に一列に配列させているが、第1実施形態と同様にして配列位置とキャラクタの方向を任意に指定させることで、キャラクタを配列するようにしても良い。また、一列に配列させるだけでなく、ドミノゲームのように列を分岐させるようにしても良い。   FIG. 22 shows an example of a game screen when a transfer game is executed. Note that the arrangement of objects (characters) in the second embodiment is performed by the user selecting a character (object type) to be placed in the game field. The object generation unit 32 sequentially arranges characters designated by the user in the game field. In the example shown in FIG. 22, the objects are simply arranged in a line. However, as in the first embodiment, characters can be arranged by arbitrarily specifying the arrangement position and the character direction. Also good. In addition to arranging in a line, the line may be branched like a domino game.

まず、再生アイコンにより再生が指示されると、表示制御部34aは、オブジェクトパラメータ記憶部35の先頭(オブジェクト番号0)に記憶されたオブジェクト種を読み出し(ステップC1)、このオブジェクト種の動作可能値と先のオブジェクトの勢い値とを比較する(ステップC2)。   First, when playback is instructed by the playback icon, the display control unit 34a reads the object type stored at the head (object number 0) of the object parameter storage unit 35 (step C1), and the operable value of this object type And the momentum value of the previous object are compared (step C2).

ここで、先のオブジェクトの勢い値が次のオブジェクトの動作可能値以上でない場合には(ステップC3、No)、表示制御部34aは、先のオブジェクトの動作により次のオブジェクトに動作が伝達されないものとしてオブジェクト表示制御処理を終了する。   Here, when the momentum value of the previous object is not equal to or greater than the operable value of the next object (step C3, No), the display control unit 34a does not transmit the motion to the next object due to the motion of the previous object. Then, the object display control process is terminated.

一方、先のオブジェクトの勢い値が次のオブジェクトの動作可能値以上である場合には(ステップC3、Yes)、表示制御部34aは、先のオブジェクトの動作により次のオブジェクトに動作が伝達されるものと判別する。そして、表示制御部34aは、図20に示す配列関係データを参照して、次のオブジェクトに配列設定がされているかを判別する。   On the other hand, when the momentum value of the previous object is equal to or greater than the operable value of the next object (step C3, Yes), the display control unit 34a transmits the motion to the next object by the motion of the previous object. It is determined as a thing. Then, the display control unit 34a refers to the array relation data shown in FIG. 20 and determines whether or not the next object has an array setting.

配列設定がされていない場合には(ステップC4、No)、表示制御部34aは、次のオブジェクトのオブジェクト種に応じた動作を決定し(ステップC5)、この決定された動作によりオブジェクトを表示する。例えば、「青年」のオブジェクトについては、次に配列されたキャラクタを「殴る」ように動作させる。   When the arrangement is not set (step C4, No), the display control unit 34a determines an operation according to the object type of the next object (step C5), and displays the object by the determined operation. . For example, with respect to the object of “Youth”, the character arranged next is operated to “speak”.

これに対し、配列設定がされている場合には(ステップC4、Yes)、表示制御部34aは、配列設定に応じた各オブジェクトの動きを設定し(ステップC7)、決定された動作により各オブジェクトを表示する(ステップC8)。例えば、次のオブジェクトが「子供」であり、同オブジェクトに続いて「青年」のオブジェクトが配列されていた場合には、配列設定データを参照して、「子供」のオブジェクトの動作を「蹴る」から「頭突き」に変更して表示し、また「青年」のオブジェクトの動作を予め設定された「蹴る」の動作により表示させる。また、「青年」のオブジェクトの勢い値を「5」に変更して、次のオブジェクトに動作を伝達するために必要な値を変更する。   On the other hand, when the arrangement is set (step C4, Yes), the display control unit 34a sets the movement of each object according to the arrangement setting (step C7), and each object is determined by the determined operation. Is displayed (step C8). For example, when the next object is “child” and the object of “youth” is arranged following the object, “kick” the action of the object of “kid” with reference to the arrangement setting data. Is changed from “head-to-head” to display, and the movement of the object of “youth” is displayed by the action of “kick” set in advance. In addition, the momentum value of the object “Youth” is changed to “5”, and the value necessary for transmitting the motion to the next object is changed.

オブジェクトパラメータ記憶部35に次のオブジェクトについてのオブジェクトパラメータが記録されていれば(ステップC9、Yes)、表示制御部34aは、前述と同様の処理を繰り返して実行する。   If the object parameter for the next object is recorded in the object parameter storage unit 35 (step C9, Yes), the display control unit 34a repeatedly executes the same processing as described above.

この結果、例えば図23に示すように、複数の異なるキャラクタの動作を、配列順に次々に伝達していくことができる。第2実施形態では、各オブジェクト(キャラクタ)に設定された勢い値や動作可能値を考慮しながら適切な種類のオブジェクトを配列しなければ動作が伝達することができない。また、配列関係を利用することで、キャラクタに通常とは異なる動作をさせたり、勢い値を変更させたりすることができ、ゲーム内容に変化を与えることができる。   As a result, as shown in FIG. 23, for example, the motions of a plurality of different characters can be transmitted one after another in the order of arrangement. In the second embodiment, an action cannot be transmitted unless an appropriate type of object is arranged while considering the momentum value and the actionable value set for each object (character). Further, by utilizing the arrangement relationship, the character can be made to perform an unusual action or the momentum value can be changed, and the game contents can be changed.

また、前述した説明では、勢い値を次のオブジェクトに動作を伝達できるか否かを判別するために用いているが、例えば所定のオブジェクトを配列することにより、各オブジェクトの勢い値を順次加算していき、大きな値が設定された特別なキャラクタ(敵キャラクタ)に攻撃加えて倒すといったゲーム内容とすることも可能である。   In the above description, the momentum value is used to determine whether or not the motion can be transmitted to the next object. For example, by arranging predetermined objects, the momentum value of each object is sequentially added. It is also possible to make the game content such as attacking and defeating a special character (enemy character) set with a large value.

このようにして、第2実施形態における伝達ゲームでは、第1実施形態と同様にして、複数の異なる種類のオブジェクト毎に異なる動作をさせて、配列順に動作を伝達させていくことができる。また、配列関係を利用することで、所定のオブジェクトの組み合わせにより、さらに異なる動きにより表示させることもでき、ゲーム特有のおもしろさを付加することができる。   In this way, in the transfer game in the second embodiment, as in the first embodiment, different actions can be performed for a plurality of different types of objects, and the actions can be transmitted in the order of arrangement. Further, by utilizing the arrangement relationship, it is possible to display with different movements by a combination of predetermined objects, and it is possible to add a fun unique to the game.

なお、前述した説明では、電子機器6においてゲームを実行するものとして説明しているが、オブジェクトパラメータ記憶部35に記録されたオブジェクトパラメータを、他の装置に送信して、他の装置において前述のようにしてオブジェクトを再生(動作)させることもできる。   In the above description, the game is executed on the electronic device 6. However, the object parameter recorded in the object parameter storage unit 35 is transmitted to another device, and the other device described above. In this way, the object can be reproduced (operated).

図24は、オブジェクトパラメータをもとに、他の装置においてオブジェクトを再生(動作)させるシステムの一例を示している。
電子機器6では、前述したように、ゲームプログラムを実行することによりオブジェクトパラメータを作成し、これをユーザが作成したカスタムデータとしてサーバ3にアップロードする。サーバ3は、アップロードされたカスタムデータをもとに、Webページを通じてサムネイルとして表示するためのサムネイル画像を生成して、Webページに登録して公開する(サムネイル変換)。このサムネイル表示では、図25に示すように、1つのオブジェクトを1つのドットにより表現し、それぞれに対応するオブジェクトと同じ色によって表示する。
FIG. 24 shows an example of a system for reproducing (operating) an object in another device based on the object parameter.
As described above, the electronic device 6 creates an object parameter by executing the game program, and uploads it to the server 3 as custom data created by the user. The server 3 generates a thumbnail image to be displayed as a thumbnail through a Web page based on the uploaded custom data, registers it on the Web page, and publishes it (thumbnail conversion). In this thumbnail display, as shown in FIG. 25, one object is represented by one dot and displayed in the same color as the corresponding object.

また、サーバ3は、電子機器6に対して、他のWebページ(例えばブログ)からサーバ3が公開するサムネイルにリンクを設定するためのタグを発行して送信する。電子機器6のユーザは、サーバ3から受信したタグを、サーバ4において公開している個人ブログに貼り付けて公開する。これにより、ユーザの個人ブログにアクセスした他のユーザは、個人ブログを通じて、サーバ3によりサムネイルが公開されているWebページにアクセスすることができる。   In addition, the server 3 issues and transmits a tag for setting a link to a thumbnail published by the server 3 from another Web page (for example, a blog) to the electronic device 6. The user of the electronic device 6 publishes the tag received from the server 3 by pasting it on a personal blog published on the server 4. Thereby, other users who have accessed the user's personal blog can access the Web page on which the thumbnail is published by the server 3 through the personal blog.

サーバ3は、サムネイルを表示する際、電子機器6において実行されるゲームプログラムと同様にして、各ドットを例えば第1実施形態における図25に示すオブジェクト種毎の動作や配列関係データにおいて設定された動作に基づいて表示制御する。例えば、「赤」のオブジェクトに対応するドットについては倒れる方向に合わせて微小距離を移動させ、「緑」のオブジェクトに対応するドットについては左右方向に微小振動させることにより、オブジェクトの動作を表現する。   When displaying the thumbnail, the server 3 sets each dot in, for example, the operation or arrangement relation data for each object type shown in FIG. 25 in the first embodiment in the same manner as the game program executed in the electronic device 6. Display control based on the operation. For example, the dot corresponding to the “red” object is moved by a minute distance in accordance with the falling direction, and the dot corresponding to the “green” object is minutely vibrated in the left-right direction to express the motion of the object. .

このように、サムネイル表示する際に、オブジェクトが配列された1場面の画像を表示するのではなく、カスタムデータをもとにサムネイル用のオブジェクトをドットで表現した画像を生成し、この画像においてオブジェクトの動作と同様にして各ドットを表示制御することによって、サムネイル表示から全配列によるオブジェクトの動作内容を容易に把握することができる。   In this way, when displaying thumbnails, instead of displaying an image of one scene in which objects are arranged, an image in which thumbnail objects are represented by dots based on custom data is generated. By controlling the display of each dot in the same manner as in the above operation, it is possible to easily grasp the operation contents of the object based on the entire arrangement from the thumbnail display.

サーバ3のWebページにアクセスした他のユーザは、サムネイル表示を参照することにより配列の内容を把握し、ダウンロード対象とするカスタムデータをWebページ中から選択することができる。   Other users who access the Web page of the server 3 can grasp the contents of the array by referring to the thumbnail display, and can select custom data to be downloaded from the Web page.

このようにして、電子機器6において作成されたオブジェクトパラメータをもとに、他の機器において同様の表示制御をすることが可能である。   In this way, it is possible to perform similar display control in other devices based on the object parameters created in the electronic device 6.

なお、本発明は上記実施形態そのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化できる。また、上記実施形態に開示されている複数の構成要素の適宜な組み合わせにより、種々の発明を形成できる。例えば、実施形態に示される全構成要素から幾つかの構成要素を削除してもよい。さらに、異なる実施形態にわたる構成要素を適宜組み合わせてもよい。   Note that the present invention is not limited to the above-described embodiment as it is, and can be embodied by modifying the constituent elements without departing from the scope of the invention in the implementation stage. In addition, various inventions can be formed by appropriately combining a plurality of components disclosed in the embodiment. For example, some components may be deleted from all the components shown in the embodiment. Furthermore, constituent elements over different embodiments may be appropriately combined.

また、実施形態に記載した手法は、コンピュータに実行させることができるプログラム(ソフトウエア手段)として、例えば磁気ディスク(フレキシブルディスク、ハードディスク等)、光ディスク(CD−ROM、DVD、MO等)、半導体メモリ(ROM、RAM、フラッシュメモリ等)等の記録媒体に格納し、また通信媒体により伝送して頒布することもできる。なお、媒体側に格納されるプログラムには、コンピュータに実行させるソフトウエア手段(実行プログラムのみならずテーブルやデータ構造も含む)をコンピュータ内に構成させる設定プログラムをも含む。本装置を実現するコンピュータは、記録媒体に記録されたプログラムを読み込み、また場合により設定プログラムによりソフトウエア手段を構築し、このソフトウエア手段によって動作が制御されることにより上述した処理を実行する。なお、本明細書でいう記録媒体は、頒布用に限らず、コンピュータ内部あるいはネットワークを介して接続される機器に設けられた磁気ディスクや半導体メモリ等の記憶媒体を含むものである。   In addition, the method described in the embodiment is, for example, a magnetic disk (flexible disk, hard disk, etc.), an optical disk (CD-ROM, DVD, MO, etc.), a semiconductor memory, etc. It can also be stored in a recording medium such as (ROM, RAM, flash memory, etc.), or transmitted and distributed via a communication medium. The program stored on the medium side also includes a setting program that configures in the computer software means (including not only the execution program but also a table and data structure) that is executed by the computer. A computer that implements the present apparatus reads the program recorded on the recording medium, constructs software means by a setting program in some cases, and executes the above-described processing by controlling the operation by the software means. The recording medium referred to in this specification is not limited to distribution, but includes a storage medium such as a magnetic disk or a semiconductor memory provided in a computer or a device connected via a network.

本実施形態におけるシステムの構成を示すブロック図。The block diagram which shows the structure of the system in this embodiment. 本実施形態における電子機器6の構成を示すブロック図。The block diagram which shows the structure of the electronic device 6 in this embodiment. 制御部10(CPU)によってゲームプログラムを実行することにより実現されるゲーム制御部30の機能構成を示すブロック図。The block diagram which shows the function structure of the game control part 30 implement | achieved by running a game program by the control part 10 (CPU). オブジェクトパラメータ記憶部35に記憶されるオブジェクトパラメータの一例を示す図。The figure which shows an example of the object parameter memorize | stored in the object parameter memory | storage part 35. FIG. 第1実施形態におけるドミノゲームで使用される、オブジェクトの動作を定義するパラメータの一例を示す図。The figure which shows an example of the parameter which defines the operation | movement of an object used in the domino game in 1st Embodiment. 第1実施形態における配列設定データの一例を示す図。The figure which shows an example of the arrangement | sequence setting data in 1st Embodiment. ゲームフィールドに複数のドミノを配列(オブジェクト生成)するオブジェクト配列処理について示すフローチャート。The flowchart shown about the object arrangement | sequence process which arranges a some domino in a game field (object production | generation). ドミノゲームを実行する際のゲーム画面の一例を示す図。The figure which shows an example of the game screen at the time of performing a Domino game. ラインに沿って複数のドミノが生成されたゲーム画面の例を示す図。The figure which shows the example of the game screen with which the some domino was produced | generated along the line. オブジェクト種を設定するためのゲーム画面の例を示す図。The figure which shows the example of the game screen for setting an object kind. フリーオブジェクトの表示例を示す図。The figure which shows the example of a display of a free object. フリーオブジェクトに対する操作について示す図。The figure shown about operation with respect to a free object. 複数のカメラアングルアイコンが表示されたゲーム画面の例を示す図。The figure which shows the example of the game screen on which the several camera angle icon was displayed. カメラアングルについて説明するための図。The figure for demonstrating a camera angle. 第1実施形態におけるオブジェクトを動作(再生)させるオブジェクト表示制御処理について示すフローチャート。5 is a flowchart showing object display control processing for moving (reproducing) an object in the first embodiment. 「ピンク」のオブジェクトの動作例を示す図。The figure which shows the operation example of the object of "pink". 「黄」のオブジェクトの動作例を示す図。The figure which shows the operation example of the object of "yellow". オブジェクトパラメータ記憶部35に記憶されるオブジェクトパラメータの一例を示す図。The figure which shows an example of the object parameter memorize | stored in the object parameter memory | storage part 35. FIG. 第2実施形態における伝達ゲームで使用されるオブジェクトの動作を定義するパラメータの一例を示す図。The figure which shows an example of the parameter which defines the operation | movement of the object used in the transfer game in 2nd Embodiment. 第2実施形態における配列設定データの一例を示す図。The figure which shows an example of the arrangement | sequence setting data in 2nd Embodiment. 第2実施形態におけるオブジェクトを動作(再生)させるオブジェクト表示制御処理について示すフローチャート。The flowchart shown about the object display control process which operates (reproduces) the object in 2nd Embodiment. 伝達ゲームを実行する際のゲーム画面の一例を示す図。The figure which shows an example of the game screen at the time of performing a transmission game. 第2実施形態における複数の異なるキャラクタの動作を配列順に伝達していく例を示す図。The figure which shows the example which transmits the operation | movement of several different characters in 2nd Embodiment in order of arrangement | sequence. オブジェクトパラメータをもとに他の装置においてオブジェクトを再生(動作)させるシステムの一例を示す図。The figure which shows an example of the system which reproduces | regenerates (operates) an object in another apparatus based on an object parameter. サムネイル表示の一例を示す図。The figure which shows an example of a thumbnail display.

符号の説明Explanation of symbols

10…制御部、11…メモリ、12…ハードディスク装置、13…通信インタフェース部、14…表示制御部、15…音声制御部、16…ディスクドライブ装置、17…入力インタフェース部、18…ディスプレイ、19…スピーカ、20…ディスク、21…キーボード、22…マウス、23…タブレット、24…スタイラスペン、30…ゲーム制御部、31…入力制御部、32…オブジェクト生成部、33…パラメータ設定部、33a…位置設定部、33b…角度設定部、33c…オブジェクト種設定部、34…オブジェクト制御部、34a…表示制御部、34b…音声制御部、35…オブジェクトパラメータ記憶部。   DESCRIPTION OF SYMBOLS 10 ... Control part, 11 ... Memory, 12 ... Hard disk apparatus, 13 ... Communication interface part, 14 ... Display control part, 15 ... Audio | voice control part, 16 ... Disk drive apparatus, 17 ... Input interface part, 18 ... Display, 19 ... Speaker, 20 ... disk, 21 ... keyboard, 22 ... mouse, 23 ... tablet, 24 ... stylus pen, 30 ... game control unit, 31 ... input control unit, 32 ... object generation unit, 33 ... parameter setting unit, 33a ... position Setting unit, 33b ... Angle setting unit, 33c ... Object type setting unit, 34 ... Object control unit, 34a ... Display control unit, 34b ... Audio control unit, 35 ... Object parameter storage unit.

Claims (5)

ゲーム画面中に複数のオブジェクトを配列させて表示し、前記オブジェクトを配列の順番に基づいて変化させるゲーム装置であって、
配列対象とするオブジェクトの種類を複数のオブジェクト種から選択させる選択手段と、
前記選択手段によって選択されたオブジェクト種のオブジェクトを生成してゲーム画面中に配列させるオブジェクト生成手段と、
前記オブジェクト生成手段によって生成された前記複数のオブジェクトのそれぞれの動作を定義するパラメータを設定するパラメータ設定手段と、
前記オブジェクト生成手段によって配列されたオブジェクトの順番に基づいて、ゲーム画面中で動作させるオブジェクトを判別する判別手段と、
前記判別手段によって判別されたオブジェクトを、前記パラメータ設定手段によって設定されたパラメータに基づいてゲーム画面中で動作させるオブジェクト制御手段と
を具備したことを特徴とするゲーム装置。
A game device that arranges and displays a plurality of objects in a game screen, and changes the objects based on the order of arrangement,
A selection means for selecting an object type to be arranged from a plurality of object types;
Object generation means for generating objects of the object type selected by the selection means and arranging them on the game screen;
Parameter setting means for setting parameters that define the operations of the plurality of objects generated by the object generation means;
Determining means for determining an object to be operated in the game screen based on the order of the objects arranged by the object generating means;
A game apparatus comprising: object control means for causing an object determined by the determination means to operate in a game screen based on a parameter set by the parameter setting means.
前記判別手段は、前記配列中の先のオブジェクトの動作に応じて、ゲーム画面中で動作させるオブジェクトを判別することを特徴とする請求項1記載のゲーム装置。   The game apparatus according to claim 1, wherein the determination unit determines an object to be operated on the game screen in accordance with an operation of a previous object in the array. 前記オブジェクト制御手段は、前記配列中の複数のオブジェクトの組み合わせに応じて決定されるパラメータに基づいて、ゲーム画面中でオブジェクトを動作させることを特徴とする請求項2記載のゲーム装置。   3. The game apparatus according to claim 2, wherein the object control means operates the object in the game screen based on a parameter determined according to a combination of the plurality of objects in the array. 前記オブジェクト生成手段によって生成されたオブジェクトが所定の条件を満たす場合に、前記配列に含まれないオブジェクトを生成してゲーム画面中に表示させるオブジェクト追加手段と、
前記オブジェクト追加手段により表示されたオブジェクトを前記オブジェクト生成手段により生成されたオブジェクトの配列中に組み込む組込み手段とをさらに具備し、
前記パラメータ設定手段は、前記組込み手段により組み込まれたオブジェクトを制御するためのパラメータを設定することを特徴とする請求項1記載のゲーム装置。
An object adding means for generating an object not included in the array and displaying it in the game screen when the object generated by the object generating means satisfies a predetermined condition;
And further includes a built-in means for incorporating the object displayed by the object adding means into the array of objects generated by the object generating means,
The game apparatus according to claim 1, wherein the parameter setting unit sets a parameter for controlling the object incorporated by the incorporation unit.
ゲーム画面中に複数のオブジェクトを配列させて表示し、前記オブジェクトを配列の順番に基づいて変化させるコンピュータを、
配列対象とするオブジェクトの種類を複数のオブジェクト種から選択させる選択手段と、
前記選択手段によって選択されたオブジェクト種のオブジェクトを生成してゲーム画面中に配列させるオブジェクト生成手段と、
前記オブジェクト生成手段によって生成された前記複数のオブジェクトのそれぞれを制御するためのパラメータを設定するパラメータ設定手段と、
前記オブジェクト生成手段によって配列されたオブジェクトの順番に基づいて、ゲーム画面中で動作させるオブジェクトを判別する判別する判別手段と、
前記判別手段によって判別されたオブジェクトに対して、前記パラメータ設定手段によって設定されたパラメータに基づいて、前記オブジェクトをゲーム画面中で動作させるオブジェクト制御手段として機能させるためのゲーム画面表示プログラム。
A computer that arranges and displays a plurality of objects on the game screen and changes the objects based on the order of the arrangement,
A selection means for selecting an object type to be arranged from a plurality of object types;
Object generation means for generating objects of the object type selected by the selection means and arranging them on the game screen;
Parameter setting means for setting parameters for controlling each of the plurality of objects generated by the object generating means;
A discriminating unit for discriminating an object to be operated in the game screen based on the order of the objects arranged by the object generating unit;
A game screen display program for causing an object determined by the determining means to function as an object control means for operating the object in the game screen based on parameters set by the parameter setting means.
JP2008230002A 2008-09-08 2008-09-08 Game device, game screen display program Active JP5601766B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008230002A JP5601766B2 (en) 2008-09-08 2008-09-08 Game device, game screen display program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008230002A JP5601766B2 (en) 2008-09-08 2008-09-08 Game device, game screen display program

Publications (2)

Publication Number Publication Date
JP2010063487A true JP2010063487A (en) 2010-03-25
JP5601766B2 JP5601766B2 (en) 2014-10-08

Family

ID=42189640

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008230002A Active JP5601766B2 (en) 2008-09-08 2008-09-08 Game device, game screen display program

Country Status (1)

Country Link
JP (1) JP5601766B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4530499A (en) * 1982-09-30 1985-07-23 Marvin Glass & Associates Domino, or the like, placing video game
JP2000176154A (en) * 1998-12-18 2000-06-27 Enix Corp Video game device and storage medium storing program
JP2005007069A (en) * 2003-06-20 2005-01-13 Nintendo Co Ltd Game machine, and game program
JP2005095324A (en) * 2003-09-24 2005-04-14 Namco Ltd Program, information storage medium and game device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4530499A (en) * 1982-09-30 1985-07-23 Marvin Glass & Associates Domino, or the like, placing video game
JP2000176154A (en) * 1998-12-18 2000-06-27 Enix Corp Video game device and storage medium storing program
JP2005007069A (en) * 2003-06-20 2005-01-13 Nintendo Co Ltd Game machine, and game program
JP2005095324A (en) * 2003-09-24 2005-04-14 Namco Ltd Program, information storage medium and game device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CSNE200800034035; 'GO!GO!ミノン' ゲーマガ 第24巻第8号, 20070801, p.154, ソフトバンククリエイティブ株式会社 *
JPN6013033764; 'GO!GO!ミノン' ゲーマガ 第24巻第8号, 20070801, p.154, ソフトバンククリエイティブ株式会社 *

Also Published As

Publication number Publication date
JP5601766B2 (en) 2014-10-08

Similar Documents

Publication Publication Date Title
US20240009572A1 (en) Open game engine and marketplace with associated game editing and creation tools
JP7461174B2 (en) Minigames accessed via shared interface
CN101549207B (en) Game movie distribution method and system
US20160155256A1 (en) Avatar personalization in a virtual environment
JP2008546232A (en) Creating publications that use game-based media content
JP5386070B2 (en) GAME DEVICE, GAME SCREEN DISPLAY PROGRAM, AND DISPLAY CONTROL METHOD
JP6357387B2 (en) Information processing apparatus, information processing system, information processing program, and information processing method
JP6441612B2 (en) Information processing apparatus, information processing system, information processing program, and information processing method
KR20140007997A (en) Server and method for providing board game, block of board game
EP2000189B1 (en) Video image generating device, character appearance changing method, information recording medium, and program
US20210146265A1 (en) Augmented reality system for enhancing the experience of playing with toys
JP4881981B2 (en) Virtual space display device, viewpoint setting method, and program
JP2020096768A (en) Information processing system, information processor, information processing program, and information processing method
JP5601766B2 (en) Game device, game screen display program
JP5205048B2 (en) Game device, game program
JP6554506B2 (en) INFORMATION PROCESSING METHOD, INFORMATION PROCESSING DEVICE, AND INFORMATION PROCESSING PROGRAM
JP5577014B2 (en) GAME DEVICE, GAME PROGRAM, AND OBJECT CONTROL METHOD
US20240037877A1 (en) Augmented reality system for enhancing the experience of playing with toys
JP6793765B2 (en) Program and game system
JP7442472B2 (en) program
Beksa et al. Adapting videogame interfaces for the visually impaired: a case study of audio game hub
WO2023063133A1 (en) Video generating system, computer program, and control method
JP2006020785A (en) Performance device and performance device control program
JP6722749B2 (en) Program and game system
Audronis Buildbox 2. x Game Development

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20100305

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100408

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20100415

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110801

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130709

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130909

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140527

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140704

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140722

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140819

R150 Certificate of patent or registration of utility model

Ref document number: 5601766

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150