JP2017191588A - Program, information processing device, information processing method and information processing system - Google Patents

Program, information processing device, information processing method and information processing system Download PDF

Info

Publication number
JP2017191588A
JP2017191588A JP2016174623A JP2016174623A JP2017191588A JP 2017191588 A JP2017191588 A JP 2017191588A JP 2016174623 A JP2016174623 A JP 2016174623A JP 2016174623 A JP2016174623 A JP 2016174623A JP 2017191588 A JP2017191588 A JP 2017191588A
Authority
JP
Japan
Prior art keywords
identifier
terminal
specific state
access
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2016174623A
Other languages
Japanese (ja)
Other versions
JP2017191588A5 (en
JP6463313B2 (en
Inventor
修一 倉林
Shuichi Kurabayashi
修一 倉林
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.)
Cygames Inc
Original Assignee
Cygames Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Cygames Inc filed Critical Cygames Inc
Priority to JP2016174623A priority Critical patent/JP6463313B2/en
Publication of JP2017191588A publication Critical patent/JP2017191588A/en
Publication of JP2017191588A5 publication Critical patent/JP2017191588A5/ja
Application granted granted Critical
Publication of JP6463313B2 publication Critical patent/JP6463313B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To establish a method which enables data indicating a specific state among many states to be promptly shared between users and between devices.SOLUTION: A state monitoring section 102 monitors whether or not designation of a specific state is continued in a user terminal 1-1 which accesses an information processing device using a first identifier. A second identifier generation section 103 generates a second identifier when access of the user terminal 1-1 using the first identifier is received by a reception section 101. A correspondence management section 104 manages a correspondence relation between the first identifier corresponding to the specific state and the generated second identifier during a period when the designation of the specific state is continued in the user terminal 1-1 or a predetermined time span after the period is completed, and abolishes the correspondence relation between the first identifier and the second identifier when termination of the designation of the specific state in the user terminal 1-1 or a lapse of predetermined period after the termination is monitored.SELECTED DRAWING: Figure 5

Description

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

サーバと通信接続された複数の端末からなるシステムにおいて、あるときに端末Aで指定された特定の状態(Webブラウザで表示しているWebページ)を、別の端末Bでも共有するために、端末Aと端末Bを通信ネットワークを介して同期する技術が、従来から存在する(例えば特許文献1参照)。
しかしながら、この技術を所定の情報セキュリティをもって実現するためには、端末Aと端末Bのうち一方から他方に対する認証処理を行う必要がある。このような認証処理を実現するためにサーバでは各端末に対応したユーザ情報を管理する必要がある。しかしながら、ユーザ情報の管理には細心の注意が必要であり、また諸事情によってユーザ情報をサーバや端末に保持できないこともある。
そこで、通信接続を介さずに特定の状態の共有を行うことが要求されるが、この要求に応えるためには、あまりにも多い情報量では共有することに多大な労力を必要とするので、ユーザが簡単に記憶や伝達ができる程度の情報量をもって行われることが望ましい。
In a system composed of a plurality of terminals connected to a server, in order to share a specific state (Web page displayed by a Web browser) specified at the terminal A at another terminal B Conventionally, there is a technique for synchronizing A and terminal B via a communication network (see, for example, Patent Document 1).
However, in order to realize this technique with predetermined information security, it is necessary to perform authentication processing from one of the terminals A and B to the other. In order to realize such authentication processing, the server needs to manage user information corresponding to each terminal. However, careful management is required for user information management, and user information may not be held in a server or a terminal due to various circumstances.
Therefore, it is required to share a specific state without going through a communication connection. However, in order to meet this requirement, a large amount of information requires a lot of effort to share, so the user However, it is desirable that the amount of information be such that it can be easily stored and transmitted.

人間が記憶するには多過ぎる量の情報を、ある程度の量まで短縮する技術の一例として、ウェブ上の任意のURLをより短い文字列に短縮しておき、元の長いURLと、当該URLが登録されたときに生成される短いURLとを紐付け、短いURLにアクセスがあったときに、元の長いURLへ転送する技術が存在する(例えば、特許文献2参照)。   As an example of a technique for shortening an excessive amount of information for humans to a certain amount, an arbitrary URL on the web is shortened to a shorter character string, and the original long URL and the URL are There is a technique for associating a short URL generated at the time of registration and transferring to the original long URL when the short URL is accessed (see, for example, Patent Document 2).

特開2013−120603号公報JP 2013-120603 A 特開2012−174205号公報JP 2012-174205 A

しかしながら、上述のURLを短縮する技術であっても、英数小文字のみの識別子であるURLの桁数は極端に短くすることができないため、口頭での伝達に向かない。
また、URLを短縮する方法は、新たなデータを登録するたびに識別子の組合せが消費されるため、スケーラビリティがない。
また、URLは、Uniform Resource Locatorの名称が表すとおり、Web上の情報の場所を示すものであり、その場所で提供される情報(上記の特定の状態に相当)は、Webページ作成者によって任意に指定され得るものである。具体的には、あるURLで識別されている企業のトップページの内容を示す情報は任意に指定されるものであるが、既存のURLは、この情報の一意性を保証することができず、そのままでは、任意に指定される情報の伝達には適さない。したがって、このURLを短縮するサービスである短縮URL技術もこの情報の伝達には適していない。
However, even the technique for shortening the URL described above is not suitable for verbal transmission because the number of digits of the URL, which is an identifier of only alphanumeric lowercase letters, cannot be extremely shortened.
Also, the method of shortening the URL does not have scalability because a combination of identifiers is consumed each time new data is registered.
In addition, the URL indicates the location of information on the Web, as indicated by the name of Uniform Resource Locator, and the information (corresponding to the specific state described above) provided at that location is arbitrary by the Web page creator. Can be specified. Specifically, the information indicating the contents of the top page of the company identified by a certain URL is arbitrarily specified, but the existing URL cannot guarantee the uniqueness of this information, As it is, it is not suitable for transmitting arbitrarily designated information. Therefore, the shortened URL technique, which is a service for shortening the URL, is not suitable for transmitting this information.

本発明は、このような状況に鑑みてなされたものであり、あるデバイスで示された特定の状態を、特別なユーザ認証処理をせずとも即座にユーザ間、及び、デバイス間で共有する技術の確立を目的とする。   The present invention has been made in view of such a situation, and a technique for immediately sharing a specific state indicated by a certain device between users and between devices without performing special user authentication processing. The purpose is to establish.

上記目的を達成するために、本発明の一態様の情報処理プログラムは、
再現性があり且つユーザによって任意に指定される特定の状態を当該指定に基づき表示可能な複数の端末との間で通信をするサーバに、
前記複数の端末のうち第1端末から、前記特定の状態と一意に対応付けられる第1識別子を用いたアクセスを受付ける受付ステップと、
前記第1識別子を用いたアクセスをしてきた前記第1端末において、前記特定の状態の指定が継続しているか否かを監視する監視ステップと、
前記第1端末による前記第1識別子を用いたアクセスが受け付けられたとき、第2識別子を生成する生成ステップと、
生成された前記第2識別子を、前記第1端末に表示させる制御を実行する表示制御ステップと、
当該第1端末において前記特定の状態の指定が継続している期間又は当該期間が終了してから所定期間では、前記特定の状態に対応する前記第1識別子と、生成された前記第2識別子との対応付けを管理し、その後、当該第1端末において前記特定の状態の指定の終了又は当該終了から所定期間の経過が監視されたとき、当該第1識別子と当該第2識別子との対応付けを破棄する管理ステップと、
前記管理ステップにおいて前記管理が継続されている間に、前記複数の端末のうち第2端末から前記第2識別子が通知された場合、当該第2識別子に対応付けられた前記第1識別子に対応する前記特定の状態を、当該第2端末で再現可能にするための制御を実行する状態再現ステップと、
を含む制御処理を実行させる。
In order to achieve the above object, an information processing program according to one aspect of the present invention is provided.
To a server that communicates with a plurality of terminals that are reproducible and can display a specific state arbitrarily designated by the user based on the designation,
An accepting step of accepting access from a first terminal among the plurality of terminals using a first identifier uniquely associated with the specific state;
A monitoring step of monitoring whether or not the designation of the specific state is continued in the first terminal that has made access using the first identifier;
A generation step of generating a second identifier when access using the first identifier by the first terminal is accepted;
A display control step for executing control to display the generated second identifier on the first terminal;
In the period when the designation of the specific state is continued in the first terminal or in a predetermined period after the period is over, the first identifier corresponding to the specific state, the generated second identifier, When the end of designation of the specific state or the elapse of a predetermined period from the end is monitored in the first terminal, the association between the first identifier and the second identifier is performed. A management step to discard,
While the management is continued in the management step, when the second identifier is notified from the second terminal among the plurality of terminals, it corresponds to the first identifier associated with the second identifier. A state reproduction step of executing control for making the specific state reproducible by the second terminal;
The control process including is executed.

本発明の一態様の情報処理装置、情報処理方法及び情報処理システムは、上述の本発明の一態様の情報処理プログラムに対応する情報処理装置、情報処理方法及び情報処理システムである。   An information processing apparatus, an information processing method, and an information processing system of one embodiment of the present invention are an information processing apparatus, an information processing method, and an information processing system that correspond to the information processing program of one embodiment of the present invention described above.

本発明によれば、あるデバイスで示された特定の状態を、特別なユーザ認証処理をせずとも即座にユーザ間、及び、デバイス間で共有する技術の確立を目的とする。   According to the present invention, it is an object to establish a technique for sharing a specific state indicated by a certain device immediately between users and between devices without performing a special user authentication process.

本発明の一実施形態に係る情報処理システムの構成を示す図である。It is a figure which shows the structure of the information processing system which concerns on one Embodiment of this invention. 図1の情報処理システムのうち、ユーザ端末1のハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of the user terminal 1 among the information processing systems of FIG. 図1の情報処理システムのうち、本発明の情報処理装置の一実施形態に係るサーバ2のハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of the server 2 which concerns on one Embodiment of the information processing apparatus of this invention among the information processing systems of FIG. 口頭伝達可能な識別子を用いてデッキの情報をユーザ間や異種デバイス間で共有する方法の概要を示す図である。It is a figure which shows the outline | summary of the method of sharing the information of a deck between users or between different devices using the identifier which can be transmitted orally. ユーザ端末1―1と、ユーザ端末1―2と、サーバ2の機能的構成のうち、ゲームデータ共有制御を実行するための機能的構成例を示す機能ブロック図である。It is a functional block diagram which shows the functional structural example for performing game data sharing control among the functional structures of the user terminal 1-1, the user terminal 1-2, and the server 2. FIG. 第1識別子の特定手法及び当該第1識別子を用いるURL生成手法の一例を示す図である。It is a figure which shows an example of the identification method of a 1st identifier, and the URL production | generation method using the said 1st identifier. ユーザ端末1に表示させる第1識別子及び第2識別子の表示の実装例を示す図である。It is a figure which shows the example of mounting of the display of the 1st identifier displayed on the user terminal 1, and a 2nd identifier. User−Aが口頭で第2識別子を通知し、User−BがUser−Aのデッキの情報を共有する様子を示す図である。It is a figure which shows a mode that User-A notifies a 2nd identifier verbally and User-B shares the information of the deck of User-A. ユーザのデッキの情報へのアクセスの手順を示す図である。It is a figure which shows the procedure of access to the information of a user's deck. SNS上でのデッキの情報の共有例を示す図である。It is a figure which shows the example of sharing of the information of the deck on SNS. ユーザ端末1−1、ユーザ端末1−2及びサーバ2のゲームデータ共有処理の流れを示すアローチャートである。It is an arrow chart which shows the flow of the game data sharing process of the user terminal 1-1, the user terminal 1-2, and the server 2. 本実施形態におけるフォーラム、掲示板、SNS内にデッキの情報Pが表示される場合の実装例を示す図である。It is a figure which shows the example of mounting when the information P of a deck is displayed in the forum in this embodiment, a bulletin board, and SNS.

以下、本発明の実施形態について、サーバと端末とをネットワーク通信接続させて行うネットワークゲームを一例として、図面を用いて説明する。   Hereinafter, an embodiment of the present invention will be described with reference to the drawings, taking as an example a network game performed by connecting a server and a terminal through network communication.

図1は、本発明の一実施形態に係る情報処理システムの構成を示している。
図1に示す情報処理システムは、m人(mは1以上の任意の整数値)のユーザの夫々により使用されるユーザ端末1−1乃至1−mと、サーバ2とを含むシステムである。ユーザ端末1−1乃至1−mの夫々と、サーバ2とは、インターネット等の所定のネットワークNを介して相互に接続されている。
FIG. 1 shows the configuration of an information processing system according to an embodiment of the present invention.
The information processing system shown in FIG. 1 is a system including user terminals 1-1 to 1-m used by m users (m is an arbitrary integer value of 1 or more) and a server 2. Each of the user terminals 1-1 to 1-m and the server 2 are connected to each other via a predetermined network N such as the Internet.

サーバ2は、ユーザ端末1−1乃至1−mの夫々に対してゲームの実行環境を提供し、ユーザ端末1−1乃至1−mの夫々において実行されるゲームに関する各種各様のサービスを提供する。
ユーザ端末1−1乃至1−mの夫々は、各ユーザにより操作されるスマートフォン等で構成され、ゲームの実行等各種処理を実行する。
なお、以下、ユーザ端末1−1乃至1−mの夫々を個々に区別する必要がない場合、これらをまとめて「ユーザ端末1」と呼ぶ。
The server 2 provides a game execution environment to each of the user terminals 1-1 to 1-m, and provides various services related to the game executed on each of the user terminals 1-1 to 1-m. To do.
Each of the user terminals 1-1 to 1-m is configured by a smartphone or the like operated by each user, and executes various processes such as game execution.
Hereinafter, when it is not necessary to individually distinguish each of the user terminals 1-1 to 1-m, these are collectively referred to as “user terminal 1”.

図2は、図1の情報処理システムのうち、ユーザ端末1のハードウェア構成を示すブロック図である。   FIG. 2 is a block diagram showing a hardware configuration of the user terminal 1 in the information processing system of FIG.

ユーザ端末1は、上述した様にスマートフォン等で構成される。
ユーザ端末1は、CPU(Central Processing Unit)21と、ROM(Read Only Memory)22と、RAM(Random Access Memory)23と、バス24と、入出力インターフェース25と、タッチ操作入力部26と、表示部27と、入力部28と、記憶部29と、通信部30と、ドライブ31と、を備えている。
The user terminal 1 is configured by a smartphone or the like as described above.
The user terminal 1 includes a CPU (Central Processing Unit) 21, a ROM (Read Only Memory) 22, a RAM (Random Access Memory) 23, a bus 24, an input / output interface 25, a touch operation input unit 26, a display Unit 27, input unit 28, storage unit 29, communication unit 30, and drive 31.

CPU21は、ROM22に記録されているプログラム、又は、記憶部29からRAM23にロードされたプログラムに従って各種の処理を実行する。
RAM23には、CPU21が各種の処理を実行する上において必要なデータ等も適宜記憶される。
The CPU 21 executes various processes according to a program recorded in the ROM 22 or a program loaded from the storage unit 29 to the RAM 23.
The RAM 23 appropriately stores data necessary for the CPU 21 to execute various processes.

CPU21、ROM22及びRAM23は、バス24を介して相互に接続されている。このバス24にはまた、入出力インターフェース25も接続されている。入出力インターフェース25には、タッチ操作入力部26、表示部27、入力部28、記憶部29、通信部30、及びドライブ31が接続されている。   The CPU 21, ROM 22, and RAM 23 are connected to each other via a bus 24. An input / output interface 25 is also connected to the bus 24. A touch operation input unit 26, a display unit 27, an input unit 28, a storage unit 29, a communication unit 30, and a drive 31 are connected to the input / output interface 25.

タッチ操作入力部26は、例えば表示部27の表示面に積層される静電容量式又は抵抗膜式(感圧式)の位置入力センサにより構成され、タッチ操作がなされた位置の座標を検出する。
ここで、タッチ操作とは、タッチ操作入力部26に対する物体の接触の操作をいう。タッチ操作入力部26に対して接触する物体は、例えばユーザの指やタッチペン等である。
表示部27は、液晶等のディスプレイにより構成され、ゲームに関する画像等、各種画像を表示する。
このように、本実施形態では、タッチ操作入力部26と表示部27とにより、タッチパネルが構成されている。
The touch operation input unit 26 includes, for example, a capacitance type or resistive film type (pressure sensitive) position input sensor stacked on the display surface of the display unit 27, and detects coordinates of a position where the touch operation is performed.
Here, the touch operation refers to an operation of contacting an object with respect to the touch operation input unit 26. The object that comes into contact with the touch operation input unit 26 is, for example, a user's finger or a touch pen.
The display unit 27 includes a display such as a liquid crystal display, and displays various images such as an image related to a game.
Thus, in this embodiment, the touch operation input unit 26 and the display unit 27 constitute a touch panel.

入力部28は、各種ハードウェア釦等で構成され、ユーザの指示操作に応じて各種情報を入力する。
記憶部29は、DRAM(Dynamic Random Access Memory)等で構成され、各種データを記憶する。
通信部30は、インターネットを含むネットワークNを介して他の装置(図1の例ではサーバ2や他のユーザ端末1)との間で行う通信を制御する。
The input unit 28 is configured with various hardware buttons and the like, and inputs various information according to a user's instruction operation.
The storage unit 29 is configured by a DRAM (Dynamic Random Access Memory) or the like and stores various data.
The communication unit 30 controls communication with other devices (the server 2 and other user terminals 1 in the example of FIG. 1) via the network N including the Internet.

ドライブ31は、必要に応じて設けられる。ドライブ31には、磁気ディスク、光ディスク、光磁気ディスク、或いは半導体メモリ等よりなる、リムーバブルメディア41が適宜装着される。ドライブ31によってリムーバブルメディア41から読み出されたプログラムは、必要に応じて記憶部29にインストールされる。また、リムーバブルメディア41は、記憶部29に記憶されている各種データも、記憶部29と同様に記憶することができる。   The drive 31 is provided as necessary. A removable medium 41 composed of a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is appropriately attached to the drive 31. The program read from the removable medium 41 by the drive 31 is installed in the storage unit 29 as necessary. The removable medium 41 can also store various data stored in the storage unit 29 in the same manner as the storage unit 29.

図3は、図1の情報処理システムのうち、本発明の情報処理装置の一実施形態に係るサーバ2のハードウェア構成を示すブロック図である。   FIG. 3 is a block diagram showing a hardware configuration of the server 2 according to an embodiment of the information processing apparatus of the present invention in the information processing system of FIG.

サーバ2は、CPU51と、ROM52と、RAM53と、バス54と、入出力インターフェース55と、出力部56と、入力部57と、記憶部58と、通信部59と、ドライブ60とを備えている。
サーバ2の構成は、ユーザ端末1のタッチパネルを除いた構成と基本的に同様であるので、ここではその説明は省略する。
The server 2 includes a CPU 51, a ROM 52, a RAM 53, a bus 54, an input / output interface 55, an output unit 56, an input unit 57, a storage unit 58, a communication unit 59, and a drive 60. .
Since the configuration of the server 2 is basically the same as the configuration excluding the touch panel of the user terminal 1, the description thereof is omitted here.

このような図2のユーザ端末1及び図3のサーバ2の各種ハードウェアと各種ソフトウェアとの協働により、ユーザ端末1でゲームの実行が可能になる。
即ち、本実施形態の情報処理システムは、複数のユーザが参加可能なゲームに対する各種制御を実行できる。特に、情報処理システムは、特別なユーザ認証をせずとも当該ゲームに関するデータをユーザ間及び異種デバイス間で瞬時に共有する制御(以下、「データ共有制御」と呼ぶ)として、次のような制御を実行することができる。
The game can be executed on the user terminal 1 by the cooperation of the various hardware and software of the user terminal 1 of FIG. 2 and the server 2 of FIG.
That is, the information processing system according to the present embodiment can execute various controls on a game in which a plurality of users can participate. In particular, the information processing system performs the following control as control (hereinafter referred to as “data sharing control”) for instantaneously sharing data relating to the game between users and different devices without performing special user authentication. Can be executed.

即ち、本実施形態の情報処理システムは、カードゲームや箱庭ゲーム(ミニスケープ)等のユーザが多種多様な特定の状態を指定するゲームを対象とする制御を実行する。ここでいうデータとは、ゲームの特定の状態を示すデータを意味する。
ゲームの特定の状態とは、再現性がありかつユーザによって任意に指定される状態をいう。例えばカードゲームであれば、ユーザにより指定された特定の複数種類のカードの組合せで構成されるカードデッキ(以下、単にデッキと呼ぶ)が、特定の状態の一例である。
That is, the information processing system according to the present embodiment executes control for a game such as a card game or a miniature garden game (miniscape) in which a user designates a variety of specific states. The data here means data indicating a specific state of the game.
The specific state of the game means a state that is reproducible and arbitrarily designated by the user. For example, in the case of a card game, a card deck (hereinafter simply referred to as a deck) configured by a combination of a plurality of specific types of cards designated by the user is an example of a specific state.

本実施形態の情報処理システムは、ユーザにより指定されたデータを、多様な媒体を通じて、異種のデバイス(異種のユーザ端末1)の間で容易に共有可能にすることができる。
ユーザにより指定されたデータ、即ちゲームの特定の状態を示すデータを共有可能にするために、コードが用いられる。さらに、多様な媒体を通じて、異種のデバイスの間で当該データを容易に共有可能にするためには、ユーザが覚えやすい程度に短縮変換された短縮コードを用いると好適である。
ただし、本実施形態の情報処理システムは、ユーザによって任意に指定される膨大な種類になり得るデータ(即ち膨大な種類になり得るゲームの特定の状態)に対して短縮コードを直接割り当てるのではなく、そのデータを指定するためのアクセスを行う“コネクション”に対して短縮コードを割り当てる。この“コネクション”はユーザ端末1(ユーザ)がサーバ2に対して任意のタイミングで行うアクセスであり、且つ永続しないものである。即ち、ゲームアプリケーションソフトウェアを通じてサーバ2にアクセスしている最中(或いはアクセス終了から所定期間まで)のユーザ端末1の数は最大でも登録ユーザ数までであり、データの種類に比べれば限定的な数として考えることができる。
本実施形態の情報処理システムは、短縮コードとして、例えば4文字程度の極めて短い短縮コードを採用することができる。具体的には例えば、10の1000乗以上の組み合わせを有する複雑なデータ(ゲームの特定の状態)に対しても、4文字程度の極めて短い短縮コードを用いることで、当該データを一意に識別することができる。
The information processing system according to the present embodiment can easily share data designated by a user between different kinds of devices (different kinds of user terminals 1) through various media.
Codes are used to enable sharing of data specified by the user, i.e. data indicating a particular state of the game. Furthermore, in order to easily share the data among different devices through various media, it is preferable to use a shortened code that has been shortened and converted to a level that is easy for the user to remember.
However, the information processing system according to the present embodiment does not directly assign a shortened code to data that can be enormous types arbitrarily designated by the user (that is, a specific state of a game that can be enormous types). Then, an abbreviated code is assigned to the “connection” for performing access for designating the data. This “connection” is an access that the user terminal 1 (user) makes to the server 2 at an arbitrary timing, and is not permanent. That is, the number of user terminals 1 that are accessing the server 2 through the game application software (or from the end of the access to a predetermined period) is at most the number of registered users, which is a limited number compared to the type of data. Can be thought of as
The information processing system of the present embodiment can employ an extremely short shortened code of about 4 characters, for example, as a shortened code. Specifically, for example, even for complex data having a combination of 10 to the 1000th power (a specific state of the game), the data is uniquely identified by using an extremely short shortened code of about 4 characters. be able to.

即ち、本実施形態では、データを様々なメディア(紙媒体、SNS(Social Networking Service)、無線通信等)上で流通させる際に用いる識別子(以下、「第1識別子」と呼ぶ)とは独立させて、当該データをゲームアプリケーションソフトウェア(以下、「アプリケーションソフトウェア」を適宜「アプリケーション」あるいは「アプリ」と短縮して呼ぶ)に読み込ませるときに用いる識別子(以下、「第2識別子」と呼ぶ)が、4文字程度の極めて短い短縮コードにより実現される。
そして、本実施形態では、この第1識別子と第2識別子との対応関係を動的に管理する2段階識別子管理方式が採用されている。これにより、情報の表現能力と入力の容易性を併せ持つ、データの流通や入力が実現可能になる。
That is, in the present embodiment, an identifier (hereinafter referred to as a “first identifier”) used when distributing data on various media (paper medium, SNS (Social Networking Service), wireless communication, etc.) is made independent. Thus, an identifier (hereinafter referred to as “second identifier”) used when reading the data into game application software (hereinafter referred to as “application software” as short as “application” or “application”), This is realized by an extremely short code of about 4 characters.
In this embodiment, a two-stage identifier management method that dynamically manages the correspondence between the first identifier and the second identifier is employed. As a result, it is possible to realize data distribution and input having both the ability to express information and the ease of input.

具体的には例えば本実施形態の情報処理システムでは、再現性があり且つユーザによって任意に指定される特定の状態を示すデータに対して、一意の第1識別子が特定される。 この第1識別子は、内容依存の一意性を有する。従って、異なるユーザが指定したデータであっても、同じゲームアプリケーション内の同一の特定の状態を示すデータに対しては、必ず同一の第1識別子が特定される。
換言すると、ゲーム内の特定の状態が異なる場合は、必ず異なる第1識別子が特定される。
第1識別子は、図示しない第1識別子特定部によって特定される情報である。第1識別子特定部は、所定のアプリケーション(本実施形態ではゲームアプリケーション)に適用するために設計された特定のアルゴリズムによって、所定のアプリケーションにおいて再現性のある特定の状態を一意に示す情報として、第1識別子を特定する。第1識別子が特定されるタイミングは任意のタイミングでよいので、第1識別子特定部は第1識別子を特定して管理する機能を追加で有していてもよい。また、この第1識別子特定部の存在場所は、特に限定されない。つまり、第1識別子特定部は、サーバ2に備えられていてもよいし、サーバ2と連携する別の装置に備えられていてもよい。
ここで本実施形態では、流通用の第1識別子はそのままの形態で用いられるのではなく、当該第1識別子をURL文字列内にエンコードしたもの、即ち当該第1識別子をパラメーターとして含むURLが用いられる。
つまり本実施形態では、ユーザが当該URLに存在するデータ(第1識別子により特定されるゲームの特定の状態)をWebブラウザ等で閲覧することが、当該特定の状態を指定していることを意味する。そして、当該URLへのアクセスが継続し、コネクションが成立している期間が、特定の状態の指定が継続している期間に該当する。
なお、第1識別子としてURLを用いるのは一例であり、これに限定されない。別の例については後述する。
Specifically, for example, in the information processing system of the present embodiment, a unique first identifier is specified for data indicating a specific state that is reproducible and arbitrarily specified by the user. This first identifier has content-dependent uniqueness. Therefore, even if the data is specified by different users, the same first identifier is always specified for data indicating the same specific state in the same game application.
In other words, when the specific state in the game is different, a different first identifier is always specified.
The first identifier is information specified by a first identifier specifying unit (not shown). The first identifier specifying unit is information that uniquely indicates a specific state having reproducibility in a predetermined application by a specific algorithm designed to be applied to a predetermined application (game application in the present embodiment). 1 identifier is specified. Since the timing at which the first identifier is specified may be any timing, the first identifier specifying unit may additionally have a function of specifying and managing the first identifier. Further, the location of the first identifier specifying unit is not particularly limited. That is, the first identifier specifying unit may be provided in the server 2 or may be provided in another device that cooperates with the server 2.
Here, in the present embodiment, the first identifier for distribution is not used as it is, but the first identifier encoded in the URL character string, that is, the URL including the first identifier as a parameter is used. It is done.
That is, in this embodiment, browsing the data (a specific state of the game specified by the first identifier) existing in the URL with a Web browser or the like means that the specific state is specified. To do. A period in which access to the URL continues and a connection is established corresponds to a period in which a specific state is specified.
In addition, using URL as a 1st identifier is an example, and is not limited to this. Another example will be described later.

上述した様に、ユーザが、特定の状態を指定して、当該特定の状態を示すデータを閲覧するためには、ユーザ端末1を操作して、当該特定の状態に対応する第1識別子をパラメーターとして含むURLにアクセスし、当該URLの場所にあるデータを所定のWebブラウザ等で閲覧する必要がある。 この特定の状態の指定が継続している期間のみ、即ち当該URLへのコネクションが成立している期間のみ、換言すると、当該データが閲覧されている期間のみ有効な一時的な識別子が、第2識別子として生成される。
この第2識別子は、例えば4文字程度の文字列として生成され、第1識別子と紐づけられた上で、ユーザに提示される。これにより、提示されたユーザ又は当該ユーザから口頭等で伝達された他ユーザは、この4文字程度の文字列を、実行中のゲーム内等で入力する操作をするだけで、対応するデータ、即ち指定が継続されている特定の状態を示すデータを取得することができる。
As described above, in order for the user to specify a specific state and browse the data indicating the specific state, the user terminal 1 is operated, and the first identifier corresponding to the specific state is set as a parameter. It is necessary to access the URL included in the URL and browse the data at the location of the URL with a predetermined Web browser or the like. Only during the period in which the designation of the specific state continues, that is, only during the period when the connection to the URL is established, in other words, a temporary identifier that is valid only during the period during which the data is being browsed is the second identifier. Generated as an identifier.
The second identifier is generated as a character string of about 4 characters, for example, and is presented to the user after being associated with the first identifier. As a result, the presented user or another user who is verbally transmitted from the user simply inputs the character string of about 4 characters in the game being executed, and the corresponding data, that is, Data indicating a specific state in which designation is continued can be acquired.

以上説明したように、ゲームの特定の状態を示すデータの種類数は、当該データの各構成要素(例えばカードゲームならばカード)の膨大な組み合わせに応じて、膨大な種類数になる。このような膨大な種類数のデータに対しては、内容依存の一意性を有する第1識別子が割り当てられる。
つまり、第1識別子は、特定のユーザの情報(ユーザを識別するためのIDや個人情報など)は含まれておらず、データの内容のみに依存するため、ゲーム内で指定される特定の状態が同一であれば、どのユーザも同一のURLの場所にアクセスすることになる。
具体的には例えばカードゲームの場合、ゲームの特定の状態はデッキになるが、異なるユーザの同一のデッキ構成には、必ず同一の第1識別子が対応付けられる。したがって、本実施形態によるゲームのデータの共有にはユーザを特定するための情報を用いる必要性がなく、更にはユーザによる認証の必要がない。従って、ユーザ情報を管理しているゲームサーバ(本実施形態ではサーバ2)にアクセスせずともデータの共有が可能である。以上の通りであるので、本実施形態の情報処理システムによれば、例えばゲームの運営者ではないサードパーティが用意したゲームサーバ以外のサーバを利用しても容易に実現することができる。
As described above, the number of types of data indicating a specific state of the game becomes a huge number of types according to a huge combination of each component of the data (for example, a card in the case of a card game). A first identifier having content-dependent uniqueness is assigned to such an enormous number of types of data.
In other words, the first identifier does not include specific user information (such as an ID or personal information for identifying the user) and depends only on the content of the data. Therefore, the first identifier is specified in the game. Are the same, all users access the same URL location.
Specifically, for example, in the case of a card game, the specific state of the game is a deck, but the same first identifier is always associated with the same deck configuration of different users. Therefore, sharing of game data according to the present embodiment does not require the use of information for identifying the user, and further does not require authentication by the user. Therefore, data can be shared without accessing the game server (server 2 in this embodiment) that manages user information. Since it is as above, according to the information processing system of this embodiment, even if it uses servers other than the game server which the third party who is not a game operator prepared, for example, it can realize easily.

一方、第2識別子は、ゲームの特定の状態ではなく、第1識別子を用いたアクセス(コネクション)に対して割り当てられる。ここで、複数のユーザ端末1のうち同時にアクセスするユーザ端末1の台数は、ゲームの特定の状態の種類数に比較して圧倒的に少ないため、第2識別子は、上述した様に、4文字程度の文字列で実現可能になる。
そして、この第2識別子と第1識別子とを紐付けて管理することで、結果として、ゲームの特定の状態を示すデータという膨大な組み合わせを、あたかも極めて短いコード(第2識別子)で表現することができる。
これにより、情報の表現能力と入力の容易性を併せ持つデータの流通や入力が実現可能になる。また、ゲームの特定の状態を示すデータを共有する際においても、ユーザの認証は不要になる。
On the other hand, the second identifier is assigned to an access (connection) using the first identifier, not a specific state of the game. Here, since the number of user terminals 1 that are simultaneously accessed among the plurality of user terminals 1 is overwhelmingly smaller than the number of types of specific states of the game, the second identifier has four characters as described above. It becomes feasible with a character string of about.
By managing the second identifier and the first identifier in association with each other, as a result, a huge combination of data indicating a specific state of the game is expressed as if it were an extremely short code (second identifier). Can do.
This makes it possible to realize data distribution and input that have both the ability to express information and ease of input. Further, even when data indicating a specific state of a game is shared, user authentication is not required.

カードゲームを例にさらに説明すると、当該カードゲーム内においてユーザが指定するデータのうち、特に、“デッキ”と呼ばれるデータは、ゲームで用いられる複数のカードの組み合わせを示すデータであり、ゲームの特定の状態を示すデータである。
本実施形態の第1識別子と第2識別子の紐付けの方式を採用することで、同一のデッキを、異なるユーザ間や、同一ユーザであっても異なるデバイス間で、極めて手軽に送受信可能にすることが可能になる。
具体的には例えば、同一ユーザが、ログイン等の処理を行わずに、スマートフォン(ユーザ端末2)上に登録されているデッキを、パーソナルコンピュータ(別のユーザ端末2)等で編集し、それを即座にスマートフォンへ反映するというような、一時的なデバイス間の共有処理が実現可能になる。或いは、ユーザが、その場にいる別のユーザ(友達)に対して即座に、自分のデッキを伝えるような、一時的なユーザ間の共有処理も実現可能になる。
The card game will be further described as an example. Among the data designated by the user in the card game, in particular, data called “deck” is data indicating a combination of a plurality of cards used in the game. It is the data which shows the state of.
By adopting the first identifier and second identifier linking method of the present embodiment, the same deck can be transmitted and received very easily between different users or between different devices even for the same user. It becomes possible.
Specifically, for example, the same user edits a deck registered on the smartphone (user terminal 2) without performing login or the like, using a personal computer (another user terminal 2) or the like, Temporary sharing between devices, such as instant reflection on smartphones, can be realized. Alternatively, it is possible to realize a temporary sharing process between the users such that the user immediately conveys his / her deck to another user (friend) in the place.

具体的には例えば、4,000種類のカードから、重複ありの40枚を選択してデッキを構成するカードゲームが採用されているものとする。
このようなカードゲームでは、カードの組み合わせ数は膨大であり、40枚のカードから構成されるデッキ(ゲームの状態)は、4000^40(=1.2×10^144)という膨大な種類数が存在することになる。
従って、これらの膨大な種類のデッキを、一意に識別する識別子を単純に付与すると、整数を用いた場合で144桁、数字とアルファベットといくつかの記号を含む、64文字の組み合わせとして表現した場合でも80桁の識別子が必要となる。このように長い文字列として表現される識別子は、人がその場で記憶することが難しく、例えばユーザ同士の口頭でのコミュニケーションや、イベント会場でデッキを観衆にアナウンスする場合などに用いることはできない。
一方で、ユーザが指定したデッキを一意に特定するためには、80桁の識別子を用いざるを得ない。そこで、ユーザが指定したデッキを一意に特定するために、この80桁の識別子が、第1識別子として採用される。
そして、ユーザがその場で容易に記憶して、例えばユーザ同士の口頭でのコミュニケーションや、イベント会場でデッキを観衆にアナウンスする場合等に用いることができるように、第1識別子と紐付けられた、4桁程度の第2識別子が用いられるのである。
この第2識別子は、ユーザが第1識別子を用いたアクセスをして、当該第1識別に対応付けられたデッキの閲覧を継続している間だけ有効となるものである。つまり、ユーザによるアクセス(第1識別子に対応付けられたデッキの閲覧)に対して、第2識別子が割り当てられる。
ここで、上述した様に、ゲーム内の特定の状態数よりも、ゲームを同時にプレイするユーザ数のほうが圧倒的に少数である。このため、第2識別子として、4桁程度の非常に短い識別子を採用することができるのである。
Specifically, for example, it is assumed that a card game in which a deck is configured by selecting 40 overlapping cards from 4,000 types of cards.
In such a card game, the number of combinations of cards is enormous, and the deck (game state) composed of 40 cards has an enormous number of types of 4000 ^ 40 (= 1.2 × 10 ^ 144). Will exist.
Therefore, when these vast kinds of decks are simply given identifiers that uniquely identify them, they are expressed as a combination of 64 characters including 144 digits, numbers, alphabets and some symbols when using integers. But an 80-digit identifier is required. Such identifiers expressed as long character strings are difficult for people to memorize on the spot, and cannot be used, for example, when communicating verbally between users or when announcing a deck to the audience at an event venue. .
On the other hand, in order to uniquely specify the deck designated by the user, an 80-digit identifier must be used. Therefore, in order to uniquely specify the deck designated by the user, this 80-digit identifier is adopted as the first identifier.
And it is associated with the first identifier so that the user can easily memorize it on the spot and use it when, for example, verbal communication between users or when the deck is announced to the audience at the event venue. A second identifier of about 4 digits is used.
This second identifier is valid only while the user accesses using the first identifier and continues browsing the deck associated with the first identification. That is, the second identifier is assigned to access by the user (viewing the deck associated with the first identifier).
Here, as described above, the number of users who play the game simultaneously is overwhelmingly smaller than the number of specific states in the game. For this reason, an extremely short identifier of about 4 digits can be adopted as the second identifier.

また、ユーザは、デッキを他のユーザと共有するだけではなく、ログイン等の処理を行わずに、スマートフォン(第1のユーザ端末1)上に登録されているデッキをパーソナルコンピュータ(第2のユーザ端末1)で編集し、それを即座に当該スマートフォンへ反映するという、一時的なデバイス間でのデッキの共有を望む場合もある。
このような共有も、第1識別子と第2識別子の紐付けを動的に行っていることにより、容易に実現可能になる。つまり、1人のユーザが、デバイス間のやり取りのために仮に何千回も登録処理を行ったとしても、識別子の数が不足しないというスケーラビリティを実現することができる。
In addition, the user not only shares the deck with other users, but also performs a process such as login, and the registered deck on the smartphone (first user terminal 1) is a personal computer (second user). There is a case where it is desired to temporarily share a deck between devices, which is edited at the terminal 1) and immediately reflected on the smartphone.
Such sharing can be easily realized by dynamically linking the first identifier and the second identifier. That is, even if one user performs registration processing thousands of times for exchange between devices, it is possible to realize scalability that the number of identifiers is not insufficient.

さらに以下、このようなゲームのデータの共有について、図4を参照して説明する。
図4は、口頭伝達可能な識別子を用いてデッキの情報をユーザ間や異種デバイス間で共有する方法の概要を示す図である。
Further, the sharing of such game data will be described below with reference to FIG.
FIG. 4 is a diagram showing an outline of a method of sharing deck information between users and different devices using an identifier that can be transmitted verbally.

本実施形態の情報処理システムは、ゲーム内の各種状況のうちユーザにより指定された特定の状態を永続的に識別できる第1識別子と、第1識別子を用いたサーバ2へのアクセス(特定の状態の指定を継続していること)を一時的に識別できる第2識別子とを動的に関連付けるスケーラブルな2段階識別子管理を実行する。これにより、ユーザからみた場合には、4文字程度の極めて少ない情報量の第2識別子を用いるだけで、膨大な組み合わせのゲーム内の各種特定の状態のうち、ユーザにより指定された特定の状態を識別し、異種のデバイス間やユーザ間で、当該特定の状態を再現可能なデータの転送が可能になる。
ここで、スケーラブルな2段階識別子管理とは、ゲーム内の特定の状態数が膨大な数となった場合においても、ユーザが入力する第2識別子の桁数が増加せず、かつ、他ユーザや他デバイスへデータを転送するためのデータ登録処理の回数が膨大な数となった場合においても、ユーザが入力する第2識別子の桁数が増加しないことを意味する。
The information processing system according to the present embodiment includes a first identifier that can permanently identify a specific state designated by the user among various situations in the game, and access to the server 2 using the first identifier (specific state Executes scalable two-stage identifier management that dynamically associates a second identifier that can be temporarily identified). As a result, from the viewpoint of the user, only the second identifier having an extremely small amount of information of about four characters is used, and the specific state designated by the user is selected from various specific states in the game of a huge number of combinations. It is possible to identify and transfer data that can reproduce the specific state between different types of devices and between users.
Here, scalable two-stage identifier management means that even when the number of specific states in a game becomes a huge number, the number of digits of the second identifier input by the user does not increase, and other users or This means that the number of digits of the second identifier input by the user does not increase even when the number of data registration processes for transferring data to other devices becomes enormous.

図4の上段に表されているのが、ゲーム内の特定の状態である。具体的には図4の例では、カードゲーム内において使用されるカードデッキが表されている。
図4の中段に表されているのが、ゲーム内の特定の状態を永続的に識別することができる第1識別子である。図4に示す通り、図中の左から右の順に従いゲーム内の特定の状態が異なっており、異なるゲーム内の各特定の状態の夫々に対して第1識別子が割り当てられる。
図4の下段に表されているのが、その中段に表されている第1識別子に対応する第2識別子である。第1識別子を用いたアクセス(ここでは第1識別子を含んだURLにアクセス)があるたびに、セッション期間(ユーザにより、第1識別子に対応する特定の状態が指定されている期間)のみ有効な第2識別子が生成される。
Shown in the upper part of FIG. 4 is a specific state in the game. Specifically, in the example of FIG. 4, a card deck used in a card game is shown.
Shown in the middle of FIG. 4 is a first identifier that can permanently identify a specific state in the game. As shown in FIG. 4, the specific states in the game are different from left to right in the drawing, and a first identifier is assigned to each of the specific states in the different games.
The lower part of FIG. 4 shows the second identifier corresponding to the first identifier shown in the middle part. Each time there is an access using the first identifier (in this case, accessing a URL including the first identifier), it is valid only for the session period (a period in which a specific state corresponding to the first identifier is specified by the user). A second identifier is generated.

さらに、以下、第1識別子及び第2識別子について詳しく説明する。
第1識別子は、ゲームの膨大な種類の特定の状態を識別できる、永続的にユニークな識別子である。第1識別子は、ある特定のゲームアプリケーション内においては特定の状態を示すデータを常に一意に識別することを永続的にできるため、雑誌等の紙媒体や、SNS等のネットワークサービスを経由して、データを流通させる用途に適している。さらに、第1識別子を、URLとして表現することにより、既存のURLを流通させる仕組みをそのまま利用して第1識別子を流通させることができる。
第2識別子は、4文字程度と短い文字列で表され、所定のユーザ端末1から即座にゲームを実行している他のユーザ端末1に対してデータを転送する用途で用いられるのに適している。本実施形態では、この第2識別子は、第1識別子を用いたアクセスがあるたびに、動的に生成される。
即ち、ユーザ端末1が、第1識別子を用いたアクセス(後述するように例えば第1識別子を含むURLにアクセス)すると、当該第1識別子に対応するゲームの特定の状態(例えばデッキの情報等)がユーザに閲覧可能になる。このとき、サーバ2は、このアクセスによるセッション(特定の状態の指定)に対して、第2識別子を割当て、当該特定の状態に対応する第1識別子と紐付ける。この第2識別子が別のユーザ端末1に入力されると、当該第2識別子と紐付けられた当該第1識別子に対応する特定の状態(デッキ)が獲得される。
Hereinafter, the first identifier and the second identifier will be described in detail.
The first identifier is a permanently unique identifier that can identify a huge variety of specific states of the game. Since the first identifier can always permanently identify data indicating a specific state in a specific game application, the first identifier can be via a paper medium such as a magazine or a network service such as SNS. Suitable for data distribution purposes. Furthermore, by expressing the first identifier as a URL, the first identifier can be distributed using the mechanism for distributing the existing URL as it is.
The second identifier is represented by a character string as short as about 4 characters, and is suitable for use in transferring data from a predetermined user terminal 1 to another user terminal 1 that is immediately executing a game. Yes. In the present embodiment, the second identifier is dynamically generated every time there is an access using the first identifier.
That is, when the user terminal 1 accesses using the first identifier (for example, accesses a URL including the first identifier as will be described later), a specific state of the game corresponding to the first identifier (for example, deck information). Can be viewed by the user. At this time, the server 2 assigns a second identifier to the session by the access (specific state designation) and associates it with the first identifier corresponding to the specific state. When this second identifier is input to another user terminal 1, a specific state (deck) corresponding to the first identifier associated with the second identifier is acquired.

以上図4を用いて説明したゲームデータ共有制御を実行すべく、図2のユーザ端末1と図3のサーバ2は、図5に示すような機能的構成を有している。
図5は、ユーザ端末1―1と、ユーザ端末1―2と、サーバ2の機能的構成のうち、ゲームデータ共有制御を実行するための機能的構成例を示す機能ブロック図である。
なお、ユーザ端末1−1とユーザ端末1−2は、便宜的に選択されたものであって、図5に示すユーザ端末1−1の機能ブロックとユーザ端末1−2の機能ブロックとは併せて、全てのユーザ端末1において機能するものである。
In order to execute the game data sharing control described with reference to FIG. 4, the user terminal 1 in FIG. 2 and the server 2 in FIG. 3 have a functional configuration as shown in FIG.
FIG. 5 is a functional block diagram illustrating a functional configuration example for executing game data sharing control among the functional configurations of the user terminal 1-1, the user terminal 1-2, and the server 2.
Note that the user terminal 1-1 and the user terminal 1-2 are selected for convenience, and the functional block of the user terminal 1-1 and the functional block of the user terminal 1-2 shown in FIG. It functions in all user terminals 1.

図5に示すように、サーバ2のCPU51においては、受付部101と、状態監視部102と、第2識別子生成部103と、対応付け管理部104と、表示制御部105と、状態再現部106とが機能する。
また、サーバ2の記憶部58においては、対応付け管理DB111が設けられる。
As illustrated in FIG. 5, in the CPU 51 of the server 2, the reception unit 101, the state monitoring unit 102, the second identifier generation unit 103, the association management unit 104, the display control unit 105, and the state reproduction unit 106. And function.
In addition, in the storage unit 58 of the server 2, an association management DB 111 is provided.

受付部101は、ユーザ端末1−1のアクセス部122から、特定の状態と一意に対応付けられる第1識別子を用いたアクセスを受付ける。
ここで、第1識別子を用いたアクセスの手法は、第1識別子を用いれば足り、特に限定されないが、本実施形態では、第1識別子を含むURLにアクセスする手法が採用されている。以下、この手法について図6を用いて具体的に説明する。
The receiving unit 101 receives an access using a first identifier uniquely associated with a specific state from the access unit 122 of the user terminal 1-1.
Here, the access method using the first identifier is not particularly limited as long as the first identifier is used, but in the present embodiment, a method of accessing the URL including the first identifier is employed. Hereinafter, this method will be specifically described with reference to FIG.

図6は、第1識別子の特定手法及び当該第1識別子を用いるURL生成手法の一例を示す図である。
図6の例では、1万種類のカードから選択した40枚のカードの組をデッキ(指定されたゲームの特定の状態)として編成するゲームを想定している。図6においては、1枚のカードは、中に数字が付されたボックスとして描画されている。ボックス(カード)内の数字は、カードの通し番号であり、当然ながら実際のカードに必ずしも印字されているわけではない。
図6のカードの通し番号を、“0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmNOPQRSTUVWXYZ−_”の64文字の組み合わせとして表現する64ビット符号化を行い、ドット記号“.”でそれぞれのカードを区切ることにより、URL内に埋め込み可能な文字列として特定してデッキ全体を表現することができる。
図6のボックス下に表されている文字列が、デッキの内容を64ビット符号化した文字列である。これをURLに展開したものが、図6の矢印の下に表されている。本実施例では、このURLをSNSを通じて共有、拡散することができる。
FIG. 6 is a diagram illustrating an example of a first identifier specifying method and a URL generation method using the first identifier.
In the example of FIG. 6, a game is assumed in which a set of 40 cards selected from 10,000 kinds of cards is organized as a deck (a specific state of a designated game). In FIG. 6, one card is drawn as a box with numbers inside. The numbers in the boxes (cards) are the serial numbers of the cards and, of course, are not necessarily printed on the actual cards.
The serial number of the card shown in FIG. 6 is expressed as a combination of 64 characters “01234456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmNOPQRSTUVWXYZ-_”, and each card can be embedded in a URL by separating each card with a dot symbol “.”. Can be used to express the entire deck.
The character string shown at the bottom of the box in FIG. 6 is a character string obtained by encoding the contents of the deck by 64 bits. An expanded version of this URL is shown below the arrow in FIG. In the present embodiment, this URL can be shared and spread through SNS.

図5に戻り、状態監視部102は、第1識別子を用いたアクセスをしてきたユーザ端末1−1において、特定の状態の指定が継続しているか否かを監視する。
このように、ユーザ端末1−1における特定の状態の指定は、サーバ2が監視可能なように行われる。つまり、第1識別子を用いたアクセスがユーザ端末1−1からなされてきた場合、状態監視部102は、当該第1識別子に対応する特定の状態の指定がなされたものとして、その監視を開始する。
ここで、特定の状態の指定の継続の判断手法は、ネットワーク通信技術を利用した様々な手法が採用可能であり、特に限定されない。例えば、ユーザ端末1−1からのネットワーク接続の継続中は、特定の状態の指定が継続していると判断する手法を採用してもよい。ここで、ネットワーク接続とは、物理的な通信接続のみならず、論理的な通信接続を含めた広義な概念をいう。ここで論理的な通信接続とは、物理的な通信接続が一時的に切断されても、例えばクッキーやトークン等の技術を用いることで、ある特定の端末が継続的にサーバにアクセスしていることを、サーバが認識していることを意味する。また例えば、ユーザ端末1−1に周期的にpingリクエストを送信しその応答が途絶えない間若しくは途絶えてから一定時間経過するまでの間、特定の状態の指定の継続と判断する手法を採用してもよい。また、例えば、ユーザ端末1−1から周期的にサーバ2にpingメッセージを送信し、その送信が途絶えない間もしくは途絶えてから一定時間経過するまでの間、特定の状態の指定の継続と判断する手法を採用してもよい。
Returning to FIG. 5, the state monitoring unit 102 monitors whether or not the designation of a specific state continues in the user terminal 1-1 that has accessed using the first identifier.
As described above, the specification of the specific state in the user terminal 1-1 is performed so that the server 2 can be monitored. That is, when access using the first identifier has been made from the user terminal 1-1, the state monitoring unit 102 starts monitoring that a specific state corresponding to the first identifier has been designated. .
Here, the method for determining the continuation of designation of a specific state can employ various methods using network communication technology, and is not particularly limited. For example, a method may be employed in which it is determined that the designation of a specific state continues while the network connection from the user terminal 1-1 is continued. Here, the network connection refers to a broad concept including not only physical communication connection but also logical communication connection. Here, logical communication connection means that even if the physical communication connection is temporarily disconnected, a specific terminal continuously accesses the server by using a technology such as a cookie or a token. This means that the server recognizes this. In addition, for example, a method is adopted in which a ping request is periodically transmitted to the user terminal 1-1 and a response is determined not to be interrupted or until a certain time elapses after the response is interrupted. Also good. In addition, for example, a ping message is periodically transmitted from the user terminal 1-1 to the server 2, and it is determined that the specified state is continued while the transmission is not interrupted or until a certain time elapses after the interruption. A technique may be adopted.

第2識別子生成部103は、ユーザ端末1−1による第1識別子を用いたアクセスが受付部101により受付けられたとき、第2識別子を生成する。   The second identifier generation unit 103 generates a second identifier when an access using the first identifier by the user terminal 1-1 is received by the reception unit 101.

対応付け管理部104は、ユーザ端末1−1において特定の状態の指定が継続している期間又は当該期間が終了してから所定期間では、特定の状態に対応する第1識別子と、生成された第2識別子との対応付けを管理し、その後、当該ユーザ端末1−1において特定の状態の指定の終了又は当該終了から所定期間の経過が監視されたとき、当該第1識別子と当該第2識別子との対応付けを破棄する。
具体的には、対応付け管理部104は、第2識別子生成部103により生成された第2識別子と、当該第2識別子が生成される際に受け付けられたアクセスで用いられた第1識別子とを対応付けて、管理DB111に登録することで、第1識別子と第2識別子の対応付けを管理する。
その後、対応付け管理部104は、ユーザ端末1−1において特定の状態の指定の終了又は当該終了から所定期間の経過が監視されたとき、第1識別子と第2識別子との登録を対応付け管理DB111から削除することにより、第1識別子と第2識別子との対応付けを破棄する。即ち、第2識別子が無効になる。
The association management unit 104 generates a first identifier corresponding to the specific state in a period during which the designation of the specific state is continued in the user terminal 1-1 or in a predetermined period after the period ends. When the association with the second identifier is managed, and thereafter the end of designation of a specific state or the elapse of a predetermined period from the end is monitored in the user terminal 1-1, the first identifier and the second identifier Discard the association with.
Specifically, the association management unit 104 obtains the second identifier generated by the second identifier generation unit 103 and the first identifier used in the access accepted when the second identifier is generated. The association between the first identifier and the second identifier is managed by registering in the management DB 111 in association with each other.
Thereafter, the association management unit 104 associates and manages registration of the first identifier and the second identifier when the user terminal 1-1 monitors the end of designation of a specific state or the elapse of a predetermined period from the end. By deleting from the DB 111, the association between the first identifier and the second identifier is discarded. That is, the second identifier becomes invalid.

表示制御部105は、第2識別子生成部103により生成された第2識別子を、第1識別子を用いてアクセスしてきたユーザ端末1−1に表示させる制御を実行する。   The display control unit 105 performs control to display the second identifier generated by the second identifier generation unit 103 on the user terminal 1-1 that has accessed using the first identifier.

図7は、ユーザ端末1に表示させる第1識別子及び第2識別子の表示の実装例を示す図である。
図7の上方に示す様に、ユーザ端末1−1を操作するユーザによりデッキが生成されると、そのデッキの構成が表示されると共に、その下方に第1識別子が表示される。
この第1識別子を用いたアクセス(第1識別子を含むURLへのアクセス)がなされ、その結果として、上述した様にサーバ2において、例えば第2識別子“tr0n”が生成され、当該第1識別子と対応付けられると、サーバ2の表示制御部105の制御により、第2識別子“tr0n”は、図7の下方の[Code:]と表示された右方のボックスに表示される。
この第2識別子は、ユーザ端末1−1を操作するユーザにより図7のデッキが指定されている間、即ち、この例では、図7の画面がユーザ端末1−1に表示されてユーザにより閲覧されている間、有効である。
具体的には図7の下方にある円により、第2識別子の残りの有効時間がアニメーションで表示される。ユーザ端末1−1において図7の画面を開き続けていると第2識別子の有効期限は自動更新される。なお、画面を開き続けているか否かの判定は、上述した特定の状態の指定の継続の判断によって行われる。
FIG. 7 is a diagram illustrating an implementation example of displaying the first identifier and the second identifier displayed on the user terminal 1.
As shown in the upper part of FIG. 7, when a user operating the user terminal 1-1 generates a deck, the configuration of the deck is displayed and a first identifier is displayed below the deck.
Access using this first identifier (access to a URL including the first identifier) is made, and as a result, the server 2 generates, for example, a second identifier “tr0n” as described above, and the first identifier and When associated with each other, the second identifier “tr0n” is displayed in the right box labeled “Code:” at the bottom of FIG. 7 under the control of the display control unit 105 of the server 2.
This second identifier is displayed while the deck of FIG. 7 is designated by the user operating the user terminal 1-1, that is, in this example, the screen of FIG. 7 is displayed on the user terminal 1-1 and viewed by the user. It is effective while being done.
Specifically, the remaining effective time of the second identifier is displayed as an animation by a circle at the bottom of FIG. If the user terminal 1-1 continues to open the screen of FIG. 7, the expiration date of the second identifier is automatically updated. Note that the determination as to whether or not the screen is continuously opened is made based on the above-described determination of the continuation of the specific state designation.

例えば、ユーザ端末1−1を操作するユーザは、異なるデバイスであるユーザ端末1−2を用いて、所定のアプリケーションプログラムやデッキビルディングを行うためのWebサイトにおいて、第2識別子“tr0n”を入力することができる。
或いはまた例えば、ユーザ端末1−1を操作するユーザから口頭等により第2識別子を伝達された別のユーザは、自分が操作するユーザ端末1−2を用いて、所定のアプリケーションプログラムやデッキビルディングを行うためのWebサイトにおいて、第2識別子“tr0n”を入力することができる。
For example, the user operating the user terminal 1-1 inputs the second identifier “tr0n” on a website for performing a predetermined application program or deck building using the user terminal 1-2 which is a different device. be able to.
Alternatively, for example, another user who has received the second identifier verbally or the like from a user operating the user terminal 1-1 uses the user terminal 1-2 operated by the user to execute a predetermined application program or deck building. The second identifier “tr0n” can be input on the website to be performed.

図5に戻り、このようにユーザ端末1−2により第2識別子が入力されると、当該第2識別子はサーバの状態再現部106に通知される。
そこで、状態再現部106は、当該第2識別子に対応付けられた第1識別子に対応する特定の状態を、ユーザ端末1−2で再現可能にするための制御を実行する。
具体的には例えば図7の例で説明すると、状態再現部106は、第2識別子に対応付けられた第1識別子で特定されるデッキの情報(図7の画面情報に表示されたデッキと同一デッキの情報)を再現し、ユーザ端末1−2に表示する。
Returning to FIG. 5, when the second identifier is input by the user terminal 1-2 in this way, the second identifier is notified to the state reproduction unit 106 of the server.
Therefore, the state reproduction unit 106 executes control for enabling the user terminal 1-2 to reproduce the specific state corresponding to the first identifier associated with the second identifier.
Specifically, for example, referring to the example of FIG. 7, the state reproduction unit 106 has information on the deck identified by the first identifier associated with the second identifier (the same as the deck displayed in the screen information of FIG. 7). Deck information) is reproduced and displayed on the user terminal 1-2.

このように、ユーザ間やデバイス間でのゲームの特定の状態(デッキの構成)の共有のキーとして、“tr0n”のような4桁程度の短い第2識別子を用いることができる。その結果、デッキの構造等複雑な情報のやり取りが極めて容易に実現可能になる。   In this way, a short second identifier of about four digits such as “tr0n” can be used as a key for sharing a specific state (deck configuration) of a game between users or devices. As a result, exchange of complicated information such as the structure of the deck can be realized very easily.

ユーザ端末1−1とユーザ端末1−2についても、機能的構成の概略について説明する。
先ず、図5に示すように、ユーザ端末1―1のCPU21においては、状態指定解除部121と、アクセス部122と、表示制御部123とが機能する。
The outline of the functional configuration of the user terminal 1-1 and the user terminal 1-2 will be described.
First, as shown in FIG. 5, in the CPU 21 of the user terminal 1-1, a state designation release unit 121, an access unit 122, and a display control unit 123 function.

状態指定解除部121は、特定の状態の指定又は解除を行う。
具体的には、状態指定解除部121は、ユーザ端末1−1のタッチパネルを通じてユーザがある特定の状態を指定した場合(例えばデッキを生成又は選択した場合)、その指定を受付け、指定された特定の状態を、下記表示制御部123を介してタッチパネルに表示させると共にユーザ端末1−1の記憶部29やサーバ2の記憶部58に保存させる。また、ユーザは、過去に指定した状態(例えば生成済みのデッキ)を例えば記憶部29あるいは記憶部58から読み出し、新たに指定することができる。この場合、状態指定解除部121は、その指定を受付け、指定された特定の状態を下記表示制御部123を介してタッチパネルに表示させる。
特定の状態が指定されると、下記アクセス部122により、当該特定の状態に対応する第1識別子を用いたアクセスが行われる。これにより、サーバ2において、特定の状態の指定が開始したことが認識される。
その後、状態指定解除部121は、サーバ2側で認識できるような形態で、特定の状態の指定を解除する。
この特定の状態の指定の解除(終了)の手法は、サーバ2側で認識できる手法、つまりサーバ2側で採用される特定の状態の指定の終了の判断手法にあわせた手法であれば足りる。
例えばネットワーク接続の切断により特定の状態の指定の終了と判断する手法がサーバ2側で採用されている場合には、状態指定解除部121は、サーバ2とのネットワーク接続を切断することで、特定の状態の指定を解除する。
また例えば、ユーザ端末1−1に周期的にpingリクエストを送信しその応答が途絶えてから一定時間経過したことにより、特定の状態の指定の終了と判断する手法がサーバ2側で採用している場合には、状態指定解除部121は、特定の状態の指定を継続する際にはpingリクエストの応答を生成し、特定の状態を解除する場合には応答の生成を禁止する処理を実行する。
The state designation cancellation unit 121 performs designation or cancellation of a specific state.
Specifically, when the user designates a certain state through the touch panel of the user terminal 1-1 (for example, when a deck is generated or selected), the state designation cancellation unit 121 accepts the designation and designates the specified state. Is displayed on the touch panel via the following display control unit 123 and is stored in the storage unit 29 of the user terminal 1-1 and the storage unit 58 of the server 2. In addition, the user can read a state specified in the past (for example, a generated deck) from, for example, the storage unit 29 or the storage unit 58 and newly specify the state. In this case, the state designation canceling unit 121 accepts the designation, and displays the designated specific state on the touch panel via the display control unit 123 described below.
When a specific state is designated, access using the first identifier corresponding to the specific state is performed by the following access unit 122. As a result, the server 2 recognizes that designation of a specific state has started.
Thereafter, the state designation cancellation unit 121 cancels the designation of a specific state in a form that can be recognized on the server 2 side.
This specific state designation release (termination) method may be a method that can be recognized on the server 2 side, that is, a method that matches the specific state designation termination determination method employed on the server 2 side.
For example, when the server 2 side adopts a technique for determining that the designation of a specific state is terminated by disconnecting the network connection, the state designation canceling unit 121 identifies the specific state by cutting the network connection with the server 2. Cancel the specification of the status.
Further, for example, a method is adopted on the server 2 side in which a ping request is periodically transmitted to the user terminal 1-1 and a certain time has elapsed since the response is interrupted, so that the end of designation of a specific state is determined. In this case, the state designation cancellation unit 121 generates a response to the ping request when continuing to specify a specific state, and executes a process for prohibiting the generation of a response when canceling the specific state.

アクセス部122は、特定の状態が指定された場合、当該特定の状態に対応する第1識別子を用いたアクセスを行う制御を実行する。
表示制御部123は、上述したように特定の状態が指定されると、当該特定の状態(必要に応じて第1識別子)をタッチパネルに表示させると共に、当該第1識別子と対応する第2識別子がサーバ2により生成されて通知されてきた場合、当該第2識別子をタッチパネルに表示させる制御を実行する。即ち、表示制御部123は、例えば図7に示すような画面をタッチパネルに表示させる制御を実行する。
When a specific state is designated, the access unit 122 executes control to perform access using the first identifier corresponding to the specific state.
When a specific state is designated as described above, the display control unit 123 displays the specific state (a first identifier if necessary) on the touch panel, and a second identifier corresponding to the first identifier is displayed. When it is generated and notified by the server 2, control for displaying the second identifier on the touch panel is executed. That is, the display control unit 123 executes control for displaying a screen as shown in FIG. 7 on the touch panel, for example.

以上、ユーザ端末1−1の機能的構成の概略について説明した。次に、ユーザ端末1−2の機能的構成の概略について説明する。   The outline of the functional configuration of the user terminal 1-1 has been described above. Next, an outline of a functional configuration of the user terminal 1-2 will be described.

ユーザ端末1−2のCPU21においては、第2識別子入力受付部131と、通知制御実行部132と、閲覧制御実行部133とが機能する。   In the CPU 21 of the user terminal 1-2, the second identifier input receiving unit 131, the notification control execution unit 132, and the browsing control execution unit 133 function.

第2識別子入力受付部131は、ユーザ端末1−1の表示部27に表示された第2識別子であって、ユーザ端末1−2を操作するユーザ(ユーザ端末1−1と同一人の場合もあるし異人の場合もある)によりタッチパネル等により入力された第2識別子の入力を受付ける。
ここで、ユーザ端末1−1のユーザがUser−Aであり、ユーザ端末1−2のユーザが異人のUser−Bであるとして、図8を用いて、ユーザ端末1−1に表示される第2識別子と、ユーザ端末1−2に入力される第2識別子との対応関係について説明する。
The second identifier input receiving unit 131 is a second identifier displayed on the display unit 27 of the user terminal 1-1, and is a user who operates the user terminal 1-2 (even if it is the same person as the user terminal 1-1). The second identifier input by the touch panel or the like is accepted.
Here, it is assumed that the user of the user terminal 1-1 is User-A and the user of the user terminal 1-2 is a different user User-B, and is displayed on the user terminal 1-1 with reference to FIG. The correspondence relationship between the two identifiers and the second identifier input to the user terminal 1-2 will be described.

図8は、User−Aが口頭で第2識別子を通知し、User−BがUser−Aのデッキの情報を共有する様子を示す図である。
図8に示す通り、User−Aが、自分自身のデッキをUser−B側で再現させるために、第2識別子“tr0n”を口頭でUser−Bに通知している。
ここで、第2識別子“tr0n”は、User−Aが所有するユーザ端末1−1がデッキを表示した時(特定の状態を指定した時)に、当該デッキに対応する第1識別子を用いたアクセスがなされた結果として、サーバ2により生成されて、ユーザ端末1−1に表示されたものである(図7参照)。
第2識別子“tr0n”は、デッキの情報がユーザ端末1−1の画面上に表示されている限り(つまり、特定の状態の指定が継続している限り)、有効化されて管理され続ける。
この第2識別子“tr0n”を口頭で伝達されたUser−Bは、ユーザ端末1−2のタッチパネル等を用いて、当該第2識別子“tr0n”を入力する。
FIG. 8 is a diagram illustrating a state in which User-A verbally notifies the second identifier, and User-B shares information on the User-A deck.
As shown in FIG. 8, User-A verbally notifies User-B of the second identifier “tr0n” in order to reproduce his / her own deck on the User-B side.
Here, the second identifier “tr0n” uses the first identifier corresponding to the deck when the user terminal 1-1 owned by User-A displays the deck (when a specific state is designated). As a result of access, it is generated by the server 2 and displayed on the user terminal 1-1 (see FIG. 7).
The second identifier “tr0n” continues to be validated and managed as long as the deck information is displayed on the screen of the user terminal 1-1 (that is, as long as the specified state continues).
User-B that has been verbally transmitted with the second identifier “tr0n” inputs the second identifier “tr0n” using the touch panel of the user terminal 1-2 or the like.

図5に戻り、ユーザ端末1−2の第2識別子入力受付部131は、この入力された第2識別子“tr0n”を受付ける。
通知制御実行部132は、第2識別子入力受付部131により入力された第2識別子、例えば図8の例では“tr0n”をサーバ2に通知する制御を実行する。
すると、上述した様に、サーバ2の状態再現部106は、当該第2識別子(図8の例では“tr0n”)に対応付けられた第1識別子に対応する特定の状態(図8の例では、同図に図示されるデッキの情報)を、ユーザ端末1−2で再現可能にするための制御を実行する。
閲覧制御実行部133は、このサーバ2の状態再現部106の制御のもと、当該第2識別子(図8の例では“tr0n”)に対応付けられた第1識別子に対応する特定の状態(図8の例では、同図に図示されるデッキの情報)をユーザ(図8の例ではUser−B)に閲覧させる制御を実行する。
Returning to FIG. 5, the second identifier input receiving unit 131 of the user terminal 1-2 receives the input second identifier “tr0n”.
The notification control execution unit 132 executes control for notifying the server 2 of the second identifier input by the second identifier input receiving unit 131, for example, “tr0n” in the example of FIG.
Then, as described above, the state reproduction unit 106 of the server 2 performs the specific state (in the example of FIG. 8) corresponding to the first identifier associated with the second identifier (“tr0n” in the example of FIG. 8). , Control for enabling reproduction of the deck information illustrated in FIG.
The browsing control execution unit 133 controls the specific state (corresponding to the first identifier associated with the second identifier (“tr0n” in the example of FIG. 8)) under the control of the state reproduction unit 106 of the server 2. In the example of FIG. 8, control is performed to allow the user (User-B in the example of FIG. 8) to browse the deck information illustrated in FIG. 8.

このようにして、User−AとUser−B同士のペアリング処理(例えば、ゲーム内でフレンドになる)や、両者のユーザ端末1同士のペアリング処理を行わずとも、口頭で伝達可能な短い文字列(この場合、“tr0n”)である第2識別子を通知するだけで、デッキの情報を共有することが可能になる。
即ち、本実施形態では、デッキの情報を対象として短縮コードが割り当てられるのではなく、デッキの情報そのものには、普遍的かつ永続的な第1識別子が割り当てられる。そして、その永続的な第1識別子を用いたアクセスを条件として、短い文字列等の第2識別子が生成され、第1識別子と第2識別子とが対応付けられる。その結果として、ユーザの立場にたてば、第2識別子の短い文字列等を口頭の発音のみで伝達するだけで、結果として、デッキの情報を伝達することが実現可能とすることができる。
数理的には、例えば、4,000枚のカードを40枚組み合わせるとき、4,000^40(=1.2×10^144)のバリエーションが存在し、それらを4文字のコードだけでは表現することが出来ない。
しかし、それらのバリエーションへのネットワーク接続を同時に行うユーザ数には、一定の上限があり、数十万程度であるため、1,679,616通りの組み合わせを表現可能な4桁の英数文字を第2識別子として表現することで、結果として、4,000枚のカードの中から任意に選択した40枚組のデッキの情報を伝達することが可能になる。
In this way, the pairing process between User-A and User-B (for example, becoming a friend in the game) or the pairing process between the two user terminals 1 can be transmitted verbally. The deck information can be shared only by notifying the second identifier which is a character string (in this case, “tr0n”).
That is, in this embodiment, a shortened code is not assigned to deck information, but a universal and permanent first identifier is assigned to deck information itself. Then, a second identifier such as a short character string is generated on the condition that access using the permanent first identifier is made, and the first identifier and the second identifier are associated with each other. As a result, from the user's standpoint, it is possible to transmit deck information as a result only by transmitting a short character string or the like of the second identifier with only verbal pronunciation.
Mathematically, for example, when 40 4,000 cards are combined, there are 4,000 ^ 40 (= 1.2 × 10 ^ 144) variations, which are expressed only by a 4-character code. I can't.
However, the number of users who can simultaneously connect to these variations has a certain upper limit and is about several hundred thousand, so 4 alphanumeric characters that can represent 1,679,616 combinations are used. By expressing it as the second identifier, as a result, it is possible to transmit information on a 40-card set arbitrarily selected from 4,000 cards.

以上、ゲームデータ共有制御を実現するためのユーザ端末1−1、ユーザ端末1−2及びサーバ2の機能的構成について説明した。
次に、図9を参照して、ユーザ端末1−1とユーザ端末1−2のユーザ側からのゲームデータ共有の流れを説明する。
Heretofore, the functional configurations of the user terminal 1-1, the user terminal 1-2, and the server 2 for realizing the game data sharing control have been described.
Next, a flow of game data sharing from the user side of the user terminal 1-1 and the user terminal 1-2 will be described with reference to FIG.

図9は、ユーザのデッキの情報へのアクセスの手順を示す図である。
なお、ユーザ端末1−1及びユーザ端末1−2は、同一のユーザが所有する異なる端末(例えば、スマートフォンとパーソナルコンピュータ)でもよいし、異なるユーザが所有する異なる端末でも良い。
第1の手順として、ユーザは、ユーザ端末1−1を操作して、第1識別子をSNSから取得したり、自身のデッキの第1識別子であればゲームのセーブデータから読み込んで取得する。そして、ユーザは、第1識別子により一意に対応付けられるデッキ(ゲーム内の特定の状態)を、ユーザ端末1−1のタッチパネル等に表示されるWebブラウザやゲームアプリを通じて閲覧する。
第2の手順として、ゲーム内のデッキ(特定の状態)をWebブラウザやゲームアプリを通じて閲覧すると、その閲覧行為が継続している間(例えば、ネットワークの接続が確立している間)だけ有効な第2識別子(ここでは“tr0n”)がユーザ端末1−1のタッチパネル等に表示されるため、ユーザは表示された第2識別子(ここでは“tr0n”)を視認する。
第3の手順として、ユーザは、ユーザ端末1−1に表示された第2識別子(ここでは“tr0n”)を、ユーザ端末1−2のタッチパネル等を用いて入力する。ここで、ユーザが異人であれば、第3の手順を行うユーザ(第2のユーザ)は、第2の手順で視認したユーザ(第1のユーザ)から、第2識別子(ここでは“tr0n”)を口頭等で予め伝達してもらう必要がある。
第4の手順として、第3の手順を受けてサーバ2により、第3の手順で入力された第2識別子(ここでは“tr0n”)に対応する第1識別子のゲーム内の特定の状態がユーザ端末1−2に再現される。このようにして、ユーザは、第1の手順で取得された第1の識別子に対応するデッキの情報にアクセスすることが可能になる。
なお、ユーザ端末1−1によるデッキの閲覧が終了すると(ゲーム内の特定の状態の指示が解除されると)、第2識別子(ここでは“tr0n”)と第1識別子との対応付けは破棄される。
FIG. 9 is a diagram showing a procedure for accessing information on a user's deck.
Note that the user terminal 1-1 and the user terminal 1-2 may be different terminals (for example, a smartphone and a personal computer) owned by the same user, or may be different terminals owned by different users.
As a first procedure, the user operates the user terminal 1-1 to acquire the first identifier from the SNS, or from the game save data if it is the first identifier of its own deck. And a user browses the deck (specific state in a game) uniquely matched with a 1st identifier through the web browser and game application which are displayed on the touch panel etc. of the user terminal 1-1.
As a second procedure, browsing a game deck (specific state) through a web browser or game application is effective only while the browsing action continues (for example, while a network connection is established). Since the second identifier (here “tr0n”) is displayed on the touch panel of the user terminal 1-1, the user visually recognizes the displayed second identifier (here “tr0n”).
As a third procedure, the user inputs the second identifier (here, “tr0n”) displayed on the user terminal 1-1 using the touch panel of the user terminal 1-2 or the like. Here, if the user is a different person, the user who performs the third procedure (second user) receives the second identifier (here, “tr0n”) from the user (first user) visually recognized in the second procedure. ) Verbally in advance.
As a fourth procedure, the server 2 receives the third procedure and the specific state in the game of the first identifier corresponding to the second identifier (“tr0n” in this case) input in the third procedure is the user. Reproduced on the terminal 1-2. In this way, the user can access the information on the deck corresponding to the first identifier acquired in the first procedure.
When the browsing of the deck by the user terminal 1-1 is finished (when the instruction of a specific state in the game is canceled), the association between the second identifier (here, “tr0n”) and the first identifier is discarded. Is done.

次に、本実施形態のSNS上での活用を説明する。
図10は、SNS上でのデッキの情報の共有例を示す図である。
図10の左方に示すように、第1SNS上のOGP(Open Graph Protcol)に第1識別子を含むURLとデッキ(ゲーム内の特定の状態)の情報が表示されている。第1SNSの利用者は、OGP上のURLをクリックすることにより、第1識別子に対応付けられたデッキ(ゲーム内の特定の状態)にアクセスをすることができる。
また、図10の右方に示すように、第2SNS上のOGPに長方形のボタンとデッキが表示されている。この長方形のボタンは、第1識別子を含むURLと対応付けられており、第2SNSの利用者は、OGP上の長方形のボタンをクリックすることにより、第1識別子に対応付けられたデッキ(ゲーム内の特定の状態)にアクセスをすることができる。
このような処理ができるのは、第1識別子が、本実施例のシステム内部の識別子であるだけでなく、URLに埋め込むことが可能な識別子であって、SNSを通じた広域なデッキの情報の流通に適した識別子であるためである。
これにより、SNSのOGPのフォーマットに従って記述されたWebページを、図10のようにサムネイル化して、デッキの情報を拡散することができる。
Next, the utilization on SNS of this embodiment is demonstrated.
FIG. 10 is a diagram showing an example of sharing deck information on the SNS.
As shown on the left side of FIG. 10, a URL including a first identifier and information on a deck (a specific state in the game) are displayed on an OGP (Open Graph Protocol) on the first SNS. The user of the first SNS can access the deck (specific state in the game) associated with the first identifier by clicking on the URL on the OGP.
Also, as shown on the right side of FIG. 10, rectangular buttons and decks are displayed on the OGP on the second SNS. This rectangular button is associated with the URL including the first identifier, and the user of the second SNS clicks the rectangular button on the OGP, thereby the deck (in-game) associated with the first identifier. Specific state).
Such processing can be performed not only by the first identifier in the system of the present embodiment but also by an identifier that can be embedded in the URL, and the distribution of wide-area deck information through the SNS. This is because the identifier is suitable for.
As a result, the Web page described in accordance with the SNS OGP format can be converted into thumbnails as shown in FIG. 10 to spread the deck information.

次に、図11を参照して、図5のような機能的構成を有するユーザ端末1−1、ユーザ端末1−2及びサーバ2が実行する、ゲームデータ共有処理の流れを説明する。
図11は、ユーザ端末1−1、ユーザ端末1−2及びサーバ2のゲームデータ共有処理の流れを示すアローチャートである。
Next, the flow of the game data sharing process executed by the user terminal 1-1, the user terminal 1-2, and the server 2 having the functional configuration as shown in FIG. 5 will be described with reference to FIG.
FIG. 11 is an arrow chart showing the flow of the game data sharing process of the user terminal 1-1, the user terminal 1-2, and the server 2.

ステップS1において、ユーザ端末1−1の状態指定解除部121は、特定の状態の指定を行う。
ステップS2において、ユーザ端末1−1のアクセス部122は、特定の状態に対応する第1識別子を用いたアクセスを行う。
In step S1, the state designation release unit 121 of the user terminal 1-1 designates a specific state.
In step S2, the access unit 122 of the user terminal 1-1 performs access using the first identifier corresponding to the specific state.

ステップS20において、サーバ2の受付部101は、ユーザ端末1−1からの第1識別子を用いたアクセスを受付ける。
ステップS21において、サーバ2の状態監視部102は、ステップS20のアクセスに基づいて第1識別子を認識する。
ステップS22において、サーバ2の第2識別子生成部103は、第2識別子を生成する。
ステップS23において、サーバ2の対応付け管理部104は、ステップS21で認識された第1識別子と、ステップS22で生成された第2識別子との対応付けを行う。
ステップS24において、サーバ2の表示制御部105は、ステップS22で生成された第2識別子を、ユーザ端末1−1に通知する。
In step S20, the reception unit 101 of the server 2 receives an access using the first identifier from the user terminal 1-1.
In step S21, the state monitoring unit 102 of the server 2 recognizes the first identifier based on the access in step S20.
In step S22, the second identifier generation unit 103 of the server 2 generates a second identifier.
In step S23, the association management unit 104 of the server 2 associates the first identifier recognized in step S21 with the second identifier generated in step S22.
In step S24, the display control unit 105 of the server 2 notifies the user terminal 1-1 of the second identifier generated in step S22.

ステップS3において、ユーザ端末1−1の表示制御部123は、ステップS24でサーバ2から通知された第2識別子をタッチパネルに表示させる。
ここでユーザ端末1−1のタッチパネルに表示された第2識別子は、ユーザ端末1−2を操作するユーザに伝達される。
ここで、ユーザ端末1−1とユーザ端末1−2とのユーザが同一人であれば、「伝達される」とは自身の頭に記憶しておくこと等を意味する。ユーザ端末1−1とユーザ端末1−2とのユーザが異人である場合、「伝達される」とは口頭等により伝達されることを意味する。
In step S3, the display control unit 123 of the user terminal 1-1 displays the second identifier notified from the server 2 in step S24 on the touch panel.
Here, the second identifier displayed on the touch panel of the user terminal 1-1 is transmitted to the user who operates the user terminal 1-2.
Here, if the user of the user terminal 1-1 and the user terminal 1-2 is the same person, “transmitted” means storing in the head of the user. When the users of the user terminal 1-1 and the user terminal 1-2 are different people, “transmitted” means transmitted verbally or the like.

ステップS31において、ユーザ端末1−2の第2識別子入力受付部131は、第2識別子の入力を受付ける。
ステップS32において、ユーザ端末1−2の通知制御実行部132は、ステップS31で受付けられた第2識別子をサーバ2に通知する。
In step S31, the second identifier input receiving unit 131 of the user terminal 1-2 receives the input of the second identifier.
In step S32, the notification control execution unit 132 of the user terminal 1-2 notifies the server 2 of the second identifier accepted in step S31.

ステップS25において、サーバ2の状態再現部106は、ステップS32で通知された第2識別子を認識する。
ステップS26において、状態再現部106は、ステップS25で認識した第2識別子に対応する第1識別子を認識する。
ステップS27において、状態再現部106は、ステップS26で認識された第1識別子に対応する特定の状態をユーザ端末1−2で再現する制御を実行する。
即ち、ステップS33において、ユーザ端末1−2の閲覧制御実行部133は、ステップS27での制御を受けて、特定の状態を、ユーザ端末1−2のユーザに閲覧させる制御を実行する。
In step S25, the state reproduction unit 106 of the server 2 recognizes the second identifier notified in step S32.
In step S26, the state reproduction unit 106 recognizes the first identifier corresponding to the second identifier recognized in step S25.
In step S27, the state reproduction unit 106 executes control for reproducing the specific state corresponding to the first identifier recognized in step S26 on the user terminal 1-2.
That is, in step S33, the browsing control execution unit 133 of the user terminal 1-2 receives the control in step S27 and executes control for causing the user of the user terminal 1-2 to browse a specific state.

なお、ステップS4において、ユーザ端末1−1の状態指定解除部121が、特定の状態の解除を行った場合、ステップS28において、サーバ2の対応付け管理部104は、第1識別子と第2識別子との対応付けを破棄する。   When the state designation cancellation unit 121 of the user terminal 1-1 cancels the specific state in step S4, the association management unit 104 of the server 2 determines the first identifier and the second identifier in step S28. Discard the association with.

次に、本実施形態のSNS等で1つのWebページ内に複数のデッキの情報(即ち複数の特定の状態)が表示される場合の実装例について説明する。   Next, an implementation example in a case where information of a plurality of decks (that is, a plurality of specific states) is displayed in one Web page by the SNS or the like of the present embodiment will be described.

例えば、Webページ内に表示されるオンライン・フォームや、Web掲示板、SNS等では、1つのURLで識別されるWebページ内に複数のデッキの情報を含めて掲載することができる。
1つのWebページ内に複数のデッキの情報が含まれている場合、当該WebページのURLからだけでは複数のうちのどのデッキの情報が指定(表示)されているのかを特定することが困難である。そこで、例えば複数のデッキの情報のそれぞれの表示に紐づけられたJavaScript(登録商標)コードによって、ユーザが複数のデッキの情報のうちのどのデッキの情報を指定(表示)しているのかを特定し、この特定したデッキの情報によって生成されるコードを第1識別としてサーバに送信することによって第2識別子との対応付けをし、特定したデッキの情報と第2識別子とを対応付けて表示するという手法が提案される。
For example, an online form displayed in a Web page, a Web bulletin board, SNS, or the like can be posted including information on a plurality of decks in a Web page identified by one URL.
When information on a plurality of decks is included in one web page, it is difficult to specify which deck information is designated (displayed) only from the URL of the web page. is there. Therefore, for example, by using a JavaScript (registered trademark) code associated with each display of information of a plurality of decks, it is specified which deck information of the plurality of deck information is designated (displayed). Then, the code generated based on the information on the specified deck is transmitted to the server as the first identification to associate with the second identifier, and the information on the identified deck and the second identifier are displayed in association with each other. A method is proposed.

図12は、本実施形態におけるフォーラム、掲示板、SNSに複数のデッキの情報Pが表示される場合の実装例を示す図である。
図12(A)は、フォーラム、掲示板、SNSにおいて表示対象となる複数のデッキの情報Pの一例を示す図である。
図12(B)は、ユーザ端末1の表示部27に表示されるデッキの情報Pの一部を示す図である。
図12のデッキの情報Pは、所定の1つのデッキ(ゲームの特定の状態)と当該デッキに対応する第1識別子(第1識別子を含むURL)とを含む。本実施形態では、ユーザ端末1の表示部27の表示領域P1乃至P4の領域の夫々に、図12(A)の複数のデッキの情報Pのうち、選択された4つのデッキの情報Pが表示される。
即ち、図12(A)のように、複数のデッキの情報Pは、縦方向に並んで配置されており、この中で4つのデッキの情報Pが選択されて、ユーザ端末1の表示部27の表示領域P1乃至P4の領域の夫々に表示される。
例えば、図12(A)の範囲RG1が選択されている場合には、当該範囲RG1に含まれる4つのデッキの情報Pが、ユーザ端末1の表示部27の表示領域P1乃至P4の夫々に表示される。
ここで、ユーザが図12(A)の範囲RG2を選択したい場合には、ユーザ端末1の表示部27(タッチパネル)に対して、スクロールの操作をすればよい。
スクロールされて、図12(A)の範囲RG2が選択されると、当該範囲RG2に含まれる4つのデッキの情報Pが、ユーザ端末1の表示部27の表示領域P1乃至P4の夫々に表示される。
つまり、スクロール操作により、ユーザ端末1の表示部27の表示領域P1乃至P4の領域の夫々に表示されるデッキの情報Pも変化する。
FIG. 12 is a diagram showing an implementation example when information P of a plurality of decks is displayed on the forum, bulletin board, and SNS in the present embodiment.
FIG. 12A is a diagram illustrating an example of information P of a plurality of decks to be displayed in a forum, a bulletin board, and an SNS.
FIG. 12B is a diagram illustrating a part of the deck information P displayed on the display unit 27 of the user terminal 1.
The deck information P in FIG. 12 includes one predetermined deck (a specific state of the game) and a first identifier (URL including the first identifier) corresponding to the deck. In this embodiment, information P of four selected decks among the information P of the plurality of decks in FIG. 12A is displayed in each of the display areas P1 to P4 of the display unit 27 of the user terminal 1. Is done.
That is, as shown in FIG. 12A, the information P of a plurality of decks are arranged side by side in the vertical direction, and the information P of four decks is selected among them, and the display unit 27 of the user terminal 1 is selected. Are displayed in each of the display areas P1 to P4.
For example, when the range RG1 in FIG. 12A is selected, the information P of the four decks included in the range RG1 is displayed on each of the display areas P1 to P4 of the display unit 27 of the user terminal 1. Is done.
Here, when the user wants to select the range RG <b> 2 in FIG. 12A, a scroll operation may be performed on the display unit 27 (touch panel) of the user terminal 1.
When the range RG2 in FIG. 12A is selected by scrolling, the information P of the four decks included in the range RG2 is displayed in each of the display areas P1 to P4 of the display unit 27 of the user terminal 1. The
That is, the information P of the deck displayed in each of the display areas P1 to P4 of the display unit 27 of the user terminal 1 is also changed by the scroll operation.

以下実装例について説明する。
図12(A)に示すように、デッキの情報Pを共有することができるオンライン・フォームや、掲示板、SNSでは、ユーザ同士のデッキの情報Pが、1ページ内に縦に長く配置される。このようなフォーラムでは、1つのURLで識別されるページ内に大量のデッキの情報Pが掲載されることになるため、従来の短縮URLなどの方式を用いることはできない。
本実施形態では、ユーザが当該情報を閲覧しているかどうか(ゲームの特定の状態を指示しているかどうか)に応じて第2識別子の有効期限を管理するため、例えば1つのURLで特定される1つのWebページ内に複数のデッキの情報Pが掲載される場合にも適用することができる。
An implementation example will be described below.
As shown in FIG. 12A, in an online form, a bulletin board, and an SNS that can share deck information P, deck information P between users is arranged vertically long in one page. In such a forum, since a large amount of deck information P is posted in a page identified by one URL, a conventional method such as a shortened URL cannot be used.
In this embodiment, since the expiration date of the second identifier is managed according to whether the user is browsing the information (whether a specific state of the game is instructed), for example, it is specified by one URL. The present invention can also be applied to a case where information P of a plurality of decks is posted in one Web page.

具体的には、図5に示すユーザ端末1−1にインストールされるWebブラウザの機能を利用することで、ユーザ端末1−1側で現在表示されている範囲(図12の例では表示の範囲RG1、RG2)内にあるHTML要素を抽出することができる。
このとき、ユーザ端末1−1はサーバ2へアクセスし、表示制御部123によって表示されているHTML要素内に含まれるデッキの情報Pを受付部101へ送信する。ここで、デッキの情報Pとは第1識別子に相当する情報のことであり、本実施形態においては第1識別子をHTML要素に適用できる形式(HTML内に埋め込める形式)に変換した情報のことである。第1識別子たるデッキの情報Pは、図示しない第1識別子特定部により特定された情報であるが、本実施形態においては、複数の第1識別子(デッキの情報P)がWebページのHTML要素内に含められている。
サーバ2がアクセスを受付けると、第2識別子生成部103は第2識別子を生成し、対応付け管理部104は第1識別子と第2識別子との対応付けを行う。
そして、ユーザ端末1−1はデッキの情報Pの第2識別子をサーバ2から取得し、画面上に表示する。
Specifically, by using the function of the Web browser installed in the user terminal 1-1 shown in FIG. 5, the range currently displayed on the user terminal 1-1 side (the display range in the example of FIG. 12). HTML elements in RG1, RG2) can be extracted.
At this time, the user terminal 1-1 accesses the server 2 and transmits the deck information P included in the HTML element displayed by the display control unit 123 to the reception unit 101. Here, the deck information P is information corresponding to the first identifier, and in this embodiment, the information obtained by converting the first identifier into a format that can be applied to an HTML element (a format that can be embedded in HTML). It is. The deck information P as the first identifier is information specified by a first identifier specifying unit (not shown), but in the present embodiment, a plurality of first identifiers (deck information P) are included in the HTML element of the Web page. Is included.
When the server 2 accepts access, the second identifier generation unit 103 generates a second identifier, and the association management unit 104 associates the first identifier with the second identifier.
Then, the user terminal 1-1 acquires the second identifier of the deck information P from the server 2 and displays it on the screen.

また、Webブラウザは、ユーザが画面をスクロールさせた量を、縦方向のスクロール量(ウィンドウの左上とページの上部の距離)であるscrollTop、および、右方向のスクロール量(ウィンドウの左上とページの左端の距離)であるscrollLeftとして取得する機能を有する。
この機能を利用することで、図5に示す状態監視部102が、この値の変化を定期的に確認することにより、図12(A)のうちどの範囲が表示されているのか(例えば範囲RG1なのか範囲RG2なのか)を検出することができる。状態監視部102が、表示範囲が変更されたことを検出した時、当該表示範囲内のデッキの情報Pが画面内に表示されているかどうかを判定し、表示範囲内に含まれているデッキの情報P(あるいはデッキの情報Pから生成された第1識別子)をサーバ2へ送信し、当該デッキの情報Pに対応する第2識別子をサーバ2から取得し、当該デッキの情報Pに関連付けて表示することができる。
ここで、Webブラウザは、例えばJavaScript(登録商標)によって定義される図示しない表示情報抽出部としての機能を有している。表示情報抽出部は、上述したように、ユーザ端末1−1にて表示される内容を示すHTML要素から所定の表示範囲内にあるデッキの情報Pを抽出する手段であるが、このときの表示範囲(すなわち抽出範囲)の大きさ(あるいは広さ)は特に限定的ではなく、適宜設計し得る。表示範囲の大きさは、図12における範囲RG1のようにユーザ端末1−1の表示画面にあわせた大きさとして設計することが好適であるが、本発明の実施においてはこれに拘らない。また、例えば、あるURLによって特定されるWebページ全体を表示範囲とみなして、表示情報抽出部はこのWebページ内に含まれる全てのHTML要素を抽出範囲としてデッキの情報Pを抽出してもよい。
即ち、例えば、図12(A)の表示範囲に含まれる複数のデッキの情報Pが表示情報抽出部により抽出された場合には、サーバ2は、夫々のデッキの情報Pに対応した複数の第1識別子を取得し、取得した第1識別子の夫々を第2識別子と対応付ける。そして、夫々のデッキの情報Pに対応させた第2識別子をユーザ端末1−1の表示部27に表示させる。
また、例えば、表示範囲から複数のデッキの情報Pが表示情報抽出部により抽出された場合であっても、サーバ2は、選択範囲内における中央に最も近い位置のデッキの情報Pに対応した第2識別子のみを、ユーザ端末1−1の表示部27に表示させることとすることもできる。
換言すると、表示範囲の変更の検出後、当該選択範囲内にあるHTML要素内からデッキの情報Pが表示情報抽出部により抽出されることになるため、当該デッキの情報Pにあたるゲームの特定の状態が指定され、当該特定の状態に対応する第1の識別子を用いたアクセスがなされたことになる。
In addition, the Web browser displays the scroll amount of the screen by the user as scrollTop (the distance between the upper left of the window and the upper part of the page) scrollTop and the right scroll amount (upper left of the window and the page). It has a function of acquiring as scrollLeft, which is the distance at the left end.
By using this function, the state monitoring unit 102 shown in FIG. 5 periodically checks the change in this value, so which range is displayed in FIG. 12A (for example, the range RG1). Or the range RG2) can be detected. When the state monitoring unit 102 detects that the display range has been changed, the state monitoring unit 102 determines whether or not deck information P within the display range is displayed on the screen, and the decks included in the display range are determined. The information P (or the first identifier generated from the deck information P) is transmitted to the server 2, the second identifier corresponding to the deck information P is acquired from the server 2, and displayed in association with the deck information P. can do.
Here, the Web browser has a function as a display information extraction unit (not shown) defined by, for example, JavaScript (registered trademark). As described above, the display information extraction unit is means for extracting the information P of the deck within the predetermined display range from the HTML element indicating the content displayed on the user terminal 1-1. The size (or width) of the range (that is, the extraction range) is not particularly limited, and can be appropriately designed. The size of the display range is preferably designed so as to match the display screen of the user terminal 1-1 as in the range RG1 in FIG. 12, but the present invention is not limited to this. Further, for example, the entire Web page specified by a certain URL may be regarded as a display range, and the display information extraction unit may extract deck information P using all HTML elements included in this Web page as the extraction range. .
That is, for example, when information P of a plurality of decks included in the display range of FIG. 12A is extracted by the display information extraction unit, the server 2 has a plurality of second information corresponding to the information P of each deck. One identifier is acquired, and each of the acquired first identifiers is associated with a second identifier. And the 2nd identifier matched with the information P of each deck is displayed on the display part 27 of the user terminal 1-1.
Further, for example, even when the information P of a plurality of decks is extracted from the display range by the display information extraction unit, the server 2 is configured to correspond to the information P of the deck closest to the center in the selection range. Only two identifiers can be displayed on the display unit 27 of the user terminal 1-1.
In other words, after the change of the display range is detected, the deck information P is extracted from the HTML elements in the selected range by the display information extraction unit, so that the specific state of the game corresponding to the information P of the deck Is specified, and access using the first identifier corresponding to the specific state is made.

なお、ユーザ端末1−2におけるゲームの特定の状態の再現の説明については、上述した説明と同様であるので割愛する。   Note that the description of the reproduction of the specific state of the game on the user terminal 1-2 is the same as described above, and is therefore omitted.

更に、サーバ2は、表示範囲から外れたデッキの情報Pに対応した第2識別子は無効化してもよい。
即ち、図5に示す状態監視部102は、表示範囲が変更されたことを検出したとき、対応付け管理部104および対応付け管理DB111と協動して、表示範囲から外れたデッキの情報Pに対応する第1識別子と当該第1識別子に対応付けられた第2識別子との対応付けを解除し、対応付け管理DB111から情報を破棄して管理を完了する。ただし、当該対応付けの放棄は、表示範囲から外れた時に行われても良いし、表示範囲から外れてから所定期間の経過後に行われてもよい。
Further, the server 2 may invalidate the second identifier corresponding to the information P of the deck outside the display range.
That is, when the state monitoring unit 102 shown in FIG. 5 detects that the display range has been changed, the state monitoring unit 102 cooperates with the association management unit 104 and the association management DB 111 to change the information P of the deck out of the display range. The association between the corresponding first identifier and the second identifier associated with the first identifier is canceled, information is discarded from the association management DB 111, and the management is completed. However, the abandonment of the association may be performed when it is out of the display range, or may be performed after the elapse of a predetermined period after it is out of the display range.

以上、本発明の一実施形態について説明したが、本発明は、上述の実施形態に限定されるものではなく、本発明の目的を達成できる範囲での変形、改良等は本発明に含まれるものである。   Although one embodiment of the present invention has been described above, the present invention is not limited to the above-described embodiment, and modifications, improvements, and the like within the scope that can achieve the object of the present invention are included in the present invention. It is.

例えば、上述の実施形態は、カードゲームのデータの共有を対象にするものである。
しかしながら、特にこれに限定されず、デバイス間のデータの共有一般に適用することができる。即ち、ゲームに限定されず、ユーザ間、デバイス間のデータの共有に幅広く適用することができる。
For example, the above-described embodiment is intended for sharing of card game data.
However, the present invention is not particularly limited to this, and can be applied to data sharing in general between devices. That is, the present invention is not limited to games, and can be widely applied to data sharing between users and devices.

また例えば、上述の実施形態では、説明の便宜上、第1識別子はURLに含まれるものを一例として用いたが、特にこれに限定されない。
即ち、上述したように、第1識別子は、データの膨大な特定の状態を識別できる永続的にユニークな識別子であれば足りる。従って、例えば、一次元コード、二次元コード等の様々な識別子に適用することができる。
For example, in the above-described embodiment, for convenience of explanation, the first identifier included in the URL is used as an example, but is not particularly limited thereto.
That is, as described above, the first identifier may be a permanently unique identifier that can identify a vast specific state of data. Therefore, it can be applied to various identifiers such as a one-dimensional code and a two-dimensional code.

また例えば、上述の実施形態では、説明の便宜上、第2識別子は4桁の数字又は大文字・小文字のアルファベットを一例として用いたが、特にこれに限定されない。
即ち、上述したように、第2識別子は、ユーザがデータを閲覧した時に、当該ユーザの閲覧行為を同時アクセスセッションの中から識別できる一時的な一意性を有する識別子であれば足りる。従って、例えば、4桁である必要もないし、記号と組み合わせることにより、印刷物等を用いた永続的な短縮識別子であってもよい。具体的には、“+5t7”のように、プレス記号から始まる場合は、無効化されない識別子としてもよい。
For example, in the above-described embodiment, for convenience of explanation, the second identifier is a four-digit number or uppercase / lowercase alphabet as an example, but is not particularly limited thereto.
That is, as described above, the second identifier may be an identifier having temporary uniqueness that can identify the browsing action of the user from the simultaneous access session when the user browses the data. Therefore, for example, it is not necessary to have 4 digits, and it may be a permanent short identifier using a printed matter or the like by combining with a symbol. Specifically, when starting with a press symbol, such as “+ 5t7”, an identifier that is not invalidated may be used.

また例えば、上述の実施形態では、説明の便宜上、ゲームの処理を用いて説明したが、特にこれに限定されず、再現性があり且つユーザによって任意に指定される特定の状態を取り扱う処理であれば足りる。   Further, for example, in the above-described embodiment, for the sake of convenience of explanation, the description has been given using the game process. It's enough.

また例えば、図5の機能的構成は例示に過ぎず、特に限定されない。即ち、上述した一連の処理を全体として実行できる機能が情報処理装置に備えられていれば足り、この機能を実現するためにどのような機能ブロックを用いるのかは特に図5の例に限定されない。また、機能ブロックの存在場所も、図5に特に限定されず、任意でよい。例えば、サーバ2の機能ブロックをユーザ端末1等に移譲させてもよいし、逆にユーザ端末1の機能ブロックをサーバ2等に移譲させてもよい。
また、1つの機能ブロックは、ハードウェア単体で構成してもよいし、ソフトウェア単体で構成してもよいし、それらの組み合わせで構成してもよい。
Further, for example, the functional configuration of FIG. 5 is merely an example, and is not particularly limited. That is, it is sufficient that the information processing apparatus has a function capable of executing the above-described series of processes as a whole, and what functional block is used to realize this function is not particularly limited to the example of FIG. Further, the location of the functional block is not particularly limited to that shown in FIG. For example, the functional block of the server 2 may be transferred to the user terminal 1 or the like, and conversely, the functional block of the user terminal 1 may be transferred to the server 2 or the like.
In addition, one functional block may be constituted by hardware alone, software alone, or a combination thereof.

各機能ブロックの処理をソフトウェアにより実行させる場合には、そのソフトウェアを構成するプログラムが、コンピュータ等にネットワークや記録媒体からインストールされる。
コンピュータは、専用のハードウェアに組み込まれているコンピュータであってもよい。また、コンピュータは、各種のプログラムをインストールすることで、各種の機能を実行することが可能なコンピュータ、例えばサーバの他汎用のスマートフォンやパーソナルコンピュータであってもよい。
When the processing of each functional block is executed by software, a program constituting the software is installed on a computer or the like from a network or a recording medium.
The computer may be a computer incorporated in dedicated hardware. The computer may be a computer capable of executing various functions by installing various programs, for example, a general-purpose smartphone or personal computer other than a server.

このようなプログラムを含む記録媒体は、ユーザにプログラムを提供するために装置本体とは別に配布される図示せぬリムーバブルメディアにより構成されるだけでなく、装置本体に予め組み込まれた状態でユーザに提供される記録媒体等で構成される。   The recording medium including such a program is not only constituted by a removable medium (not shown) distributed separately from the apparatus main body in order to provide the user with the program, but is also provided to the user in a state of being pre-installed in the apparatus main body. It is composed of a provided recording medium or the like.

なお、本明細書において、記録媒体に記録されるプログラムを記述するステップは、その順序に沿って時系列的に行われる処理はもちろん、必ずしも時系列的に処理されなくとも、並列的或いは個別に実行される処理をも含むものである。
また、本明細書において、システムの用語は、複数の装置や複数の手段等より構成される全体的な装置を意味するものとする。
In the present specification, the step of describing the program recorded on the recording medium is not limited to the processing performed in time series along the order, but is not necessarily performed in time series, either in parallel or individually. The process to be executed is also included.
Further, in the present specification, the term “system” means an overall apparatus configured by a plurality of devices, a plurality of means, and the like.

換言すると、本発明が適用される情報処理プログラムは、上述の図5の実施形態としての情報処理システムを含め、次のような構成を有する各種各様の実施態様を取ることができる。
即ち、本発明が適用される情報処理プログラムは、
再現性があり且つユーザによって任意に指定される特定の状態を当該指定に基づき表示可能な複数の端末との間で通信をするサーバに、
前記複数の端末のうち第1端末から、前記特定の状態と一意に対応付けられる第1識別子を用いたアクセスを受付ける受付ステップ(例えば図5の受付部101が実行するステップ)と、
前記第1識別子を用いたアクセスをしてきた前記第1端末において、前記特定の状態の指定が継続しているか否かを監視する監視ステップ(例えば図5の状態監視部102が実行するステップ)と、
前記第1端末による前記第1識別子を用いたアクセスが受け付けられたとき、第2識別子を生成する生成ステップ(例えば図5の第2識別子生成部103が実行するステップ)と、
生成された前記第2識別子を、前記第1端末に表示させる制御を実行する表示制御ステップ(例えば図5の表示制御部105が実行するステップ)と、
当該第1端末において前記特定の状態の指定が継続している期間又は当該期間が終了してから所定期間では、前記特定の状態に対応する前記第1識別子と、生成された前記第2識別子との対応付けを管理し、その後、当該第1端末において前記特定の状態の指定の終了又は当該終了から所定期間の経過が監視されたとき、当該第1識別子と当該第2識別子との対応付けを破棄する管理ステップ(例えば図5の対応付け管理部104が実行するステップ)と、
前記管理ステップにおいて前記管理が継続されている間に、前記複数の端末のうち第2端末から前記第2識別子が通知された場合、当該第2識別子に対応付けられた前記第1識別子に対応する前記特定の状態を、当該第2端末で再現可能にするための制御を実行する状態再現ステップ(例えば図5の状態再現部106が実行するステップ)と、
を含む制御処理を実行させるプログラム。
In other words, the information processing program to which the present invention is applied can take various embodiments having the following configuration including the information processing system as the embodiment of FIG. 5 described above.
That is, an information processing program to which the present invention is applied is
To a server that communicates with a plurality of terminals that are reproducible and can display a specific state arbitrarily designated by the user based on the designation,
An accepting step (for example, a step executed by the accepting unit 101 in FIG. 5) of accepting access from the first terminal among the plurality of terminals using the first identifier uniquely associated with the specific state;
A monitoring step (for example, a step executed by the state monitoring unit 102 in FIG. 5) for monitoring whether or not the designation of the specific state is continued in the first terminal that has made an access using the first identifier; ,
A step of generating a second identifier when an access using the first identifier by the first terminal is accepted (for example, a step executed by the second identifier generation unit 103 in FIG. 5);
A display control step (for example, a step executed by the display control unit 105 in FIG. 5) for executing control to display the generated second identifier on the first terminal;
In the period when the designation of the specific state is continued in the first terminal or in a predetermined period after the period is over, the first identifier corresponding to the specific state, the generated second identifier, When the end of designation of the specific state or the elapse of a predetermined period from the end is monitored in the first terminal, the association between the first identifier and the second identifier is performed. A management step to be discarded (for example, a step executed by the association management unit 104 in FIG. 5);
While the management is continued in the management step, when the second identifier is notified from the second terminal among the plurality of terminals, it corresponds to the first identifier associated with the second identifier. A state reproduction step (for example, a step executed by the state reproduction unit 106 in FIG. 5) for executing control for making the specific state reproducible by the second terminal;
A program that executes control processing including

このようにして、特定の状態を示すデータを即座にユーザ間、及び、デバイス間で即座に共有する技術が確立される。
即ち、データを様々なメディア上で流通させる際に用いる第1識別子と、データをアプリケーションに読み込ませるときに用いる第2識別子を独立させ、この2つの識別子の対応関係を動的に管理する2段階識別子管理方法を採用することにより、情報の表現能力と入力の容易性を併せ持つデータ流通・入力を実現する。
ここで、データ内の特定の状態の数よりも、データを閲覧しているユーザの方が圧倒的に少数である。
従って、データ内の特定の状態を識別する第1識別子と、特定の状態を閲覧する行為を識別する第2識別子とを動的に関連付けることにより、1人のユーザが、デバイス間のやり取りのために何千回も登録処理を行ったとしても、識別子の数が不足しないというスケーラビリティを実現する。
これにより、本発明は、ログイン等の処理を行わずに、デバイス上に登録されているデータを異なるデバイスで編集し、それを即座にデバイスへ反映するという、一時的なデバイス間の共有処理を実現することができる。
In this way, a technique for immediately sharing data indicating a specific state between users and devices is established.
In other words, the first identifier used when data is distributed on various media and the second identifier used when the data is read into the application are made independent, and the two stages of dynamically managing the correspondence between these two identifiers By adopting the identifier management method, data distribution / input having both the ability to express information and ease of input is realized.
Here, the number of users browsing the data is overwhelmingly smaller than the number of specific states in the data.
Therefore, one user can interact with each other by dynamically associating a first identifier that identifies a specific state in the data with a second identifier that identifies an act of viewing the specific state. Even if the registration process is performed thousands of times, the scalability that the number of identifiers is not insufficient is realized.
As a result, the present invention performs a temporary sharing process between devices, in which data registered on the device is edited by a different device without immediately performing a login process or the like, and the data is immediately reflected on the device. Can be realized.

また、前記受付ステップは、前記第1識別子を用いたアクセスとして、当該第1識別子を要素に含むURLによるアクセスを受付けるステップを含むことができる。
これにより、雑誌等の紙媒体や、SNS等のネットワークサービスを経由して、既存のURLを流通させる仕組みをそのまま利用することができる。
The accepting step may include a step of accepting an access using a URL including the first identifier as an element as an access using the first identifier.
As a result, a mechanism for distributing existing URLs via a paper medium such as a magazine or a network service such as SNS can be used as it is.

また、前記生成ステップは、前記第2識別子として、前記第1識別子より情報量が少ない識別子を生成するステップを含むことができる。
これにより、生成される第2識別子は短くシンプルとなるため、ユーザ間での口頭での伝達が可能となり、不特定多数のユーザへのデータ共有や、その場ですぐに見ず知らずのユーザへデータを共有することができる。
また、データ内の特定の状態が膨大な数となった場合においても、ユーザが入力する識別子の数が増加せず、かつ、異なるユーザや異なるデバイスへデータを転送するためのデータ登録処理の回数が膨大な数となった場合においても、ユーザが入力する識別子の数が増加しない。
The generating step may include a step of generating an identifier having a smaller information amount than the first identifier as the second identifier.
As a result, the generated second identifier is short and simple, so it is possible to communicate verbally between users, share data with an unspecified number of users, and immediately send data to unfamiliar users. Can be shared.
In addition, even when the number of specific states in the data becomes enormous, the number of data registration processes for transferring data to different users or different devices without increasing the number of identifiers entered by the user The number of identifiers input by the user does not increase even when the number of items increases.

1・・・ユーザ端末、2・・・サーバ、21・・・CPU、51・・・CPU、58・・・記憶部、101・・・受付部、102・・・状態監視部、103・・・第2識別子生成部、104・・・対応付け管理部、105・・・表示制御部、106・・・状態再現部、111・・・対応付け管理DB、121・・・状態指定解除部、122・・・アクセス部、123・・・表示制御部、131・・・第2識別子入力受付部、132・・・通知制御実行部、133・・・閲覧制御実行部   DESCRIPTION OF SYMBOLS 1 ... User terminal, 2 ... Server, 21 ... CPU, 51 ... CPU, 58 ... Memory | storage part, 101 ... Reception part, 102 ... State monitoring part, 103 ... Second identifier generation unit, 104 ... association management unit, 105 ... display control unit, 106 ... state reproduction unit, 111 ... association management DB, 121 ... state designation release unit, 122: access unit, 123: display control unit, 131: second identifier input receiving unit, 132: notification control execution unit, 133: browsing control execution unit

Claims (6)

再現性があり且つユーザによって任意に指定される特定の状態を当該指定に基づき表示可能な複数の端末との間で通信をするサーバに、
前記複数の端末のうち第1端末から、前記特定の状態と一意に対応付けられる第1識別子を用いたアクセスを受付ける受付ステップと、
前記第1識別子を用いたアクセスをしてきた前記第1端末において、前記特定の状態の指定が継続しているか否かを監視する監視ステップと、
前記第1端末による前記第1識別子を用いたアクセスが受け付けられたとき、第2識別子を生成する生成ステップと、
生成された前記第2識別子を、前記第1端末に表示させる制御を実行する表示制御ステップと、
当該第1端末において前記特定の状態の指定が継続している期間又は当該期間が終了してから所定期間では、前記特定の状態に対応する前記第1識別子と、生成された前記第2識別子との対応付けを管理し、その後、当該第1端末において前記特定の状態の指定の終了又は当該終了から所定期間の経過が監視されたとき、当該第1識別子と当該第2識別子との対応付けを破棄する管理ステップと、
前記管理ステップにおいて前記管理が継続されている間に、前記複数の端末のうち第2端末から前記第2識別子が通知された場合、当該第2識別子に対応付けられた前記第1識別子に対応する前記特定の状態を、当該第2端末で再現可能にするための制御を実行する状態再現ステップと、
を含む制御処理を実行させるプログラム。
To a server that communicates with a plurality of terminals that are reproducible and can display a specific state arbitrarily designated by the user based on the designation,
An accepting step of accepting access from a first terminal among the plurality of terminals using a first identifier uniquely associated with the specific state;
A monitoring step of monitoring whether or not the designation of the specific state is continued in the first terminal that has made access using the first identifier;
A generation step of generating a second identifier when access using the first identifier by the first terminal is accepted;
A display control step for executing control to display the generated second identifier on the first terminal;
In the period when the designation of the specific state is continued in the first terminal or in a predetermined period after the period is over, the first identifier corresponding to the specific state, the generated second identifier, When the end of designation of the specific state or the elapse of a predetermined period from the end is monitored in the first terminal, the association between the first identifier and the second identifier is performed. A management step to discard,
While the management is continued in the management step, when the second identifier is notified from the second terminal among the plurality of terminals, it corresponds to the first identifier associated with the second identifier. A state reproduction step of executing control for making the specific state reproducible by the second terminal;
A program that executes control processing including
前記受付ステップは、前記第1識別子を用いたアクセスとして、当該第1識別子を要素に含むURLによるアクセスを受付けるステップを含む、
請求項1に記載のプラグラム。
The accepting step includes a step of accepting an access using a URL including the first identifier as an element as an access using the first identifier.
The program according to claim 1.
前記生成ステップは、前記第2識別子として、前記第1識別子より情報量が少ない識別子を生成するステップを含む、
請求項1又は2に記載のプログラム。
The generation step includes a step of generating an identifier having a smaller information amount than the first identifier as the second identifier.
The program according to claim 1 or 2.
再現性があり且つユーザによって任意に指定される特定の状態を当該指定に基づき表示可能な複数の端末との間で通信をするサーバとして機能する情報処理装置において、
前記複数の端末のうち第1端末から、前記特定の状態と一意に対応付けられる第1識別子を用いたアクセスを受付ける受付手段と、
前記第1識別子を用いたアクセスをしてきた前記第1端末において、前記特定の状態の指定が継続しているか否かを監視する監視手段と、
前記第1端末による前記第1識別子を用いたアクセスが受け付けられたとき、第2識別子を生成する生成手段と、
生成された前記第2識別子を、前記第1端末に表示させる制御を実行する表示制御手段と、
当該第1端末において前記特定の状態の指定が継続している期間又は当該期間が終了してから所定期間では、前記特定の状態に対応する前記第1識別子と、生成された前記第2識別子との対応付けを管理し、その後、当該第1端末において前記特定の状態の指定の終了又は当該終了から所定期間の経過が監視されたとき、当該第1識別子と当該第2識別子との対応付けを破棄する管理手段と、
前記管理手段において前記管理が継続されている間に、前記複数の端末のうち第2端末から前記第2識別子が通知された場合、当該第2識別子に対応付けられた前記第1識別子に対応する前記特定の状態を、当該第2端末で再現可能にするための制御を実行する状態再現手段と、
を備える情報処理装置。
In an information processing apparatus that functions as a server that communicates with a plurality of terminals that are reproducible and can be displayed based on a specific state that is arbitrarily designated by a user.
Accepting means for accepting access from a first terminal among the plurality of terminals using a first identifier uniquely associated with the specific state;
Monitoring means for monitoring whether or not the designation of the specific state is continued in the first terminal that has made an access using the first identifier;
Generating means for generating a second identifier when access using the first identifier by the first terminal is accepted;
Display control means for executing control for causing the first terminal to display the generated second identifier;
In the period when the designation of the specific state is continued in the first terminal or in a predetermined period after the period is over, the first identifier corresponding to the specific state, the generated second identifier, When the end of designation of the specific state or the elapse of a predetermined period from the end is monitored in the first terminal, the association between the first identifier and the second identifier is performed. Management means to destroy,
When the second identifier is notified from the second terminal among the plurality of terminals while the management is continued in the management unit, the second identifier corresponds to the first identifier associated with the second identifier. State reproduction means for executing control for enabling the second terminal to reproduce the specific state;
An information processing apparatus comprising:
再現性があり且つユーザによって任意に指定される特定の状態を当該指定に基づき表示可能な複数の端末との間で通信をするサーバが実行する情報処理方法において
前記複数の端末のうち第1端末から、前記特定の状態と一意に対応付けられる第1識別子を用いたアクセスを受付ける受付ステップと、
前記第1識別子を用いたアクセスをしてきた前記第1端末において、前記特定の状態の指定が継続しているか否かを監視する監視ステップと、
前記第1端末による前記第1識別子を用いたアクセスが受け付けられたとき、第2識別子を生成する生成ステップと、
生成された前記第2識別子を、前記第1端末に表示させる制御を実行する表示制御ステップと、
当該第1端末において前記特定の状態の指定が継続している期間又は当該期間が終了してから所定期間では、前記特定の状態に対応する前記第1識別子と、生成された前記第2識別子との対応付けを管理し、その後、当該第1端末において前記特定の状態の指定の終了又は当該終了から所定期間の経過が監視されたとき、当該第1識別子と当該第2識別子との対応付けを破棄する管理ステップと、
前記管理ステップにおいて前記管理が継続されている間に、前記複数の端末のうち第2端末から前記第2識別子が通知された場合、当該第2識別子に対応付けられた前記第1識別子に対応する前記特定の状態を、当該第2端末で再現可能にするための制御を実行する状態再現ステップと、
を含む情報処理方法。
In an information processing method executed by a server that communicates with a plurality of terminals that are reproducible and arbitrarily specified by a user based on the specification, the first terminal among the plurality of terminals A receiving step of accepting access using a first identifier uniquely associated with the specific state;
A monitoring step of monitoring whether or not the designation of the specific state is continued in the first terminal that has made access using the first identifier;
A generation step of generating a second identifier when access using the first identifier by the first terminal is accepted;
A display control step for executing control to display the generated second identifier on the first terminal;
In the period when the designation of the specific state is continued in the first terminal or in a predetermined period after the period is over, the first identifier corresponding to the specific state, the generated second identifier, When the end of designation of the specific state or the elapse of a predetermined period from the end is monitored in the first terminal, the association between the first identifier and the second identifier is performed. A management step to discard,
While the management is continued in the management step, when the second identifier is notified from the second terminal among the plurality of terminals, it corresponds to the first identifier associated with the second identifier. A state reproduction step of executing control for making the specific state reproducible by the second terminal;
An information processing method including:
再現性があり且つユーザによって任意に指定される特定の状態を当該指定に基づき表示可能な複数の端末と、サーバとを含む情報処理システムにおいて、
前記サーバは、
前記複数の端末のうち第1端末から、前記特定の状態と一意に対応付けられる第1識別子を用いたアクセスを受付ける受付手段と、
前記第1識別子を用いたアクセスをしてきた前記第1端末において、前記特定の状態の指定が継続しているか否かを監視する監視手段と、
前記第1端末による前記第1識別子を用いたアクセスが受け付けられたとき、第2識別子を生成する生成手段と、
生成された前記第2識別子を、前記第1端末に表示させる制御を実行する表示制御手段と、
当該第1端末において前記特定の状態の指定が継続している期間又は当該期間が終了してから所定期間では、前記特定の状態に対応する前記第1識別子と、生成された前記第2識別子との対応付けを管理し、その後、当該第1端末において前記特定の状態の指定の終了又は当該終了から所定期間の経過が監視されたとき、当該第1識別子と当該第2識別子との対応付けを破棄する管理手段と、
前記管理手段において前記管理が継続されている間に、前記複数の端末のうち第2端末から前記第2識別子が通知された場合、当該第2識別子に対応付けられた前記第1識別子に対応する前記特定の状態を、当該第2端末で再現可能にするための制御を実行する状態再現手段と、
を備え、
前記複数の端末のうち前記第1端末は、
前記特定の状態と一意に対応付けられる前記第1識別子を用いたアクセスを行うアクセス手段と、
前記サーバにおいて、前記特定の状態の指定が継続している期間又は当該期間が終了してから所定期間のみ有効な前記第2識別子が、前記第1識別子と対応付けられて生成された場合、前記サーバの前記表示制御手段による前記制御を受けて、当該第2識別子を表示する表示手段と、
を備え、
前記複数の端末のうちの前記第2端末は、
前記サーバにより生成されて前記第1端末に表示された前記第2識別子の入力を受付けて、前記サーバに通知する制御を実行する第1制御手段と、
前記サーバにおいて、前記監視手段による監視が継続されている間に前記第1制御手段の制御により前記第2識別子が通知された場合、当該サーバの前記状態再現手段による前記制御を受けて、前記特定の状態を再現して前記第2端末のユーザに閲覧させる制御を実行する第2制御手段と、
を備える情報処理システム。
In an information processing system including a plurality of terminals that are reproducible and can display a specific state arbitrarily designated by a user based on the designation, and a server,
The server
Accepting means for accepting access from a first terminal among the plurality of terminals using a first identifier uniquely associated with the specific state;
Monitoring means for monitoring whether or not the designation of the specific state is continued in the first terminal that has made an access using the first identifier;
Generating means for generating a second identifier when access using the first identifier by the first terminal is accepted;
Display control means for executing control for causing the first terminal to display the generated second identifier;
In the period when the designation of the specific state is continued in the first terminal or in a predetermined period after the period is over, the first identifier corresponding to the specific state, the generated second identifier, When the end of designation of the specific state or the elapse of a predetermined period from the end is monitored in the first terminal, the association between the first identifier and the second identifier is performed. Management means to destroy,
When the second identifier is notified from the second terminal among the plurality of terminals while the management is continued in the management unit, the second identifier corresponds to the first identifier associated with the second identifier. State reproduction means for executing control for enabling the second terminal to reproduce the specific state;
With
Of the plurality of terminals, the first terminal is:
Access means for performing an access using the first identifier uniquely associated with the specific state;
In the server, when the second identifier that is valid only for a predetermined period after the period in which the specific state is specified or after the period ends is generated in association with the first identifier, Display means for displaying the second identifier under the control of the display control means of the server;
With
The second terminal of the plurality of terminals is
First control means for receiving an input of the second identifier generated by the server and displayed on the first terminal, and executing control for notifying the server;
In the server, when the second identifier is notified by the control of the first control unit while the monitoring by the monitoring unit is continued, the server receives the control by the state reproduction unit of the server, and Second control means for executing a control for reproducing the state of the second terminal and allowing the user of the second terminal to browse;
An information processing system comprising:
JP2016174623A 2016-09-07 2016-09-07 Program, information processing apparatus, information processing method, and information processing system Active JP6463313B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016174623A JP6463313B2 (en) 2016-09-07 2016-09-07 Program, information processing apparatus, information processing method, and information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016174623A JP6463313B2 (en) 2016-09-07 2016-09-07 Program, information processing apparatus, information processing method, and information processing system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2016079443A Division JP6005887B1 (en) 2016-04-12 2016-04-12 Program, information processing apparatus, information processing method, and information processing system

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2018247761A Division JP6784744B2 (en) 2018-12-28 2018-12-28 Programs, information processing devices, information processing methods and information processing systems

Publications (3)

Publication Number Publication Date
JP2017191588A true JP2017191588A (en) 2017-10-19
JP2017191588A5 JP2017191588A5 (en) 2018-10-11
JP6463313B2 JP6463313B2 (en) 2019-01-30

Family

ID=60085303

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016174623A Active JP6463313B2 (en) 2016-09-07 2016-09-07 Program, information processing apparatus, information processing method, and information processing system

Country Status (1)

Country Link
JP (1) JP6463313B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001096064A (en) * 1999-07-26 2001-04-10 Konami Co Ltd Expression method, recording medium and system of fighting video game
JP2001212367A (en) * 2000-02-07 2001-08-07 Sega Corp Information processing device and its method, game device and its method, game system, and recording medium recording program operated on computer
JP2014136049A (en) * 2013-01-17 2014-07-28 Namco Bandai Games Inc Server system and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001096064A (en) * 1999-07-26 2001-04-10 Konami Co Ltd Expression method, recording medium and system of fighting video game
JP2001212367A (en) * 2000-02-07 2001-08-07 Sega Corp Information processing device and its method, game device and its method, game system, and recording medium recording program operated on computer
JP2014136049A (en) * 2013-01-17 2014-07-28 Namco Bandai Games Inc Server system and program

Also Published As

Publication number Publication date
JP6463313B2 (en) 2019-01-30

Similar Documents

Publication Publication Date Title
JP6005887B1 (en) Program, information processing apparatus, information processing method, and information processing system
KR101626474B1 (en) Apparatus for providing document sharing service based messenger and method using the same
CN105706416B (en) User equipment and computer-readable medium for network insertion
JP7013970B2 (en) Message providing device, program, and display control method
CN102209165A (en) Multi-functional peripheral and multi-functional peripheral control system
JP2008140353A (en) System for collectively displaying plurality of pieces of social network information
JP6084486B2 (en) Information sharing system, information sharing method, and program
JP2022530850A (en) Improved messaging system
JP6197286B2 (en) Communication device, information processing system, and information processing system control method
JP6898680B2 (en) Information processing equipment and programs
JP5881396B2 (en) Identification information management support system, identification information management support method, and program
JP6463313B2 (en) Program, information processing apparatus, information processing method, and information processing system
JP2008084022A (en) Content transmission device and content transmission method
JP6784744B2 (en) Programs, information processing devices, information processing methods and information processing systems
JP6052022B2 (en) Person recommendation device, person recommendation method, and program
CN103827777B (en) Social network reports
CN102193623A (en) Information input assistance device and method
KR101170322B1 (en) Method and device for providing cloud computing service using personal computer based on web
JP6109278B1 (en) User name management method, terminal, information processing apparatus, and program
JP2010086087A (en) Image-equipped article contribution system for regional community site, program therefor and method therefor
JP2018055229A (en) Message transmission method, message transmission program, and message transmission device
JP2017045123A (en) Image processing system, method, program and recording medium using landscape picture including text
WO2019107314A1 (en) Information processing device, information processing method, information processing system and program
KR20230131773A (en) System, method, and storage medium
KR101108223B1 (en) Apparatus and method for relaying service

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180831

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180831

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20180831

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20180906

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20181228

R150 Certificate of patent or registration of utility model

Ref document number: 6463313

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250