JP7417146B2 - Information processing device and program - Google Patents

Information processing device and program Download PDF

Info

Publication number
JP7417146B2
JP7417146B2 JP2022141579A JP2022141579A JP7417146B2 JP 7417146 B2 JP7417146 B2 JP 7417146B2 JP 2022141579 A JP2022141579 A JP 2022141579A JP 2022141579 A JP2022141579 A JP 2022141579A JP 7417146 B2 JP7417146 B2 JP 7417146B2
Authority
JP
Japan
Prior art keywords
trajectory
closed
change
touch
end position
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2022141579A
Other languages
Japanese (ja)
Other versions
JP2022173246A (en
Inventor
弘毅 木村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mixi Inc
Original Assignee
Mixi 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 Mixi Inc filed Critical Mixi Inc
Priority to JP2022141579A priority Critical patent/JP7417146B2/en
Publication of JP2022173246A publication Critical patent/JP2022173246A/en
Priority to JP2023219728A priority patent/JP7460941B2/en
Application granted granted Critical
Publication of JP7417146B2 publication Critical patent/JP7417146B2/en
Priority to JP2024027693A priority patent/JP7518458B2/en
Priority to JP2024033194A priority patent/JP7575717B2/ja
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Description

本発明は、2次元以上の表示ができるディスプレイを用いた電子ゲームに関する。特に、タッチパネルに対するユーザのタッチ操作により入力される座標データを用いて進行するゲームを実装する装置及びプログラムに関するものである。 The present invention relates to an electronic game using a display capable of displaying two or more dimensions. In particular, the present invention relates to a device and a program for implementing a game that progresses using coordinate data input by a user's touch operation on a touch panel.

タッチパネルが設けられた画面に表示される第1のオブジェクトを移動させるタッチ操作の軌跡が閉図形を描く場合に当該閉図形に囲まれた第2のオブジェクトを第1のオブジェクトが攻撃する電子ゲームが知られている(例えば、特許文献1参照)。
当該電子ゲームを実装するゲーム装置は、攻撃対象のオブジェクトをユーザに直感的な操作で選択させることを本来の目的としている。
An electronic game is provided in which, when the trajectory of a touch operation for moving a first object displayed on a screen equipped with a touch panel draws a closed shape, the first object attacks a second object surrounded by the closed shape. known (for example, see Patent Document 1).
The original purpose of a game device implementing the electronic game is to allow a user to select an object to attack through an intuitive operation.

特開2006-311966号公報Japanese Patent Application Publication No. 2006-311966

特許文献1記載のゲーム装置は、操作性に対する悪印象をユーザに与えないよう、タッチ操作の軌跡を当該操作の進行方向に補完する処理と閉図形が完成したか否かを判定する処理とを順次繰り返す。そのため、タッチ操作の軌跡が閉図形を描いていなくても閉図形が完成したものとみなされる場合がある。
したがって、特許文献1記載のゲーム装置は、閉図形の完成点に応じて攻撃の効果に変化を加えるような仕組みとの親和性が本質的に低い。
The game device described in Patent Document 1 includes a process of complementing the trajectory of a touch operation in the direction of progress of the operation and a process of determining whether a closed figure is completed, so as not to give the user a bad impression of operability. Repeat sequentially. Therefore, even if the trajectory of the touch operation does not draw a closed shape, it may be considered that the closed shape is completed.
Therefore, the game device described in Patent Document 1 has essentially low compatibility with a mechanism that changes the effect of an attack depending on the completion point of a closed figure.

本発明が解決しようとする課題は、タッチパネルに対する一連のタッチ操作の軌跡が描く閉図形に関連付けてエフェクトを発生させる電子ゲームにおいて、閉図形の完成点に応じて当該電子ゲームに変化を加える、という点である。 The problem to be solved by the present invention is to add a change to the electronic game according to the completion point of the closed figure in an electronic game that generates an effect in association with a closed figure drawn by a trajectory of a series of touch operations on a touch panel. It is a point.

上記課題を解決するため、本発明の一態様である「情報処理装置」は、一連のタッチ操作の軌跡が閉図形を形成する場合に当該軌跡上の基準点に関連する基準要素と当該閉図形の完成点に関連する比較要素との相対的関係を特定する特定手段と、前記形成された閉図形に関連付けて発生させるべきエフェクトの変更内容を前記特定手段により特定される相対的関係に応じて決定する決定手段と、を具備する。
上記課題を解決するため、本発明の一態様である「情報処理装置の制御方法」は、一連のタッチ操作の軌跡が閉図形を形成する場合に当該軌跡上の基準点に関連する基準要素と当該閉図形の完成点に関連する比較要素との相対的関係を特定する特定ステップと、前記形成された閉図形に関連付けて発生させるべきエフェクトの変更内容を前記特定ステップにおいて特定される相対的関係に応じて決定する決定ステップと、を含む。
上記課題を解決するため、本発明の一態様である「制御プログラム」は、一連のタッチ操作の軌跡が閉図形を形成する場合に当該軌跡上の基準点に関連する基準要素と当該閉図形の完成点に関連する比較要素との相対的関係を特定する特定機能と、前記形成された閉図形に関連付けて発生させるべきエフェクトの変更内容を前記特定機能により特定される相対的関係に応じて決定する決定機能と、を情報処理装置のコンピュータに実現させる。
上記課題を解決するため、本発明の一態様である「コンピュータ読取り可能な記録媒体」は、一連のタッチ操作の軌跡が閉図形を形成する場合に当該軌跡上の基準点に関連する基準要素と当該閉図形の完成点に関連する比較要素との相対的関係を特定する特定機能と、前記形成された閉図形に関連付けて発生させるべきエフェクトの変更内容を前記特定機能により特定される相対的関係に応じて決定する決定機能と、を情報処理装置のコンピュータに実現させるプログラムを記録する。
In order to solve the above problems, an "information processing device" that is one aspect of the present invention provides a reference element related to a reference point on the trajectory when a trajectory of a series of touch operations forms a closed shape, and a reference element related to a reference point on the trajectory. a specifying means for specifying a relative relationship with a comparison element related to the completion point of the object; and a specifying means for specifying a relative relationship with a comparison element related to the completion point of the object, and a change content of an effect to be generated in association with the formed closed figure, according to the relative relationship specified by the specifying means. and determining means for determining.
In order to solve the above problems, a "control method for an information processing device" which is one aspect of the present invention provides a method for controlling an information processing device that, when a trajectory of a series of touch operations forms a closed figure, sets a reference element related to a reference point on the trajectory. a specifying step of specifying a relative relationship with a comparison element related to the completion point of the closed figure; and a relative relationship specified in the specifying step of changing the effect to be generated in association with the formed closed figure. a determining step of determining in accordance with.
In order to solve the above problems, a "control program" that is one aspect of the present invention provides a control program that, when a trajectory of a series of touch operations forms a closed figure, a reference element related to a reference point on the trajectory and a reference element related to a reference point on the trajectory of the closed figure. A specific function that specifies a relative relationship with a comparison element related to a completion point, and a change in an effect to be generated in association with the formed closed shape is determined according to the relative relationship specified by the specific function. A computer of an information processing device is made to have a decision function to perform a decision.
In order to solve the above problems, a "computer-readable recording medium" that is one aspect of the present invention provides a computer-readable recording medium that, when a trajectory of a series of touch operations forms a closed figure, a reference element related to a reference point on the trajectory. A specific function that specifies a relative relationship with a comparison element related to the completion point of the closed figure, and a relative relationship that is specified by the specific function to specify changes in the effect that should be generated in association with the formed closed figure. A program is recorded that causes the computer of the information processing device to implement a determination function that determines according to the information processing device.

本発明の一態様に係る「情報処理装置」には、下記の技術的限定を加えてもよい。また、同様の技術的限定を、本発明の一態様に係る「制御方法」及び「制御プログラム」に加えてもよい。
例えば、前記決定手段が、前記形成された閉図形に関連付けて発生させるべきエフェクトを定義するパラメータの変更量を決定する、という技術的限定を加えてもよい。
上記技術的限定を加えた「情報処理装置」には、下記の技術的限定をさらに加えてもよい。また、同様の技術的限定を、技術的限定を加えた「制御方法」及び「制御プログラム」にさらに加えてもよい。
例えば、前記基準要素は、前記軌跡の端点の位置に関連する要素であり、前記比較要素は、前記閉図形の完成点の位置に関連する要素であり、前記特定手段が、前記基準要素と前記比較要素の離れ具合を前記相対的関係として特定する、という技術的限定をさらに加
えてもよい。ここで、前記基準要素が前記一連のタッチ操作の開始位置である場合、前記決定手段が、前記離れ具合が大きいほど前記変更量が大きくなるように、又は、前記離れ具合が小さいほど前記変更量が大きくなるように、前記パラメータの変更量を決定するのが好適である。一方、前記基準要素が前記一連のタッチ操作の終了位置である場合、前記決定手段が、前記離れ具合が小さいほど前記変更量が大きくなるように、又は、前記離れ具合が大きいほど前記変更量が大きくなるように、前記パラメータの変更量を決定するのがこうてきである。
また、例えば、前記基準要素は、前記軌跡の端点の入力時期に関連する要素であり、前記比較要素は、前記閉図形の完成時期に関連する要素であり、前記特定手段が、前記基準要素と前記比較要素の離れ具合を前記相対的関係として特定する、という技術的限定をさらに加えてもよい。ここで、前記基準要素が前記一連のタッチ操作の開始時期である場合、前記決定手段が、前記離れ具合が大きいほど前記変更量が大きくなるように、又は、前記離れ具合が小さいほど前記変更量が大きくなるように、前記パラメータの変更量を決定するのが好適である。一方、前記基準要素が前記一連のタッチ操作の終了時期である場合、前記決定手段が、前記離れ具合が小さいほど前記変更量が大きくなるように、又は、前記離れ具合が大きいほど前記変更量が大きくなるように、前記パラメータの変更量を決定するのが好適である。
本発明の一態様に係る「情報処理装置」には、下記の技術的限定を加えてもよい。また、同様の技術的限定を、本発明の一態様に係る「制御方法」及び「制御プログラム」に加えてもよい。
例えば、前記基準要素は、前記軌跡の始点から終点までの長さについて設定された最大長であり、前記比較要素は、前記軌跡の始点から前記閉図形の完成点までの長さであり、前記決定手段が、前記最大長を延長させるエフェクトを定義するパラメータの変更量を決定する、という技術的限定をさらに加えてもよい。このとき、前記特定手段が、前記閉図形が形成される度に前記基準要素と前記比較要素の離れ具合を前記相対的関係として特定し、前記決定手段が、前記離れ具合が小さいほど前記変更量が大きくなるように、又は、前記離れ具合が大きいほど前記変更量が大きくなるように、前記パラメータの変更量を決定するのが好適である。
The following technical limitations may be added to the "information processing device" according to one aspect of the present invention. Further, similar technical limitations may be added to the "control method" and "control program" according to one aspect of the present invention.
For example, a technical limitation may be added in that the determining means determines the amount of change of a parameter that defines an effect to be generated in association with the formed closed figure.
The following technical limitations may be further added to the "information processing device" to which the above technical limitations have been added. Further, similar technical limitations may be further added to the "control method" and "control program" to which the technical limitations are added.
For example, the reference element is an element related to the position of the end point of the trajectory, the comparison element is an element related to the position of the completed point of the closed figure, and the specifying means is an element related to the position of the end point of the trajectory, A technical limitation may be added in which the degree of separation of the comparison elements is specified as the relative relationship. Here, when the reference element is the start position of the series of touch operations, the determining means determines that the larger the separation, the larger the change amount, or the smaller the separation, the larger the change amount. It is preferable to determine the amount of change in the parameter so that the parameter becomes large. On the other hand, when the reference element is the end position of the series of touch operations, the determining means may be configured such that the smaller the separation, the larger the change amount, or the larger the separation, the larger the change amount. The trick is to determine the amount of change in the parameter so that it increases.
Further, for example, the reference element is an element related to the input time of the end point of the trajectory, the comparison element is an element related to the completion time of the closed figure, and the specifying means is an element related to the input time of the end point of the trajectory, A technical limitation may further be added in which the degree of separation of the comparison elements is specified as the relative relationship. Here, when the reference element is the start time of the series of touch operations, the determining means determines that the larger the separation, the larger the change amount, or the smaller the separation, the larger the change amount. It is preferable to determine the amount of change in the parameter so that the parameter becomes large. On the other hand, when the reference element is the end time of the series of touch operations, the determining means may be configured such that the smaller the separation, the larger the change amount, or the larger the separation, the larger the change amount. It is preferable to determine the amount of change in the parameter so that the parameter becomes larger.
The following technical limitations may be added to the "information processing device" according to one aspect of the present invention. Further, similar technical limitations may be added to the "control method" and "control program" according to one aspect of the present invention.
For example, the reference element is the maximum length set for the length from the starting point to the ending point of the trajectory, the comparison element is the length from the starting point of the trajectory to the completion point of the closed figure, A technical limitation may be further added in that the determining means determines an amount of change of a parameter defining an effect of extending the maximum length. At this time, the specifying means specifies the degree of separation between the reference element and the comparison element as the relative relationship each time the closed figure is formed, and the determining means determines that the smaller the degree of separation, the more the amount of change. It is preferable to determine the amount of change in the parameter so that the amount of change becomes larger, or the amount of change becomes larger as the degree of separation becomes larger.

本発明では、一連のタッチ操作の軌跡上の基準点に関連する基準要素と当該軌跡が形成する閉図形の完成点に関連する比較要素との相対的関係に応じて、当該閉図形に関連付けて発生させるべきエフェクトの変更内容を決定する。
よって、本発明によって決定される変更内容に応じてエフェクトの内容が変更されれば、タッチパネルに対する一連のタッチ操作の軌跡が描く閉図形に関連付けてエフェクトを発生させる電子ゲームにおいて、閉図形の完成点に応じて当該電子ゲームに変化が加わる。
In the present invention, the reference element related to the reference point on the trajectory of a series of touch operations and the comparison element related to the completion point of the closed figure formed by the trajectory, depending on the relative relationship between the reference element and the comparison element related to the completion point of the closed figure formed by the trajectory Decide what changes to the effect should occur.
Therefore, if the content of the effect is changed in accordance with the change content determined by the present invention, in an electronic game in which an effect is generated in association with a closed figure drawn by a trajectory of a series of touch operations on a touch panel, the completion point of the closed figure can be improved. Changes are added to the electronic game according to the changes.

概要の説明図である。(実施形態及び実施例)It is an explanatory diagram of an outline. (Embodiment and Examples) 実施例のシステムのネットワーク構成例の説明図である。(実施例)FIG. 2 is an explanatory diagram of an example of a network configuration of a system according to an embodiment. (Example) ユーザ装置のハードウェア構成例の説明図である。(実施例)FIG. 2 is an explanatory diagram of an example hardware configuration of a user device. (Example) サーバ装置のハードウェア構成例の説明図である。(実施例)FIG. 2 is an explanatory diagram of an example hardware configuration of a server device. (Example) ユーザ端末の機能構成例の説明図である。(実施例)FIG. 2 is an explanatory diagram of an example of a functional configuration of a user terminal. (Example) 各種パラメータの項目例の説明図である。(実施例)FIG. 3 is an explanatory diagram of example items of various parameters. (Example) パラメータ変更手順の説明図である。(実施例)It is an explanatory diagram of a parameter change procedure. (Example)

[1.実施形態]
[1-1.概要]
本実施形態は、タッチパネルに対する一連のタッチ操作(例えば、スライド操作)の軌跡が閉図形(例えば、閉曲線101)を描く場合に(図1(a))、当該閉図形の内部の領域(例えば、閉領域102)を少なくとも包含する範囲に関連付けてエフェクトを発生させる電子ゲームに関する(図1(b))。
[1. Embodiment]
[1-1. overview]
In this embodiment, when the locus of a series of touch operations (for example, slide operations) on the touch panel draws a closed figure (for example, a closed curve 101) (FIG. 1(a)), the area inside the closed figure (for example, The present invention relates to an electronic game in which an effect is generated in association with a range that includes at least a closed area 102 (FIG. 1(b)).

本実施形態においてエフェクトは、下記のうち少なくともいずれかを含む。
(a)表示を変更する視覚処理
(b)音声を出力する聴覚処理
(c)ユーザやオブジェクトに関連するパラメータを変更する内部処理
タッチ操作により閉図形が形成された際に発生させるべきエフェクトは、当該タッチ操作の操作対象となった第1のオブジェクトの属性や閉図形の内部の領域に存在する第2のオブジェクトの属性に応じて、複数のエフェクトの中から選択される。例えば、第1のオブジェクトと第2のオブジェクトとの関係に応じて選択するとよい。
In this embodiment, the effect includes at least one of the following.
(a) Visual processing that changes the display (b) Auditory processing that outputs audio (c) Internal processing that changes parameters related to the user and objects The effects that should be generated when a closed shape is formed by touch operation are: The effect is selected from a plurality of effects depending on the attribute of the first object that is the target of the touch operation and the attribute of the second object existing in the area inside the closed figure. For example, the selection may be made depending on the relationship between the first object and the second object.

本実施形態では、一連のタッチ操作の軌跡上の基準点に関連する基準要素と当該軌跡が描く閉図形の完成点に関連する比較要素との相対的関係に応じて、当該閉図形に関連付けて発生させるエフェクトの変更内容を決定する。例えば、選択されたエフェクトによる処理内容が変更されるように変更内容を決定してもよいし、選択されるエフェクトが変更されるように変更内容を決定してもよい。
したがって、本実施形態によって決定される変更内容に応じてエフェクトの内容が変更されれば、閉図形の完成点に応じて当該電子ゲームに変化が加わる。
In this embodiment, a reference element related to a reference point on a trajectory of a series of touch operations and a comparison element related to a completion point of the closed shape drawn by the trajectory are related to the closed shape. Decide what changes to the effect you want to generate. For example, the change content may be determined so that the processing content by the selected effect is changed, or the change content may be determined so that the selected effect is changed.
Therefore, if the contents of the effect are changed according to the change contents determined by the present embodiment, changes are added to the electronic game according to the completion point of the closed figure.

[1-2.情報処理装置]
本実施形態に係る情報処理装置(例えば、携帯装置)は、一連のタッチ操作の軌跡が閉図形を形成する場合に当該軌跡上の基準点に関連する基準要素と当該閉図形の完成点に関連する比較要素との相対的関係を特定する特定部と、上記形成された閉図形に関連付けて発生させるべきエフェクトの変更内容を上記特定部により特定される相対的関係に応じて決定する決定部と、を具備する。
上記決定部が、上記形成された閉図形に関連付けて発生させるべきエフェクトを定義するパラメータの変更量を決定するように構成するのが好適である。
[1-2. Information processing device]
When the trajectory of a series of touch operations forms a closed shape, the information processing device (e.g., a mobile device) according to the present embodiment is capable of associating a reference element related to a reference point on the trajectory with a completion point of the closed shape. a determining unit that determines a change in the effect to be generated in association with the formed closed shape according to the relative relationship specified by the identifying unit; , is provided.
Preferably, the determining unit is configured to determine an amount of change in a parameter that defines an effect to be generated in association with the formed closed figure.

[1-3.用語の定義と具体例]
本実施形態において、「基準要素」とは、一連のタッチ操作の軌跡上の基準点に関連する要素をいう。例えば、一連のタッチ操作の軌跡の端点(例えば、開始点,終了点)の位置に関連する要素,一連のタッチ操作の軌跡の端点(例えば、開始点,終了点)が入力された時期に関連する要素,軌跡の開始点から終了点までの長さ(例えば、最大長)に関連する要素等が包含される。
本実施形態において、「比較要素」とは、閉図形の完成点に関連する要素をいう。例えば、閉図形の完成点の位置に関連する要素,閉図形の完成点が入力された時期に関連する要素,軌跡の開始点から閉図形の完成点までの長さ(例えば、現在長)に関連する要素等が包含される。
本実施形態において、「相対的関係」とは、基準要素と比較要素との離れ具合をいう。例えば、基準要素を特定する数値と比較要素を特定する数値との差,基準要素を特定する数値と比較要素を特定する数値との比等が包含される。
[1-3. Definition of terms and specific examples]
In this embodiment, a "reference element" refers to an element related to a reference point on a trajectory of a series of touch operations. For example, elements related to the position of the end points (e.g., start point, end point) of the trajectory of a series of touch operations, elements related to the time when the end points (e.g., start point, end point) of the trajectory of a series of touch operations were input. elements related to the length (for example, maximum length) from the start point to the end point of the trajectory, etc.
In this embodiment, the "comparison element" refers to an element related to the completion point of a closed figure. For example, elements related to the position of the completed point of a closed figure, elements related to the time when the completed point of the closed figure was input, and the length from the starting point of the trajectory to the completed point of the closed figure (for example, current length). Related elements etc. are included.
In this embodiment, "relative relationship" refers to the degree of separation between the reference element and the comparison element. For example, it includes the difference between the numerical value specifying the reference element and the numerical value specifying the comparison element, the ratio between the numerical value specifying the reference element and the numerical value specifying the comparison element, and the like.

[2.実施例]
[2-1.概要]
図1を参照して、本実施例の概要を説明する。
本実施例は、攻撃の順番(ターン)が回ってくる度に、操作対象であるオブジェクト(
自キャラクタ)の移動経路をタッチパネルに対するスライド操作により指定する電子ゲームである。
本実施例では、スライド操作の軌跡が閉曲線101(閉図形の一例)を描く場合に、当該閉曲線の内部の閉領域102を少なくとも包含する範囲に関連付けてエフェクトを発生させる。例えば、スライド操作により囲われたオブジェクト(敵キャラクタ)のHP(ヒットポイント)を減少させる(つまり、敵キャラクタにダメージを与える)。
[2. Example]
[2-1. overview]
An overview of this embodiment will be explained with reference to FIG.
In this embodiment, each time the turn to attack comes, the object to be operated (
This is an electronic game in which you specify the movement path of your character (your character) by sliding operations on a touch panel.
In this embodiment, when the locus of the slide operation draws a closed curve 101 (an example of a closed figure), an effect is generated in association with a range that includes at least a closed region 102 inside the closed curve. For example, the HP (hit points) of an object (enemy character) surrounded by a slide operation is reduced (that is, damage is caused to the enemy character).

本実施例の主要な特徴は、スライド操作の軌跡上の端点(開始点111,終了点112)の位置に関連する基準要素と当該軌跡が形成する閉図形(閉曲線101)の完成点(完成点120)の位置に関連する比較要素との離れ具合に応じて、エフェクトの設定情報に含まれるパラメータの変更量を決定する点である。
本実施例によって決定される変更量に応じてエフェクトのパラメータを変更すれば、閉図形の完成点に応じて当該電子ゲームに変化が加わる。
The main features of this embodiment are the reference elements related to the positions of the end points (start point 111, end point 112) on the trajectory of the slide operation and the completion point (completion point) of the closed figure (closed curve 101) formed by the trajectory. 120) is that the amount of change in the parameter included in the effect setting information is determined according to the distance from the comparison element related to the position.
By changing the effect parameters according to the amount of change determined by this embodiment, changes are added to the electronic game according to the completion point of the closed figure.

[2-2.ネットワーク構成]
図2に、実施例のシステムのネットワーク構成例を示す。
本実施例のシステムは、ユーザ端末10と、ユーザ管理サーバ20と、データ管理サーバ30と、を含む。
ユーザ端末10とユーザ管理サーバ20とは、通信ネットワーク40を通じてそれぞれデータの授受が可能である。また、ユーザ管理サーバ20は、データ管理サーバ30を介して、記憶装置31に記憶されるデータにアクセス可能である。
通信ネットワーク40は、既存のネットワーク(例えば、インターネット(Internet),携帯電話網,無線WAN(Wireless Wide Area Network),無線LAN(Wireless Local Area Network),イーサネット(Ethernet)(登録商標)など)のうち少なくともいずれかを含んでいてよい。
[2-2. Network configuration]
FIG. 2 shows an example of the network configuration of the system of the embodiment.
The system of this embodiment includes a user terminal 10, a user management server 20, and a data management server 30.
The user terminal 10 and the user management server 20 can each exchange data through the communication network 40. Further, the user management server 20 can access data stored in the storage device 31 via the data management server 30.
The communication network 40 is one of existing networks (for example, the Internet, a mobile phone network, a wireless WAN (Wireless Wide Area Network), a wireless LAN (Wireless Local Area Network), an Ethernet (registered trademark), etc.). It may contain at least one of the following.

[2-2-1.ユーザ端末]
ユーザ端末10は、所定のゲームプログラムがインストールされたユーザ装置(コンピュータ)である。
本実施例のシステムでは、ユーザ装置として、ゲームプログラムをインストール可能な汎用の携帯装置(例えば、携帯電話,スマートフォン(smartphone),タブレット(tablet)端末,タブレットPC(personal computer),小型のPC,ウェアラブルデバイス(wearable device)など)や、所定のゲームプログラムが予めインストールされた専用のゲーム装置を用いることができる。
[2-2-1. User terminal]
The user terminal 10 is a user device (computer) on which a predetermined game program is installed.
In the system of this embodiment, the user device is a general-purpose mobile device on which a game program can be installed (e.g., a mobile phone, a smartphone, a tablet terminal, a personal computer, a small PC, a wearable device, etc.). (wearable device, etc.) or a dedicated game device in which a predetermined game program is installed in advance.

[2-2-2.ユーザ管理サーバ]
ユーザ管理サーバ20は、Webサーバプログラム(HTTPデーモン(HyperText Transfer Protocol Daemon)ともいう。)がインストールされたサーバ装置(コンピュータ)である。
ユーザ管理サーバ20は、ユーザ端末10からの求め(リクエスト)に応じて、データ管理サーバ30を介して記憶装置31から必要なデータをから読み出し、ユーザ端末10に提供(レスポンス)する。また、ユーザ管理サーバ20は、ユーザ端末10からの求め(リクエスト)に応じて、ユーザ端末10から取得したデータを、データ管理サーバ30を介して記憶装置31に書き込み、処理結果をユーザ端末10に提供(レスポンス)する。
なお、複数のサーバ装置を連携させてサーバシステムを構成し、ユーザ管理サーバ20の機能を分担させ又はユーザ管理サーバ20にかかる負荷を分散させてもよい。
[2-2-2. User management server]
The user management server 20 is a server device (computer) in which a web server program (also referred to as HTTP daemon (HyperText Transfer Protocol Daemon)) is installed.
The user management server 20 reads necessary data from the storage device 31 via the data management server 30 in response to a request from the user terminal 10 and provides it to the user terminal 10 (response). Further, in response to a request from the user terminal 10, the user management server 20 writes data acquired from the user terminal 10 to the storage device 31 via the data management server 30, and writes the processing results to the user terminal 10. Provide (response).
Note that a server system may be configured by linking a plurality of server devices, and the functions of the user management server 20 may be shared or the load placed on the user management server 20 may be distributed.

[2-2-3.データ管理サーバ]
データ管理サーバ30は、DB(Database)サーバプログラムがインストールされたサ
ーバ装置(コンピュータ)であり、内蔵する又は外部の接続可能な記憶装置31とともにDBMS(Database Management System)を構成する。
データ管理サーバ30は、例えば、データの格納要求に応じ要求元から取得されるデータを記憶装置31に格納する機能と、データの抽出要求に応じ記憶装置31から抽出されるデータを要求元に応答する機能とを有する。
なお、複数のサーバ装置を連携させてサーバシステムを構成し、データ管理サーバ30の機能を分担させ又はデータ管理サーバ30にかかる負荷を分散させてもよい。また、複数の記憶装置にデータを分散配置することも可能である。
[2-2-3. Data management server]
The data management server 30 is a server device (computer) in which a DB (Database) server program is installed, and constitutes a DBMS (Database Management System) together with a built-in or externally connectable storage device 31.
The data management server 30 has, for example, a function of storing data acquired from a request source in response to a data storage request in the storage device 31, and a function of responding to the request source with data extracted from the storage device 31 in response to a data extraction request. It has the function of
Note that a server system may be configured by linking a plurality of server devices, and the functions of the data management server 30 may be shared or the load placed on the data management server 30 may be distributed. It is also possible to distribute data to multiple storage devices.

[2-3.ハードウェア構成]
[2-3-1.ユーザ装置のハードウェア構成]
図3に、ユーザ装置のハードウェア構成例を示す。
典型的なユーザ装置は、制御処理部を構成するMPU(Micro-Processing Unit)311と、主記憶部を構成するRAM(Random Access Memory)321と、補助記憶部を構成するROM(Read Only Memory)322及びEEPROM(Electrically Erasable Programmable Read-Only Memory)323と、入力部及び表示部を構成するタッチパネルディスプレイ331と、音声出力部を構成するスピーカ332と、通信制御部を構成するNIC(Network Interface Controller)341及び無線LAN(Local Area Network)チップ342と、を少なくとも有する。
[2-3. Hardware configuration]
[2-3-1. Hardware configuration of user device]
FIG. 3 shows an example of the hardware configuration of the user device.
A typical user device includes an MPU (Micro-Processing Unit) 311 that constitutes a control processing section, a RAM (Random Access Memory) 321 that constitutes a main memory section, and a ROM (Read Only Memory) that constitutes an auxiliary memory section. 322 and EEPROM (Electrically Erasable Programmable Read-Only Memory) 323, a touch panel display 331 that constitutes an input section and a display section, a speaker 332 that constitutes an audio output section, and a NIC (Network Interface Controller) that constitutes a communication control section. 341 and a wireless LAN (Local Area Network) chip 342.

RAM321と、ROM322と、EEPROM323と、タッチパネルディスプレイ331と、スピーカ332と、NIC341と、無線LANチップ342とは、バスラインを介してMPU311と接続される。
MPU311は、(1)ROM322又はEEPROM323に記憶されたゲームプログラムをRAM321上に読み込み、(2)ゲームプログラムの指示に従ってタッチパネルディスプレイ331とEEPROM323とNIC341と無線LANチップ342との少なくともいずれかからデータを取得し、(3)取得したデータをゲームプログラムに規定される手順で演算・加工した上で、(4)演算済み・加工済みのデータをEEPROM323とタッチパネルディスプレイ331とスピーカ332とNIC341と無線LANチップ342との少なくともいずれかに提供する。
RAM 321, ROM 322, EEPROM 323, touch panel display 331, speaker 332, NIC 341, and wireless LAN chip 342 are connected to MPU 311 via a bus line.
The MPU 311 (1) loads a game program stored in the ROM 322 or EEPROM 323 onto the RAM 321, and (2) acquires data from at least one of the touch panel display 331, EEPROM 323, NIC 341, and wireless LAN chip 342 according to instructions from the game program. (3) After calculating and processing the acquired data according to the procedure specified in the game program, (4) storing the calculated and processed data in the EEPROM 323, the touch panel display 331, the speaker 332, the NIC 341, and the wireless LAN chip 342. and at least one of them.

[2-3-2.サーバ装置]
図4に、サーバ装置のハードウェア構成例を示す。
典型的なサーバ装置は、MPU(Micro-Processing Unit)やROM(Read Only Memory)を含む制御処理装置410と、RAM(Random Access Memory)を含む主記憶装置420と、HDD(Hard Disc Drive)を含む補助記憶装置430と、マウスやキーボードを含む入力装置440と、ディスプレイやスピーカを含む出力装置450と、ネットワークカード(Network Interface Card)を含む通信制御装置460と、を有する。
[2-3-2. Server device]
FIG. 4 shows an example of the hardware configuration of the server device.
A typical server device includes a control processing unit 410 including an MPU (Micro-Processing Unit) and a ROM (Read Only Memory), a main storage device 420 including a RAM (Random Access Memory), and an HDD (Hard Disc Drive). An input device 440 including a mouse and a keyboard, an output device 450 including a display and speakers, and a communication control device 460 including a network interface card.

主記憶装置420、補助記憶装置430、入力装置440、出力装置450及び通信制御装置460は、バスラインを介して制御処理装置410とそれぞれ接続される。
制御処理装置410は、(1)補助記憶装置430に記憶されたプログラムを主記憶装置420上に読み込み、(2)プログラムの指示に従って入力装置440と補助記憶装置430と通信制御装置460との少なくともいずれかからデータを取得し、(3)取得したデータをプログラムに規定される手順で演算・加工した上で、(4)演算済み・加工済みのデータを補助記憶装置430と出力装置450と通信制御装置460との少なくともいずれかに提供する。
Main storage device 420, auxiliary storage device 430, input device 440, output device 450, and communication control device 460 are each connected to control processing device 410 via a bus line.
The control processing device 410 (1) reads a program stored in the auxiliary storage device 430 onto the main storage device 420, and (2) performs communication between at least the input device 440, the auxiliary storage device 430, and the communication control device 460 according to the instructions of the program. Acquire data from either, (3) calculate and process the acquired data according to the procedure specified in the program, and (4) communicate the calculated and processed data with the auxiliary storage device 430 and the output device 450. and at least one of the control device 460.

[2-4.機能構成]
図5に、ユーザ端末の機能構成例を示す。
ユーザ端末10の機能は、ユーザ装置向けOS(Operating System)と当該OS上で動作するゲームプログラムとがユーザ装置にそれぞれインストールされることにより実現される。
[2-4. Functional configuration]
FIG. 5 shows an example of the functional configuration of a user terminal.
The functions of the user terminal 10 are realized by installing an OS (Operating System) for the user device and a game program running on the OS into the user device.

ユーザ装置にインストールされるべきゲームプログラムは、通信ネットワーク40を介し搬送波に重畳させてユーザ装置に供給されるのが一般的である。
なお、ゲームプログラムは、各種の記録媒体(例えば、CD(Compact Disc),DVD(Digital Versatile Disk),MOディスク(Magneto-Optical disk),フラッシュメモリ(flash memory)など)に記録された状態で配布され当該記録媒体からユーザ装置に読み込まれてもよい。また、出荷当初からユーザ装置にインストールされていてもよい。
A game program to be installed on a user device is generally superimposed on a carrier wave and supplied to the user device via the communication network 40.
The game program is distributed in a state recorded on various recording media (e.g., CD (Compact Disc), DVD (Digital Versatile Disk), MO disk (Magneto-Optical disk), flash memory, etc.). and may be read into the user device from the recording medium. Alternatively, it may be installed in the user device from the time of shipment.

図5に示すように、ユーザ端末10は、表示制御部511と、音声制御部512と、格納部521と、表示部522と、入力部523と、音声出力部524と、検知部531と、特定部532と、決定部533と、変更部534と、を具備する。
このうち、格納部521はRAM321を含んで構成される。表示部522と及び入力部523はタッチパネルディスプレイ331を含んで構成される。音声出力部524はスピーカ332を含んで構成される。
As shown in FIG. 5, the user terminal 10 includes a display control section 511, an audio control section 512, a storage section 521, a display section 522, an input section 523, an audio output section 524, a detection section 531, It includes a specifying section 532, a determining section 533, and a changing section 534.
Of these, the storage unit 521 includes a RAM 321. The display section 522 and the input section 523 are configured to include a touch panel display 331. The audio output section 524 includes a speaker 332.

表示制御部511は、格納部521に記憶される各種のパラメータに応じ、格納部521又はEEPROM323に記憶される映像データを取捨選択して表示部522に表示させる。
音声制御部512は、格納部521に記憶される各種のパラメータに応じ、格納部521又はEEPROM323に記憶される音声データを取捨選択して音声出力部524に再生させる。
格納部521は、各種のパラメータを記憶する。
表示部522は、表示制御部511による制御の下で、映像を表示する。
入力部523は、タッチパネルに対する接触位置を出力する。
音声出力部524は、音声制御部512による制御の下で、音声を再生する。
The display control unit 511 selects video data stored in the storage unit 521 or the EEPROM 323 according to various parameters stored in the storage unit 521 and causes the display unit 522 to display the selected video data.
The audio control unit 512 selects audio data stored in the storage unit 521 or the EEPROM 323 according to various parameters stored in the storage unit 521, and causes the audio output unit 524 to reproduce the selected audio data.
The storage unit 521 stores various parameters.
The display unit 522 displays images under the control of the display control unit 511.
The input unit 523 outputs the contact position on the touch panel.
The audio output unit 524 reproduces audio under the control of the audio control unit 512.

検知部531は、入力部523に対する接触位置を連続させた一連のタッチ操作(スライド操作)の軌跡が閉曲線を形成する場合に、特定部532を発動させる。
特定部532は、基準要素を示すデータと比較要素を示すデータとを用いて基準要素と比較要素との相対的関係(本実施例では、離れ具合)を特定する。
決定部533は、一連のタッチ操作の軌跡が形成する閉曲線の内部の状況を加味して変更対象のパラメータを選定するとともに、特定部532により特定される相対的関係に応じて当該パラメータの変更量を決定する。
変更部534は、決定部533により選定される変更対象のパラメータが決定部533により決定される変更量の分だけ変更された値になるよう格納部521のデータを更新する。
The detection unit 531 activates the identification unit 532 when the locus of a series of touch operations (slide operations) with consecutive contact positions on the input unit 523 forms a closed curve.
The specifying unit 532 uses data indicating the reference element and data indicating the comparison element to specify the relative relationship (in this embodiment, the degree of separation) between the reference element and the comparison element.
The determining unit 533 selects a parameter to be changed by considering the internal situation of the closed curve formed by the trajectory of a series of touch operations, and determines the amount of change of the parameter according to the relative relationship specified by the specifying unit 532. Determine.
The changing unit 534 updates the data in the storage unit 521 so that the parameter to be changed selected by the determining unit 533 has a value changed by the amount of change determined by the determining unit 533.

[2-5.パラメータ]
図6(a)に、ユーザ関連情報の項目例を示す。ユーザ関連情報は、ゲームを行うユーザに関連するパラメータである。
図6(a)に例示されるように、ユーザ関連情報は、キー項目である「ユーザID」と、当該ユーザが保持する特典の累計値を示す「累計得点」,当該ユーザが操作対象とするオブジェクトを特定する「操作対象オブジェクトID」,当該ユーザによるスライド操作の距離の上限値を特定する「スライド操作残値」と、を含む。
本実施例において、ユーザ関連情報は、初期設定時に初期値が記憶装置31に記憶されるものとする。また、ユーザ端末10においてゲームプログラムが起動される際にユーザ管理サーバ20及びデータ管理サーバ30を介して記憶装置31からダウンロードされ、
ゲームプログラムが終了される際にユーザ管理サーバ20及びデータ管理サーバ30を介して記憶装置31にアップロードされるものとする。
[2-5. Parameter]
FIG. 6(a) shows an example of items of user-related information. The user-related information is a parameter related to a user who plays a game.
As illustrated in FIG. 6(a), the user-related information includes the key item "user ID", the "cumulative score" indicating the cumulative value of the benefits held by the user, and the user's operation target. It includes an "operation target object ID" that specifies the object, and a "slide operation remaining value" that specifies the upper limit of the distance of the slide operation by the user.
In this embodiment, it is assumed that the initial value of the user-related information is stored in the storage device 31 at the time of initial setting. Further, when the game program is started on the user terminal 10, it is downloaded from the storage device 31 via the user management server 20 and the data management server 30,
It is assumed that the game program is uploaded to the storage device 31 via the user management server 20 and the data management server 30 when the game program is terminated.

図6(b)に、オブジェクト関連情報の項目例を示す。オブジェクト関連情報は、ゲーム内に出てくるオブジェクト(例えば、キャラクタ,アイテム等)に関連するパラメータである。
図6(b)に例示されるように、オブジェクト関連情報は、キー項目である「オブジェクトID」と、当該オブジェクトの種類を示す「種別コード」,当該オブジェクトの表示位置を示す「現在位置」,当該オブジェクトのHP(ヒットポイント)を示す「残存HP」と、を含む。
FIG. 6(b) shows an example of items of object-related information. The object-related information is a parameter related to objects (eg, characters, items, etc.) that appear in the game.
As illustrated in FIG. 6(b), the object related information includes the key item "object ID", the "type code" indicating the type of the object, the "current position" indicating the display position of the object, "Residual HP" indicating the HP (hit points) of the object.

図6(c)に、エフェクト設定情報の項目例を示す。エフェクト設定情報は、スライド操作の軌跡が閉図形を形成する場合に発生させるエフェクトを設定(定義)するパラメータである。
図6(c)に例示されるように、エフェクト設定所法は、キー項目である「エフェクトID」と、視覚処理の特定に資する「視覚処理コード」,聴覚処理の特定に資する「聴覚処理コード」,内部処理の特定に資する「内部処理コード」,処理のレベル(例えば、攻撃・回復等の大小,影響範囲の広狭など)を特定する「処理レベル」と、を含む。
FIG. 6(c) shows an example of items of effect setting information. The effect setting information is a parameter for setting (defining) an effect to be generated when the trajectory of the slide operation forms a closed figure.
As illustrated in FIG. 6(c), the effect setting method includes a key item "effect ID", a "visual processing code" that contributes to the identification of visual processing, and an "auditory processing code" that contributes to the identification of auditory processing. '', ``internal processing code'' that helps specify internal processing, and ``processing level'' that specifies the level of processing (for example, the size of attacks and recovery, the breadth and narrowness of the range of influence, etc.).

視覚処理,聴覚処理及び内部処理の内容は、それぞれ別途詳細に定義されているものとする。
視覚処理の内容として、画面情報に表示させるべき画像データ(静止画像データ,動画像データ)のファイルパスとその表示位置が少なくとも設定される。聴覚処理の内容として、再生されるべき音声データのファイルパスが少なくとも設定される。内部処理の内容として、変更するべきパラメータとその変更量の初期値が設定される。
The contents of visual processing, auditory processing, and internal processing are each defined in detail separately.
As the contents of the visual processing, at least the file path of image data (still image data, moving image data) to be displayed on screen information and its display position are set. As the content of auditory processing, at least a file path of audio data to be reproduced is set. As the contents of the internal processing, initial values of parameters to be changed and the amount of change thereof are set.

図6(d)に、軌跡関連情報の項目例を示す。軌跡関連情報は、操作対象であるオブジェクトの移動経路を指定する一連のタッチ操作(スライド操作)の軌跡に関連するパラメータである。
図6(d)に例示されるように、オブジェクト関連情報は、キー項目である「軌跡ID」と、軌跡上の複数の点の位置をそれぞれ示す「座標データ群」,軌跡の入力開始時点を示す「開始時刻」,軌跡の入力終了時点を示す「終了時刻」,軌跡が閉図形を形成する場合に有意とする「閉図形フラグ」,軌跡が交差した地点又はこれに近似する地点を示す「閉図形完成位置」,軌跡が交差した時点又はこれに近似する時点を示す「閉図形完成時刻」と、を含む。
FIG. 6(d) shows an example of items of trajectory related information. The trajectory related information is a parameter related to the trajectory of a series of touch operations (slide operations) that specify a movement path of an object to be operated.
As illustrated in FIG. 6(d), the object-related information includes the key item "trajectory ID", "coordinate data group" indicating the positions of multiple points on the trajectory, and the input start point of the trajectory. ``Start time'' indicating the end point of input of the trajectory, ``End time'' indicating the end point of input of the trajectory, ``Closed figure flag'' which is significant when the trajectory forms a closed figure, ``Closed figure flag'' indicating the point where the trajectory intersects or a point close to this. ``Closed figure completion position'' and ``Closed figure completion time'' indicating the point at which the trajectories intersect or a point close to this.

[2-6.パラメータ変更手順]
図7に、パラメータ変更手順を示す。
ユーザ端末10は、順番(ターン)が回ってくる度に、下記の手順により、軌跡を特定するデータを取得する。
〔手順1〕接触位置データを取得する(S710)。
〔手順2〕接触位置データを記憶する(S720)。このとき、接触位置が取得された時刻をさらに記憶する。
〔手順3〕スライド操作が終了したか否かを判定する(S730)。スライド操作が終了していない場合に(S730:No)、〔手順1〕に戻る。スライド操作が終了した場合に(S730:Yes)、〔手順4〕に進む。このとき、スライド操作の開始時刻及び終了時刻を記憶する。
[2-6. Parameter change procedure]
FIG. 7 shows the parameter changing procedure.
Each time the user terminal 10 has a turn, it acquires data specifying a trajectory using the following procedure.
[Step 1] Obtain contact position data (S710).
[Step 2] Store the contact position data (S720). At this time, the time at which the contact position was acquired is further stored.
[Step 3] It is determined whether the slide operation has ended (S730). If the slide operation is not completed (S730: No), the process returns to [Step 1]. When the slide operation is completed (S730: Yes), the process advances to [Step 4]. At this time, the start time and end time of the slide operation are stored.

続いてユーザ端末10は、スライド操作の軌跡が閉図形を形成する場合に、少なくとも1種類のパラメータを変更する。
〔手順4〕閉図形が描かれたか否かを判定する(S740)。閉図形が描かれていない場合に(S740:No)、処理を終了する。閉図形が描かれた場合に(S740:Yes)、〔手順5〕に進む。このとき、閉図形が完成した位置(又はこれに近似する位置)と時刻(又はこれに近似する時刻)とを記憶する。
〔手順5〕基準要素と比較要素との相対的関係を特定する(S750)。例えば、開始位置と完成位置との離れ具合(A1),終了位置と完成位置との離れ具合(A2),開始時刻と完成時刻との離れ具合(B1),終了時刻と完成時刻との離れ具合(B2)のうちすくなくともいずれかを特定する。
Subsequently, the user terminal 10 changes at least one type of parameter when the trajectory of the slide operation forms a closed figure.
[Step 4] It is determined whether a closed figure has been drawn (S740). If a closed figure is not drawn (S740: No), the process ends. If a closed figure is drawn (S740: Yes), the process advances to [Step 5]. At this time, the position (or approximate position) and time (or approximate time) of the completed closed figure are stored.
[Step 5] The relative relationship between the reference element and the comparison element is specified (S750). For example, the distance between the start position and the completed position (A1), the distance between the end position and the completed position (A2), the distance between the start time and the completion time (B1), the distance between the end time and the completion time Identify at least one of (B2).

〔手順6〕変更するパラメータを選定する(S760)。例えば、スライド操作が形成する閉図形に囲まれた1のオブジェクトに関連するパラメータを選定するとよい。また、例えば、操作対象のオブジェクト(第1オブジェクト)とスライド操作が形成する閉図形に囲まれた1のオブジェクト(第2オブジェクト)の組合せに応じてパラメータを選定してもよい。本実施例では、エフェクト設定情報(図6(c))の「処理レベル」を選定するものとする。
〔手順7〕〔手順6〕において選定されたパラメータの変更量を決定する(S770)。例えば、〔手順5〕において特定される離れ具合(A1,B1)が大きいほど変更量を大きくしたり、当該離れ具合(A2,B2)が小さいほど変更量を大きくしたりするとよい。
〔手順8〕〔手順6〕において選定されたパラメータを〔手順7〕において決定された変更量だけ変更する(S780)。
[Step 6] Select the parameters to be changed (S760). For example, it is preferable to select parameters related to one object surrounded by a closed figure formed by the slide operation. Further, for example, parameters may be selected depending on a combination of an object to be operated (first object) and one object (second object) surrounded by a closed figure formed by the slide operation. In this embodiment, it is assumed that the "processing level" of the effect setting information (FIG. 6(c)) is selected.
[Step 7] The amount of change in the parameter selected in [Step 6] is determined (S770). For example, the larger the degree of separation (A1, B1) specified in [Step 5], the larger the amount of change, or the smaller the degree of separation (A2, B2), the greater the amount of change.
[Step 8] The parameters selected in [Step 6] are changed by the amount of change determined in [Step 7] (S780).

[3.変形例]
[3-1.変更対象のパラメータ]
上記実施例においてユーザ端末10は、閉図形が完成した場合にエフェクト設定情報(図6(c))における「処理レベル」を変更するように構成されている(上記[2-6.パラメータ変更手順])。エフェクトは、視覚処理,聴覚処理,内部処理の少なくともいずれかを包含するから(上記[1-1.概要])、エフェクトに関する「処理レベル」が変更されれば発生するエフェクトのレベル(例えば、攻撃・回復等の大小,影響範囲の広狭)が変化する。
これに対し、エフェクト設定情報(図6(c))における「視覚処理コード」,「聴覚処理コード」,「内部処理コード」の少なくともいずれかを変更するように構成してもよい。また、参照する「エフェクトID」を変更して別異のエフェクトが実行されるように構成してもよい。
[3. Modified example]
[3-1. Parameters to be changed]
In the above embodiment, the user terminal 10 is configured to change the "processing level" in the effect setting information (FIG. 6(c)) when a closed figure is completed (see [2-6. Parameter change procedure described above). ]). Since an effect includes at least one of visual processing, auditory processing, and internal processing (see [1-1. Overview] above), if the "processing level" related to the effect is changed, the level of the effect (for example, attack・The magnitude of recovery, etc., and the breadth and narrowness of the area of influence) will change.
On the other hand, the configuration may be such that at least one of the "visual processing code", "auditory processing code", and "internal processing code" in the effect setting information (FIG. 6(c)) is changed. Further, the configuration may be such that a different effect is executed by changing the "effect ID" to be referred to.

[3-2.閉図形の成否を判定するタイミング]
上記実施例においてユーザ端末10は、閉図形の成否をスライド操作の終了後に判定するように構成されている(上記[2-6.パラメータ変更手順])。
これに対し、閉図形の成否をスライド操作の最中にリアルタイムで判定するように構成してもよい。閉図形の成否判定をリアルタイムで実行する構成であれば、スライド操作の最中(例えば、閉図形が完成した直後)にエフェクトを発生させることができる。
[3-2. Timing to judge the success or failure of closed shapes]
In the above embodiment, the user terminal 10 is configured to determine the success or failure of a closed figure after the slide operation is completed ([2-6. Parameter changing procedure] above).
On the other hand, the success or failure of the closed figure may be determined in real time during the slide operation. If the configuration is such that the success/failure determination of the closed shape is executed in real time, the effect can be generated during the slide operation (for example, immediately after the closed shape is completed).

[3-3.閉図形の成否をリアルタイムで判定する場合のエフェクト]
閉図形の成否をスライド操作の最中に判定する構成とする場合(上記変形例[3-2.閉図形の成否を判定するタイミング])、閉図形が完成した時点でエフェクトを発生させてもよい。また、閉図形が完成した時点とスライド操作が終了した時点の双方で、性質の異なる複数のエフェクトをそれぞれ発生させてもよい。
例えば、軌跡の長さの上限値が設定されている前提において当該上限値を増大させる内部処理を包含するエフェクトを設定し、当該上限値を増大させる度合いを基準要素と比較要素との相対的関係に応じて決定するように構成することができる。具体的には、「スライド操作残値」(図6(a))を増大させるエフェクトの「処理レベル」(図6(c))を変更するとよい。
なお、軌跡の長さの上限値を増大させる内部処理を包含するエフェクトを、特定のオブジェクト(例えば、上限値を増大させるアイテム)が閉図形の内部領域に存在する場合に限り発動させるように構成してもよい。
[3-3. Effects when determining the success or failure of closed shapes in real time]
If the configuration is such that the success or failure of a closed shape is determined during the slide operation (the above modified example [3-2. Timing for determining the success or failure of a closed shape]), even if the effect is generated when the closed shape is completed, good. Furthermore, a plurality of effects with different properties may be generated both when the closed figure is completed and when the slide operation is completed.
For example, on the premise that an upper limit value for the length of the trajectory is set, an effect that includes internal processing to increase the upper limit value is set, and the degree to which the upper limit value is increased is determined based on the relative relationship between the reference element and the comparison element. can be configured to be determined according to the Specifically, it is preferable to change the "processing level" (FIG. 6(c)) of the effect that increases the "slide operation residual value" (FIG. 6(a)).
Note that the effect that includes internal processing to increase the upper limit of the length of the trajectory is configured to be activated only when a specific object (for example, an item that increases the upper limit) exists in the internal area of the closed shape. You may.

10 ユーザ端末
20 ユーザ管理サーバ
30 データ管理サーバ
31 記憶装置
40 通信ネットワーク
10 User terminal 20 User management server 30 Data management server 31 Storage device 40 Communication network

Claims (4)

第1のオブジェクトに対するタッチ操作のタッチ開始位置からタッチ終了位置までの軌跡を表示部に表示させ、
前記軌跡により囲われる第2のオブジェクトを、変化を与える対象として特定し、
前記第2のオブジェクトを特定した後に継続して入力されるタッチ操作の終了位置に基づいて、前記第2のオブジェクトに関連付けられるパラメータに対して前記第1のオブジェクトが与える変化の変化量を決定し、
前記第2のオブジェクトを特定した後に前記軌跡を非表示とせず、前記終了位置までの軌跡を表示させる、情報処理装置。
displaying a trajectory from a touch start position to a touch end position of a touch operation on the first object on a display unit;
identifying a second object surrounded by the trajectory as an object to be changed ;
Based on the end position of a touch operation that is continuously input after identifying the second object, determine the amount of change that the first object gives to the parameter associated with the second object. ,
The information processing apparatus displays the trajectory to the end position without hiding the trajectory after specifying the second object .
前記第2のオブジェクトを特定した後に継続して入力されるタッチ操作の終了位置と、前記第2のオブジェクトを囲う前記軌跡により閉図形が完成した点の位置と、の離れ具合に基づいて、前記変化量を決定する、Based on the degree of separation between the end position of a touch operation that is continuously input after specifying the second object and the position of a point where a closed figure is completed by the trajectory surrounding the second object, determine the amount of change,
請求項1に記載の情報処理装置。The information processing device according to claim 1.
プロセッサが、第1のオブジェクトに対するタッチ操作のタッチ開始位置からタッチ終了位置までの軌跡を表示部に表示させ、
プロセッサが、前記軌跡により囲われる第2のオブジェクトを、変化を与える対象として特定し、
プロセッサが、前記第2のオブジェクトを特定した後に継続して入力されるタッチ操作の終了位置に基づいて、前記第2のオブジェクトに関連付けられるパラメータに対して前記第1のオブジェクトが与える変化の変化量を決定し、
プロセッサが、前記第2のオブジェクトを特定した後に前記軌跡を非表示とせず、前記終了位置までの軌跡を表示させる、情報処理方法。
the processor causes the display unit to display a trajectory from a touch start position to a touch end position of a touch operation on the first object;
a processor identifies a second object surrounded by the trajectory as an object to be changed ;
The amount of change that the first object gives to the parameter associated with the second object, based on the end position of a touch operation that is continuously input after the processor identifies the second object. decide ,
An information processing method , wherein the processor does not hide the trajectory after specifying the second object, but displays the trajectory to the end position .
プロセッサに、第1のオブジェクトに対するタッチ操作のタッチ開始位置からタッチ終了位置までの軌跡を表示部に表示させ、
プロセッサに、前記軌跡により囲われる第2のオブジェクトを、変化を与える対象として特定させ、
プロセッサに、前記第2のオブジェクトを特定した後に継続して入力されるタッチ操作の終了位置に基づいて、前記第2のオブジェクトに関連付けられるパラメータに対して前記第1のオブジェクトが与える変化の変化量を決定させ、
プロセッサに、前記第2のオブジェクトを特定した後に前記軌跡を非表示とせず、前記終了位置までの軌跡を表示させる、処理を実行させるプログラム。
causing the processor to display a trajectory from a touch start position to a touch end position of a touch operation on the first object on a display unit;
causing the processor to identify a second object surrounded by the trajectory as an object to be changed ;
the amount of change that the first object gives to the parameter associated with the second object, based on the end position of a touch operation that is continuously input to the processor after specifying the second object; let them decide;
A program that causes a processor to execute a process of displaying a trajectory to the end position without hiding the trajectory after specifying the second object .
JP2022141579A 2019-10-25 2022-09-06 Information processing device and program Active JP7417146B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2022141579A JP7417146B2 (en) 2019-10-25 2022-09-06 Information processing device and program
JP2023219728A JP7460941B2 (en) 2019-10-25 2023-12-26 Information processing device and program
JP2024027693A JP7518458B2 (en) 2019-10-25 2024-02-27 Information processing device and program
JP2024033194A JP7575717B2 (ja) 2024-03-05 情報処理装置、及びプログラム

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2019194599A JP6886119B2 (en) 2019-10-25 2019-10-25 Information processing equipment and programs
JP2021080308A JP7144701B2 (en) 2019-10-25 2021-05-11 Information processing device and program
JP2022141579A JP7417146B2 (en) 2019-10-25 2022-09-06 Information processing device and program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2021080308A Division JP7144701B2 (en) 2019-10-25 2021-05-11 Information processing device and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2023219728A Division JP7460941B2 (en) 2019-10-25 2023-12-26 Information processing device and program

Publications (2)

Publication Number Publication Date
JP2022173246A JP2022173246A (en) 2022-11-18
JP7417146B2 true JP7417146B2 (en) 2024-01-18

Family

ID=70724275

Family Applications (5)

Application Number Title Priority Date Filing Date
JP2019194599A Active JP6886119B2 (en) 2019-10-25 2019-10-25 Information processing equipment and programs
JP2021080308A Active JP7144701B2 (en) 2019-10-25 2021-05-11 Information processing device and program
JP2022141579A Active JP7417146B2 (en) 2019-10-25 2022-09-06 Information processing device and program
JP2023219728A Active JP7460941B2 (en) 2019-10-25 2023-12-26 Information processing device and program
JP2024027693A Active JP7518458B2 (en) 2019-10-25 2024-02-27 Information processing device and program

Family Applications Before (2)

Application Number Title Priority Date Filing Date
JP2019194599A Active JP6886119B2 (en) 2019-10-25 2019-10-25 Information processing equipment and programs
JP2021080308A Active JP7144701B2 (en) 2019-10-25 2021-05-11 Information processing device and program

Family Applications After (2)

Application Number Title Priority Date Filing Date
JP2023219728A Active JP7460941B2 (en) 2019-10-25 2023-12-26 Information processing device and program
JP2024027693A Active JP7518458B2 (en) 2019-10-25 2024-02-27 Information processing device and program

Country Status (1)

Country Link
JP (5) JP6886119B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20220109254A (en) * 2021-01-28 2022-08-04 삼성전자주식회사 Electronic device and method for shape recognition based on stroke analysis in electronic device
US12118811B2 (en) 2021-01-28 2024-10-15 Samsung Electronics Co., Ltd. Electronic device and method for shape recognition based on stroke analysis in electronic device

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002282542A (en) 2001-03-27 2002-10-02 Namco Ltd Game device using handwriting recognition, image erasing method in game device and program therefor
JP2008259915A (en) 2008-08-07 2008-10-30 Nintendo Co Ltd Game system using touch panel input
JP2009119288A (en) 2009-03-05 2009-06-04 Nintendo Co Ltd Game program and game device
JP2011177204A (en) 2010-02-26 2011-09-15 Nintendo Co Ltd Game program and game device
JP2012210477A (en) 2012-07-24 2012-11-01 Nintendo Co Ltd Game device and game program
JP2013044802A (en) 2011-08-22 2013-03-04 Rakuten Inc Image display unit, image display method, image display program and computer readable recording medium for recording program
JP2013218739A (en) 2013-07-31 2013-10-24 Kyocera Document Solutions Inc Information processing apparatus and image forming apparatus
JP2015070952A (en) 2013-10-03 2015-04-16 株式会社コナミデジタルエンタテインメント Game device, game system, computer, control method of computer and program
JP2015091031A (en) 2013-11-06 2015-05-11 株式会社Nttドコモ Imaging apparatus, imaging control method and program

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4741909B2 (en) 2004-11-02 2011-08-10 任天堂株式会社 GAME DEVICE AND GAME PROGRAM
JP5260708B2 (en) 2011-07-07 2013-08-14 株式会社コナミデジタルエンタテインメント Information processing apparatus, information processing apparatus control method, and program
JP5341152B2 (en) 2011-08-22 2013-11-13 楽天株式会社 Data processing apparatus, data processing method, data processing program, and computer-readable recording medium for recording the program

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002282542A (en) 2001-03-27 2002-10-02 Namco Ltd Game device using handwriting recognition, image erasing method in game device and program therefor
JP2008259915A (en) 2008-08-07 2008-10-30 Nintendo Co Ltd Game system using touch panel input
JP2009119288A (en) 2009-03-05 2009-06-04 Nintendo Co Ltd Game program and game device
JP2011177204A (en) 2010-02-26 2011-09-15 Nintendo Co Ltd Game program and game device
JP2013044802A (en) 2011-08-22 2013-03-04 Rakuten Inc Image display unit, image display method, image display program and computer readable recording medium for recording program
JP2012210477A (en) 2012-07-24 2012-11-01 Nintendo Co Ltd Game device and game program
JP2013218739A (en) 2013-07-31 2013-10-24 Kyocera Document Solutions Inc Information processing apparatus and image forming apparatus
JP2015070952A (en) 2013-10-03 2015-04-16 株式会社コナミデジタルエンタテインメント Game device, game system, computer, control method of computer and program
JP2015091031A (en) 2013-11-06 2015-05-11 株式会社Nttドコモ Imaging apparatus, imaging control method and program

Also Published As

Publication number Publication date
JP2024061764A (en) 2024-05-08
JP2024038131A (en) 2024-03-19
JP7144701B2 (en) 2022-09-30
JP6886119B2 (en) 2021-06-16
JP2022173246A (en) 2022-11-18
JP2020077409A (en) 2020-05-21
JP2021120890A (en) 2021-08-19
JP2024052859A (en) 2024-04-12
JP7460941B2 (en) 2024-04-03
JP7518458B2 (en) 2024-07-18

Similar Documents

Publication Publication Date Title
JP7417146B2 (en) Information processing device and program
CN104081319B (en) Message processing device and information processing method
JP2023502583A (en) Virtual item processing method and apparatus
US9846809B2 (en) Information processing apparatus, method, and storage medium storing program
JP2015185168A (en) Automatic tuning of haptic effects
US10108643B2 (en) Graphical interface device, graphical interface method and medium
CN107621966B (en) Graphical user interface display method and device and terminal equipment
US10222930B2 (en) Method, apparatus, and storage medium for playing control processing of audio file
CN110958493A (en) Bullet screen adjusting method and device, electronic equipment and storage medium
US20230241499A1 (en) Position adjustment method and apparatus for operation control, terminal, and storage medium
US10157182B2 (en) Information processing apparatus and method of controlling the same
JP2014149634A (en) Input/output device
JP5552987B2 (en) Search result output device, search result output method, and search result output program
JP6609190B2 (en) Information processing apparatus and program
JP6793169B2 (en) Thumbnail output device, thumbnail output method and thumbnail output program
CN106909547B (en) Picture loading method and device based on browser
JP7410428B2 (en) Information processing device, control method and control program for information processing device
US10740815B2 (en) Searching device, searching method, recording medium, and program
TW201717065A (en) Picture display system displaying a picture group conforming to preference setting by the picture display system according to the preference setting made on the touch display by a user
CN103534732B (en) Transcriber, reproducting method and television set
CN114495190A (en) Training method of face changing network model, image face changing method and related equipment
JP6718335B2 (en) Information processing apparatus, control method of information processing apparatus, and control program
JP5058622B2 (en) Image processing apparatus, image processing apparatus control method, and program
JP6662132B2 (en) Information processing apparatus, information processing system and program
AU2022100086A4 (en) Systems and methods for automatically adjusting design element attributes

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220927

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220927

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230905

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20231102

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20231218

R150 Certificate of patent or registration of utility model

Ref document number: 7417146

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150