JP7575717B2 - Information processing device and program - Google Patents
Information processing device and program Download PDFInfo
- Publication number
- JP7575717B2 JP7575717B2 JP2024033194A JP2024033194A JP7575717B2 JP 7575717 B2 JP7575717 B2 JP 7575717B2 JP 2024033194 A JP2024033194 A JP 2024033194A JP 2024033194 A JP2024033194 A JP 2024033194A JP 7575717 B2 JP7575717 B2 JP 7575717B2
- Authority
- JP
- Japan
- Prior art keywords
- trajectory
- character
- closed
- game
- series
- 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
Links
Images
Landscapes
- User Interface Of Digital Computer (AREA)
Description
本発明は、2次元以上の表示ができるディスプレイを用いた電子ゲームに関する。特に、タッチパネルに対するユーザのタッチ操作により入力される座標データを用いて進行するゲームを実装する装置及びプログラムに関するものである。 The present invention relates to electronic games that use displays capable of displaying two or more dimensions. In particular, the present invention relates to a device and program that implements a game that progresses using coordinate data input by a user's touch operation on a touch panel.
タッチパネルが設けられた画面に表示される第1のオブジェクトを移動させるタッチ操作の軌跡が閉図形を描く場合に当該閉図形に囲まれた第2のオブジェクトを第1のオブジェクトが攻撃する電子ゲームが知られている(例えば、特許文献1参照)。当該電子ゲームを実装するゲーム装置は、攻撃対象のオブジェクトをユーザに直感的な操作で選択させることを本来の目的としている。 There is known an electronic game in which, when the trajectory of a touch operation to move a first object displayed on a screen provided with a touch panel draws a closed figure, the first object attacks a second object that is surrounded by the closed figure (see, for example, Patent Document 1). The original purpose of a game device that implements this electronic game is to allow a user to intuitively select an object to be attacked.
特許文献1記載のゲーム装置は、操作性に対する悪印象をユーザに与えないよう、タッチ操作の軌跡を当該操作の進行方向に補完する処理と閉図形が完成したか否かを判定する処理とを順次繰り返す。そのため、タッチ操作の軌跡が閉図形を描いていなくても閉図形が完成したものとみなされる場合がある。したがって、特許文献1記載のゲーム装置は、閉図形の完成点に応じて攻撃の効果に変化を加えるような仕組みとの親和性が本質的に低い。 The game device described in Patent Document 1 sequentially repeats a process of complementing the trajectory of the touch operation in the direction of progress of the operation and a process of determining whether or not a closed figure has been completed, so as not to give the user a bad impression of the operability. As a result, even if the trajectory of the touch operation does not draw a closed figure, the closed figure may be deemed to be completed. Therefore, the game device described in Patent Document 1 is inherently low in compatibility with a mechanism that changes the effect of an attack depending on the completion point of a closed figure.
本発明が解決しようとする課題は、タッチパネルに対する一連のタッチ操作の軌跡が描く閉図形に関連付けてエフェクトを発生させる電子ゲームにおいて、閉図形の完成点に応じて当該電子ゲームに変化を加える、という点である。 The problem that this invention aims to solve is to add changes to an electronic game that generates effects in association with a closed figure drawn by the trajectory of a series of touch operations on a touch panel, depending on the completion point of the closed figure.
上記課題を解決するため、本発明の一態様である「情報処理装置」は、一連のタッチ操作の軌跡が閉図形を形成する場合に当該軌跡上の基準点に関連する基準要素と当該閉図形の完成点に関連する比較要素との相対的関係を特定する特定手段と、前記形成された閉図形に関連付けて発生させるべきエフェクトの変更内容を前記特定手段により特定される相対的関係に応じて決定する決定手段と、を具備する。上記課題を解決するため、本発明の一態様である「情報処理装置の制御方法」は、一連のタッチ操作の軌跡が閉図形を形成する場合に当該軌跡上の基準点に関連する基準要素と当該閉図形の完成点に関連する比較要素との相対的関係を特定する特定ステップと、前記形成された閉図形に関連付けて発生させるべきエフェクトの変更内容を前記特定ステップにおいて特定される相対的関係に応じて決定する決定ステップと、を含む。上記課題を解決するため、本発明の一態様である「制御プログラム」は、一連のタッチ操作の軌跡が閉図形を形成する場合に当該軌跡上の基準点に関連する基準要素と当該閉図形の完成点に関連する比較要素との相対的関係を特定する特定機能と、前記形成された閉図形に関連付けて発生させるべきエフェクトの変更内容を前記特定機能により特定される相対的関係に応じて決定する決定機能と、を情報処理装置のコンピュータに実現させる。上記課題を解決するため、本発明の一態様である「コンピュータ読取り可能な記録媒体」は、一連のタッチ操作の軌跡が閉図形を形成する場合に当該軌跡上の基準点に関連する基準要素と当該閉図形の完成点に関連する比較要素との相対的関係を特定する特定機能と、前記形成された閉図形に関連付けて発生させるべきエフェクトの変更内容を前記特定機能により特定される相対的関係に応じて決定する決定機能と、を情報処理装置のコンピュータに実現させるプログラムを記録する。 In order to solve the above problem, an "information processing device" according to one aspect of the present invention includes a specifying means for specifying a relative relationship between a reference element associated with a reference point on a trajectory of a series of touch operations and a comparison element associated with a completion point of the closed figure when the trajectory forms a closed figure, and a determining means for determining 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. In order to solve the above problem, a "control method for an information processing device" according to one aspect of the present invention includes a specifying step for specifying a relative relationship between a reference element associated with a reference point on a trajectory of a series of touch operations and a comparison element associated with a completion point of the closed figure when the trajectory forms a closed figure, and a determining step for determining a change content of an effect to be generated in association with the formed closed figure according to the relative relationship specified in the specifying step. In order to solve the above problem, the "control program" according to one aspect of the present invention causes a computer of an information processing device to realize a specific function for specifying the relative relationship between a reference element associated with a reference point on a trajectory of a series of touch operations when the trajectory forms a closed figure and a comparison element associated with a completion point of the closed figure, and a determination function for determining the change content of an effect to be generated in association with the formed closed figure according to the relative relationship specified by the specific function. In order to solve the above problem, the "computer-readable recording medium" according to one aspect of the present invention records a program for causing a computer of an information processing device to realize a specific function for specifying the relative relationship between a reference element associated with a reference point on a trajectory of a series of touch operations when the trajectory forms a closed figure and a comparison element associated with a completion point of the closed figure, and a determination function for determining the change content of an effect to be generated in association with the formed closed figure according to the relative relationship specified by the specific function.
本発明の一態様に係る「情報処理装置」には、下記の技術的限定を加えてもよい。また、同様の技術的限定を、本発明の一態様に係る「制御方法」及び「制御プログラム」に加えてもよい。例えば、前記決定手段が、前記形成された閉図形に関連付けて発生させるべきエフェクトを定義するパラメータの変更量を決定する、という技術的限定を加えてもよい。上記技術的限定を加えた「情報処理装置」には、下記の技術的限定をさらに加えてもよい。また、同様の技術的限定を、技術的限定を加えた「制御方法」及び「制御プログラム」にさらに加えてもよい。例えば、前記基準要素は、前記軌跡の端点の位置に関連する要素であり、前記比較要素は、前記閉図形の完成点の位置に関連する要素であり、前記特定手段が、前記基準要素と前記比較要素の離れ具合を前記相対的関係として特定する、という技術的限定をさらに加えてもよい。ここで、前記基準要素が前記一連のタッチ操作の開始位置である場合、前記決定手段が、前記離れ具合が大きいほど前記変更量が大きくなるように、又は、前記離れ具合が小さいほど前記変更量が大きくなるように、前記パラメータの変更量を決定するのが好適である。一方、前記基準要素が前記一連のタッチ操作の終了位置である場合、前記決定手段が、前記離れ具合が小さいほど前記変更量が大きくなるように、又は、前記離れ具合が大きいほど前記変更量が大きくなるように、前記パラメータの変更量を決定するのがこうてきである。また、例えば、前記基準要素は、前記軌跡の端点の入力時期に関連する要素であり、前記比較要素は、前記閉図形の完成時期に関連する要素であり、前記特定手段が、前記基準要素と前記比較要素の離れ具合を前記相対的関係として特定する、という技術的限定をさらに加えてもよい。ここで、前記基準要素が前記一連のタッチ操作の開始時期である場合、前記決定手段が、前記離れ具合が大きいほど前記変更量が大きくなるように、又は、前記離れ具合が小さいほど前記変更量が大きくなるように、前記パラメータの変更量を決定するのが好適である。一方、前記基準要素が前記一連のタッチ操作の終了時期である場合、前記決定手段が、前記離れ具合が小さいほど前記変更量が大きくなるように、又は、前記離れ具合が大きいほど前記変更量が大きくなるように、前記パラメータの変更量を決定するのが好適である。本発明の一態様に係る「情報処理装置」には、下記の技術的限定を加えてもよい。また、同様の技術的限定を、本発明の一態様に係る「制御方法」及び「制御プログラム」に加えてもよい。例えば、前記基準要素は、前記軌跡の始点から終点までの長さについて設定された最大長であり、前記比較要素は、前記軌跡の始点から前記閉図形の完成点までの長さであり、前記決定手段が、前記最大長を延長させるエフェクトを定義するパラメータの変更量を決定する、という技術的限定をさらに加えてもよい。このとき、前記特定手段が、前記閉図形が形成される度に前記基準要素と前記比較要素の離れ具合を前記相対的関係として特定し、前記決定手段が、前記離れ具合が小さいほど前記変更量が大きくなるように、又は、前記離れ具合が大きいほど前記変更量が大きくなるように、前記パラメータの変更量を決定するのが好適である。 The following technical limitations may be added to the "information processing device" according to one aspect of the present invention. A similar technical limitation may also 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 that the determination means determines the amount of change of a parameter that defines the effect to be generated in association with the formed closed figure. The following technical limitations may also be added to the "information processing device" to which the above technical limitations have been added. A similar technical limitation may also be added to the "control method" and "control program" to which the above technical limitations have been added. For example, a further technical limitation may be added that 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 completion point of the closed figure, and the identification means identifies the degree of separation between the reference element and the comparison element as the relative relationship. Here, when the reference element is the starting position of the series of touch operations, it is preferable that the determination means determines the amount of change of the parameter so that the greater the degree of separation, the greater the amount of change, or so that the smaller the degree of separation, the greater the amount of change. On the other hand, when the reference element is the end position of the series of touch operations, it is preferable that the determination means determines the change amount of the parameter so that the smaller the separation is, the larger the change amount is, or the larger the separation is. In addition, for example, the reference element may be 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 specification means may specify the separation between the reference element and the comparison element as the relative relationship. Here, when the reference element is the start time of the series of touch operations, it is preferable that the determination means determines the change amount of the parameter so that the larger the separation is, or the smaller the separation is. On the other hand, when the reference element is the end time of the series of touch operations, it is preferable that the determination means determines the change amount of the parameter so that the smaller the separation is, the larger the change amount is, or the larger the separation is. The following technical limitations may be added to the "information processing device" according to one aspect of the present invention. The same technical limitations may also be added to the "control method" and "control program" according to one aspect of the present invention. For example, the technical limitations may be further added such that the reference element is a maximum length set for the length from the start point to the end point of the trajectory, the comparison element is a length from the start point of the trajectory to the completion point of the closed figure, and the determination means determines the amount of change of a parameter that defines an effect that extends the maximum length. In this case, it is preferable that the identification means identifies 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 determination means determines the amount of change of the parameter so that the smaller the degree of separation, the greater the amount of change, or so that the greater the degree of separation, the greater the amount of change.
本発明では、一連のタッチ操作の軌跡上の基準点に関連する基準要素と当該軌跡が形成する閉図形の完成点に関連する比較要素との相対的関係に応じて、当該閉図形に関連付けて発生させるべきエフェクトの変更内容を決定する。よって、本発明によって決定される変更内容に応じてエフェクトの内容が変更されれば、タッチパネルに対する一連のタッチ操作の軌跡が描く閉図形に関連付けてエフェクトを発生させる電子ゲームにおいて、閉図形の完成点に応じて当該電子ゲームに変化が加わる。 In the present invention, the change content of the effect to be generated in association with the closed figure is determined according to the relative relationship between a reference element associated with a reference point on the trajectory of a series of touch operations and a comparison element associated with the completion point of the closed figure formed by the trajectory. Therefore, if the content of the effect is changed according to the change content determined by the present invention, in an electronic game that generates an effect in association with a closed figure drawn by the trajectory of a series of touch operations on a touch panel, a change is made to the electronic game according to the completion point of the closed figure.
[1.実施形態]
[1-1.概要]本実施形態は、タッチパネルに対する一連のタッチ操作(例えば、スライド操作)の軌跡が閉図形(例えば、閉曲線101)を描く場合に(図1(a))、当該閉図形の内部の領域(例えば、閉領域102)を少なくとも包含する範囲に関連付けてエフェクトを発生させる電子ゲームに関する(図1(b))。
1. Embodiment
[1-1. Overview] This embodiment relates to an electronic game that generates an effect in association with a range that includes at least an internal area (e.g., a closed area 102) of a closed figure (e.g., a closed curve 101) when the trajectory of a series of touch operations (e.g., a slide operation) on a touch panel (FIG. 1(a)).
本実施形態においてエフェクトは、下記のうち少なくともいずれかを含む。
(a)表示を変更する視覚処理
(b)音声を出力する聴覚処理
(c)ユーザやオブジェクトに関連するパラメータを変更する内部処理タッチ操作により閉図形が形成された際に発生させるべきエフェクトは、当該タッチ操作の操作対象となった第1のオブジェクトの属性や閉図形の内部の領域に存在する第2のオブジェクトの属性に応じて、複数のエフェクトの中から選択される。例えば、第1のオブジェクトと第2のオブジェクトとの関係に応じて選択するとよい。
In this embodiment, the effects include at least one of the following:
(a) visual processing to change the display, (b) auditory processing to output sound, and (c) internal processing to change parameters related to the user or the object. The effect to be generated when a closed figure is formed by a touch operation is selected from a plurality of effects according to the attributes of the first object that is the target of the touch operation and the attributes of the second object that exists in the area inside the closed figure. For example, it is preferable to select the effect according to the relationship between the first object and the second object.
本実施形態では、一連のタッチ操作の軌跡上の基準点に関連する基準要素と当該軌跡が描く閉図形の完成点に関連する比較要素との相対的関係に応じて、当該閉図形に関連付けて発生させるエフェクトの変更内容を決定する。例えば、選択されたエフェクトによる処理内容が変更されるように変更内容を決定してもよいし、選択されるエフェクトが変更されるように変更内容を決定してもよい。したがって、本実施形態によって決定される変更内容に応じてエフェクトの内容が変更されれば、閉図形の完成点に応じて当該電子ゲームに変化が加わる。 In this embodiment, the change content of the effect to be generated in association with the closed figure is determined according to the relative relationship between a reference element associated with a reference point on the trajectory of a series of touch operations and a comparison element associated with the completion point of the closed figure drawn by the trajectory. For example, the change content may be determined so that the processing content of the selected effect is changed, or the change content may be determined so that the selected effect is changed. Therefore, if the effect content is changed according to the change content determined by this embodiment, a change is made to the electronic game according to the completion point of the closed figure.
[1-2.情報処理装置]本実施形態に係る情報処理装置(例えば、携帯装置)は、一連のタッチ操作の軌跡が閉図形を形成する場合に当該軌跡上の基準点に関連する基準要素と当該閉図形の完成点に関連する比較要素との相対的関係を特定する特定部と、上記形成された閉図形に関連付けて発生させるべきエフェクトの変更内容を上記特定部により特定される相対的関係に応じて決定する決定部と、を具備する。上記決定部が、上記形成された閉図形に関連付けて発生させるべきエフェクトを定義するパラメータの変更量を決定するように構成するのが好適である。 [1-2. Information processing device] The information processing device (e.g., a mobile device) according to this embodiment includes an identification unit that, when a trajectory of a series of touch operations forms a closed figure, identifies a relative relationship between a reference element associated with a reference point on the trajectory and a comparison element associated with a completion point of the closed figure, and a determination unit that determines the change content of an effect to be generated in association with the formed closed figure according to the relative relationship identified by the identification unit. It is preferable that the determination unit is configured to determine the amount of change of a parameter that defines the effect to be generated in association with the formed closed figure.
[1-3.用語の定義と具体例]本実施形態において、「基準要素」とは、一連のタッチ操作の軌跡上の基準点に関連する要素をいう。例えば、一連のタッチ操作の軌跡の端点(例えば、開始点,終了点)の位置に関連する要素,一連のタッチ操作の軌跡の端点(例えば、開始点,終了点)が入力された時期に関連する要素,軌跡の開始点から終了点までの長さ(例えば、最大長)に関連する要素等が包含される。本実施形態において、「比較要素」とは、閉図形の完成点に関連する要素をいう。例えば、閉図形の完成点の位置に関連する要素,閉図形の完成点が入力された時期に関連する要素,軌跡の開始点から閉図形の完成点までの長さ(例えば、現在長)に関連する要素等が包含される。本実施形態において、「相対的関係」とは、基準要素と比較要素との離れ具合をいう。例えば、基準要素を特定する数値と比較要素を特定する数値との差,基準要素を特定する数値と比較要素を特定する数値との比等が包含される。 [1-3. Definitions of terms and specific examples] In this embodiment, the term "reference element" refers to an element related to a reference point on the trajectory of a series of touch operations. For example, it includes an element related to the position of the end points (e.g., start point, end point) of the trajectory of a series of touch operations, an element 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, and an element related to the length from the start point to the end point of the trajectory (e.g., maximum length). In this embodiment, the term "comparison element" refers to an element related to the completion point of a closed figure. For example, it includes an element related to the position of the completion point of a closed figure, an element related to the time when the completion point of a closed figure was input, and an element related to the length from the start point of the trajectory to the completion point of a closed figure (e.g., current length). In this embodiment, the term "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. Examples
[2-1. Overview] The overview of this embodiment will be described with reference to FIG. 1. This embodiment is an electronic game in which the movement path of an object (player's character) to be operated is specified by a slide operation on a touch panel every time an attack turn comes around. In this embodiment, when the trajectory 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
本実施例の主要な特徴は、スライド操作の軌跡上の端点(開始点111,終了点112)の位置に関連する基準要素と当該軌跡が形成する閉図形(閉曲線101)の完成点(完成点120)の位置に関連する比較要素との離れ具合に応じて、エフェクトの設定情報に含まれるパラメータの変更量を決定する点である。本実施例によって決定される変更量に応じてエフェクトのパラメータを変更すれば、閉図形の完成点に応じて当該電子ゲームに変化が加わる。
The main feature of this embodiment is that the amount of change in the parameters included in the setting information of the effect is determined according to the degree of separation between a reference element associated with the positions of the endpoints (
[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] Figure 2 shows an example of the network configuration of the system of the embodiment. The system of the embodiment includes a
[2-2-1.ユーザ端末]ユーザ端末10は、所定のゲームプログラムがインストールされたユーザ装置(コンピュータ)である。本実施例のシステムでは、ユーザ装置として、ゲームプログラムをインストール可能な汎用の携帯装置(例えば、携帯電話,スマートフォン(smartphone),タブレット(tablet)端末,タブレットPC(personal computer),小型のPC,ウェアラブルデバイス
(wearable device)など)や、所定のゲームプログラムが予めインストールされた専用のゲーム装置を用いることができる。
[2-2-1. User terminal] The
[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
[2-2-3.データ管理サーバ]データ管理サーバ30は、DB(Database)サーバプログラムがインストールされたサーバ装置(コンピュータ)であり、内蔵する又は外部の接続可能な記憶装置31とともにDBMS(Database Management System)を構成する。データ管理サーバ30は、例えば、データの格納要求に応じ要求元から取得されるデータを記憶装置31に格納する機能と、データの抽出要求に応じ記憶装置31から抽出されるデータを要求元に応答する機能とを有する。なお、複数のサーバ装置を連携させてサーバシステムを構成し、データ管理サーバ30の機能を分担させ又はデータ管理サーバ30にかかる負荷を分散させてもよい。また、複数の記憶装置にデータを分散配置することも可能である。
[2-2-3. Data Management Server] The
[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] An example of the hardware configuration of a user device is shown in Fig. 3. A typical user device has at least an MPU (Micro-Processing Unit) 311 constituting a control processing unit, a RAM (Random Access Memory) 321 constituting a main storage unit, a ROM (Read Only Memory) 322 and an EEPROM (Electrically Erasable Programmable Read-Only Memory) 323 constituting an auxiliary storage unit, a
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との少なくともいずれかに提供する。
[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] Figure 4 shows an example of the hardware configuration of a server device. A typical server device has a
主記憶装置420、補助記憶装置430、入力装置440、出力装置450及び通信制御装置460は、バスラインを介して制御処理装置410とそれぞれ接続される。制御処理装置410は、(1)補助記憶装置430に記憶されたプログラムを主記憶装置420上に読み込み、(2)プログラムの指示に従って入力装置440と補助記憶装置430と通信制御装置460との少なくともいずれかからデータを取得し、(3)取得したデータをプログラムに規定される手順で演算・加工した上で、(4)演算済み・加工済みのデータを補助記憶装置430と出力装置450と通信制御装置460との少なくともいずれかに提供する。
The
[2-4.機能構成]図5に、ユーザ端末の機能構成例を示す。ユーザ端末10の機能は、ユーザ装置向けOS(Operating System)と当該OS上で動作するゲームプログラムとがユーザ装置にそれぞれインストールされることにより実現される。
[2-4. Functional configuration] Figure 5 shows an example of the functional configuration of a user terminal. The functions of the
ユーザ装置にインストールされるべきゲームプログラムは、通信ネットワーク40を介し搬送波に重畳させてユーザ装置に供給されるのが一般的である。なお、ゲームプログラムは、各種の記録媒体(例えば、CD(Compact Disc),DVD
(Digital Versatile Disk),MOディスク(Magneto-Optical disk),フラッシュメモリ(flash memory)など)に記録された状態で配布され当該記録媒体からユーザ装置に読み込まれてもよい。また、出荷当初からユーザ装置にインストールされていてもよい。
The game program to be installed in the user device is generally supplied to the user device by being superimposed on a carrier wave via the
The software may be distributed in a state recorded on a digital versatile disk (Digital Versatile Disk), a magneto-optical disk (MO disk), a flash memory, etc., and read from the recording medium into the user device. Also, the software 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
表示制御部511は、格納部521に記憶される各種のパラメータに応じ、格納部521又はEEPROM323に記憶される映像データを取捨選択して表示部522に表示させる。音声制御部512は、格納部521に記憶される各種のパラメータに応じ、格納部521又はEEPROM323に記憶される音声データを取捨選択して音声出力部524に再生させる。格納部521は、各種のパラメータを記憶する。表示部522は、表示制御部511による制御の下で、映像を表示する。入力部523は、タッチパネルに対する接触位置を出力する。音声出力部524は、音声制御部512による制御の下で、音声を再生する。
The
検知部531は、入力部523に対する接触位置を連続させた一連のタッチ操作(スライド操作)の軌跡が閉曲線を形成する場合に、特定部532を発動させる。特定部532は、基準要素を示すデータと比較要素を示すデータとを用いて基準要素と比較要素との相対的関係(本実施例では、離れ具合)を特定する。決定部533は、一連のタッチ操作の軌跡が形成する閉曲線の内部の状況を加味して変更対象のパラメータを選定するとともに、特定部532により特定される相対的関係に応じて当該パラメータの変更量を決定する。変更部534は、決定部533により選定される変更対象のパラメータが決定部533により決定される変更量の分だけ変更された値になるよう格納部521のデータを更新する。
The
[2-5.パラメータ]図6(a)に、ユーザ関連情報の項目例を示す。ユーザ関連情報は、ゲームを行うユーザに関連するパラメータである。図6(a)に例示されるように、ユーザ関連情報は、キー項目である「ユーザID」と、当該ユーザが保持する特典の累計値を示す「累計得点」,当該ユーザが操作対象とするオブジェクトを特定する「操作対象オブジェクトID」,当該ユーザによるスライド操作の距離の上限値を特定する「スライド操作残値」と、を含む。本実施例において、ユーザ関連情報は、初期設定時に初期値が記憶装置31に記憶されるものとする。また、ユーザ端末10においてゲームプログラムが起動される際にユーザ管理サーバ20及びデータ管理サーバ30を介して記憶装置31からダウンロードされ、ゲームプログラムが終了される際にユーザ管理サーバ20及びデータ管理サーバ30を介して記憶装置31にアップロードされるものとする。
[2-5. Parameters] FIG. 6(a) shows an example of items of user-related information. User-related information is a parameter related to a user who plays a game. As shown in FIG. 6(a), user-related information includes a key item "user ID", "total score" indicating the total value of the privileges held by the user, "operation target object ID" identifying the object to be operated by the user, and "slide operation remaining value" identifying the upper limit of the distance of the slide operation by the user. In this embodiment, the initial value of the user-related information is stored in the
図6(b)に、オブジェクト関連情報の項目例を示す。オブジェクト関連情報は、ゲーム内に出てくるオブジェクト(例えば、キャラクタ,アイテム等)に関連するパラメータである。図6(b)に例示されるように、オブジェクト関連情報は、キー項目である「オブジェクトID」と、当該オブジェクトの種類を示す「種別コード」,当該オブジェクトの表示位置を示す「現在位置」,当該オブジェクトのHP(ヒットポイント)を示す「残存HP」と、を含む。 Figure 6(b) shows example items of object-related information. Object-related information is parameters related to objects (e.g., characters, items, etc.) that appear in the game. As exemplified in Figure 6(b), object-related information includes a key item "object ID," a "type code" that indicates the type of object, a "current position" that indicates the display position of the object, and "remaining HP" that indicates the HP (hit points) of the object.
図6(c)に、エフェクト設定情報の項目例を示す。エフェクト設定情報は、スライド操作の軌跡が閉図形を形成する場合に発生させるエフェクトを設定(定義)するパラメータである。図6(c)に例示されるように、エフェクト設定所法は、キー項目である「エフェクトID」と、視覚処理の特定に資する「視覚処理コード」,聴覚処理の特定に資する「聴覚処理コード」,内部処理の特定に資する「内部処理コード」,処理のレベル(例えば、攻撃・回復等の大小,影響範囲の広狭など)を特定する「処理レベル」と、を含む。 Figure 6 (c) shows example items of effect setting information. Effect setting information is a parameter that sets (defines) the effect to be generated when the trajectory of the slide operation forms a closed figure. As exemplified in Figure 6 (c), the effect setting information includes a key item "effect ID", a "visual processing code" that contributes to identifying the visual processing, an "auditory processing code" that contributes to identifying the auditory processing, an "internal processing code" that contributes to identifying the internal processing, and a "processing level" that identifies the level of processing (e.g., the magnitude of attack/recovery, the width of the range of effect, etc.).
視覚処理,聴覚処理及び内部処理の内容は、それぞれ別途詳細に定義されているものとする。視覚処理の内容として、画面情報に表示させるべき画像データ(静止画像データ,動画像データ)のファイルパスとその表示位置が少なくとも設定される。聴覚処理の内容として、再生されるべき音声データのファイルパスが少なくとも設定される。内部処理の内容として、変更するべきパラメータとその変更量の初期値が設定される。 The contents of the visual processing, auditory processing, and internal processing are each defined separately in detail. As the contents of the visual processing, at least the file path of the image data (still image data, moving image data) to be displayed on the screen information and its display position are set. As the contents of the auditory processing, at least the file path of the audio data to be played is set. As the contents of the internal processing, the parameters to be changed and the initial values of the amount of change are set.
図6(d)に、軌跡関連情報の項目例を示す。軌跡関連情報は、操作対象であるオブジェクトの移動経路を指定する一連のタッチ操作(スライド操作)の軌跡に関連するパラメータである。図6(d)に例示されるように、オブジェクト関連情報は、キー項目である「軌跡ID」と、軌跡上の複数の点の位置をそれぞれ示す「座標データ群」,軌跡の入力開始時点を示す「開始時刻」,軌跡の入力終了時点を示す「終了時刻」,軌跡が閉図形を形成する場合に有意とする「閉図形フラグ」,軌跡が交差した地点又はこれに近似する地点を示す「閉図形完成位置」,軌跡が交差した時点又はこれに近似する時点を示す「閉図形完成時刻」と、を含む。 FIG. 6(d) shows example items of trajectory-related information. Trajectory-related information is a parameter related to the trajectory of a series of touch operations (slide operations) that specify the movement path of an object that is the object of operation. As exemplified in FIG. 6(d), the object-related information includes a key item "trajectory ID", a "coordinate data group" indicating the positions of multiple points on the trajectory, a "start time" indicating the start time of trajectory input, an "end time" indicating the end time of trajectory input, a "closed figure flag" that is significant when the trajectory forms a closed figure, a "closed figure completion position" indicating the point where the trajectories intersect or a point close to this, and a "closed figure completion time" indicating the time where 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 change procedure. Each time a turn comes around, the
続いてユーザ端末10は、スライド操作の軌跡が閉図形を形成する場合に、少なくとも1種類のパラメータを変更する。〔手順4〕閉図形が描かれたか否かを判定する(S740)。閉図形が描かれていない場合に(S740:No)、処理を終了する。閉図形が描かれた場合に(S740:Yes)、〔手順5〕に進む。このとき、閉図形が完成した位置(又はこれに近似する位置)と時刻(又はこれに近似する時刻)とを記憶する。〔手順5〕基準要素と比較要素との相対的関係を特定する(S750)。例えば、開始位置と完成位置との離れ具合(A1),終了位置と完成位置との離れ具合(A2),開始時刻と完成時刻との離れ具合(B1),終了時刻と完成時刻との離れ具合(B2)のうちすくなくともいずれかを特定する。
Then, the
〔手順6〕変更するパラメータを選定する(S760)。例えば、スライド操作が形成する閉図形に囲まれた1のオブジェクトに関連するパラメータを選定するとよい。また、例えば、操作対象のオブジェクト(第1オブジェクト)とスライド操作が形成する閉図形に囲まれた1のオブジェクト(第2オブジェクト)の組合せに応じてパラメータを選定してもよい。本実施例では、エフェクト設定情報(図6(c))の「処理レベル」を選定するものとする。〔手順7〕〔手順6〕において選定されたパラメータの変更量を決定する(S770)。例えば、〔手順5〕において特定される離れ具合(A1,B1)が大きいほど変更量を大きくしたり、当該離れ具合(A2,B2)が小さいほど変更量を大きくしたりするとよい。〔手順8〕〔手順6〕において選定されたパラメータを〔手順7〕において決定された変更量だけ変更する(S780)。 [Step 6] Select the parameter to be changed (S760). For example, it is preferable to select a parameter related to one object surrounded by a closed figure formed by a slide operation. Also, for example, the parameter may be selected according to the combination of the object to be operated (first object) and one object (second object) surrounded by a closed figure formed by a slide operation. In this embodiment, the "processing level" of the effect setting information (FIG. 6(c)) is selected. [Step 7] Determine the amount of change of the parameter selected in [Step 6] (S770). For example, it is preferable to increase the amount of change as the separation (A1, B1) specified in [Step 5] increases, or increase the amount of change as the separation (A2, B2) decreases. [Step 8] Change the parameter selected in [Step 6] by the amount of change determined in [Step 7] (S780).
[3.変形例]
[3-1.変更対象のパラメータ]上記実施例においてユーザ端末10は、閉図形が完成した場合にエフェクト設定情報(図6(c))における「処理レベル」を変更するように構成されている(上記[2-6.パラメータ変更手順])。エフェクトは、視覚処理,聴覚処理,内部処理の少なくともいずれかを包含するから(上記[1-1.概要])、エフェクトに関する「処理レベル」が変更されれば発生するエフェクトのレベル(例えば、攻撃・回復等の大小,影響範囲の広狭)が変化する。これに対し、エフェクト設定情報(図6(c))における「視覚処理コード」,「聴覚処理コード」,「内部処理コード」の少なくともいずれかを変更するように構成してもよい。また、参照する「エフェクトID」を変更して別異のエフェクトが実行されるように構成してもよい。
3. Modifications
[3-1. Parameters to be changed] In the above embodiment, the
[3-2.閉図形の成否を判定するタイミング]上記実施例においてユーザ端末10は、閉図形の成否をスライド操作の終了後に判定するように構成されている(上記[2-6.パラメータ変更手順])。これに対し、閉図形の成否をスライド操作の最中にリアルタイムで判定するように構成してもよい。閉図形の成否判定をリアルタイムで実行する構成であれば、スライド操作の最中(例えば、閉図形が完成した直後)にエフェクトを発生させることができる。
[3-2. Timing for determining whether the closed figure has been completed] In the above embodiment, the
[3-3.閉図形の成否をリアルタイムで判定する場合のエフェクト]閉図形の成否をスライド操作の最中に判定する構成とする場合(上記変形例[3-2.閉図形の成否を判定するタイミング])、閉図形が完成した時点でエフェクトを発生させてもよい。また、閉図形が完成した時点とスライド操作が終了した時点の双方で、性質の異なる複数のエフェクトをそれぞれ発生させてもよい。例えば、軌跡の長さの上限値が設定されている前提において当該上限値を増大させる内部処理を包含するエフェクトを設定し、当該上限値を増大させる度合いを基準要素と比較要素との相対的関係に応じて決定するように構成することができる。具体的には、「スライド操作残値」(図6(a))を増大させるエフェクトの「処理レベル」(図6(c))を変更するとよい。なお、軌跡の長さの上限値を増大させる内部処理を包含するエフェクトを、特定のオブジェクト(例えば、上限値を増大させるアイテム)が閉図形の内部領域に存在する場合に限り発動させるように構成してもよい。 [3-3. Effects when determining whether a closed figure is completed in real time] When determining whether a closed figure is completed during a slide operation (the above modified example [3-2. Timing for determining whether a closed figure is completed]), an effect may be generated when the closed figure is completed. Also, multiple effects with different properties may be generated when the closed figure is completed and when the slide operation ends. For example, an effect including an internal process that increases the upper limit of the length of the trajectory is set, and the degree of increase in the upper limit can be determined according to the relative relationship between the reference element and the comparison element. Specifically, it is preferable to change the "processing level" (FIG. 6(c)) of the effect that increases the "slide operation remaining value" (FIG. 6(a)). Note that the effect including an internal process that increases the upper limit of the length of the trajectory may be configured to be activated only when a specific object (for example, an item that increases the upper limit) is present in the internal area of the closed figure.
10 ユーザ端末
20 ユーザ管理サーバ
30 データ管理サーバ
31 記憶装置
40 通信ネットワーク
10
Claims (4)
前記一連の操作入力の開始時点から終了時点までの移動操作にかかる前記軌跡を表示部に表示させ、
前記軌跡により囲われる前記ゲーム内の敵キャラクタを、変化を与える対象として特定し、
前記敵キャラクタを特定した後に継続して入力される前記一連の操作入力の終了時点に基づいて、前記敵キャラクタに対して前記キャラクタが与えるエフェクトを、複数のエフェクトの中から前記キャラクタの属性と前記敵キャラクタの属性との関係に応じて決定する、
ゲーム装置。 designating at least a trajectory that forms a closed figure among trajectories of a series of operation inputs received from a user playing a game as a movement path of a character in the game that is an object of operation by the user;
displaying, on a display unit, the trajectory of the movement operation from the start point to the end point of the series of operation inputs;
Identifying an enemy character in the game that is surrounded by the trajectory as a target to be changed;
determining an effect to be applied by the character to the enemy character from among a plurality of effects in accordance with a relationship between an attribute of the character and an attribute of the enemy character, based on a time point at which the series of operation inputs continuously input after the enemy character is specified;
Gaming device.
プロセッサが、前記一連の操作入力の開始時点から終了時点までの移動操作にかかる前記軌跡を表示部に表示させ、
プロセッサが、前記軌跡により囲われる前記ゲーム内の敵キャラクタを、変化を与える対象として特定し、
プロセッサが、前記敵キャラクタを特定した後に継続して入力される前記一連の操作入力の終了時点に基づいて、前記敵キャラクタに対して前記キャラクタが与えるエフェクトを、複数のエフェクトの中から前記キャラクタの属性と前記敵キャラクタの属性との関係に応じて決定する、情報処理方法。 a processor designates at least a trajectory that forms a closed figure among trajectories of a series of operation inputs received from a user playing a game as a movement path of a character in the game that is an object of operation by the user;
The processor causes a display unit to display the trajectory of the movement operation from the start point to the end point of the series of operation inputs;
a processor identifies an enemy character in the game that is surrounded by the trajectory as a target to be changed;
An information processing method in which a processor determines an effect to be applied by the character to the enemy character from among a plurality of effects according to a relationship between the attributes of the character and the attributes of the enemy character , based on the end point of the series of operational inputs that are continuously input after the enemy character is identified.
プロセッサに、前記一連の操作入力の開始時点から終了時点までの移動操作にかかる前記軌跡を表示部に表示させ、
プロセッサに、前記軌跡により囲われる前記ゲーム内の敵キャラクタを、変化を与える対象として特定させ、
プロセッサに、前記敵キャラクタを特定した後に継続して入力される前記一連の操作入力の終了時点に基づいて、前記敵キャラクタに対して前記キャラクタが与えるエフェクトを、複数のエフェクトの中から前記キャラクタの属性と前記敵キャラクタの属性との関係に応じて決定させる、プログラム。 causing the processor to designate at least a trajectory that forms a closed figure among trajectories of a series of operation inputs received from a user playing a game as a movement path of a character in the game that is an object of operation by the user;
causing the processor to display, on a display unit, the trajectory of the movement operation from the start point to the end point of the series of operation inputs;
causing a processor to identify an enemy character in the game that is surrounded by the trajectory as a target to be changed;
The program causes a processor to determine, based on the end time of the series of operational inputs continuously input after the enemy character is identified, an effect to be applied by the character to the enemy character from among a plurality of effects in accordance with the relationship between the attributes of the character and the attributes of the enemy character .
前記サーバは、
前記端末装置を用いてゲームを行うユーザから受け付けた一連の操作入力の軌跡のうち少なくとも閉図形を形成する軌跡を、前記ユーザの操作対象である前記ゲーム内のキャラクタの移動経路として指定し、
前記一連の操作入力の開始時点から終了時点までの移動操作にかかる前記軌跡を表示部に表示させ、
前記軌跡により囲われる前記ゲーム内の敵キャラクタを、変化を与える対象として特定し、
前記敵キャラクタを特定した後に継続して入力される前記一連の操作入力の終了時点に基づいて、前記敵キャラクタに対して前記キャラクタが与えるエフェクトを、複数のエフェクトの中から前記キャラクタの属性と前記敵キャラクタの属性との関係に応じて決定する、システム。 A server and a terminal device are provided,
The server,
designating at least a trajectory that forms a closed figure among trajectories of a series of operation inputs received from a user playing a game using the terminal device as a movement path of a character in the game that is an object of operation by the user;
displaying, on a display unit, the trajectory of the movement operation from the start point to the end point of the series of operation inputs;
Identifying an enemy character in the game that is surrounded by the trajectory as a target to be changed;
The system determines an effect to be applied by the character to the enemy character from among a plurality of effects according to a relationship between the attributes of the character and the attributes of the enemy character , based on the end point of the series of operational inputs continuously input after the enemy character is identified.
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2024033194A JP7575717B2 (en) | 2019-10-25 | 2024-03-05 | Information processing device and program |
| JP2024176636A JP7705102B2 (en) | 2019-10-25 | 2024-10-08 | Information processing device and program |
| JP2025077448A JP2025109761A (en) | 2019-10-25 | 2025-05-07 | Information processing device and program |
Applications Claiming Priority (5)
| 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 |
| JP2023219728A JP7460941B2 (en) | 2019-10-25 | 2023-12-26 | Information processing device and program |
| JP2024033194A JP7575717B2 (en) | 2019-10-25 | 2024-03-05 | Information processing device and program |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2023219728A Division JP7460941B2 (en) | 2019-10-25 | 2023-12-26 | Information processing device and program |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2024176636A Division JP7705102B2 (en) | 2019-10-25 | 2024-10-08 | Information processing device and program |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2024061764A JP2024061764A (en) | 2024-05-08 |
| JP7575717B2 true JP7575717B2 (en) | 2024-10-30 |
Family
ID=70724275
Family Applications (8)
| 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 |
| JP2024033194A Active JP7575717B2 (en) | 2019-10-25 | 2024-03-05 | Information processing device and program |
| JP2024176636A Active JP7705102B2 (en) | 2019-10-25 | 2024-10-08 | Information processing device and program |
| JP2025077448A Pending JP2025109761A (en) | 2019-10-25 | 2025-05-07 | Information processing device and program |
Family Applications Before (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 After (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2024176636A Active JP7705102B2 (en) | 2019-10-25 | 2024-10-08 | Information processing device and program |
| JP2025077448A Pending JP2025109761A (en) | 2019-10-25 | 2025-05-07 | Information processing device and program |
Country Status (1)
| Country | Link |
|---|---|
| JP (8) | JP6886119B2 (en) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| 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 |
| KR102849095B1 (en) * | 2021-01-28 | 2025-08-25 | 삼성전자주식회사 | Electronic device and method for shape recognition based on stroke analysis in electronic device |
Citations (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2002282542A (en) | 2001-03-27 | 2002-10-02 | Namco Ltd | Gaming device using handwriting recognition, image erasing method in gaming device, and program therefor |
| JP2006150062A (en) | 2004-11-02 | 2006-06-15 | Nintendo Co Ltd | GAME DEVICE AND GAME PROGRAM |
| 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 |
| JP2013020300A (en) | 2011-07-07 | 2013-01-31 | Konami Digital Entertainment Co Ltd | Information processor, information processor control method, and 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 |
| JP2013045175A (en) | 2011-08-22 | 2013-03-04 | Rakuten Inc | Data processor, data processing method, data processing 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, COMPUTER CONTROL METHOD, AND PROGRAM |
| JP2015091031A (en) | 2013-11-06 | 2015-05-11 | 株式会社Nttドコモ | Imaging apparatus, imaging control method and program |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP5230901B2 (en) | 2005-11-14 | 2013-07-10 | 株式会社ハル研究所 | GAME PROGRAM, GAME DEVICE, GAME CONTROL METHOD, AND GAME SYSTEM |
-
2019
- 2019-10-25 JP JP2019194599A patent/JP6886119B2/en active Active
-
2021
- 2021-05-11 JP JP2021080308A patent/JP7144701B2/en active Active
-
2022
- 2022-09-06 JP JP2022141579A patent/JP7417146B2/en active Active
-
2023
- 2023-12-26 JP JP2023219728A patent/JP7460941B2/en active Active
-
2024
- 2024-02-27 JP JP2024027693A patent/JP7518458B2/en active Active
- 2024-03-05 JP JP2024033194A patent/JP7575717B2/en active Active
- 2024-10-08 JP JP2024176636A patent/JP7705102B2/en active Active
-
2025
- 2025-05-07 JP JP2025077448A patent/JP2025109761A/en active Pending
Patent Citations (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2002282542A (en) | 2001-03-27 | 2002-10-02 | Namco Ltd | Gaming device using handwriting recognition, image erasing method in gaming device, and program therefor |
| JP2006150062A (en) | 2004-11-02 | 2006-06-15 | Nintendo Co Ltd | GAME DEVICE AND GAME PROGRAM |
| 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 |
| JP2013020300A (en) | 2011-07-07 | 2013-01-31 | Konami Digital Entertainment Co Ltd | Information processor, information processor control method, and 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 |
| JP2013045175A (en) | 2011-08-22 | 2013-03-04 | Rakuten Inc | Data processor, data processing method, data processing 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, COMPUTER CONTROL METHOD, 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 |
|---|---|
| JP7460941B2 (en) | 2024-04-03 |
| JP2022173246A (en) | 2022-11-18 |
| JP2020077409A (en) | 2020-05-21 |
| JP2024061764A (en) | 2024-05-08 |
| JP6886119B2 (en) | 2021-06-16 |
| JP7518458B2 (en) | 2024-07-18 |
| JP2024052859A (en) | 2024-04-12 |
| JP2024038131A (en) | 2024-03-19 |
| JP7705102B2 (en) | 2025-07-09 |
| JP2025109761A (en) | 2025-07-25 |
| JP7417146B2 (en) | 2024-01-18 |
| JP2021120890A (en) | 2021-08-19 |
| JP7144701B2 (en) | 2022-09-30 |
| JP2024180444A (en) | 2024-12-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP7705102B2 (en) | Information processing device and program | |
| JP6505928B1 (en) | Computer program and computer device | |
| JP6793169B2 (en) | Thumbnail output device, thumbnail output method and thumbnail output program | |
| JP6609190B2 (en) | Information processing apparatus and program | |
| JP7773092B2 (en) | Information processing device, control method and control program for information processing device | |
| JP6505932B1 (en) | Computer program and computer device | |
| JP6194545B2 (en) | GAME SYSTEM, COMPUTER PROGRAM USED FOR THE SAME, AND CONTROL METHOD | |
| JP6724194B2 (en) | Computer program and computer device | |
| JP6576544B2 (en) | Information processing apparatus, information processing method, and computer-readable storage medium | |
| WO2020067077A1 (en) | Information processing program, terminal device, and information processing method | |
| CN115408560B (en) | Social group creation methods, devices, electronic devices and servers | |
| JP6805281B2 (en) | Computer programs and computer equipment | |
| JP6805280B2 (en) | Computer programs and computer equipment | |
| JP6764963B2 (en) | Computer programs and computer equipment | |
| CN118698126A (en) | Virtual character marking method, device, electronic device and readable storage medium | |
| JP2020146586A (en) | Computer program and computer device | |
| JP2020178804A (en) | Computer program and computer device | |
| JP2020000836A (en) | Computer program and computer device | |
| WO2019072076A1 (en) | Information display method, device, storage medium, and electronic device | |
| WO2019177115A1 (en) | Video delivery system, computer program for use therewith, and control method |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20240402 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20240402 |
|
| A871 | Explanation of circumstances concerning accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A871 Effective date: 20240402 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20240425 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20240604 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20240730 |
|
| 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: 20240917 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20240930 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7575717 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |