JP7467102B2 - Game program, game processing method, and information processing device - Google Patents

Game program, game processing method, and information processing device Download PDF

Info

Publication number
JP7467102B2
JP7467102B2 JP2019230544A JP2019230544A JP7467102B2 JP 7467102 B2 JP7467102 B2 JP 7467102B2 JP 2019230544 A JP2019230544 A JP 2019230544A JP 2019230544 A JP2019230544 A JP 2019230544A JP 7467102 B2 JP7467102 B2 JP 7467102B2
Authority
JP
Japan
Prior art keywords
recipe
player
registered
game
processing unit
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
JP2019230544A
Other languages
Japanese (ja)
Other versions
JP2021097819A (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.)
Koei Tecmo Games Co Ltd
Original Assignee
Koei Tecmo Games Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Koei Tecmo Games Co Ltd filed Critical Koei Tecmo Games Co Ltd
Priority to JP2019230544A priority Critical patent/JP7467102B2/en
Publication of JP2021097819A publication Critical patent/JP2021097819A/en
Application granted granted Critical
Publication of JP7467102B2 publication Critical patent/JP7467102B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

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

レシピに基づいて複数のアイテムを合成することにより別のアイテムを生成することができるゲームが知られている(例えば特許文献1参照)。 There are known games in which a player can create another item by synthesizing multiple items based on a recipe (see, for example, Patent Document 1).

特開2007-111319号公報JP 2007-111319 A

例えば、ネットワークを利用して複数のプレイヤがゲームをプレイするいわゆるオンラインゲームにおいて、各プレイヤが試行錯誤を重ねて新たなレシピを探求するようにした場合、ゲームの活性化につなげることができる。しかしながら、上記従来技術のゲームは、プレイヤからアイテムの素材の分析要求を受け付けるとレシピ情報を提示するため、プレイヤが新たなレシピを探求するようなゲームシステムとはなっていない。このため、オンラインゲームに適用したとしてもゲームの活性化につながらないという課題があった。 For example, in so-called online games where multiple players play the game over a network, if each player were to explore new recipes through trial and error, this could lead to more revitalization of the game. However, in the above-mentioned conventional technology games, recipe information is presented when a request for analysis of item materials is received from a player, so the game system is not one that allows players to explore new recipes. For this reason, there was an issue that even if this technology was applied to online games, it would not lead to more revitalization of the game.

本発明はこのような問題点に鑑みてなされたものであり、オンラインゲームにおいて、複数のゲーム要素を使用して別のゲーム要素を生成するための新たなレシピの探求をプレイヤに促すことにより、ゲームを活性化することができるゲームプログラム、ゲーム処理方法、及び情報処理装置を提供することを目的とする。 The present invention was made in consideration of these problems, and aims to provide a game program, a game processing method, and an information processing device that can revitalize online games by encouraging players to explore new recipes for using multiple game elements to generate other game elements.

上記目的を達成するために、本発明のゲームプログラムは、情報処理装置を、複数のゲーム要素の組み合わせを含むレシピを受け付け、当該レシピを使用して別のゲーム要素を生成できるか否かを判定するレシピ成否判定処理部、前記別のゲーム要素を生成できた場合に、受け付けた前記レシピが登録部に権利者プレイヤと関連付けて登録されたレシピのいずれかと同一か否かを判定するレシピ同一判定処理部、前記受け付けたレシピが前記登録されたレシピのいずれとも同一でない場合に、前記受け付けたレシピ又は当該レシピを送信した前記権利者プレイヤの少なくとも一方を前記登録部に登録するレシピ登録処理部、として機能させる。 To achieve the above object, the game program of the present invention causes an information processing device to function as a recipe success/failure determination processing unit that receives a recipe including a combination of multiple game elements and determines whether or not another game element can be generated using the recipe, a recipe identity determination processing unit that determines whether or not the received recipe is identical to any of the recipes registered in association with the rights holder player in the registration unit if the other game element can be generated, and a recipe registration processing unit that registers at least one of the received recipe or the rights holder player who transmitted the recipe in the registration unit if the received recipe is not identical to any of the registered recipes.

上記目的を達成するために、本発明のゲーム処理方法は、情報処理装置によって実行されるゲーム処理方法であって、複数のゲーム要素の組み合わせを含むレシピを受け付け、当該レシピを使用して別のゲーム要素を生成できるか否かを判定するステップと、前記別のゲーム要素を生成できた場合に、受け付けた前記レシピが登録部に権利者プレイヤと関連付けて登録されたレシピのいずれかと同一か否かを判定するステップと、前記受け付けたレシピが前記登録されたレシピのいずれとも同一でない場合に、前記受け付けたレシピ又は当該レシピを送信した前記権利者プレイヤの少なくとも一方を前記登録部に登録するステップと、を有する。 To achieve the above object, the game processing method of the present invention is a game processing method executed by an information processing device, and includes the steps of: accepting a recipe including a combination of multiple game elements, and determining whether or not another game element can be generated using the recipe; if the other game element can be generated, determining whether or not the accepted recipe is identical to any of the recipes registered in association with the rights holder player in a registration unit; and if the accepted recipe is not identical to any of the registered recipes, registering at least one of the accepted recipe or the rights holder player who transmitted the recipe in the registration unit.

上記目的を達成するために、本発明の情報処理装置は、複数のゲーム要素の組み合わせを含むレシピを受け付け、当該レシピを使用して別のゲーム要素を生成できるか否かを判定するレシピ成否判定処理部と、前記別のゲーム要素を生成できた場合に、受け付けた前記レシピが登録部に権利者プレイヤと関連付けて登録されたレシピのいずれかと同一か否かを判定するレシピ同一判定処理部と、前記受け付けたレシピが前記登録されたレシピのいずれとも同一でない場合に、前記受け付けたレシピ又は当該レシピを送信した前記権利者プレイヤの少なくとも一方を前記登録部に登録するレシピ登録処理部と、を有する。 To achieve the above object, the information processing device of the present invention has a recipe success/failure determination processing unit that receives a recipe including a combination of multiple game elements and determines whether or not another game element can be generated using the recipe, a recipe identity determination processing unit that determines whether or not the received recipe is identical to any of the recipes registered in association with the rights holder player in a registration unit when the other game element can be generated, and a recipe registration processing unit that registers at least one of the received recipe or the rights holder player who transmitted the recipe in the registration unit when the received recipe is not identical to any of the registered recipes.

本発明のゲームプログラム等によれば、オンラインゲームにおいて、複数のゲーム要素を使用して別のゲーム要素を生成する方法の探求をプレイヤに促すことにより、ゲームを活性化することができる。 The game program of the present invention can liven up online games by encouraging players to explore ways to use multiple game elements to generate other game elements.

一実施形態に係るゲームシステムの全体構成の一例を表すシステム構成図である。1 is a system configuration diagram illustrating an example of the overall configuration of a game system according to an embodiment. サーバ装置の機能的構成の一例を表すブロック図である。FIG. 2 is a block diagram illustrating an example of a functional configuration of a server device. レシピの創作画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a recipe creation screen. アイテムリスト画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of an item list screen. ステータスリスト画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a status list screen. 入力操作画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of an input operation screen. キーボード画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a keyboard screen. レシピ成功画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a recipe success screen. レシピ失敗画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a recipe failure screen. レシピ登録画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a recipe registration screen. レシピ却下画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a recipe rejection screen. 登録レシピリスト画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a registered recipe list screen. 登録レシピの閲覧画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a registered recipe viewing screen. 使用禁止対象の指定画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a screen for designating a prohibited target. 閲覧制限がある場合の登録レシピリスト画面の一例を表す図である。13 is a diagram illustrating an example of a registered recipe list screen when there is a viewing restriction. 閲覧禁止画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a viewing prohibition screen. 使用禁止画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a usage prohibition screen. 報酬獲得画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a reward acquisition screen. 期間経過通知画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a period lapse notification screen. サーバ装置のCPUによって実行される処理手順の一例を表すフローチャートである。10 is a flowchart illustrating an example of a processing procedure executed by a CPU of the server device. レシピの登録の要求を受け付ける変形例における、サーバ装置の機能的構成の一例を表すブロック図である。FIG. 13 is a block diagram illustrating an example of a functional configuration of a server device in a modified example that accepts a request to register a recipe. レシピの登録の要求を受け付ける変形例における、レシピ成功画面の一例を表す図である。FIG. 13 is a diagram showing an example of a recipe success screen in a modified example for accepting a request to register a recipe. レシピの登録の要求を受け付ける変形例における、サーバ装置のCPUによって実行される処理手順の一例を表すフローチャートである。13 is a flowchart illustrating an example of a processing procedure executed by a CPU of the server device in a modified example for accepting a request for registering a recipe. 登録レシピを購入したプレイヤが閲覧、使用できるようにする変形例における、サーバ装置の機能的構成の一例を表すブロック図である。FIG. 13 is a block diagram illustrating an example of the functional configuration of a server device in a modified example in which registered recipes can be viewed and used by a player who has purchased the recipes. 登録レシピの販売画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a sales screen for a registered recipe. 登録レシピの購入画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a purchase screen for a registered recipe. 登録レシピを購入したプレイヤが閲覧、使用できるようにする変形例における、サーバ装置のCPUによって実行される処理手順の一例を表すフローチャートである。13 is a flowchart illustrating an example of a processing procedure executed by a CPU of the server device in a modified example in which a registered recipe can be viewed and used by a player who has purchased the recipe. 登録レシピの使用を許諾する変形例における、サーバ装置の機能的構成の一例を表すブロック図である。FIG. 13 is a block diagram illustrating an example of a functional configuration of a server device in a modified example in which the use of a registered recipe is permitted. 使用許諾対象の指定画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a license target designation screen. 閲覧禁止画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a viewing prohibition screen. 使用禁止画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a usage prohibition screen. 期間経過通知画面の一例を表す図である。FIG. 13 is a diagram illustrating an example of a period lapse notification screen. 登録レシピの使用を許諾する変形例における、サーバ装置のCPUによって実行される処理手順の一例を表すフローチャートである。13 is a flowchart illustrating an example of a processing procedure executed by a CPU of the server device in a modified example in which use of a registered recipe is permitted. 情報処理装置のハードウェア構成の一例を表すブロック図である。FIG. 2 is a block diagram illustrating an example of a hardware configuration of an information processing device.

以下、本発明の一実施の形態について図面を参照しつつ説明する。 One embodiment of the present invention will be described below with reference to the drawings.

<1.ゲームシステムの全体構成>
まず、図1を用いて、本実施形態に係るゲームシステム1の全体構成の一例について説明する。図1に示すように、ゲームシステム1は、複数のプレイヤによって操作される複数の端末装置3(図1では3つを例示)と、サーバ装置5を有する。各端末装置3とサーバ装置5は、例えばLANやインターネット等のネットワークNWを介して通信可能に接続されている。なお、ネットワークNWは無線又は有線のいずれでもよい。また、図1ではサーバ装置5が単一のコンピュータで構成されている場合を例示しているが、複数のコンピュータで構成されてもよい。
<1. Overall structure of the game system>
First, an example of the overall configuration of a game system 1 according to this embodiment will be described with reference to Fig. 1. As shown in Fig. 1, the game system 1 has a plurality of terminal devices 3 (three are illustrated in Fig. 1) operated by a plurality of players, and a server device 5. Each terminal device 3 and the server device 5 are communicatively connected via a network NW such as a LAN or the Internet. The network NW may be either wireless or wired. Although Fig. 1 illustrates a case in which the server device 5 is configured from a single computer, it may be configured from a plurality of computers.

端末装置3は、例えばスマートフォン、タブレット型コンピュータ、携帯型ゲーム機、携帯電話機等である。但し、これらに限定されるものではなく、例えば、デスクトップ型コンピュータ、ノート型コンピュータ、据え置き型のゲーム機等としてもよい。端末装置3は、各種の表示及びプレイヤによる各種の入力操作が行われるタッチパネル7を有する。プレイヤは、指やペン等によりタッチパネル7に接触することで入力操作を行う。なお、端末装置3は、タッチパネル7以外に、ボタンやスイッチ、レバー、ジョイスティック等の入力部を備えてもよい。また、スピーカー等の音声出力部を備えてもよい。 The terminal device 3 is, for example, a smartphone, a tablet computer, a portable game machine, a mobile phone, etc. However, it is not limited to these, and may be, for example, a desktop computer, a notebook computer, a stationary game machine, etc. The terminal device 3 has a touch panel 7 on which various displays and various input operations by the player are performed. The player performs input operations by touching the touch panel 7 with a finger, a pen, etc. Note that the terminal device 3 may have input units such as buttons, switches, levers, joysticks, etc. in addition to the touch panel 7. It may also have an audio output unit such as a speaker.

サーバ装置5(情報処理装置の一例)は、いわゆるサーバコンピュータである。サーバ装置5は、ゲームサービスを受ける各プレイヤの端末装置3からのネットワークNWを介したアクセスを受け付けて、各プレイヤのゲーム情報を記録装置に蓄積して管理し、各プレイヤにネットワークNWを介したオンラインゲームサービスを提供する。 The server device 5 (an example of an information processing device) is a so-called server computer. The server device 5 accepts access via the network NW from the terminal device 3 of each player who receives the game service, stores and manages the game information of each player in a recording device, and provides each player with an online game service via the network NW.

サーバ装置5によるゲームサービスの提供の形態としては、ゲームプログラム(アプリケーションソフトウェアともいう)がサーバ装置5に実装されており、端末装置3でゲームを実行するのではなく、端末装置3でのプレイヤの操作入力に応じてサーバ装置5でゲームを実行し、その実行結果を各プレイヤの端末装置3に送信する形態がある。例えば、各プレイヤの端末装置3に搭載されたウェブブラウザによってゲームをプレイできる、いわゆるブラウザゲームをサーバ装置5が提供してもよい。また、サーバ装置5でゲームを実行した結果のゲーム映像を、例えばストリーミング形式等で端末装置3に送信する、いわゆるクラウドゲームをサーバ装置5が提供してもよい。あるいは、SNS(ソーシャルネットワーキングサービス)においてウェブブラウザ上で動作するAPI(アプリケーションプログラミングインタフェース)などの動作環境を基に作成されるアプリケーションソフトウェアによって実行される、いわゆるソーシャルゲームをサーバ装置5が提供してもよい。なお、端末装置3にゲームプログラムの一部をインストールし、サーバ装置5だけでなく端末装置3においても部分的にゲーム処理が実行されるようにしてもよい。 In one form of providing game services by the server device 5, a game program (also called application software) is implemented in the server device 5, and the game is not executed on the terminal device 3, but rather the server device 5 executes the game in response to the player's operation input on the terminal device 3, and transmits the execution results to the terminal device 3 of each player. For example, the server device 5 may provide a so-called browser game in which the game can be played using a web browser installed on the terminal device 3 of each player. The server device 5 may also provide a so-called cloud game in which game images resulting from the execution of the game on the server device 5 are transmitted to the terminal device 3 in, for example, a streaming format. Alternatively, the server device 5 may provide a so-called social game that is executed by application software created based on an operating environment such as an API (application programming interface) that operates on a web browser in an SNS (social networking service). Note that a part of the game program may be installed on the terminal device 3, and game processing may be partially executed not only on the server device 5 but also on the terminal device 3.

<2.サーバ装置の機能的構成>
次に、図2を用いて、サーバ装置5の機能的構成の一例について説明する。
2. Functional configuration of the server device
Next, an example of the functional configuration of the server device 5 will be described with reference to FIG.

図2に示すように、サーバ装置5は、レシピデータベース9と、レシピ成否判定処理部11と、レシピ同一判定処理部13と、レシピ登録処理部15と、レシピ公開処理部17と、第1報酬付与処理部19と、禁止指定受付処理部21と、使用禁止処理部23とを有する。 As shown in FIG. 2, the server device 5 has a recipe database 9, a recipe success/failure determination processing unit 11, a recipe identity determination processing unit 13, a recipe registration processing unit 15, a recipe publication processing unit 17, a first reward granting processing unit 19, a prohibition designation reception processing unit 21, and a use prohibition processing unit 23.

レシピデータベース9(登録部の一例)には、レシピが権利者プレイヤと関連付けて登録されている。「レシピ」とは、複数のゲーム要素を使用して別のゲーム要素を生成する方法を示す情報であり、例えば組み合わせる複数のゲーム要素の種類や数量等の情報を含む。その他、例えば組み合わせる割合や順番、組み合わせに伴って所定の処理(加工等)が必要となる場合にはその処理の方法等の情報を含んでもよい。また、「権利者プレイヤ」とは、レシピを最初に発見して登録がなされたプレイヤであり、登録されたレシピを保有するプレイヤである。 In the recipe database 9 (an example of a registration unit), recipes are registered in association with the rights holder player. A "recipe" is information that indicates a method for generating another game element using multiple game elements, and includes information such as the type and quantity of multiple game elements to be combined. It may also include other information such as the ratio and order of combinations, and if a specific process (such as processing) is required for the combination, the method of that process. In addition, a "rights holder player" is a player who first discovers and registers a recipe, and is the player who owns the registered recipe.

本実施形態に係るゲームは、プレイヤが試行錯誤や創意工夫を重ねて新たなレシピを探求することを楽しむゲームである。レシピの探求は、それ自体が単独のゲームとして実行されてもよいし、例えばロールプレイングゲームやシミュレーションゲーム、アクションゲーム等、その他の種類のゲーム上にて実行されてもよい。レシピデータベース9には、新たなレシピが発見される度に、新たなレシピと、当該レシピを最初に発見した権利者プレイヤの識別情報とが関連付けられて登録され、蓄積される。なお、初期設定として、予め一定数のレシピが登録されていてもよい。 The game according to this embodiment is a game in which the player enjoys searching for new recipes through trial and error and ingenuity. The search for recipes may be executed as a standalone game, or may be executed in other types of games, such as role-playing games, simulation games, action games, etc. Each time a new recipe is discovered, the new recipe is associated with the identification information of the rights holder player who first discovered the recipe, and the associated information is registered and stored in the recipe database 9. Note that a certain number of recipes may be registered in advance as an initial setting.

レシピ成否判定処理部11は、複数のゲーム要素の組み合わせを含むレシピを端末装置3から受け付け、当該レシピを使用して別のゲーム要素を生成できるか否かを判定する。「ゲーム要素」は、例えばアイテム等の形のあるゲーム要素を含むと共に、これ以外にも、例えばステータス、入力操作、入力情報、仮想通貨、場所、時期、属性等の形の無いゲーム要素を含む。 The recipe success/failure determination processing unit 11 receives a recipe including a combination of multiple game elements from the terminal device 3, and determines whether or not another game element can be generated using the recipe. "Game elements" include tangible game elements such as items, as well as intangible game elements such as status, input operations, input information, virtual currency, location, time, attributes, etc.

アイテムは、例えば武器、防具、装備品、装飾品、アクセサリ、道具、器具、機器、薬品、飲食物、その他各種効能を有する物品等を含む。また、例えば採取した植物や捕獲した動物等の生物も含む。また、これらのアイテムに付与することが可能な特殊効果(例えばエンチャント効果、属性効果、スキル等をアイテム化したもの)や、例えばパーティを組んだり協力してプレイすることが可能なキャラクタ(キャラクタカードを含む)等も含む。 Items include, for example, weapons, armor, equipment, decorations, accessories, tools, instruments, devices, medicines, food and drink, and other items with various effects. They also include living things such as harvested plants and captured animals. They also include special effects that can be given to these items (for example, enchantment effects, attribute effects, skills, etc. that have been turned into items), and characters (including character cards) that can be used to form parties or play cooperatively.

ステータスは、生成を行なうプレイヤ(プレイヤが操作するキャラクタを含む)の状態を表す情報であり、例えば体力、魔力、知力、素速さ、攻撃力、守備力、経験値、名声値、幸運、スキル等を含む。魔力は、例えば火、水、風、氷、雷、光、闇等の属性要素を含んでもよい。ステータスを組み合わせる場合には、所定の数量が消費される。 Status is information that represents the state of the player (including the character controlled by the player) performing the generation, and includes, for example, stamina, magic, intelligence, speed, attack power, defense power, experience points, prestige points, luck, and skills. Magic may include attribute elements such as fire, water, wind, ice, lightning, light, and darkness. When combining statuses, a specified amount is consumed.

入力操作は、例えばタッチパネル7に表示した方向キーやボタン等の操作情報を含む。操作情報は、例えば操作するキーやボタンの種類だけでなく、操作するタイミング(同時に操作、順番に操作等)を含んでもよい。なお、タッチパネル7に表示されたキーやボタンでなく、実際に設けられたキーやボタン等の操作情報でもよい。また入力操作は、例えばタッチパネル7におけるドラッグ操作による図形や文字の手書き入力情報を含む。 The input operation includes, for example, operation information of directional keys and buttons displayed on the touch panel 7. The operation information may include, for example, not only the type of key or button to be operated, but also the timing of operation (operation simultaneously, operation in sequence, etc.). Note that the operation information may not be that of keys or buttons displayed on the touch panel 7, but that of actual keys and buttons. The input operation also includes, for example, handwritten input information of figures and characters by dragging on the touch panel 7.

入力情報は、例えばタッチパネル7に表示したキーボードにより入力された文字、数字、記号等の情報を含む。なお、タッチパネル7に表示されたキーボードでなく、実際に設けられたキーボードによる入力でもよい。 The input information includes, for example, information such as letters, numbers, and symbols input using a keyboard displayed on the touch panel 7. Note that input may be made using an actual keyboard instead of a keyboard displayed on the touch panel 7.

仮想通貨は、有償で発行されるものと無償で発行されるものを含む。有償で発行されるものは、プレイヤが料金を支払って購入することにより取得される。無償で発行されるものは、例えば敵キャラクタを倒す等の所定のゲーム内行動を実行することにより取得される。また、キャンペーンやイベント、ログイン等により無償で配布されるもの等も含まれる。プレイヤは、仮想通貨を使用(消費)して、ゲーム内やプラットフォーム内でアイテムを購入したり、抽選ゲーム(ガチャ)を実行したり、その他ゲームに関わる様々なことを実行できる。仮想通貨を組み合わせる場合には、所定の数量が消費される。 Virtual currencies include those that are issued for a fee and those that are issued free of charge. Those that are issued for a fee are acquired by the player by purchasing them and paying a fee. Those that are issued free of charge are acquired by performing specific in-game actions, such as defeating enemy characters. They also include those that are distributed free of charge as part of campaigns, events, logging in, etc. Players can use (consume) virtual currency to purchase items within the game or platform, play lottery games (gacha), and perform various other game-related tasks. When combining virtual currencies, a specified amount is consumed.

場所は、プレイヤ(プレイヤが操作するキャラクタ)がゲーム要素の生成を行なうゲーム内での場所情報を含む。場所情報は、例えば草原、砂漠、河川、山、海、森林、雪原等の地形の情報を含む。また、ステージ、レベル、章、チャプタといったゲームの進捗に関わる情報を含んでもよい。また、ゲーム内の仮想的な場所ではなく、例えばGPSにより取得したプレイヤの現実の位置情報を含んでもよい。 The location includes information about the location within the game where the player (the character operated by the player) generates game elements. The location information includes information about the terrain, such as grasslands, deserts, rivers, mountains, oceans, forests, snow fields, etc. It may also include information related to the progress of the game, such as stages, levels, chapters, and chapters. It may also include information about the actual location of the player, obtained, for example, by GPS, rather than a virtual location within the game.

時期は、プレイヤ(プレイヤが操作するキャラクタ)がゲーム要素の生成を行なうゲーム内での時間情報を含む。時間情報は、例えば時刻、年月日、季節等を含む。また、ゲーム内の仮想的な時間ではなく、現実の時間情報を含んでもよい。 The time period includes time information within the game when the player (the character operated by the player) generates the game elements. The time information includes, for example, the time of day, the date, the season, etc. It may also include real time information rather than a virtual time within the game.

属性は、ゲーム要素の生成を行なうプレイヤ(プレイヤが操作するキャラクタ)のゲーム内での属性情報を含む。属性情報は、例えば職業、種族、性別、年令、居住地、属性要素(火、水、風、氷、雷、光、闇等)等を含む。また、ゲーム内の仮想的な属性ではなく、プレイヤの現実の属性情報を含んでもよい。 The attributes include in-game attribute information of the player (character operated by the player) who generates the game elements. Attribute information includes, for example, occupation, race, sex, age, place of residence, attribute elements (fire, water, wind, ice, lightning, light, darkness, etc.), etc. Also, it may include the player's real-life attribute information, rather than virtual attributes within the game.

なお、本実施形態では、上述したゲーム要素のうち、例えばアイテム、ステータス、入力操作、入力情報、仮想通貨については、プレイヤがレシピの創作画面(図3参照)において内容を入力するが、例えば場所、時期、属性については、プレイヤはレシピに含めるか否かを選択するのみであり、その内容については端末装置3により自動的に取得される。なお、場所、時期、属性についてもプレイヤが内容を入力するようにしてもよい。 In this embodiment, the player inputs the contents of the above-mentioned game elements, such as items, status, input operations, input information, and virtual currency, on the recipe creation screen (see FIG. 3). However, for example, the player only selects whether or not to include location, time, and attributes in the recipe, and the contents are automatically acquired by the terminal device 3. The player may also input the contents of location, time, and attributes.

なお、レシピ成否判定処理部11によるレシピ成否の判定手法は、特に限定されるものではないが、具体的には例えば次のような手法が考えられる。例えば予め全てのゲーム要素の生成パターンがテーブルとして記録されており、いずれかの生成パターンに一致した場合に成功、一致しない場合に失敗と判定してもよい。また、例えば全てのゲーム要素に数値(所定の数値範囲でもよい)が付与されており、組み合わせるゲーム要素の数値に基づく所定の演算(例えば乗算等)により算出された数値が、別のゲーム要素の数値と一致した場合に成功、一致しない場合に失敗と判定してもよい。この場合、失敗に対応する数値又は数値範囲が設定されていてもよい。また、例えば生成されるゲーム要素の種類や、生成の成功又は失敗が、ランダムな要素を含む判定処理により決定されてもよい。この場合、成功したレシピとしてレシピデータベース9に登録する際にランダムな要素を消去してレシピを確定し、再現性を確保してもよい。 The recipe success/failure determination processing unit 11 may determine the success/failure of a recipe by using a method other than the above. Specifically, the following methods may be considered. For example, the generation patterns of all game elements may be recorded in advance as a table, and if the generation patterns match, the game element may be determined as a success, and if they do not match, the game element may be determined as a failure. For example, all game elements may be assigned a numerical value (which may be within a predetermined numerical range), and if the numerical value calculated by a predetermined calculation (e.g., multiplication, etc.) based on the numerical value of the game element to be combined matches the numerical value of another game element, the game element may be determined as a success, and if they do not match, the game element may be determined as a failure. In this case, a numerical value or a numerical range corresponding to failure may be set. For example, the type of game element to be generated and the success or failure of generation may be determined by a determination process including random elements. In this case, when registering a recipe as a successful recipe in the recipe database 9, the random elements may be erased to confirm the recipe, thereby ensuring reproducibility.

レシピ同一判定処理部13は、上記レシピ成否判定処理部11が別のゲーム要素を生成できたと判定した場合に、端末装置3から受け付けたレシピがレシピデータベース9に権利者プレイヤと関連付けて登録されたレシピのいずれかと同一か否かを判定する。ここでは、組み合わせたゲーム要素の種類や数が完全に一致する場合に同一と判定され、例えば生成物は同じでも、組み合わせたゲーム要素の種類や数が一部でも異なる場合には、同一でないと判定される。なお、以下では説明の便宜上、レシピデータベース9に登録されたレシピを「登録レシピ」ともいう。 When the recipe success/failure determination processing unit 11 determines that another game element has been generated, the recipe identity determination processing unit 13 determines whether the recipe received from the terminal device 3 is identical to any of the recipes registered in the recipe database 9 in association with the rights holder player. Here, they are determined to be identical when the types and number of the combined game elements are completely identical, and are determined not to be identical when, for example, even if the product is the same, the types and number of the combined game elements are even partially different. For ease of explanation, below, recipes registered in the recipe database 9 are also referred to as "registered recipes".

レシピ登録処理部15は、端末装置3から受け付けたレシピがレシピデータベース9に登録されたレシピのいずれとも同一でない場合に、受け付けたレシピを当該レシピを送信した権利者プレイヤの識別情報と関連付けてレシピデータベース9に登録する。これにより、登録レシピと一致しない新規なレシピがレシピデータベース9に順次蓄積される。識別情報は、例えばアカウント情報や、アバター又はプレイヤが操作するキャラクタの名称等を含む。 When a recipe received from the terminal device 3 is not identical to any of the recipes registered in the recipe database 9, the recipe registration processing unit 15 registers the received recipe in the recipe database 9 in association with the identification information of the rights holder player who sent the recipe. This causes new recipes that do not match the registered recipes to be sequentially accumulated in the recipe database 9. The identification information includes, for example, account information and the name of the avatar or character operated by the player.

なお、前述のように予め全てのゲーム要素の生成パターンがテーブルとして用意されており、当該生成パターンテーブルが例えば上記レシピデータベース9と共通であるような場合には、プレイヤによって発見されていないレシピは権利者プレイヤが未登録の状態となる。この場合、レシピ同一判定処理部13は、端末装置3から受け付けたレシピがレシピデータベース9に権利者プレイヤと共に登録されているレシピのいずれかと同一か否かを判定し、いずれとも同一でない場合には、レシピ登録処理部15が当該レシピのデータに権利者プレイヤを登録する処理を行う。 As mentioned above, all game element generation patterns are prepared in advance as a table, and if the generation pattern table is, for example, common to the recipe database 9, recipes that have not been discovered by the player will be in a state where the rights holder player is not registered. In this case, the recipe identity determination processing unit 13 determines whether the recipe received from the terminal device 3 is identical to any of the recipes registered in the recipe database 9 together with the rights holder player, and if it is not identical to any of the recipes, the recipe registration processing unit 15 performs processing to register the rights holder player to the data of that recipe.

レシピ公開処理部17は、レシピデータベース9に登録されたレシピの内容を複数のプレイヤが閲覧可能となるように公開する。なお、レシピ公開処理部17は、後述の禁止指定受付処理部21により登録レシピの使用を禁止するプレイヤ等が指定された場合には、当該指定されたプレイヤ等が登録レシピの内容を閲覧することを制限する。すなわち、レシピ公開処理部17は、登録レシピの内容を上記指定されたプレイヤ等以外の別のプレイヤ等が閲覧可能となるように公開する。 The recipe disclosure processing unit 17 discloses the contents of a recipe registered in the recipe database 9 so that it can be viewed by multiple players. When a player, etc. who is prohibited from using a registered recipe is designated by the prohibition designation reception processing unit 21 described below, the recipe disclosure processing unit 17 restricts the designated player, etc. from viewing the contents of the registered recipe. In other words, the recipe disclosure processing unit 17 discloses the contents of the registered recipe so that it can be viewed by players, etc. other than the designated player, etc.

第1報酬付与処理部19は、レシピデータベース9に登録されたレシピが権利者プレイヤ以外の他のプレイヤにより使用された場合に、権利者プレイヤに対して報酬を付与する。報酬は、例えば仮想通貨により付与されてもよいし、仮想通貨とは別のアイテム等により付与されてもよい。また報酬は、例えば他のプレイヤにより使用される度に1回1回一定の額が付与されてもよいし、一定期間(例えば1日、1週間等)の間に使用された回数を集計し、その回数に応じた額が付与されてもよい。 The first reward granting processing unit 19 grants a reward to the rights holder player when a recipe registered in the recipe database 9 is used by a player other than the rights holder player. The reward may be granted in the form of virtual currency, for example, or an item other than virtual currency. The reward may be granted in the form of a fixed amount each time the recipe is used by another player, for example, or the number of times the recipe is used within a certain period of time (e.g., one day, one week, etc.) may be tallied and an amount according to the number of times may be granted.

なお、第1報酬付与処理部19は、登録レシピがレシピデータベース9に登録されてから所定の期間が経過した場合に、権利者プレイヤに対する報酬の付与を停止する。「所定の期間」は、例えば現実の時間よる期間(例えば1週間、10日、1月、半年、1年等)でもよいし、ゲーム内の仮想的な時間による期間でもよい。また、時間でなく、例えば登録レシピの使用回数が一定数に到達するまでの期間として設定されてもよい。 The first reward granting processing unit 19 stops granting rewards to the rights holder player when a predetermined period of time has passed since the registered recipe was registered in the recipe database 9. The "predetermined period" may be, for example, a period of real time (e.g., one week, ten days, one month, six months, one year, etc.) or a period of virtual time within the game. Alternatively, instead of a period of time, it may be set as, for example, the period until the registered recipe is used a certain number of times.

禁止指定受付処理部21は、登録レシピの使用を禁止する特定のプレイヤ又は特定のグループの指定を、当該登録レシピを保有する権利者プレイヤより受け付ける。「グループ」は、例えばMMORPG(Massively Multiplayer Online Role-Playing Game)やMMOシミュレーションゲーム等において、複数のプレイヤからなる集団と他の集団とが戦闘を行なうような場合における当該集団等を含む。また、複数のプレイヤ間で交流したり情報交換等をするために結成される集まりや施設(例えばギルド等)を含んでもよい。 The prohibition designation reception processing unit 21 receives designations of specific players or specific groups who are prohibited from using a registered recipe from the rights holder player who owns the registered recipe. A "group" includes, for example, a group of multiple players in an MMORPG (Massively Multiplayer Online Role-Playing Game) or an MMO simulation game, in which the group fights against another group. It may also include a gathering or facility (such as a guild) formed for multiple players to interact and exchange information.

使用禁止処理部23は、上記禁止指定受付処理部21により受け付けた特定のプレイヤ又は特定のグループ(以下適宜「使用禁止プレイヤ等」という)が登録レシピを使用することを禁止する。なお、前述のように、使用禁止プレイヤ等が登録レシピの内容を閲覧することは、レシピ公開処理部17により制限される。しかしながら、プレイヤはゲーム内でレシピの内容を閲覧できなくても、例えばインターネット上の情報サイトやSNS、その他の情報媒体からレシピの内容を取得する可能性がある。そこで、使用禁止処理部23は、例えば使用禁止プレイヤ等によりゲーム要素の生成が行なわれようとした際に当該プレイヤ等の識別情報を判定し、使用禁止プレイヤ等に該当する場合には生成を失敗させることで、登録レシピの使用を禁止する。 The prohibition processing unit 23 prohibits a specific player or specific group (hereinafter referred to as "prohibited players, etc." as appropriate) accepted by the prohibition designation acceptance processing unit 21 from using a registered recipe. As mentioned above, the recipe disclosure processing unit 17 restricts the prohibited players, etc. from viewing the contents of a registered recipe. However, even if a player cannot view the contents of a recipe within the game, there is a possibility that the player may obtain the contents of the recipe from, for example, an information site on the Internet, SNS, or other information media. Therefore, the prohibition processing unit 23 determines the identification information of a prohibited player, etc. when the player, etc. attempts to generate a game element, and if the player, etc., corresponds to a prohibited player, etc., causes the generation to fail, thereby prohibiting the use of the registered recipe.

使用禁止処理部23は、登録レシピがレシピデータベース9に登録されてから所定の期間が経過した場合に、使用禁止プレイヤ等に対する使用の禁止を解除する。「所定の期間」は、例えば現実の時間よる期間(例えば1週間、10日、1月、半年、1年等)でもよいし、ゲーム内の仮想的な時間による期間でもよい。また、時間でなく、例えば登録レシピの使用回数が一定数に到達するまでの期間として設定されてもよい。 The use prohibition processing unit 23 lifts the prohibition on use by the prohibited player, etc., when a predetermined period of time has passed since the registered recipe was registered in the recipe database 9. The "predetermined period" may be, for example, a period of real time (e.g., one week, ten days, one month, six months, one year, etc.) or a period of virtual time within the game. Alternatively, instead of a period of time, it may be set as, for example, the period until the registered recipe is used a certain number of times.

同様に、レシピ公開処理部17は、登録レシピがレシピデータベース9に登録されてから所定の期間が経過した場合に、使用禁止プレイヤ等に対する閲覧の制限を解除する。 Similarly, the recipe disclosure processing unit 17 lifts the viewing restrictions for prohibited players, etc. when a predetermined period of time has passed since the registered recipe was registered in the recipe database 9.

なお、以上説明した各処理部における処理等は、これらの処理の分担の例に限定されるものではなく、例えば、更に少ない数の処理部(例えば1つの処理部)で処理されてもよく、また、更に細分化された処理部により処理されてもよい。また、上述した各処理部の機能は、後述するCPU501(図34参照)が実行するゲームプログラムにより実装されるものであるが、例えばその一部がASICやFPGA等の専用集積回路、その他の電気回路等の実際の装置により実装されてもよい。さらに、以上説明した各処理部は、全部がサーバ装置5側に実装される場合に限定されるものではなく、その一部又は全部が端末装置3側に実装されてもよい。 The processing in each processing unit described above is not limited to these examples of division of processing, and may be performed by a smaller number of processing units (e.g., one processing unit), or may be performed by a further subdivided processing unit. The functions of each processing unit described above are implemented by a game program executed by the CPU 501 (see FIG. 34), which will be described later, but some of them may be implemented by actual devices such as dedicated integrated circuits such as ASICs and FPGAs, or other electrical circuits. Furthermore, the processing units described above are not limited to being implemented in their entirety on the server device 5 side, and some or all of them may be implemented on the terminal device 3 side.

<3.ゲーム画面>
次に、図3~図19を用いて、本実施形態に係るゲーム画面の一例について説明する。
<3. Game screen>
Next, an example of a game screen according to this embodiment will be described with reference to FIG. 3 to FIG.

図3に、レシピの創作画面の一例を示す。レシピの創作画面は、組み合わせるゲーム要素の選択を行なってレシピを創作し、創作したレシピの実行を行なうための画面である。なお、ここでいう「創作したレシピの実行」とは、入力された複数のゲーム要素の組み合わせを使用して別のゲーム要素の生成を試みることをいう。図3に示す例では、レシピの創作画面に、要素入力部25と、レシピの実行を行なうか否かを指示するための「はい」ボタン27及び「いいえ」ボタン29とが表示されている。 Figure 3 shows an example of a recipe creation screen. The recipe creation screen is a screen for creating a recipe by selecting game elements to be combined and for executing the created recipe. Note that "executing the created recipe" here refers to attempting to generate another game element using a combination of multiple input game elements. In the example shown in Figure 3, the recipe creation screen displays an element input section 25, and a "Yes" button 27 and a "No" button 29 for indicating whether or not to execute the recipe.

要素入力部25には、組み合わせるゲーム要素を選択するためのチェックボックス31がゲーム要素ごとに表示されている。プレイヤは、チェックボックス31を操作することにより、例えばアイテム、ステータス、入力操作、入力情報、仮想通貨、場所、時期、属性の中から所望のゲーム要素を選択できる。図3に示す例では、アイテム、ステータス、入力操作が選択されている。 Check boxes 31 for selecting game elements to be combined are displayed for each game element in the element input section 25. By operating the check boxes 31, the player can select the desired game element from, for example, item, status, input operation, input information, virtual currency, location, time, and attribute. In the example shown in FIG. 3, item, status, and input operation are selected.

また、要素入力部25には、アイテムをアイテムリストから選択するためのボタン33が表示されている。ボタン33が操作されるとアイテムリスト(図4参照)が表示され、当該アイテムリストにおいて選択されたアイテムの内容がアイテム内容表示部35に表示される。図3に示す例では、アイテムを最大2個まで選択することが可能であり、例えば1個のアイテムAが選択されている。なお、アイテムの最大個数は2個に限定されるものではなく、例えば1個又は3個以上としてもよい。 The element input section 25 also displays a button 33 for selecting an item from an item list. When the button 33 is operated, an item list (see FIG. 4) is displayed, and the contents of an item selected in the item list are displayed in the item contents display section 35. In the example shown in FIG. 3, it is possible to select up to two items, and for example, one item A is selected. Note that the maximum number of items is not limited to two, and may be, for example, one or three or more.

また、要素入力部25には、ステータスをステータスリストから選択するためのボタン37が表示されている。ボタン37が操作されるとステータスリスト(図5参照)が表示され、当該ステータスリストにおいて選択されたステータスの内容がステータス内容表示部39に表示される。図3に示す例では、1種類のステータスを選択することが可能であり、魔力を5ポイント消費することが表示されている。なお、ステータスを複数種類選択できるようにしてもよい。 The element input section 25 also displays a button 37 for selecting a status from a status list. When the button 37 is operated, the status list (see FIG. 5) is displayed, and the content of the status selected in the status list is displayed in the status content display section 39. In the example shown in FIG. 3, it is possible to select one type of status, and it is displayed that five points of magic power will be consumed. Note that it may be possible to select multiple types of status.

また、要素入力部25には、入力操作を行なうためのボタン41が表示されている。ボタン41が操作されると入力操作画面(図6参照)が表示され、当該入力操作画面において入力操作された内容が入力内容表示部43に表示される。図3に示す例では、上方向キー、下方向キー、Xボタン、Yボタンの順で4つの入力操作が行なわれたことが表示されている。なお、入力操作の数は4以外でもよく、また、複数のキーやボタンの同時操作を含めてもよい。 In addition, the element input section 25 displays buttons 41 for performing input operations. When the buttons 41 are operated, an input operation screen (see FIG. 6) is displayed, and the contents of the input operation on the input operation screen are displayed in the input content display section 43. In the example shown in FIG. 3, it is displayed that four input operations have been performed in the order of the up arrow key, down arrow key, X button, and Y button. Note that the number of input operations may be other than four, and may also include simultaneous operation of multiple keys or buttons.

また、要素入力部25には、情報入力を行なうためのボタン45が表示されている。ボタン45が操作されるとキーボード(図7参照)が表示され、当該キーボードにおいて入力された文字、数字、記号等の情報が入力内容表示部47に表示される。 In addition, the element input section 25 displays buttons 45 for inputting information. When the button 45 is operated, a keyboard (see FIG. 7) is displayed, and information such as letters, numbers, and symbols input on the keyboard is displayed in the input content display section 47.

また、要素入力部25には、仮想通貨の現在の所持量(この例では1250G)を表示する表示部49と、仮想通貨の使用量(消費量)を入力するための入力部51が表示されている。入力部51は、例えばプルダウンメニューとして構成されており、予め設定された単位(例えば50G、100G、150G、・・・)で使用量を選択することができる。但し、これ以外の入力方式(例えば別の入力ウィンドウの表示、アップダウンボタン等による数値入力ボックス、スライドバー等)としてもよい。 The element input section 25 also displays a display section 49 that displays the current amount of virtual currency held (1250G in this example), and an input section 51 for inputting the amount of virtual currency used (consumption). The input section 51 is configured, for example, as a pull-down menu, and allows the amount of use to be selected in preset units (for example, 50G, 100G, 150G, ...). However, other input methods (for example, display of a separate input window, a numeric input box using up-down buttons or the like, a slide bar, etc.) may also be used.

場所、時期、属性については、チェックボックス31のみが表示されており、前述のようにプレイヤはレシピに含めるか否かを選択する。場所、時期、属性の内容については、端末装置3により自動的に取得される。 For the location, time, and attributes, only check boxes 31 are displayed, and as described above, the player selects whether or not to include them in the recipe. The details of the location, time, and attributes are automatically obtained by the terminal device 3.

プレイヤにより「はい」ボタン27が操作された場合には、要素入力部25により入力されたレシピが実行される。一方、プレイヤにより「いいえ」ボタン29が操作された場合には、レシピの実行はキャンセルされる。 If the player operates the "Yes" button 27, the recipe inputted via the element input unit 25 is executed. On the other hand, if the player operates the "No" button 29, the execution of the recipe is cancelled.

図4に、アイテムリスト画面の一例を示す。アイテムリスト画面は、図3に示すレシピの創作画面においてボタン33が操作された場合に表示される。図4に示す例では、アイテムリスト画面に、アイテムリスト53と、アイテムの選択を決定するか否かを指示するための「はい」ボタン55及び「いいえ」ボタン57とが表示されている。 Figure 4 shows an example of an item list screen. The item list screen is displayed when button 33 is operated on the recipe creation screen shown in Figure 3. In the example shown in Figure 4, the item list screen displays an item list 53, and a "Yes" button 55 and a "No" button 57 for indicating whether or not to confirm the selection of an item.

アイテムリスト53は、プレイヤが所持する複数のアイテムを一覧表示する。アイテムリスト53には、アイテムごとに、アイテム名、所持数、使用数を入力するための入力部59、アイテムを選択するための選択ボタン61が表示されている。入力部59は、例えばプルダウンメニューとして構成されているが、これ以外の入力方式としてもよい。プレイヤは、所望のアイテムの選択ボタン61を操作し、入力部59で使用数を入力することで、アイテムの種類と個数を選択することができる。なお、この例では前述のように最大2個まで選択できるが、3個以上を選択可能としてもよい。図4に示す例では、アイテムAが1個選択されている。なお、図4では操作された選択ボタン61をハッチングで示している。 The item list 53 displays a list of multiple items possessed by the player. For each item, the item list 53 displays an input section 59 for inputting the item name, number possessed, and number to be used, and a selection button 61 for selecting an item. The input section 59 is configured as, for example, a pull-down menu, but other input methods may be used. The player can select the type and number of items by operating the selection button 61 for the desired item and inputting the number to be used in the input section 59. Note that in this example, a maximum of two items can be selected as described above, but it may be possible to select three or more items. In the example shown in FIG. 4, one item A has been selected. Note that in FIG. 4, the operated selection button 61 is indicated by hatching.

プレイヤにより「はい」ボタン55が操作された場合には、選択されたアイテムが決定され、その内容がレシピの創作画面のアイテム内容表示部35に反映される。一方、プレイヤにより「いいえ」ボタン57が操作された場合には、アイテムの選択はキャンセルされる。 If the player operates the "Yes" button 55, the selected item is confirmed and its contents are reflected in the item contents display section 35 of the recipe creation screen. On the other hand, if the player operates the "No" button 57, the item selection is canceled.

図5に、ステータスリスト画面の一例を示す。ステータスリスト画面は、図3に示すレシピの創作画面においてボタン37が操作された場合に表示される。図5に示す例では、ステータスリスト画面に、ステータスリスト63と、ステータスの選択を決定するか否かを指示するための「はい」ボタン65及び「いいえ」ボタン67とが表示されている。 Figure 5 shows an example of a status list screen. The status list screen is displayed when button 37 is operated on the recipe creation screen shown in Figure 3. In the example shown in Figure 5, the status list screen displays a status list 63, and a "Yes" button 65 and a "No" button 67 for indicating whether or not to confirm the status selection.

ステータスリスト63は、プレイヤ(プレイヤが操作するキャラクタ)のステータスを一覧表示する。ステータスリスト63には、ステータスの項目ごとに、項目名、現在値、消費量(例えば消費ポイント)を入力するための入力部69、ステータスの項目を選択するための選択ボタン71が表示されている。入力部69は、例えばプルダウンメニューとして構成されているが、これ以外の入力方式としてもよい。プレイヤは、所望の項目の選択ボタン71を操作し、入力部69で消費ポイントを入力することで、ステータスの種類と消費ポイントを選択することができる。なお、この例では前述のように1種類のステータスを選択可能としているが、複数種類のステータスを選択できるようにしてもよい。図5に示す例では、魔力を5ポイント消費するように選択されている。なお、図5では操作された選択ボタン71をハッチングで示している。 The status list 63 displays a list of the status of the player (the character operated by the player). For each status item, the status list 63 displays an input section 69 for inputting the item name, current value, and consumption amount (e.g., consumed points), and a selection button 71 for selecting the status item. The input section 69 is configured as, for example, a pull-down menu, but other input methods may be used. The player can select the type of status and the points to be consumed by operating the selection button 71 for the desired item and inputting the points to be consumed in the input section 69. Note that in this example, as described above, one type of status can be selected, but multiple types of status can also be selected. In the example shown in FIG. 5, it is selected to consume five points of magic. Note that in FIG. 5, the operated selection button 71 is shown hatched.

プレイヤにより「はい」ボタン65が操作された場合には、選択されたステータスが決定され、その内容がレシピの創作画面のステータス内容表示部39に反映される。一方、プレイヤにより「いいえ」ボタン67が操作された場合には、ステータスの選択はキャンセルされる。 If the player operates the "Yes" button 65, the selected status is confirmed and its contents are reflected in the status contents display section 39 of the recipe creation screen. On the other hand, if the player operates the "No" button 67, the status selection is canceled.

図6に、入力操作画面の一例を示す。入力操作画面は、図3に示すレシピの創作画面においてボタン41が操作された場合に表示される。図6に示す例では、入力操作画面に、入力操作部73と、入力内容を決定するか否かを指示するための「はい」ボタン75及び「いいえ」ボタン77とが表示されている。 Figure 6 shows an example of an input operation screen. The input operation screen is displayed when button 41 is operated on the recipe creation screen shown in Figure 3. In the example shown in Figure 6, the input operation screen displays an input operation section 73, and a "Yes" button 75 and a "No" button 77 for indicating whether or not to confirm the input contents.

入力操作部73には、入力操作の形式を選択するためのチェックボックス79が入力形式ごとに表示されている。プレイヤは、チェックボックス79を操作することにより、キー操作で入力するか、ドラッグ操作により図形を手描き入力するかを選択できる。図6に示す例では、キー操作が選択されている。 Check boxes 79 for selecting the input operation format are displayed for each input format in the input operation section 73. By operating the check boxes 79, the player can select whether to input using key operations or to hand-draw a figure using a drag operation. In the example shown in FIG. 6, key operations have been selected.

キー操作で入力する場合には、プレイヤはキー表示部81に表示された複数のキー(ボタンを含む)を任意の組み合わせ及び任意の順番で押して操作する。図6に示す例では、上方向キー、下方向キー、左方向キー、右方向キーの4つの方向キー83と、Aボタン、Bボタン、Xボタン、Yボタンの4つのボタン85が表示されている。 When inputting through key operations, the player operates multiple keys (including buttons) displayed on the key display section 81 by pressing them in any combination and in any order. In the example shown in FIG. 6, four directional keys 83, an up directional key, a down directional key, a left directional key, and a right directional key, and four buttons 85, an A button, a B button, an X button, and a Y button, are displayed.

図形を手描き入力する場合には、プレイヤは手描き入力部87においてドラッグ操作により図形を入力する。なお、図形でなく文字を手書き入力してもよい。 When inputting a figure by handwriting, the player inputs the figure by dragging the handwriting input unit 87. Note that characters may also be input by handwriting instead of figures.

プレイヤにより「はい」ボタン75が操作された場合には、入力内容が決定され、その内容がレシピの創作画面の入力内容表示部43に反映される。一方、プレイヤにより「いいえ」ボタン77が操作された場合には、入力操作はキャンセルされる。 When the player operates the "Yes" button 75, the input contents are confirmed and reflected in the input contents display section 43 of the recipe creation screen. On the other hand, when the player operates the "No" button 77, the input operation is canceled.

図7に、キーボード画面の一例を示す。キーボード画面は、図3に示すレシピの創作画面においてボタン45が操作された場合に表示される。図7に示す例では、キーボード画面に、キーボード89と、入力内容表示部91と、入力内容を決定するか否かを指示するための「はい」ボタン93及び「いいえ」ボタン95とが表示されている。 Figure 7 shows an example of a keyboard screen. The keyboard screen is displayed when button 45 is operated on the recipe creation screen shown in Figure 3. In the example shown in Figure 7, the keyboard screen displays a keyboard 89, an input content display section 91, and a "Yes" button 93 and a "No" button 95 for indicating whether or not to confirm the input content.

プレイヤはキーボード89を操作することにより、任意の文字、数字、記号等の情報を入力することができる。入力された情報は入力内容表示部91に表示される。 The player can input any information, such as letters, numbers, symbols, etc., by operating the keyboard 89. The input information is displayed in the input content display section 91.

プレイヤにより「はい」ボタン93が操作された場合には、入力内容が決定され、その内容がレシピの創作画面の入力内容表示部47に反映される。一方、プレイヤにより「いいえ」ボタン95が操作された場合には、入力内容はキャンセルされる。 When the player operates the "Yes" button 93, the input contents are confirmed and reflected in the input contents display section 47 of the recipe creation screen. On the other hand, when the player operates the "No" button 95, the input contents are canceled.

図8に、レシピを実行した結果、生成に成功した場合のレシピ成功画面の一例を示す。レシピ成功画面は、図3に示すレシピの創作画面において「はい」ボタン27が操作され、レシピ成否判定処理部11により別のゲーム要素を生成できると判定された場合に表示される。図8に示す例では、例えばレア度が三つ星である「スキルZ」が生成されている。なお、「スキルZ」は特定のスキル(例えば攻撃系スキル)を例えばアイテム化したものであり、プレイヤがスキルZを使用することで当該スキルを習得できる。習得したスキルは、例えばレシピに含まれる入力操作を行うことで発動されるようにしてもよい。 Figure 8 shows an example of a recipe success screen when the creation is successful as a result of executing the recipe. The recipe success screen is displayed when the "Yes" button 27 is operated on the recipe creation screen shown in Figure 3 and the recipe success/failure determination processing unit 11 determines that another game element can be created. In the example shown in Figure 8, for example, "Skill Z" with a rarity of three stars has been created. Note that "Skill Z" is a specific skill (for example, an attacking skill) that has been made into an item, and the player can learn this skill by using Skill Z. The learned skill may be activated, for example, by performing an input operation included in the recipe.

図9に、レシピを実行した結果、生成に失敗した場合のレシピ失敗画面の一例を示す。レシピ失敗画面は、図3に示すレシピの創作画面において「はい」ボタン27が操作され、レシピ成否判定処理部11により別のゲーム要素を生成できないと判定された場合に表示される。 Figure 9 shows an example of a recipe failure screen when generation fails as a result of executing a recipe. The recipe failure screen is displayed when the "Yes" button 27 is operated on the recipe creation screen shown in Figure 3 and the recipe success/failure determination processing unit 11 determines that another game element cannot be generated.

図10に、生成に成功したレシピが新たに発見された新規なレシピであると判定され、レシピデータベース9に登録された場合のレシピ登録画面の一例を示す。レシピ登録画面は、図8に示すレシピ成功画面が表示された後に、レシピ同一判定処理部13により当該レシピがレシピデータベース9に登録されたレシピのいずれとも同一でないと判定され、レシピ登録処理部15によりレシピデータベース9に登録された場合に表示される。図10に示す例では、例えばレア度が三つ星である「スキルZ」のレシピとして、1個のアイテムAと、5ポイントの魔力の消費と、上方向キー、下方向キー、Xボタン、Yボタンの順で行われる4つの入力操作との組み合わせを内容とするレシピが登録されている。 Figure 10 shows an example of a recipe registration screen when a successfully generated recipe is determined to be a newly discovered new recipe and is registered in the recipe database 9. The recipe registration screen is displayed when, after the recipe success screen shown in Figure 8 is displayed, the recipe identity determination processing unit 13 determines that the recipe is not identical to any of the recipes registered in the recipe database 9, and the recipe is registered in the recipe database 9 by the recipe registration processing unit 15. In the example shown in Figure 10, a recipe is registered as a "skill Z" recipe with a rarity of three stars, which contains a combination of one item A, the consumption of five points of magic power, and four input operations performed in the order of the up key, down key, X button, and Y button.

図11に、生成に成功したレシピが新たに発見された新規なレシピではない(既存のレシピである)と判定された場合のレシピ却下画面の一例を示す。レシピ却下画面は、図8に示すレシピ成功画面が表示された後に、レシピ同一判定処理部13により当該レシピがレシピデータベース9に登録されたレシピと同一であると判定された場合に表示される。 Figure 11 shows an example of a recipe rejection screen when it is determined that the successfully generated recipe is not a newly discovered new recipe (it is an existing recipe). The recipe rejection screen is displayed when the recipe identity determination processing unit 13 determines that the recipe is identical to a recipe registered in the recipe database 9 after the recipe success screen shown in Figure 8 is displayed.

図12に、登録レシピリスト画面の一例を示す。登録レシピリスト画面は、レシピ公開処理部17により、レシピデータベース9に登録されたレシピの内容が複数のプレイヤが閲覧可能なように公開されることにより表示される。図12に示す例では、登録レシピリスト画面に、登録レシピリスト97と、報酬表示部99とが表示されている。 Figure 12 shows an example of a registered recipe list screen. The registered recipe list screen is displayed when the recipe publication processing unit 17 publishes the contents of recipes registered in the recipe database 9 so that they can be viewed by multiple players. In the example shown in Figure 12, the registered recipe list screen displays a registered recipe list 97 and a reward display section 99.

登録レシピリスト97は、レシピデータベース9に登録された登録レシピの概要を一覧表示する。登録レシピリスト97には、登録レシピごとに、例えばレシピ名、レア度、権利者プレイヤ、内容を閲覧する登録レシピを選択するための閲覧ボタン101が表示されている。プレイヤは、所望の登録レシピの閲覧ボタン101を操作することで、当該登録レシピの内容を自由に閲覧することができる。 The registered recipe list 97 displays a list of summaries of the registered recipes registered in the recipe database 9. For each registered recipe, the registered recipe list 97 displays, for example, the recipe name, rarity, the rights holder player, and a view button 101 for selecting a registered recipe to view its contents. The player can freely view the contents of a desired registered recipe by operating the view button 101 for that registered recipe.

報酬表示部99には、登録レシピが使用された場合に権利者プレイヤに付与される報酬内容が表示されている。図12に示す例では、登録レシピのレア度が高いほど報酬額も高くなるように設定されており、例えばレア度が一つ星の登録レシピは5ゴールド、レア度が二つ星の登録レシピは10ゴールド、レア度が三つ星の登録レシピは20ゴールド、レア度が四つ星の登録レシピは30ゴールド、レア度が五つ星の登録レシピは50ゴールドと設定されている。なお、報酬内容はレア度に関わらず同一に設定されてもよいし、レア度以外の情報(例えばステータス等)を指標としてレシピごとに報酬内容が異なるように設定されてもよい。 The reward display section 99 displays the reward content that will be given to the rights holder player when the registered recipe is used. In the example shown in FIG. 12, the higher the rarity of the registered recipe, the higher the reward amount; for example, a registered recipe with one star rarity is set to 5 gold, a registered recipe with two stars rarity is set to 10 gold, a registered recipe with three stars rarity is set to 20 gold, a registered recipe with four stars rarity is set to 30 gold, and a registered recipe with five stars rarity is set to 50 gold. The reward content may be set to be the same regardless of rarity, or may be set to be different for each recipe using information other than rarity (e.g., status, etc.) as an indicator.

図13に、登録レシピの内容を表す閲覧画面の一例を示す。登録レシピの閲覧画面は、図12に示す登録レシピリスト画面において閲覧ボタン101が操作された場合に表示される。図13に示す例では、登録レシピの閲覧画面に、タイトル表示部103と、ステータス表示部105と、レシピ内容表示部107とが表示されている。タイトル表示部103には、例えば、登録レシピの実行により生成される「カードC」の名称、レア度、外観等が表示されている。ステータス表示部105には、例えばキャラクタカードである「カードC」に表されたキャラクタの各種のステータス情報が表示されている。 Figure 13 shows an example of a viewing screen showing the contents of a registered recipe. The registered recipe viewing screen is displayed when the view button 101 is operated on the registered recipe list screen shown in Figure 12. In the example shown in Figure 13, the registered recipe viewing screen displays a title display section 103, a status display section 105, and a recipe content display section 107. The title display section 103 displays, for example, the name, rarity, appearance, etc. of "Card C" generated by executing the registered recipe. The status display section 105 displays, for example, various status information of the character represented on "Card C", which is a character card.

レシピ内容表示部107には、例えば「カードC」のレシピ内容として、1個のカードAと、1個のカードBと、50ポイントの経験値の消費との組み合わせが表示されている。 For example, the recipe content display section 107 displays the recipe content for "Card C" as a combination of one Card A, one Card B, and the consumption of 50 experience points.

図14に、使用禁止対象の指定画面の一例を示す。使用禁止対象の指定画面は、権利者プレイヤが登録レシピの使用を禁止する特定のプレイヤ又は特定のグループを指定する際に、禁止指定受付処理部21により表示される。図14に示す例では、使用禁止対象の指定画面に、プレイヤ指定部109と、グループ指定部111と、指定内容を決定するか否かを指示するための「はい」ボタン113及び「いいえ」ボタン115とが表示されている。 Figure 14 shows an example of a prohibited target designation screen. The prohibited target designation screen is displayed by the prohibition designation reception processing unit 21 when the rights holder player designates a specific player or specific group to be prohibited from using the registered recipe. In the example shown in Figure 14, the prohibited target designation screen displays a player designation section 109, a group designation section 111, and a "Yes" button 113 and a "No" button 115 for indicating whether or not to confirm the designation.

プレイヤ指定部109には、プレイヤをプレイヤリストから個別に選択するためのボタン117が表示されている。ボタン117が操作されるとプレイヤリスト(図示省略)が表示され、当該プレイヤリストにおいて選択されたプレイヤが指定プレイヤ表示部119に表示される。また、プレイヤ指定部109には、全てのプレイヤを一括選択するためのボタン121が表示されている。プレイヤは、ボタン121を操作することで自分を除く全てのプレイヤに対して登録レシピの使用を禁止することができる。なお、図14に示す例では、使用禁止プレイヤを最大3名まで指定することが可能であり、例えば1人のプレイヤPが指定されている。なお、4名以上の使用禁止プレイヤを指定できるようにしてもよい。 The player designation section 109 displays a button 117 for selecting an individual player from a player list. When button 117 is operated, a player list (not shown) is displayed, and the player selected in the player list is displayed in the designated player display section 119. The player designation section 109 also displays a button 121 for selecting all players at once. By operating button 121, a player can prohibit all players other than himself from using a registered recipe. In the example shown in FIG. 14, up to three players can be designated as prohibited players, and for example, one player P is designated. It is also possible to allow four or more prohibited players to be designated.

グループ指定部111には、グループをグループリストから個別に選択するためのボタン123が表示されている。ボタン123が操作されるとグループリスト(図示省略)が表示され、当該グループリストにおいて選択されたグループが指定グループ表示部125に表示される。また、グループ指定部111には、全てのグループを一括選択するためのボタン127が表示されている。プレイヤは、ボタン127を操作することで自分が所属するグループを除く全てのグループに対して登録レシピの使用を禁止することができる。なお、図14に示す例では、使用禁止グループを最大3つまで指定することが可能であり、例えば1つのギルドGが指定されている。なお、4つ以上の使用禁止グループを指定できるようにしてもよい。 The group designation section 111 displays a button 123 for selecting an individual group from the group list. When button 123 is operated, a group list (not shown) is displayed, and a group selected from the group list is displayed in the designated group display section 125. The group designation section 111 also displays a button 127 for selecting all groups at once. By operating button 127, the player can prohibit all groups except the group to which the player belongs from using the registered recipe. In the example shown in FIG. 14, up to three prohibited groups can be specified, and one guild G is specified, for example. It is also possible to allow four or more prohibited groups to be specified.

プレイヤにより「はい」ボタン113が操作された場合には、指定内容が決定され、使用禁止処理部23により、指定されたプレイヤ又はグループによる登録レシピの使用が禁止される。一方、プレイヤにより「いいえ」ボタン115が操作された場合には、指定内容はキャンセルされる。 If the player operates the "Yes" button 113, the specified content is confirmed, and the use prohibition processing unit 23 prohibits the specified player or group from using the registered recipe. On the other hand, if the player operates the "No" button 115, the specified content is canceled.

図15に、指定されたプレイヤ又はグループによる登録レシピの閲覧が制限された場合の登録レシピリスト画面の一例を示す。なお、図15に示す登録レシピリストは、図12に示す登録レシピリストと同様の内容である。 Figure 15 shows an example of a registered recipe list screen when viewing of registered recipes by a specified player or group is restricted. Note that the registered recipe list shown in Figure 15 has the same content as the registered recipe list shown in Figure 12.

図15に示す例では、図14に示す使用禁止対象の指定画面においてプレイヤ又はグループの指定があった登録レシピについては、閲覧ボタン101に閲覧制限がある旨が表示されている。例えば、スキルZ、氷の鎧G、炎の剣S、魔法F、キャラクタDについては、指定されたプレイヤ又はグループによる閲覧が制限されている。また、他の登録レシピについては閲覧の制限がなく、誰でも自由にレシピ内容を閲覧できる。 In the example shown in FIG. 15, for registered recipes for which a player or group has been specified on the prohibited target specification screen shown in FIG. 14, the view button 101 indicates that there is a viewing restriction. For example, viewing of Skill Z, Ice Armor G, Flame Sword S, Magic F, and Character D by the specified player or group is restricted. Furthermore, there are no viewing restrictions for other registered recipes, and anyone can freely view the recipe contents.

仮に、「スキルZ」の使用を禁止されたプレイヤP又はギルドGに属するプレイヤが(図14参照)、「スキルZ」の閲覧ボタン101を操作した場合には、レシピ公開処理部17により当該プレイヤ等の識別情報が判定され、例えば図16に示すように、レシピの使用を禁止されているために閲覧することができないことを示す閲覧禁止画面が表示される。一方、プレイヤPやギルドG以外のプレイヤが「スキルZ」の閲覧ボタン101を操作した場合には、登録レシピの内容を示す閲覧画面が表示される。 If player P who is prohibited from using "Skill Z" or a player who belongs to guild G (see FIG. 14) operates the view button 101 for "Skill Z," the recipe disclosure processing unit 17 determines the identification information of the player, etc., and displays a view prohibition screen indicating that the recipe cannot be viewed because it is prohibited from being used, as shown in FIG. 16, for example. On the other hand, if a player other than player P or guild G operates the view button 101 for "Skill Z," a view screen showing the contents of the registered recipe is displayed.

また、「スキルZ」の使用を禁止されたプレイヤP又はギルドGに属するプレイヤが、例えば情報サイトやSNS、その他の情報媒体から「スキルZ」のレシピ内容を取得してレシピを実行した場合でも、使用禁止処理部23により当該プレイヤ等の識別情報が判定され、生成は失敗となる。この場合、例えば図17に示すように、レシピの使用を禁止されているために生成が失敗したことを示す使用禁止画面が表示される。 Even if player P or a player belonging to guild G who is prohibited from using "skill Z" obtains the recipe contents of "skill Z" from, for example, an information site, SNS, or other information medium, and executes the recipe, the use prohibition processing unit 23 will determine the identification information of the player, etc., and the generation will fail. In this case, for example, as shown in FIG. 17, a use prohibition screen will be displayed indicating that the generation has failed because the use of the recipe is prohibited.

図18に、権利者プレイヤによる報酬獲得画面の一例を示す。報酬獲得画面は、第1報酬付与処理部19により、登録レシピが使用された場合に権利者プレイヤに報酬が付与される際に表示される。図18に示す例では、「スキルZ」のレシピが一定期間(例えば1日、1週間等)の間に3回使用されており、権利者プレイヤMが60ゴールド(レア度が三つ星の場合の報酬20G×3=60G)の報酬を獲得している。 Figure 18 shows an example of a reward acquisition screen by a rights holder player. The reward acquisition screen is displayed when the first reward granting processing unit 19 grants a reward to a rights holder player when a registered recipe is used. In the example shown in Figure 18, a recipe for "skill Z" is used three times within a certain period (e.g., one day, one week, etc.), and rights holder player M has earned a reward of 60 gold (reward for a three-star rarity level of 20G x 3 = 60G).

図19に、権利者プレイヤに対し、登録レシピの登録後所定の期間が経過したことを通知する期間経過通知画面の一例を示す。期間経過通知画面は、登録レシピの登録後所定期間が経過した場合に、第1報酬付与処理部19により報酬の付与が停止されると共に、使用禁止処理部23により使用禁止が解除され、且つ、レシピ公開処理部17により閲覧制限が解除された際に表示される。図19に示す例では、例えば所定期間が1月に設定されており、「スキルZ」のレシピが登録後1月を経過したため、権利者プレイヤに対する報酬の付与が停止されると共に、「スキルZ」の使用を禁止されたプレイヤ又はグループに対する使用の禁止及び閲覧の制限が解除されたことが通知されている。 Figure 19 shows an example of a time lapse notification screen that notifies the rights holder player that a predetermined period of time has passed since the registration of the registered recipe. The time lapse notification screen is displayed when a predetermined period of time has passed since the registration of the registered recipe, the first reward granting processing unit 19 stops granting rewards, the use prohibition processing unit 23 lifts the prohibition on use, and the recipe disclosure processing unit 17 lifts the viewing restrictions. In the example shown in Figure 19, for example, the predetermined period is set to one month, and one month has passed since the recipe for "skill Z" was registered, so the rights holder player is notified that the granting of rewards has been stopped and the prohibition on use and viewing restrictions for players or groups prohibited from using "skill Z" have been lifted.

<4.情報処理装置の処理手順>
次に、図20を用いて、サーバ装置5のCPU501によって実行される処理手順の一例を説明する。
4. Processing Procedure of Information Processing Device
Next, an example of a processing procedure executed by the CPU 501 of the server device 5 will be described with reference to FIG.

ステップS5では、サーバ装置5は、レシピ成否判定処理部11により、複数のゲーム要素の組み合わせを含むレシピを端末装置3から受け付けたか否かを判定する。レシピを受け付けていない場合には(ステップS5:NO)、後述のステップS30に移る。一方、レシピを受け付けた場合には(ステップS5:YES)、ステップS10に移る。 In step S5, the server device 5 uses the recipe success/failure determination processing unit 11 to determine whether or not a recipe including a combination of multiple game elements has been accepted from the terminal device 3. If a recipe has not been accepted (step S5: NO), the process proceeds to step S30, which will be described later. On the other hand, if a recipe has been accepted (step S5: YES), the process proceeds to step S10.

ステップS10では、サーバ装置5は、レシピ成否判定処理部11により、上記ステップS5で受け付けたレシピを使用して別のゲーム要素の生成に成功したか否かを判定する。生成に失敗した場合には(ステップS10:NO)、後述のステップS30に移る。一方、生成に成功した場合には(ステップS10:YES)、ステップS15に移る。 In step S10, the server device 5 uses the recipe success/failure determination processing unit 11 to determine whether or not the generation of another game element using the recipe accepted in step S5 above has been successful. If the generation has failed (step S10: NO), the process proceeds to step S30, which will be described later. On the other hand, if the generation has been successful (step S10: YES), the process proceeds to step S15.

ステップS15では、サーバ装置5は、レシピ同一判定処理部13により、上記ステップS5で受け付けたレシピがレシピデータベース9に登録されたレシピのいずれかと同一か否か、すなわち新たに発見された新規なレシピであるか否かを判定する。新規なレシピでない場合には(ステップS15:NO)、後述のステップS30に移る。一方、新規なレシピである場合には(ステップS15:YES)、ステップS20に移る。 In step S15, the server device 5 uses the recipe identity determination processing unit 13 to determine whether the recipe received in step S5 is identical to any of the recipes registered in the recipe database 9, i.e., whether it is a newly discovered new recipe. If it is not a new recipe (step S15: NO), the process proceeds to step S30, which will be described later. On the other hand, if it is a new recipe (step S15: YES), the process proceeds to step S20.

ステップS20では、サーバ装置5は、レシピ登録処理部15により、上記ステップS5で受け付けたレシピをレシピデータベース9に登録する。 In step S20, the server device 5 registers the recipe received in step S5 in the recipe database 9 via the recipe registration processing unit 15.

ステップS25では、サーバ装置5は、レシピ公開処理部17により、ステップS20でレシピデータベース9に登録したレシピの内容を複数のプレイヤが閲覧可能となるように公開する。 In step S25, the server device 5 causes the recipe publication processing unit 17 to publish the contents of the recipe registered in the recipe database 9 in step S20 so that multiple players can view it.

ステップS30では、サーバ装置5は、第1報酬付与処理部19により、レシピデータベース9に登録されたレシピが権利者プレイヤ以外の他のプレイヤにより使用されたか否かを判定する。登録レシピが使用されていない場合には(ステップS30:NO)、後述のステップS40に移る。一方、登録レシピが使用された場合には(ステップS30:YES)、ステップS35に移る。 In step S30, the server device 5 determines, via the first reward granting processing unit 19, whether or not a recipe registered in the recipe database 9 has been used by a player other than the rights holder player. If the registered recipe has not been used (step S30: NO), the process proceeds to step S40, which will be described later. On the other hand, if the registered recipe has been used (step S30: YES), the process proceeds to step S35.

ステップS35では、サーバ装置5は、第1報酬付与処理部19により、権利者プレイヤに対し、例えば登録レシピの使用回数等に応じた報酬を付与する。 In step S35, the server device 5 causes the first reward granting processing unit 19 to grant a reward to the rights holder player based on, for example, the number of times the registered recipe has been used.

ステップS40では、サーバ装置5は、禁止指定受付処理部21により、登録レシピの使用を禁止する特定のプレイヤ又は特定のグループの指定を、当該登録レシピを保有する権利者プレイヤより受け付けたか否かを判定する。指定を受け付けていない場合には(ステップS40:NO)、後述のステップS50に移る。一方、指定を受け付けた場合には(ステップS40:YES)、次のステップS45に移る。 In step S40, the server device 5 determines whether or not the prohibition designation reception processing unit 21 has received a designation from the rights holder player who owns the registered recipe of a specific player or specific group who is to be prohibited from using the registered recipe. If no designation has been received (step S40: NO), the process proceeds to step S50, which will be described later. On the other hand, if a designation has been received (step S40: YES), the process proceeds to the next step S45.

ステップS45では、サーバ装置5は、使用禁止処理部23により、上記ステップS40で受け付けた特定のプレイヤ又は特定のグループが登録レシピを使用することを禁止する。また、レシピ公開処理部17により、登録されたレシピの内容を、上記ステップS40で受け付けた特定のプレイヤ又は特定のグループが閲覧することを制限する。 In step S45, the server device 5 prohibits the specific player or specific group accepted in step S40 from using the registered recipe by the use prohibition processing unit 23. In addition, the recipe disclosure processing unit 17 restricts the specific player or specific group accepted in step S40 from viewing the contents of the registered recipe.

ステップS50では、サーバ装置5は、レシピデータベース9の中に、登録されてから所定の期間が経過した登録レシピがあるか否かを判定する。いずれの登録レシピも所定の期間が経過していない場合には(ステップS50:NO)、後述のステップS60に移る。一方、所定の期間が経過した登録レシピがある場合には(ステップS50:YES)、次のステップS55に移る。 In step S50, the server device 5 determines whether or not there are any registered recipes in the recipe database 9 for which a predetermined period of time has passed since they were registered. If the predetermined period of time has not passed for any of the registered recipes (step S50: NO), the process proceeds to step S60, which will be described later. On the other hand, if there are any registered recipes for which a predetermined period of time has passed (step S50: YES), the process proceeds to the next step S55.

ステップS55では、サーバ装置5は、第1報酬付与処理部19により、所定の期間が経過した登録レシピの権利者プレイヤに対する報酬の付与を停止する。また、所定の期間が経過した登録レシピに使用禁止プレイヤ等が指定されている場合には、使用禁止処理部23により使用禁止プレイヤ等に対する使用の禁止を解除すると共に、レシピ公開処理部17により使用禁止プレイヤ等に対する閲覧の制限を解除する。 In step S55, the server device 5 causes the first reward granting processing unit 19 to stop granting rewards to the rights holder player of the registered recipe for which a predetermined period of time has passed. In addition, if a prohibited player, etc. is specified for a registered recipe for which a predetermined period of time has passed, the use prohibition processing unit 23 lifts the prohibition on use for the prohibited players, etc., and the recipe disclosure processing unit 17 lifts the viewing restrictions for the prohibited players, etc.

ステップS60では、サーバ装置5は、ゲームを終了するか否かを判定する。例えば、プレイヤにより所定の終了操作やログアウト等がなされた場合には(ステップS60:YES)、ゲームを終了する。一方、例えば終了操作やログアウト等がなされていない場合には(ステップS60:NO)、先のステップS5に戻る。以上により、本フローチャートを終了する。 In step S60, the server device 5 determines whether or not to end the game. For example, if the player performs a predetermined end operation, logs out, or the like (step S60: YES), the game ends. On the other hand, if the player has not performed an end operation, logs out, or the like (step S60: NO), the process returns to the previous step S5. This ends this flowchart.

なお、上述した処理手順は一例であって、上記手順の少なくとも一部を削除・変更してもよいし、上記以外の手順を追加してもよい。また、上記手順の少なくとも一部の順番を変更してもよい。 The above-mentioned processing steps are merely examples, and at least some of the steps may be deleted or changed, or steps other than those described above may be added. Also, the order of at least some of the steps may be changed.

<5.実施形態の効果>
以上説明したように、本実施形態のゲームプログラムは、サーバ装置5を、複数のゲーム要素の組み合わせを含むレシピを受け付け、当該レシピを使用して別のゲーム要素を生成できるか否かを判定するレシピ成否判定処理部11、別のゲーム要素を生成できた場合に、受け付けたレシピがレシピデータベース9に権利者プレイヤと関連付けて登録されたレシピのいずれかと同一か否かを判定するレシピ同一判定処理部13、受け付けたレシピが登録されたレシピのいずれとも同一でない場合に、受け付けたレシピ又は当該レシピを送信した権利者プレイヤの少なくとも一方をレシピデータベース9に登録するレシピ登録処理部15、として機能させる。
5. Effects of the embodiment
As described above, the game program of this embodiment causes the server device 5 to function as a recipe success/failure determination processing unit 11 that receives a recipe including a combination of multiple game elements and determines whether or not another game element can be generated using the recipe, a recipe identity determination processing unit 13 that determines whether or not the received recipe is identical to any of the recipes registered in the recipe database 9 in association with the rights holder player if the other game element can be generated, and a recipe registration processing unit 15 that registers at least one of the received recipe or the rights holder player who transmitted the recipe in the recipe database 9 if the received recipe is not identical to any of the registered recipes.

本実施形態では、プレイヤが複数のゲーム要素を組み合わせたレシピを端末装置3からサーバ装置5に送信すると、当該レシピを使用して別のゲーム要素が生成できるか否かが判定される。これにより、プレイヤは別のゲーム要素が生成できるまで試行錯誤を重ねてレシピを探求することができる。そして、別のゲーム要素が生成できた場合に、当該レシピがレシピデータベース9に既に登録されているレシピのいずれかと同一か否かが判定され、いずれとも同一でない場合にはレシピデータベース9に新たに登録される。登録されたレシピは、例えば上述した実施形態のように、公開して他のプレイヤによる使用を可能にし、使用回数に応じて権利者プレイヤが報酬を得るようにしたり、また例えば後述する変形例のように、登録されたレシピを販売して購入したプレイヤによる使用を可能にすると共に、購入回数に応じて権利者プレイヤが報酬を得るようにする等、登録されたレシピを用いて様々な処理を行なうことが可能となる。 In this embodiment, when a player transmits a recipe combining multiple game elements from the terminal device 3 to the server device 5, it is determined whether or not the recipe can be used to generate another game element. This allows the player to explore recipes by trial and error until another game element is generated. If another game element is generated, it is determined whether the recipe is identical to any of the recipes already registered in the recipe database 9, and if it is not identical to any of the recipes, it is newly registered in the recipe database 9. The registered recipe can be made public so that other players can use it, as in the above-mentioned embodiment, and the right holder player can receive a reward depending on the number of times it is used, or, for example, as in the modified example described below, the registered recipe can be sold to allow players who have purchased it to use it and the right holder player can receive a reward depending on the number of times it is purchased. Various processes can be performed using the registered recipe.

このようにして、プレイヤが試行錯誤や創意工夫を重ねて想到したレシピが新規なものである場合に登録を行なうことにより、当該レシピを発見した権利者プレイヤに対して有益となる様々な処理を実行することが可能となる。これにより、多くのプレイヤに新たなレシピの探求を促すことが可能となり、ゲームの活性化につなげることができる。 In this way, if a player has come up with a new recipe through trial and error and creative ingenuity, it can be registered, and various processes that will be beneficial to the rights holder player who discovered the recipe can be executed. This can encourage many players to explore new recipes, leading to more excitement in the game.

また、本実施形態では特に、ゲームプログラムは、サーバ装置5を、登録されたレシピの内容を複数のプレイヤが閲覧可能となるように公開するレシピ公開処理部17としてさらに機能させる。 In particular, in this embodiment, the game program also causes the server device 5 to function as a recipe publication processing unit 17 that publishes the contents of registered recipes so that they can be viewed by multiple players.

これにより、ゲームに参加する複数のプレイヤに対してレシピの使用を可能にすることができる。 This allows recipes to be used by multiple players in the game.

また、本実施形態では特に、ゲームプログラムは、サーバ装置5を、登録されたレシピが当該レシピに関連付けられた権利者プレイヤ以外の他のプレイヤにより使用された場合に、レシピに関連付けられた権利者プレイヤに対して報酬を付与する第1報酬付与処理部19、としてさらに機能させる。 In particular, in this embodiment, the game program causes the server device 5 to further function as a first reward granting processing unit 19 that grants a reward to the rights holder player associated with a recipe when a registered recipe is used by a player other than the rights holder player associated with the recipe.

これにより、プレイヤが試行錯誤や創意工夫を重ねて想到した新たなレシピに収益源としての付加価値を持たせることができる。これにより、多くのプレイヤに新たなレシピの探求を促すことができ、ゲームの活性化につなげることができる。 This allows new recipes that players come up with through trial and error and creative ingenuity to have added value as a revenue source. This will encourage many players to explore new recipes, leading to more excitement in the game.

また、本実施形態では特に、第1報酬付与処理部19は、受け付けたレシピがレシピデータベース9に登録されてから所定の期間が経過した場合に、レシピに関連付けられた権利者プレイヤに対する報酬の付与を停止する。 In particular, in this embodiment, the first reward granting processing unit 19 stops granting rewards to the rights holder player associated with the recipe when a predetermined period of time has passed since the accepted recipe was registered in the recipe database 9.

仮に、権利者プレイヤに対する報酬の付与が永久に持続されると、レシピを登録していないプレイヤが不利となり、プレイヤ間に不公平が生じる。本実施形態では、新たなレシピを発見したプレイヤに対しては所定の期間報酬を与えることでレシピの探求を奨励しつつ、所定の期間の経過後に報酬の付与を停止することにより、プレイヤ間に不公平が生じるのを抑制できる。 If the granting of rewards to rights holder players were to continue forever, players who have not registered recipes would be at a disadvantage, creating unfairness between players. In this embodiment, players who discover new recipes are encouraged to explore new recipes by granting rewards for a specified period of time, while the granting of rewards is stopped after the specified period has elapsed, preventing unfairness between players.

また、本実施形態では特に、ゲームプログラムは、サーバ装置5を、登録されたレシピの使用を禁止する特定のプレイヤ又は特定のグループの指定を、当該レシピに関連付けられた権利者プレイヤより受け付ける禁止指定受付処理部21、指定されたプレイヤ又はグループが登録されたレシピを使用することを禁止する使用禁止処理部23、としてさらに機能させる。 In particular, in this embodiment, the game program causes the server device 5 to further function as a prohibition designation reception processing unit 21 that receives, from the rights holder player associated with the recipe, the designation of a specific player or specific group that is to be prohibited from using the registered recipe, and a use prohibition processing unit 23 that prohibits the specified player or group from using the registered recipe.

本実施形態では、レシピを登録したプレイヤは、特定のプレイヤ又は特定のグループに対して登録レシピの使用を禁止することができる。これにより、例えばMMORPG(Massively Multiplayer Online Role-Playing Game)やMMOシミュレーションゲーム等において特定のプレイヤ(又は特定のグループ)と特定のプレイヤ(又は特定のグループ)とが戦闘を行なっているような場合に、相手側のプレイヤ又はグループに対して登録レシピの使用を禁止することで、戦闘を有利に進めること等が可能となる。 In this embodiment, the player who registered the recipe can prohibit a specific player or a specific group from using the registered recipe. This makes it possible, for example, when a specific player (or specific group) is fighting another specific player (or specific group) in an MMORPG (Massively Multiplayer Online Role-Playing Game) or an MMO simulation game, to gain an advantage in the battle by prohibiting the opposing player or group from using the registered recipe.

また、本実施形態では特に、レシピ公開処理部17は、登録されたレシピの内容を、使用禁止対象として指定されたプレイヤ又はグループ以外の別のプレイヤ又はグループが閲覧可能となるように公開すると共に、指定されたプレイヤ又はグループが閲覧することを制限する。 In particular, in this embodiment, the recipe disclosure processing unit 17 discloses the contents of the registered recipe so that it can be viewed by players or groups other than the player or group designated as prohibited from use, and restricts viewing by the designated player or group.

これにより、登録レシピの使用を禁止した特定のプレイヤ又は特定のグループに対する使用禁止の実効性を高めることができる。 This can increase the effectiveness of banning registered recipes from being used by specific players or groups.

また、本実施形態では特に、使用禁止処理部23は、受け付けたレシピがレシピデータベース9に登録されてから所定の期間が経過した場合に、使用禁止対象として指定されたプレイヤ又はグループに対する使用の禁止を解除する。 In particular, in this embodiment, the use prohibition processing unit 23 lifts the prohibition on use of the player or group designated as the prohibited target when a predetermined period of time has passed since the accepted recipe was registered in the recipe database 9.

仮に、特定のプレイヤ又はグループが登録レシピを使用できない状態が永久に持続されると、プレイヤ等の間に不公平が生じると共に、ゲームの活性化を妨げることとなる。本実施形態では、所定の期間の経過後に特定のプレイヤ又はグループに対する使用禁止を解除する。これにより、新たなレシピを発見したプレイヤに対してはその報酬として所定の期間だけ特定のプレイヤ等による使用を排除する権限を付与しつつ、所定の期間経過後には全てのプレイヤ等に対して平等に登録レシピの使用を可能とすることで、レシピの探求を奨励しつつ、プレイヤ間に不公平が生じるのを抑制でき、ゲームの活性化につなげることができる。 If a certain player or group were to be unable to use a registered recipe for an indefinite period of time, this would create unfairness among players and hinder the revitalization of the game. In this embodiment, the ban on use for a certain player or group is lifted after a certain period of time has passed. This allows a player who discovers a new recipe to be rewarded with the authority to exclude certain players from using the recipe for a certain period of time, while allowing all players to use the registered recipe equally after the certain period of time has passed. This encourages the exploration of recipes, prevents unfairness among players, and leads to the revitalization of the game.

<6.変形例>
なお、本発明は、上記の実施形態に限られるものではなく、その趣旨及び技術的思想を逸脱しない範囲内で種々の変形が可能である。以下、そのような変形例について説明する。
6. Modifications
The present invention is not limited to the above-described embodiment, and various modifications are possible without departing from the spirit and technical concept of the present invention. Such modifications will be described below.

(6-1.レシピの登録の要求を受け付ける場合)
上記実施形態では、レシピを実行して生成に成功した場合に、自動的に当該レシピがレシピデータベース9の登録レシピと比較されて新規か否かを判定され、新規であればレシピデータベース9に登録されるようにしたが、これに限定されるものではない。例えば、レシピを実行して生成に成功した際に、プレイヤから登録の要求を受け付けた場合にのみ、当該レシピが新規か否かを判定するようにしてもよい。
(6-1. When accepting a recipe registration request)
In the above embodiment, when a recipe is executed and generation is successful, the recipe is automatically compared with registered recipes in the recipe database 9 to determine whether it is new, and if it is new, it is registered in the recipe database 9, but this is not limited to the above. For example, when a recipe is executed and generation is successful, it may be determined whether the recipe is new only when a request for registration is received from the player.

図21に、本変形例に係るサーバ装置5Aの機能的構成の一例を示す。図21に示すように、サーバ装置5A(情報処理装置の一例)は、前述の図2に示すサーバ装置5の機能構成に加えて、登録要求判定処理部129を有する。 Figure 21 shows an example of the functional configuration of a server device 5A according to this modified example. As shown in Figure 21, the server device 5A (an example of an information processing device) has a registration request determination processing unit 129 in addition to the functional configuration of the server device 5 shown in Figure 2 described above.

登録要求判定処理部129は、レシピ成否判定処理部11が別のゲーム要素を生成できたと判定した場合に、当該レシピの登録の要求を端末装置3から受け付けたか否かを判定する。「登録の要求」は、プレイヤが生成に成功したレシピのレシピデータベース9への登録を要求するために行う操作入力のことをいう。 When the recipe success/failure determination processing unit 11 determines that another game element has been generated, the registration request determination processing unit 129 determines whether a request to register the recipe has been received from the terminal device 3. A "registration request" refers to an operational input made by the player to request that the successfully generated recipe be registered in the recipe database 9.

レシピ同一判定処理部13は、上記登録要求判定処理部129がレシピの登録の要求を受け付けたと判定した場合に、端末装置3から受け付けたレシピがレシピデータベース9に登録されたレシピのいずれかと同一か否かを判定する。つまり、本変形例では、プレイヤから登録の要求を受け付けて初めてレシピが新規であるか否かが判定され、登録の要求を受け付けない場合にはレシピが新規であるか否かは判定されない。 When the registration request determination processing unit 129 determines that a request to register a recipe has been received, the recipe identity determination processing unit 13 determines whether the recipe received from the terminal device 3 is identical to any of the recipes registered in the recipe database 9. In other words, in this modified example, it is only when a registration request is received from the player that it is determined whether the recipe is new, and if a registration request is not received, it is not determined whether the recipe is new.

図22に、本変形例におけるレシピ成功画面の一例を示す。図22に示す例では、例えばレア度が三つ星であるスキルZが生成されている。またレシピ成功画面には、レシピの登録の要求を行なうか否かを指示するための「はい」ボタン131及び「いいえ」ボタン133が表示されている。 Figure 22 shows an example of a recipe success screen in this modified example. In the example shown in Figure 22, for example, skill Z with a rarity of three stars has been generated. The recipe success screen also displays a "Yes" button 131 and a "No" button 133 for indicating whether or not to request the registration of the recipe.

プレイヤにより「はい」ボタン131が操作された場合には、登録要求判定処理部129がレシピの登録の要求を受け付けたと判定し、当該レシピが登録レシピと同一か否かが判定される。登録レシピと同一でない場合にはレシピデータベース9に登録され、登録レシピと同一である場合には登録が却下される。一方、プレイヤにより「いいえ」ボタン133が操作された場合には、登録の要求はキャンセルされる。この場合、当該レシピが登録レシピと同一か否かの判定は実行されず、登録も行われないこととなる。 When the player operates the "Yes" button 131, the registration request determination processing unit 129 determines that a request to register a recipe has been accepted, and determines whether or not the recipe is identical to the registered recipe. If it is not identical to the registered recipe, it is registered in the recipe database 9, and if it is identical to the registered recipe, the registration is rejected. On the other hand, if the player operates the "No" button 133, the registration request is canceled. In this case, no determination is made as to whether or not the recipe is identical to the registered recipe, and registration is not performed.

図23に、本変形例に係るサーバ装置5AのCPU501によって実行される処理手順の一例を示す。 Figure 23 shows an example of a processing procedure executed by the CPU 501 of the server device 5A according to this modified example.

ステップS5及びステップS10は、前述の図20と同様の内容であるため説明を省略する。 Steps S5 and S10 are similar to those in FIG. 20 above, so the explanation is omitted.

ステップS13では、サーバ装置5Aは、登録要求判定処理部129により、ステップS5で受け付けたレシピの登録の要求を端末装置3から受け付けたか否かを判定する。登録の要求を受け付けていない場合には(ステップS13:NO)、後述のステップS30に移る。一方、登録の要求を受け付けた場合には(ステップS13:YES)、ステップS15に移る。 In step S13, the server device 5A uses the registration request determination processing unit 129 to determine whether or not a request to register the recipe received in step S5 has been received from the terminal device 3. If a registration request has not been received (step S13: NO), the process proceeds to step S30, which will be described later. On the other hand, if a registration request has been received (step S13: YES), the process proceeds to step S15.

ステップS15~ステップS60は、前述の図20と同様の内容であるため説明を省略する。 Steps S15 to S60 are the same as those in FIG. 20 above, so the explanation is omitted.

以上説明した変形例によれば、プレイヤは必要に応じてレシピの登録を要求するか否かを選択することができる。例えば、登録の要求をしないことにより、発見したレシピを公開せずに自分のみが使用できるようにする(ノウハウ化する)こと等が可能となる。 According to the modified example described above, the player can choose whether or not to request the registration of a recipe as necessary. For example, by not requesting registration, it is possible to keep a discovered recipe for personal use only (turn it into know-how) without making it public.

なお、以上では、レシピを実行して生成に成功したタイミングで、プレイヤから登録の要求を受け付けたか否かを判定するようにしたが、例えばレシピを実行して生成に成功し、且つ、レシピが新規か否かを判定して新規であると判定したタイミングで、プレイヤから登録の要求を受け付けたか否かを判定してもよい。また、例えばレシピの登録による公開は要求するが報酬の付与や使用禁止の指定等は要求しない、「公開のみ行う」ことをプレイヤが選択できるようにしてもよい。 In the above, it is determined whether or not a registration request has been received from the player when a recipe is executed and successfully generated. However, it may also be determined whether or not a registration request has been received from the player when, for example, a recipe is executed and successfully generated, and it is determined whether the recipe is new and it is determined that it is new. Also, for example, the player may be allowed to select "only publish," which requests publication by registering a recipe, but does not request the granting of rewards or the specification of prohibited use.

(6-2.登録レシピを購入したプレイヤが閲覧、使用できる場合)
上記実施形態では、登録レシピの内容を公開し、権利者プレイヤ以外の他のプレイヤが原則として自由に登録レシピを使用できるようにしたが、これに限定されるものではない。例えば、登録レシピを販売または譲渡し、購入したプレイヤのみが登録レシピの内容を閲覧及び使用できるようにしてもよい。
(6-2. When the player who purchased the registered recipe can view and use it)
In the above embodiment, the contents of the registered recipes are made public, and players other than the right holder player can freely use the registered recipes in principle, but this is not limited to this. For example, the registered recipes may be sold or transferred, and only the player who purchased the registered recipes may view and use the contents of the registered recipes.

図24に、本変形例に係るサーバ装置5Bの機能的構成の一例を示す。図21に示すように、サーバ装置5B(情報処理装置の一例)は、前述の図2に示すレシピ成否判定処理部11、レシピ同一判定処理部13、及びレシピ登録処理部15に加えて、レシピ販売処理部135と、レシピ開示処理部137と、第2報酬付与処理部139とを有する。 Figure 24 shows an example of the functional configuration of the server device 5B according to this modified example. As shown in Figure 21, the server device 5B (an example of an information processing device) has a recipe sales processing unit 135, a recipe disclosure processing unit 137, and a second reward granting processing unit 139 in addition to the recipe success/failure determination processing unit 11, the recipe identity determination processing unit 13, and the recipe registration processing unit 15 shown in Figure 2 described above.

レシピ販売処理部135は、レシピデータベース9に登録されたレシピを販売または譲渡する。レシピ販売処理部135は、例えば登録レシピの内容をレシピアイテムとしてアイテム化して販売または譲渡する。「譲渡」は例えば対価を必要としない譲り渡しや交換等を含む。 The recipe sales processing unit 135 sells or transfers recipes registered in the recipe database 9. For example, the recipe sales processing unit 135 sells or transfers the contents of a registered recipe as a recipe item. "Transfer" includes, for example, transfer or exchange without compensation.

レシピ開示処理部137は、登録レシピを購入(譲渡の場合は譲り受け。以下同様)したプレイヤに対して登録レシピの内容を開示する。これにより、購入したプレイヤは登録レシピを使用することが可能となる。 The recipe disclosure processing unit 137 discloses the contents of a registered recipe to a player who purchases (or receives in the case of transfer; the same applies below) the registered recipe. This allows the player who purchased the registered recipe to use it.

第2報酬付与処理部139は、購入された登録レシピに関連付けられた権利者プレイヤに対して報酬を付与する。報酬は、例えば仮想通貨により付与されてもよいし、仮想通貨とは別のアイテム等により付与されてもよい。また報酬は、例えば登録レシピが購入される度に1回1回一定の額が付与されてもよいし、一定期間(例えば1日、1週間等)の間に購入された回数を集計し、その回数に応じた額が付与されてもよい。また報酬は、登録アイテムの価格がそのままの額で付与されてもよいし、例えば価格に一定の割合を乗じた額等が付与されてもよい。 The second reward granting processing unit 139 grants a reward to the rights holder player associated with the purchased registered recipe. The reward may be granted in the form of virtual currency, for example, or in the form of an item other than virtual currency. The reward may be a fixed amount each time a registered recipe is purchased, for example, or the number of times it is purchased within a certain period (for example, one day, one week, etc.) may be tallied and an amount according to the number of times may be granted. The reward may be the price of the registered item itself, or, for example, an amount calculated by multiplying the price by a certain percentage.

図25に、登録レシピの販売画面の一例を示す。登録レシピの販売画面は、レシピ販売処理部135により複数のプレイヤが閲覧可能なように表示される。図25に示す例では、登録レシピの販売画面に、登録レシピリスト141と、価格表示部143とが表示されている。 Figure 25 shows an example of a sales screen for registered recipes. The sales screen for registered recipes is displayed by the recipe sales processing unit 135 so that multiple players can view it. In the example shown in Figure 25, a registered recipe list 141 and a price display section 143 are displayed on the sales screen for registered recipes.

登録レシピリスト141は、レシピデータベース9に登録された登録レシピの概要を一覧表示する。登録レシピリスト141には、登録レシピごとに、レシピ名、レア度、権利者プレイヤ、登録レシピを購入するための購入ボタン145が表示されている。プレイヤは、所望の登録レシピの購入ボタン145を操作することで、所持する仮想通貨を価格分だけ消費して、当該登録レシピを購入することができる。なお、プレイヤは購入した登録レシピについてはその内容を見ることができるが、購入していない登録レシピについては登録レシピリスト141に表示された概要のみしか見ることができない。 The registered recipe list 141 displays a list of summaries of registered recipes registered in the recipe database 9. For each registered recipe, the registered recipe list 141 displays the recipe name, rarity, the rights owner player, and a purchase button 145 for purchasing the registered recipe. By operating the purchase button 145 for the desired registered recipe, the player can purchase that registered recipe by consuming the virtual currency they possess for the price. Note that while the player can view the contents of registered recipes that they have purchased, for registered recipes that they have not purchased, they can only view the summary displayed in the registered recipe list 141.

価格表示部143には、登録レシピの価格が表示されている。図25に示す例では、登録レシピのレア度が高いほど価格も高くなるように設定されている。なお、価格はレア度に関わらず同一に設定されてもよいし、レア度以外の情報(例えばステータス等)を指標としてレシピごとに価格が異なるように設定されてもよい。 The price display section 143 displays the price of the registered recipe. In the example shown in FIG. 25, the price is set to be higher as the rarity of the registered recipe increases. The price may be set to be the same regardless of rarity, or the price may be set to be different for each recipe using information other than rarity (e.g., status, etc.) as an indicator.

図26に、購入した登録レシピの内容を表す購入画面の一例を示す。登録レシピの購入画面は、図25に示す登録レシピの販売画面において購入ボタン145が操作された場合に表示される。図26に示す例では、登録レシピの購入画面に、タイトル表示部147と、ステータス表示部149と、レシピ内容表示部151とが表示されている。タイトル表示部147には、例えば、登録レシピの実行により生成される「氷の鎧」の名称、レア度、外観等が表示されている。ステータス表示部149には、生成物である「氷の鎧」の各種のステータス情報が表示されている。 Figure 26 shows an example of a purchase screen showing the contents of a purchased registered recipe. The purchase screen for a registered recipe is displayed when the purchase button 145 is operated on the sales screen for a registered recipe shown in Figure 25. In the example shown in Figure 26, the purchase screen for a registered recipe displays a title display section 147, a status display section 149, and a recipe content display section 151. The title display section 147 displays, for example, the name, rarity, and appearance of the "Ice Armor" that is generated by executing the registered recipe. The status display section 149 displays various status information for the resulting product, "Ice Armor."

レシピ内容表示部151には、例えば「氷の鎧」のレシピ内容として、1個のアイテムAと、1個のアイテムBと、雪原の場所と、冬の時期との組み合わせが表示されている。 For example, the recipe content display section 151 displays the recipe content for "Ice Armor" as a combination of one item A, one item B, a snowy field location, and winter season.

図27に、本変形例に係るサーバ装置5BのCPU501によって実行される処理手順の一例を示す。 Figure 27 shows an example of a processing procedure executed by the CPU 501 of the server device 5B according to this modified example.

ステップS5~ステップS20は、前述の図20と同様の内容であるため説明を省略する。 Steps S5 to S20 are the same as those in FIG. 20 above, so the explanation is omitted.

ステップS23では、サーバ装置5Bは、レシピ販売処理部135により、レシピデータベース9に登録されたレシピを販売する。 In step S23, the server device 5B sells the recipes registered in the recipe database 9 via the recipe sales processing unit 135.

ステップS27では、サーバ装置5Bは、販売中の登録レシピが権利者プレイヤ以外の他のプレイヤにより購入されたか否かを判定する。登録レシピが購入されていない場合には(ステップS27:NO)、後述のステップS60に移る。一方、登録レシピが購入された場合には(ステップS27:YES)、ステップS33に移る。 In step S27, the server device 5B determines whether the registered recipe being sold has been purchased by a player other than the right holder player. If the registered recipe has not been purchased (step S27: NO), the process proceeds to step S60, which will be described later. On the other hand, if the registered recipe has been purchased (step S27: YES), the process proceeds to step S33.

ステップS33では、サーバ装置5Bは、レシピ開示処理部137により、レシピを購入したプレイヤに対して登録されたレシピの内容を開示する。 In step S33, the server device 5B causes the recipe disclosure processing unit 137 to disclose the contents of the registered recipe to the player who purchased the recipe.

ステップS37では、サーバ装置5Bは、第2報酬付与処理部139により、購入された登録レシピの権利者プレイヤに対して報酬を付与する。 In step S37, the server device 5B causes the second reward granting processing unit 139 to grant a reward to the rights holder player of the purchased registered recipe.

ステップS60は、前述の図20と同様の内容であるため説明を省略する。 Step S60 is the same as that in Figure 20 described above, so the explanation will be omitted.

以上説明した変形例によれば、登録レシピを購入したプレイヤのみが当該登録レシピの内容を閲覧することができる。これにより、登録レシピの内容は非公開としつつ、購入したプレイヤに対してのみ登録レシピを使用可能とすることができる。 According to the modified example described above, only the player who purchased the registered recipe can view the contents of that registered recipe. This makes it possible to make the registered recipe available only to the player who purchased it, while keeping the contents of the registered recipe private.

また、本変形例では、他のプレイヤがレシピを購入した場合に、レシピを登録した権利者プレイヤが報酬を得ることができる。これにより、プレイヤが試行錯誤や創意工夫を重ねて想到した新たなレシピに収益源としての付加価値を持たせることができる。その結果、多くのプレイヤに新たなレシピの探求を促すことができ、ゲームの活性化につなげることができる。 In addition, in this variation, when another player purchases a recipe, the rights holder player who registered the recipe can receive a reward. This allows new recipes that players have come up with through trial and error and ingenuity to have added value as a source of revenue. As a result, this can encourage many players to explore new recipes, leading to more excitement in the game.

なお、本変形例において、登録レシピがレシピデータベース9に登録されてから所定の期間が経過した場合に、当該登録レシピの販売を停止して他のプレイヤが自由に閲覧及び使用できるようにしてもよい。 In this modified example, if a certain period of time has passed since a registered recipe was registered in the recipe database 9, the sale of the registered recipe may be stopped so that other players may freely view and use the recipe.

(6-3.登録レシピの使用を許諾する場合)
上記実施形態では、権利者プレイヤ以外の他のプレイヤが原則として自由に登録レシピを使用できるようにした上で、権利者プレイヤが登録レシピの使用を禁止するプレイヤ等を指定することを可能としたが、これに限定されるものではない。例えば、権利者プレイヤが登録レシピの使用を許諾するプレイヤ等を指定することを可能とし、許諾したプレイヤのみが登録レシピを使用できるようにしてもよい。
(6-3. When permission to use registered recipes is granted)
In the above embodiment, other players than the right holder player are allowed to freely use the registered recipes in principle, and the right holder player is allowed to designate players etc. who are prohibited from using the registered recipes, but this is not limited to this. For example, the right holder player may be allowed to designate players etc. who are permitted to use the registered recipes, and only the permitted players may be allowed to use the registered recipes.

図28に、本変形例に係るサーバ装置5Cの機能的構成の一例を示す。図28に示すように、サーバ装置5C(情報処理装置の一例)は、前述の図2に示すレシピ成否判定処理部11、レシピ同一判定処理部13、レシピ登録処理部15、レシピ公開処理部17、及び第1報酬付与処理部19に加えて、許諾指定受付処理部153と、使用許諾処理部155とを有する。 Figure 28 shows an example of the functional configuration of a server device 5C according to this modified example. As shown in Figure 28, the server device 5C (an example of an information processing device) has a permission designation acceptance processing unit 153 and a usage permission processing unit 155 in addition to the recipe success/failure determination processing unit 11, recipe identity determination processing unit 13, recipe registration processing unit 15, recipe disclosure processing unit 17, and first reward granting processing unit 19 shown in Figure 2 described above.

許諾指定受付処理部153は、登録レシピの使用を許諾する特定のプレイヤ又は特定のグループの指定を、当該登録レシピに関連付けられた権利者プレイヤより受け付ける。 The permission designation reception processing unit 153 receives designation of a specific player or specific group that is authorized to use the registered recipe from the rights holder player associated with the registered recipe.

使用許諾処理部155は、上記許諾指定受付処理部153により受け付けた特定のプレイヤ又は特定のグループ(以下適宜「使用許諾プレイヤ等」という)が登録レシピを使用することを許諾する。なお、使用許諾を受けていないプレイヤ又はグループは登録レシピの使用を禁止される。また、使用許諾処理部155は、登録レシピがレシピデータベース9に登録されてから所定の期間が経過した場合には、使用許諾を受けていないプレイヤ等が登録レシピを使用することを許諾する。すなわち、登録レシピの使用を全てのプレイヤに解放する。 The license processing unit 155 permits a specific player or specific group (hereinafter referred to as "licensed players, etc." as appropriate) accepted by the license designation acceptance processing unit 153 to use the registered recipe. Note that players or groups who have not received a license are prohibited from using the registered recipe. Furthermore, if a predetermined period of time has passed since the registered recipe was registered in the recipe database 9, the license processing unit 155 permits players, etc. who have not received a license to use the registered recipe. In other words, it opens the use of the registered recipe to all players.

第1報酬付与処理部19は、使用許諾プレイヤ等により登録レシピが使用された場合に、登録レシピに関連付けられた権利者プレイヤに対して報酬を付与する。また、第1報酬付与処理部19は、登録レシピがレシピデータベース9に登録されてから所定の期間が経過した場合には、権利者プレイヤに対する報酬の付与を停止する。 The first reward granting processing unit 19 grants a reward to the rights holder player associated with the registered recipe when the registered recipe is used by a licensed player or the like. In addition, the first reward granting processing unit 19 stops granting rewards to the rights holder player when a predetermined period of time has passed since the registered recipe was registered in the recipe database 9.

レシピ公開処理部17は、登録レシピの内容を、使用許諾プレイヤ等が閲覧可能となるように公開すると共に、使用許諾を受けていないプレイヤ等が閲覧することを制限する。また、レシピ公開処理部17は、登録レシピがレシピデータベース9に登録されてから所定の期間が経過した場合には、使用許諾を受けていないプレイヤ等に対する閲覧の制限を解除し、登録レシピの内容を公開する。 The recipe disclosure processing unit 17 makes the contents of the registered recipe available for viewing by licensed players, etc., while restricting viewing by players, etc. who are not licensed. In addition, when a predetermined period of time has passed since the registered recipe was registered in the recipe database 9, the recipe disclosure processing unit 17 lifts the restriction on viewing by players, etc. who are not licensed, and makes the contents of the registered recipe available.

図29に、使用許諾対象の指定画面の一例を示す。使用許諾対象の指定画面は、権利者プレイヤが登録レシピの使用を許諾する特定のプレイヤ又は特定のグループを指定する際に、許諾指定受付処理部153により表示される。図29に示す例では、使用許諾対象の指定画面に、プレイヤ指定部157と、グループ指定部159と、指定内容を決定するか否かを指示するための「はい」ボタン161及び「いいえ」ボタン163とが表示されている。 Figure 29 shows an example of a license target designation screen. The license target designation screen is displayed by the license designation reception processing unit 153 when the rights holder player designates a specific player or a specific group to whom the license holder player is to grant use of the registered recipe. In the example shown in Figure 29, the license target designation screen displays a player designation section 157, a group designation section 159, and a "Yes" button 161 and a "No" button 163 for indicating whether or not to confirm the designation.

プレイヤ指定部157には、プレイヤをプレイヤリストから個別に選択するためのボタン165が表示されている。ボタン165が操作されるとプレイヤリスト(図示省略)が表示され、当該プレイヤリストにおいて選択されたプレイヤが指定プレイヤ表示部167に表示される。また、プレイヤ指定部157には、全てのプレイヤを一括選択するためのボタン169が表示されている。プレイヤは、ボタン169を操作することで全てのプレイヤに対して登録レシピの使用を許諾することができる。なお、図29に示す例では、使用許諾プレイヤを最大3名まで指定することが可能であり、例えば1人のプレイヤPが指定されている。なお、4名以上の使用許諾プレイヤを指定できるようにしてもよい。 The player designation section 157 displays a button 165 for selecting an individual player from a player list. When the button 165 is operated, a player list (not shown) is displayed, and the player selected in the player list is displayed in the designated player display section 167. The player designation section 157 also displays a button 169 for selecting all players at once. By operating the button 169, the player can grant permission for all players to use the registered recipe. In the example shown in FIG. 29, up to three licensed players can be designated, and for example, one player P is designated. It is also possible to allow four or more licensed players to be designated.

グループ指定部159には、グループをグループリストから個別に選択するためのボタン171が表示されている。ボタン171が操作されるとグループリスト(図示省略)が表示され、当該グループリストにおいて選択されたグループが指定グループ表示部173に表示される。また、グループ指定部159には、全てのグループを一括選択するためのボタン175が表示されている。プレイヤは、ボタン175を操作することで全てのグループに対して登録レシピの使用を許諾することができる。なお、図29に示す例では、使用許諾グループを最大3つまで指定することが可能であり、例えば1つのギルドGが指定されている。なお、4つ以上の使用許諾グループを指定できるようにしてもよい。 The group designation section 159 displays a button 171 for selecting an individual group from the group list. When button 171 is operated, a group list (not shown) is displayed, and a group selected from the group list is displayed in the designated group display section 173. The group designation section 159 also displays a button 175 for selecting all groups at once. By operating button 175, the player can grant permission for all groups to use the registered recipe. In the example shown in FIG. 29, up to three licensed groups can be designated, and one guild G is designated, for example. It is also possible to allow four or more licensed groups to be designated.

プレイヤにより「はい」ボタン161が操作された場合には、指定内容が決定され、使用許諾処理部155により、指定されたプレイヤ又はグループによる登録レシピの使用が許諾される。一方、プレイヤにより「いいえ」ボタン163が操作された場合には、指定内容はキャンセルされる。 When the player operates the "Yes" button 161, the specified content is confirmed, and the license processing unit 155 grants permission for the specified player or group to use the registered recipe. On the other hand, when the player operates the "No" button 163, the specified content is cancelled.

本変形例においては、登録レシピリストは全てのプレイヤに対して公開されるが、使用許諾プレイヤ等以外が登録レシピの内容を閲覧することは制限される。例えば、前述の図12に示す登録レシピリスト画面において、仮に、「スキルZ」の使用を許諾されたプレイヤP又はギルドGに属するプレイヤが(図29参照)、「スキルZ」の閲覧ボタン101を操作した場合には、登録レシピの内容を示す閲覧画面が表示される。一方、プレイヤPやギルドG以外のプレイヤが「スキルZ」の閲覧ボタン101を操作した場合には、レシピ公開処理部17により当該プレイヤ等の識別情報が判定され、例えば図30に示すように、レシピの使用を許諾されていないために閲覧することができないことを示す閲覧禁止画面が表示される。 In this modified example, the registered recipe list is made public to all players, but viewing of the contents of the registered recipes is restricted to players other than those authorized to use the recipes. For example, on the registered recipe list screen shown in FIG. 12 above, if player P who is authorized to use "skill Z" or a player belonging to guild G (see FIG. 29) operates the view button 101 for "skill Z," a view screen showing the contents of the registered recipes is displayed. On the other hand, if a player other than player P or guild G operates the view button 101 for "skill Z," the recipe disclosure processing unit 17 determines the identification information of the player, etc., and a view prohibition screen is displayed, for example as shown in FIG. 30, indicating that the recipe cannot be viewed because the player is not authorized to use the recipe.

また、「スキルZ」の使用を許諾されていないプレイヤPやギルドG以外のプレイヤが、例えば情報サイトやSNS、その他の情報媒体から「スキルZ」のレシピ内容を取得してレシピを実行した場合でも、使用許諾処理部155により当該プレイヤ等の識別情報が判定され、生成は失敗となる。この場合、例えば図31に示すように、レシピの使用を許諾されていないために生成が失敗したことを示す使用禁止画面が表示される。 Even if a player other than player P or guild G who is not authorized to use "skill Z" obtains the recipe contents of "skill Z" from, for example, an information site, SNS, or other information medium, and executes the recipe, the usage permission processing unit 155 will determine the identification information of the player, etc., and the generation will fail. In this case, for example, as shown in FIG. 31, a usage prohibition screen will be displayed indicating that the generation has failed because the use of the recipe is not authorized.

図32に、権利者プレイヤに対し、登録レシピの登録後所定の期間が経過したことを通知する期間経過通知画面の一例を示す。期間経過通知画面は、登録レシピの登録後所定期間が経過した場合に、第1報酬付与処理部19により報酬の付与が停止されると共に、使用許諾処理部155及びレシピ公開処理部17により登録レシピが解放(使用の解放、閲覧制限の解除)された際に表示される。図32に示す例では、例えば所定期間が1月に設定されており、「スキルZ」のレシピが登録後1月を経過したため、権利者プレイヤMに対する報酬の付与が停止されると共に、「スキルZ」が解放されたことが通知されている。 Figure 32 shows an example of a time lapse notification screen that notifies the rights holder player that a predetermined period of time has passed since the registration of a registered recipe. The time lapse notification screen is displayed when a predetermined period of time has passed since the registration of a registered recipe, the first reward granting processing unit 19 stops granting rewards, and the license processing unit 155 and recipe disclosure processing unit 17 release the registered recipe (release of use, removal of viewing restrictions). In the example shown in Figure 32, for example, the predetermined period is set to one month, and one month has passed since the recipe for "skill Z" was registered, so the granting of rewards to the rights holder player M is stopped and the player is notified that "skill Z" has been released.

図33に、本変形例に係るサーバ装置5CのCPU501によって実行される処理手順の一例を示す。 Figure 33 shows an example of a processing procedure executed by the CPU 501 of the server device 5C according to this modified example.

ステップS5~ステップS20は、前述の図20と同様の内容であるため説明を省略する。 Steps S5 to S20 are the same as those in FIG. 20 above, so the explanation is omitted.

ステップS24では、サーバ装置5Cは、許諾指定受付処理部153により、登録レシピの使用を許諾する特定のプレイヤ又は特定のグループの指定を権利者プレイヤより受け付けたか否かを判定する。使用許諾の指定を受け付けていない場合には(ステップS24:NO)、後述のステップS44に移る。一方、使用許諾の指定を受け付けた場合には(ステップS24:YES)、ステップS28に移る。 In step S24, the server device 5C determines whether or not the permission designation reception processing unit 153 has received, from the rights holder player, a designation of a specific player or specific group that is authorized to use the registered recipe. If a designation of permission to use has not been received (step S24: NO), the process proceeds to step S44, which will be described later. On the other hand, if a designation of permission to use has been received (step S24: YES), the process proceeds to step S28.

ステップS28では、サーバ装置5Cは、使用許諾処理部155により、上記ステップS24で受け付けた使用許諾プレイヤ等が登録レシピを使用することを許諾すると共に、使用許諾を受けていないプレイヤ等が登録レシピを使用することを禁止する。また、レシピ公開処理部17により、登録レシピの内容を、使用許諾プレイヤ等が閲覧可能となるように公開すると共に、使用許諾を受けていないプレイヤ等が閲覧することを制限する。 In step S28, the server device 5C, through the license processing unit 155, permits the licensed players, etc. accepted in step S24 above to use the registered recipe, and prohibits players, etc. who are not licensed from using the registered recipe. In addition, the recipe disclosure processing unit 17 discloses the contents of the registered recipe so that the licensed players, etc. can view it, and restricts players, etc. who are not licensed from viewing it.

ステップS34では、サーバ装置5Cは、サーバ装置5は、第1報酬付与処理部19により、登録レシピが使用許諾プレイヤ等により使用されたか否かを判定する。使用許諾プレイヤ等により使用されていない場合には(ステップS34:NO)、後述のステップS44に移る。一方、使用許諾プレイヤ等により使用された場合には(ステップS34:YES)、ステップS38に移る。 In step S34, the server device 5C determines, via the first reward granting processing unit 19, whether or not the registered recipe has been used by a licensed player, etc. If it has not been used by a licensed player, etc. (step S34: NO), the process proceeds to step S44, which will be described later. On the other hand, if it has been used by a licensed player, etc. (step S34: YES), the process proceeds to step S38.

ステップS38では、サーバ装置5Cは、第1報酬付与処理部19により、権利者プレイヤに対し、例えば登録レシピの使用回数等に応じた報酬を付与する。 In step S38, the server device 5C, via the first reward granting processing unit 19, grants a reward to the rights holder player based on, for example, the number of times the registered recipe has been used.

ステップS44では、サーバ装置5Cは、レシピデータベース9の中に、登録されてから所定の期間が経過した登録レシピがあるか否かを判定する。いずれの登録レシピも所定の期間が経過していない場合には(ステップS44:NO)、後述のステップS60に移る。一方、所定の期間が経過した登録レシピがある場合には(ステップS44:YES)、次のステップS55に移る。 In step S44, the server device 5C determines whether there are any registered recipes in the recipe database 9 for which a predetermined period of time has passed since they were registered. If the predetermined period of time has not passed for any of the registered recipes (step S44: NO), the process proceeds to step S60, which will be described later. On the other hand, if there are any registered recipes for which a predetermined period of time has passed (step S44: YES), the process proceeds to the next step S55.

ステップS48では、サーバ装置5Cは、第1報酬付与処理部19により、所定の期間が経過した登録レシピの権利者プレイヤに対する報酬の付与を停止する。また、所定の期間が経過した登録レシピに使用許諾プレイヤ等が指定されている場合には、使用許諾処理部155により登録レシピの使用を解放すると共に、レシピ公開処理部17により登録レシピの内容を公開する。 In step S48, the server device 5C causes the first reward granting processing unit 19 to stop granting rewards to the rights holder player of the registered recipe for which a predetermined period of time has passed. In addition, if a licensed player or the like is specified for a registered recipe for which a predetermined period of time has passed, the license processing unit 155 releases the use of the registered recipe, and the recipe disclosure processing unit 17 discloses the contents of the registered recipe.

ステップ60は、前述の図20と同様の内容であるため説明を省略する。 Step 60 is the same as that described above in Figure 20, so the explanation will be omitted.

以上説明した変形例によれば、権利者プレイヤは、特定のプレイヤ又は特定のグループ(例えばギルド等)に対して登録レシピの使用を許諾することができる。これにより、例えばMMORPGやMMOシミュレーションゲーム等において特定のプレイヤ(又は特定のグループ)と特定のプレイヤ(又は特定のグループ)とが戦闘を行なっているような場合に、味方側のプレイヤ又はグループに対して登録レシピの使用を許諾することで、戦闘を有利に進めること等が可能となる。 According to the modified example described above, the rights holder player can grant permission for a specific player or a specific group (e.g., a guild, etc.) to use a registered recipe. This makes it possible, for example, when a specific player (or specific group) is fighting another specific player (or specific group) in an MMORPG or MMO simulation game, to gain an advantage in the battle by granting permission for the friendly player or group to use the registered recipe.

また、登録レシピの使用を許諾した特定のプレイヤ又は特定のグループのみが登録レシピの内容を閲覧できるので、使用許諾の実効性を高めることができる。 In addition, only specific players or specific groups who have been granted permission to use the registered recipe can view the contents of the registered recipe, which increases the effectiveness of the permission to use.

また、仮に、特定のプレイヤ又はグループのみが登録レシピを使用できる状態が永久に持続されると、プレイヤ等の間に不公平が生じると共に、ゲームの活性化を妨げることとなる。本変形例では、所定の期間の経過後に使用許諾プレイヤ等以外のプレイヤ又はグループが登録レシピを使用することを許諾する。これにより、新たなレシピを発見したプレイヤに対してはその報酬として所定の期間だけ権利者プレイヤと使用許諾プレイヤ等により独占的に使用する権限を付与しつつ、所定の期間経過後には全てのプレイヤ等に対して平等に登録レシピの使用を可能とすることで、レシピの探求を奨励しつつ、プレイヤ間に不公平が生じるのを抑制でき、ゲームの活性化につなげることができる。 If the state in which only certain players or groups could use the registered recipes were to continue forever, this would create unfairness among players and hinder the revitalization of the game. In this modified example, players or groups other than the licensed players are permitted to use the registered recipes after a specified period of time has passed. In this way, a player who discovers a new recipe is given the right to use it exclusively for a specified period of time by the rights holder player and the licensed players, and after the specified period has passed, all players are allowed to use the registered recipes equally. This encourages the exploration of recipes, prevents unfairness among players, and leads to the revitalization of the game.

なお、以上既に述べた以外にも、上記実施形態や各変形例による手法を適宜組み合わせて利用しても良い。その他、一々例示はしないが、上記実施形態や各変形例は、その趣旨を逸脱しない範囲内において、種々の変更が加えられて実施されるものである。 In addition to what has already been described above, the methods according to the above embodiments and each modified example may be used in appropriate combination. Although not illustrated individually, the above embodiments and each modified example may be implemented with various modifications within the scope of their purpose.

<7.サーバ装置のハードウェア構成>
次に、図34を用いて、上記で説明したCPU501が実行するプログラムにより実装された各処理部を実現するサーバ装置5(サーバ装置5A,5B,5Cを含む)のハードウェア構成の一例について説明する。なお、端末装置3が同様のハードウェア構成を有してもよい。
7. Hardware configuration of server device
Next, an example of a hardware configuration of the server device 5 (including the server devices 5A, 5B, and 5C) that realizes each processing unit implemented by the program executed by the CPU 501 described above will be described with reference to Fig. 34. The terminal device 3 may have a similar hardware configuration.

図34に示すように、サーバ装置5は、例えば、CPU501と、ROM503と、RAM505と、GPU506と、例えばASIC又はFPGA等の特定の用途向けに構築された専用集積回路507と、入力装置513と、出力装置515と、記録装置517と、ドライブ519と、接続ポート521と、通信装置523を有する。これらの構成は、バス509や入出力インターフェース511等を介し相互に信号を伝達可能に接続されている。 As shown in FIG. 34, the server device 5 has, for example, a CPU 501, a ROM 503, a RAM 505, a GPU 506, a dedicated integrated circuit 507 constructed for a specific application, such as an ASIC or FPGA, an input device 513, an output device 515, a recording device 517, a drive 519, a connection port 521, and a communication device 523. These components are connected to each other via a bus 509, an input/output interface 511, etc., so that signals can be transmitted between them.

ゲームプログラムは、例えば、ROM503やRAM505、ハードディスク等の記録装置517等に記録しておくことができる。 The game program can be recorded, for example, in ROM 503, RAM 505, or a recording device 517 such as a hard disk.

また、ゲームプログラムは、例えば、フレキシブルディスクなどの磁気ディスク、各種のCD、MOディスク、DVD等の光ディスク、半導体メモリ等のリムーバブルな記録媒体525に、一時的又は永続的(非一時的)に記録しておくこともできる。このような記録媒体525は、いわゆるパッケージソフトウエアとして提供することもできる。この場合、これらの記録媒体525に記録されたゲームプログラムは、ドライブ519により読み出されて、入出力インターフェース511やバス509等を介し上記記録装置517に記録されてもよい。 The game program may also be temporarily or permanently (non-temporarily) recorded on a removable recording medium 525, such as a magnetic disk such as a flexible disk, various types of CDs, MO disks, optical disks such as DVDs, or semiconductor memories. Such recording media 525 may also be provided as so-called packaged software. In this case, the game program recorded on these recording media 525 may be read by the drive 519 and recorded on the recording device 517 via the input/output interface 511, bus 509, etc.

また、ゲームプログラムは、例えば、ダウンロードサイト、他のコンピュータ、他の記録装置等(図示せず)に記録しておくこともできる。この場合、ゲームプログラムは、LANやインターネット等のネットワークNWを介し転送され、通信装置523がこのプログラムを受信する。そして、通信装置523が受信したプログラムは、入出力インターフェース511やバス509等を介し上記記録装置517に記録されてもよい。 The game program may also be recorded, for example, on a download site, another computer, or another recording device (not shown). In this case, the game program is transferred via a network NW such as a LAN or the Internet, and the communication device 523 receives this program. The program received by the communication device 523 may then be recorded in the recording device 517 via the input/output interface 511, bus 509, etc.

また、ゲームプログラムは、例えば、適宜の外部接続機器527に記録しておくこともできる。この場合、ゲームプログラムは、適宜の接続ポート521を介し転送され、入出力インターフェース511やバス509等を介し上記記録装置517に記録されてもよい。 The game program may also be recorded, for example, in an appropriate external connection device 527. In this case, the game program may be transferred via an appropriate connection port 521 and recorded in the recording device 517 via the input/output interface 511, bus 509, etc.

そして、CPU501が、上記記録装置517に記録されたプログラムに従い各種の処理を実行することにより、前述のレシピ成否判定処理部11、レシピ同一判定処理部13、レシピ登録処理部15等による処理が実現される。この際、CPU501は、例えば、上記記録装置517からプログラムを、直接読み出して実行してもよく、RAM505に一旦ロードした上で実行してもよい。更にCPU501は、例えば、プログラムを通信装置523やドライブ519、接続ポート521を介し受信する場合、受信したプログラムを記録装置517に記録せずに直接実行してもよい。 Then, the CPU 501 executes various processes according to the programs recorded in the recording device 517, thereby realizing processes by the recipe success/failure determination processing unit 11, recipe identity determination processing unit 13, recipe registration processing unit 15, etc. described above. At this time, the CPU 501 may, for example, read the programs directly from the recording device 517 and execute them, or may load them once into the RAM 505 and then execute them. Furthermore, when the CPU 501 receives a program via the communication device 523, drive 519, or connection port 521, for example, it may execute the received program directly without recording it in the recording device 517.

また、CPU501は、各端末装置3からネットワークNWを介して入力される信号に加えて、必要に応じて、例えばマウス、キーボード、マイク等の入力装置513から入力する信号や情報に基づいて各種の処理を行ってもよい。 The CPU 501 may also perform various processes based on signals and information input from an input device 513, such as a mouse, keyboard, or microphone, as necessary, in addition to signals input from each terminal device 3 via the network NW.

GPU506は、CPU501からの指示に応じて例えばレンダリング処理などの画像表示のための処理を行う。 The GPU 506 performs image display processing, such as rendering processing, in response to instructions from the CPU 501.

そして、CPU501及びGPU506は、上記の処理を実行した結果を、ネットワークNWを介して各端末装置3に出力すると共に、必要に応じて、例えばスピーカーやヘッドフォン等の音声出力部(図示せず)を含む、出力装置515から出力する。さらにCPU501及びGPU506は、必要に応じてこの処理結果を通信装置523や接続ポート521を介し送信してもよく、上記記録装置517や記録媒体525に記録させてもよい。 The CPU 501 and GPU 506 then output the results of the above processing to each terminal device 3 via the network NW, and, if necessary, output the results from an output device 515 including an audio output unit (not shown) such as a speaker or headphones. Furthermore, the CPU 501 and GPU 506 may transmit the processing results via the communication device 523 or the connection port 521, if necessary, or may record the results in the recording device 517 or the recording medium 525.

3 端末装置
5 サーバ装置(情報処理装置)
5A サーバ装置(情報処理装置)
5B サーバ装置(情報処理装置)
5C サーバ装置(情報処理装置)
9 レシピデータベース(登録部)
11 レシピ成否判定処理部
13 レシピ同一判定処理部
15 レシピ登録処理部
17 レシピ公開処理部
19 第1報酬付与処理部
21 禁止指定受付処理部
23 使用禁止処理部
129 登録要求判定処理部
135 レシピ販売処理部
137 レシピ開示処理部
139 第2報酬付与処理部
153 許諾指定受付処理部
155 使用許諾処理部
3 Terminal device 5 Server device (information processing device)
5A Server device (information processing device)
5B Server device (information processing device)
5C Server device (information processing device)
9 Recipe database (registration section)
REFERENCE SIGNS LIST 11 Recipe success/failure determination processing unit 13 Recipe identity determination processing unit 15 Recipe registration processing unit 17 Recipe publication processing unit 19 First reward granting processing unit 21 Prohibition designation reception processing unit 23 Use prohibition processing unit 129 Registration request determination processing unit 135 Recipe sales processing unit 137 Recipe disclosure processing unit 139 Second reward granting processing unit 153 Permission designation reception processing unit 155 Use permission processing unit

Claims (15)

情報処理装置を、
複数のゲーム要素の組み合わせを含むレシピを受け付け、当該レシピを使用して別のゲーム要素を生成できるか否かを判定するレシピ成否判定処理部、
前記別のゲーム要素を生成できた場合に、受け付けたレシピが登録部に権利者プレイヤと関連付けて登録されたレシピのいずれかと同一か否かを判定するレシピ同一判定処理部、
前記受け付けたレシピが前記権利者プレイヤと関連付けて登録されたレシピのいずれとも同一でない場合に、前記受け付けたレシピ及び当該レシピを送信したプレイヤを関連付けて、前記登録部に登録し、又は前記受け付けたレシピが前記権利者プレイヤと関連付けて登録されたレシピのいずれとも同一でない場合に、前記登録部に前記権利者プレイヤが未登録の状態で予め登録されたレシピのうち前記受け付けたレシピと同一のレシピに対して前記レシピを送信したプレイヤを関連付けて、前記登録部に登録するレシピ登録処理部、
として機能させ、
前記レシピは、
前記プレイヤが内容を入力する第1ゲーム要素と、
前記プレイヤが前記レシピに含めるか否かを選択し、含めることが選択された場合に前記情報処理装置により内容が取得される第2ゲーム要素と、
を含み、
前記第1ゲーム要素は、
前記プレイヤにより行われた入力操作の種類の組み合わせ若しくは前記入力操作のタイミング、又は前記プレイヤにより入力された文字、数字、記号、若しくは図形を含む入力情報を含み、
前記第2ゲーム要素は、
前記プレイヤが前記レシピの創作を行うゲーム内での場所情報若しくは前記プレイヤの現実の位置情報、又は前記プレイヤが前記レシピの創作を行うゲーム内での時間情報若しくは前記現実の時間情報を含む、
ゲームプログラム。
An information processing device,
a recipe success/failure determination processing unit that receives a recipe including a combination of a plurality of game elements and determines whether or not another game element can be generated using the recipe;
a recipe identity determination processing unit that, when the different game element is generated, determines whether or not the received recipe is identical to any of the recipes registered in the registration unit in association with the right holder player;
a recipe registration processing unit which, when the received recipe is not identical to any of the recipes registered in association with the right holder player, associates the received recipe with a player who transmitted the recipe and registers the recipe in the registration unit, or , when the received recipe is not identical to any of the recipes registered in association with the right holder player, associates the player who transmitted the recipe with a recipe identical to the received recipe among recipes that have been registered in advance in the registration unit while the right holder player is not registered, and registers the recipe in the registration unit;
Function as a
The recipe is:
a first game element into which the player inputs content;
a second game element selected by the player as to whether or not to include the second game element in the recipe, and the content of the second game element is acquired by the information processing device when the player selects to include the second game element in the recipe;
Including,
The first game element is
The input information includes a combination of types of input operations performed by the player, or a timing of the input operations, or a letter, a number, a symbol, or a figure input by the player,
The second game element is
The information includes location information in the game where the player creates the recipe or real-world location information of the player, or time information in the game or real-world time information where the player creates the recipe,
Game program.
前記情報処理装置を、
前記登録されたレシピの内容を複数のプレイヤが閲覧可能となるように公開するレシピ公開処理部、
としてさらに機能させる、
請求項1に記載のゲームプログラム。
The information processing device,
a recipe publishing processing unit that publishes the contents of the registered recipe so that a plurality of players can view the contents;
Further functioning as
The game program according to claim 1 .
前記情報処理装置を、
前記登録されたレシピが当該レシピに関連付けられた前記権利者プレイヤ以外の他のプレイヤにより使用された場合に、前記レシピに関連付けられた前記権利者プレイヤに対して報酬を付与する第1報酬付与処理部、
としてさらに機能させる、
請求項2に記載のゲームプログラム。
The information processing device,
a first reward granting processing unit that grants a reward to the right holder player associated with the recipe when the registered recipe is used by a player other than the right holder player associated with the recipe;
Further functioning as
The game program according to claim 2.
前記第1報酬付与処理部は、
前記受け付けたレシピが前記登録部に登録されてから所定の期間が経過した場合に、前記レシピに関連付けられた前記権利者プレイヤに対する報酬の付与を停止する、
としてさらに機能させる、
請求項3に記載のゲームプログラム。
The first reward granting processing unit,
when a predetermined period of time has elapsed since the accepted recipe was registered in the registration unit, stopping the provision of a reward to the right holder player associated with the recipe;
Further functioning as
The game program according to claim 3.
前記情報処理装置を、
前記登録されたレシピの使用を禁止する特定のプレイヤ又は特定のグループの指定を、当該レシピに関連付けられた前記権利者プレイヤより受け付ける禁止指定受付処理部、
指定された前記プレイヤ又は前記グループが前記登録されたレシピを使用することを禁止する使用禁止処理部、
としてさらに機能させる、
請求項3又は4に記載のゲームプログラム。
The information processing device,
a prohibition designation reception processing unit that receives, from the right holder player associated with the recipe, designation of a specific player or a specific group that is prohibited from using the registered recipe;
a use prohibition processing unit that prohibits a designated player or group from using the registered recipe;
Further functioning as
5. The game program according to claim 3 or 4.
前記レシピ公開処理部は、
前記登録されたレシピの内容を、指定された前記プレイヤ又は前記グループ以外の別の前記プレイヤ又は前記グループが閲覧可能となるように公開すると共に、指定された前記プレイヤ又は前記グループが閲覧することを制限する、
請求項5に記載のゲームプログラム。
The recipe disclosure processing unit:
publishing the content of the registered recipe so that it can be viewed by other players or groups other than the designated player or group, and restricting the designated player or group from viewing the content;
The game program according to claim 5.
前記使用禁止処理部は、
前記受け付けたレシピが前記登録部に登録されてから所定の期間が経過した場合に、指定された前記プレイヤ又は前記グループに対する使用の禁止を解除する、
請求項5又は6に記載のゲームプログラム。
The use prohibition processing unit is
When a predetermined period of time has elapsed since the accepted recipe was registered in the registration unit, the prohibition on use of the recipe by the designated player or group is lifted.
7. A game program according to claim 5 or 6.
前記情報処理装置を、
前記別のゲーム要素を生成できた場合に、前記受け付けたレシピの登録の要求を受け付けたか否かを判定する登録要求判定処理部、
としてさらに機能させ、
前記レシピ同一判定処理部は、
前記登録の要求を受け付けた場合に、前記受け付けたレシピが前記権利者プレイヤと関連付けて登録されたレシピのいずれかと同一か否かを判定する、
請求項1乃至7のいずれか1項に記載のゲームプログラム。
The information processing device,
a registration request determination processing unit that determines whether or not a request for registration of the accepted recipe has been accepted when the other game element has been generated;
It also functions as
The recipe identity determination processing unit includes:
when the request for registration is received, it is determined whether or not the received recipe is identical to any of the recipes registered in association with the right holder player;
The game program according to any one of claims 1 to 7.
前記情報処理装置を、
前記登録されたレシピを販売または譲渡するレシピ販売処理部、
前記レシピを購入したプレイヤに対して前記登録されたレシピの内容を開示するレシピ開示処理部、
としてさらに機能させる、
請求項1に記載のゲームプログラム。
The information processing device,
a recipe sales processing unit that sells or transfers the registered recipes;
a recipe disclosure processing unit that discloses the content of the registered recipe to a player who has purchased the recipe;
Further functioning as
The game program according to claim 1 .
前記情報処理装置を、
購入された前記レシピに関連付けられた前記権利者プレイヤに対して報酬を付与する第2報酬付与処理部、
としてさらに機能させる、
請求項9に記載のゲームプログラム。
The information processing device,
a second reward granting processing unit that grants a reward to the right holder player associated with the purchased recipe;
Further functioning as
The game program according to claim 9.
前記情報処理装置を、
前記登録されたレシピの使用を許諾する特定のプレイヤ又は特定のグループの指定を、当該レシピに関連付けられた前記権利者プレイヤより受け付ける許諾指定受付処理部、
指定された前記プレイヤ又は前記グループが前記登録されたレシピを使用することを許諾する使用許諾処理部、
としてさらに機能させ、
前記第1報酬付与処理部は、
前記登録されたレシピが指定された前記プレイヤ又は前記グループにより使用された場合に、前記レシピに関連付けられた前記権利者プレイヤに対して報酬を付与する、
請求項3又は4に記載のゲームプログラム。
The information processing device,
a permission designation reception processing unit that receives, from the right holder player associated with the recipe, designation of a specific player or a specific group that is authorized to use the registered recipe;
a license processing unit that grants permission for the designated player or group to use the registered recipe;
It also functions as
The first reward granting processing unit,
When the registered recipe is used by a designated player or group, a reward is given to the right holder player associated with the recipe.
5. The game program according to claim 3 or 4.
前記レシピ公開処理部は、
前記登録されたレシピの内容を、指定された前記プレイヤ又は前記グループが閲覧可能となるように公開すると共に、指定された前記プレイヤ又は前記グループ以外の別のプレイヤ又はグループが閲覧することを制限する、
請求項11に記載のゲームプログラム。
The recipe disclosure processing unit:
publishing the contents of the registered recipe so that the designated player or group can view the contents, and restricting viewing by players or groups other than the designated player or group;
The game program according to claim 11.
前記使用許諾処理部は、
前記受け付けたレシピが前記登録部に登録されてから所定の期間が経過した場合に、指定された前記プレイヤ又は前記グループ以外の別のプレイヤ又はグループが前記登録されたレシピを使用することを許諾する、
請求項11又は12に記載のゲームプログラム。
The license processing unit,
permitting a player or group other than the designated player or group to use the registered recipe when a predetermined period of time has elapsed since the accepted recipe was registered in the registration unit;
13. A game program according to claim 11 or 12.
情報処理装置によって実行されるゲーム処理方法であって、
複数のゲーム要素の組み合わせを含むレシピを受け付け、当該レシピを使用して別のゲーム要素を生成できるか否かを判定するステップと、
前記別のゲーム要素を生成できた場合に、受け付けたレシピが登録部に権利者プレイヤと関連付けて登録されたレシピのいずれかと同一か否かを判定するステップと、
前記受け付けたレシピが前記権利者プレイヤと関連付けて登録されたレシピのいずれとも同一でない場合に、前記受け付けたレシピ及び当該レシピを送信したプレイヤを関連付けて、前記登録部に登録し、又は前記受け付けたレシピが前記権利者プレイヤと関連付けて登録されたレシピのいずれとも同一でない場合に、前記登録部に前記権利者プレイヤが未登録の状態で予め登録されたレシピのうち前記受け付けたレシピと同一のレシピに対して前記レシピを送信したプレイヤを関連付けて、前記登録部に登録するステップと、
を有し、
前記レシピは、
前記プレイヤが内容を入力する第1ゲーム要素と、
前記プレイヤが前記レシピに含めるか否かを選択し、含めることが選択された場合に前記情報処理装置により内容が取得される第2ゲーム要素と、
を含み、
前記第1ゲーム要素は、
前記プレイヤにより行われた入力操作の種類の組み合わせ若しくは前記入力操作のタイミング、又は前記プレイヤにより入力された文字、数字、記号、若しくは図形を含む入力情報を含み、
前記第2ゲーム要素は、
前記プレイヤが前記レシピの創作を行うゲーム内での場所情報若しくは前記プレイヤの現実の位置情報、又は前記プレイヤが前記レシピの創作を行うゲーム内での時間情報若しくは前記現実の時間情報を含む、
ゲーム処理方法。
A game processing method executed by an information processing device, comprising:
receiving a recipe including a combination of a plurality of game elements and determining whether the recipe can be used to generate another game element;
a step of determining whether or not the received recipe is identical to any of the recipes registered in a registration unit in association with the right holder player when the different game element is generated;
a step of associating the received recipe with a player who transmitted the recipe and registering the received recipe in the registration unit when the received recipe is not identical to any of the recipes registered in association with the right holder player, or associating the player who transmitted the recipe with a recipe identical to the received recipe among recipes that have been registered in advance in the registration unit while the right holder player is not registered, and registering the recipe in the registration unit when the received recipe is not identical to any of the recipes registered in association with the right holder player;
having
The recipe is:
a first game element into which the player inputs content;
a second game element selected by the player as to whether or not to include the second game element in the recipe, and the content of the second game element is acquired by the information processing device when the player selects to include the second game element in the recipe;
Including,
The first game element is
The input information includes a combination of types of input operations performed by the player, or a timing of the input operations, or a letter, a number, a symbol, or a figure input by the player,
The second game element is
The information includes location information in the game where the player creates the recipe or real-world location information of the player, or time information in the game or real-world time information where the player creates the recipe,
Game processing method.
複数のゲーム要素の組み合わせを含むレシピを受け付け、当該レシピを使用して別のゲーム要素を生成できるか否かを判定するレシピ成否判定処理部と、
前記別のゲーム要素を生成できた場合に、受け付けたレシピが登録部に権利者プレイヤと関連付けて登録されたレシピのいずれかと同一か否かを判定するレシピ同一判定処理部と、
前記受け付けたレシピが前記権利者プレイヤと関連付けて登録されたレシピのいずれとも同一でない場合に、前記受け付けたレシピ及び当該レシピを送信したプレイヤを関連付けて、前記登録部に登録し、又は前記受け付けたレシピが前記権利者プレイヤと関連付けて登録されたレシピのいずれとも同一でない場合に、前記登録部に前記権利者プレイヤが未登録の状態で予め登録されたレシピのうち前記受け付けたレシピと同一のレシピに対して前記レシピを送信したプレイヤを関連付けて、前記登録部に登録するレシピ登録処理部と、
を有し、
前記レシピは、
前記プレイヤが内容を入力する第1ゲーム要素と、
前記プレイヤが前記レシピに含めるか否かを選択し、含めることが選択された場合に情報処理装置により内容が取得される第2ゲーム要素と、
を含み、
前記第1ゲーム要素は、
前記プレイヤにより行われた入力操作の種類の組み合わせ若しくは前記入力操作のタイミング、又は前記プレイヤにより入力された文字、数字、記号、若しくは図形を含む入力情報を含み、
前記第2ゲーム要素は、
前記プレイヤが前記レシピの創作を行うゲーム内での場所情報若しくは前記プレイヤの現実の位置情報、又は前記プレイヤが前記レシピの創作を行うゲーム内での時間情報若しくは前記現実の時間情報を含む、
情報処理装置。
a recipe success/failure determination processing unit that receives a recipe including a combination of a plurality of game elements and determines whether or not another game element can be generated using the recipe;
a recipe identity determination processing unit that, when the different game element is generated, determines whether the received recipe is identical to any of the recipes registered in a registration unit in association with the right holder player;
a recipe registration processing unit which, when the received recipe is not identical to any of the recipes registered in association with the right holder player, associates the received recipe with a player who transmitted the recipe and registers the recipe in the registration unit, or , when the received recipe is not identical to any of the recipes registered in association with the right holder player, associates the player who transmitted the recipe with a recipe identical to the received recipe among recipes that have been registered in advance in the registration unit while the right holder player is not registered, and registers the recipe in the registration unit;
having
The recipe is:
a first game element into which the player inputs content;
a second game element selected by the player as to whether or not to include the second game element in the recipe, and the content of the second game element is acquired by an information processing device when the player selects to include the second game element in the recipe;
Including,
The first game element is
The input information includes a combination of types of input operations performed by the player, or a timing of the input operations, or a letter, a number, a symbol, or a figure input by the player,
The second game element is
The information includes location information in the game where the player creates the recipe or real-world location information of the player, or time information in the game or real-world time information where the player creates the recipe,
Information processing device.
JP2019230544A 2019-12-20 2019-12-20 Game program, game processing method, and information processing device Active JP7467102B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019230544A JP7467102B2 (en) 2019-12-20 2019-12-20 Game program, game processing method, and information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019230544A JP7467102B2 (en) 2019-12-20 2019-12-20 Game program, game processing method, and information processing device

Publications (2)

Publication Number Publication Date
JP2021097819A JP2021097819A (en) 2021-07-01
JP7467102B2 true JP7467102B2 (en) 2024-04-15

Family

ID=76541660

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019230544A Active JP7467102B2 (en) 2019-12-20 2019-12-20 Game program, game processing method, and information processing device

Country Status (1)

Country Link
JP (1) JP7467102B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080004119A1 (en) 2006-06-30 2008-01-03 Leviathan Entertainment, Llc System for the Creation and Registration of Ideas and Concepts in a Virtual Environment
US20080004120A1 (en) 2006-06-30 2008-01-03 Leviathan Entertainment, Llc Management and Protection of Creative Works in a Virtual Environment
US20140200084A1 (en) 2012-12-06 2014-07-17 Sony Online Entertainment Llc System and method for user creation of digital objects
JP2016526986A (en) 2014-06-03 2016-09-08 ケイシーク カンパニー リミテッド Quiz game providing system and method using user-generated quiz game set

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080004119A1 (en) 2006-06-30 2008-01-03 Leviathan Entertainment, Llc System for the Creation and Registration of Ideas and Concepts in a Virtual Environment
US20080004120A1 (en) 2006-06-30 2008-01-03 Leviathan Entertainment, Llc Management and Protection of Creative Works in a Virtual Environment
US20140200084A1 (en) 2012-12-06 2014-07-17 Sony Online Entertainment Llc System and method for user creation of digital objects
JP2016526986A (en) 2014-06-03 2016-09-08 ケイシーク カンパニー リミテッド Quiz game providing system and method using user-generated quiz game set

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ニンテンドードリーム編集部,POPOLOCROIS牧場物語 公式ガイドブック ,株式会社アンビット,2015年06月30日,20ページ
隠しレシピ,FF11用語辞典[online],2011年02月09日,インターネット<URL:https://web.archive.org/web/20110209105341/https://wiki.ffo.jp/html/1103.html>,[検索日:令和5年9月25日]

Also Published As

Publication number Publication date
JP2021097819A (en) 2021-07-01

Similar Documents

Publication Publication Date Title
Kimppa et al. First dose is always freemium
US20130260850A1 (en) Mixed Reality Role Playing Games
JP6128246B1 (en) Information processing apparatus and program
JP6705101B1 (en) Program and information processing device
JP6733019B1 (en) Game system, game system execution method, and game system program
Palka Virtual property: towards a general theory
JP6030982B2 (en) GAME SYSTEM, ITS CONTROL METHOD, AND COMPUTER PROGRAM
JP2022000790A (en) Game service distribution device, game service distribution method and game service distribution program
JP6970445B2 (en) Game system and programs
Harwood Emergence of gamified commerce: Turning virtual to real
JP6951772B2 (en) Game service providing device, game service providing method and game service providing program
US20140349766A1 (en) Method and server for providing simulation game
JP7467102B2 (en) Game program, game processing method, and information processing device
JP2020006138A (en) Computer program and computer device
WO2022071611A1 (en) Program and information processing device
JP2015006310A (en) Program and control method for social game system
JP7477702B2 (en) PROGRAM, INFORMATION PROCESSING APPARATUS, AND INFORMATION PROCESSING METHOD
JP7199680B1 (en) Information processing device, information processing method and information processing program
JP7316431B1 (en) Information processing system, information processing device, program and information processing method
JP7122011B2 (en) Program, game system and method
JP7150346B2 (en) Program, game system and method
JP6887005B2 (en) Computer programs and computer equipment
JP6822589B1 (en) Information processing equipment and programs
JP6639547B2 (en) Server system and program
JP2020162770A (en) Computer system and game system

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20200327

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20200327

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20221007

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230913

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20231006

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20231201

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20240119

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20240229

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240403

R150 Certificate of patent or registration of utility model

Ref document number: 7467102

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150