JP6505931B2 - Computer control program and message communication method - Google Patents

Computer control program and message communication method Download PDF

Info

Publication number
JP6505931B2
JP6505931B2 JP2018181569A JP2018181569A JP6505931B2 JP 6505931 B2 JP6505931 B2 JP 6505931B2 JP 2018181569 A JP2018181569 A JP 2018181569A JP 2018181569 A JP2018181569 A JP 2018181569A JP 6505931 B2 JP6505931 B2 JP 6505931B2
Authority
JP
Japan
Prior art keywords
game
chat
message
server
screen
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2018181569A
Other languages
Japanese (ja)
Other versions
JP2019000705A (en
Inventor
真人 齊藤
真人 齊藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
GREE Inc
Original Assignee
GREE 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 GREE Inc filed Critical GREE Inc
Priority to JP2018181569A priority Critical patent/JP6505931B2/en
Publication of JP2019000705A publication Critical patent/JP2019000705A/en
Application granted granted Critical
Publication of JP6505931B2 publication Critical patent/JP6505931B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Description

本発明は、情報処理端末を用いたメッセージの送受信を行う制御プログラム及びメッセージ通信方法に関する。   The present invention relates to a control program and a message communication method for transmitting and receiving a message using an information processing terminal.

今日、スマートフォン等のコンピュータ端末を用いて、ユーザ間でリアルタイムのメッセージ通信を行なうチャットサービスが提供されている(例えば、非特許文献1、2参照)。このチャットサービスにおいては、グループ登録されたユーザとの間で、メッセージ交換による会話(チャット)を行なう。このチャットサービスにおいては、テキストやデザイン化されたイラスト(ステッカ)を用いて会話を行なう。   Today, a chat service is provided that performs real-time message communication between users using a computer terminal such as a smartphone (see, for example, non-patent documents 1 and 2). In this chat service, a chat (chat) is performed by exchanging messages with group registered users. In this chat service, conversation is performed using text and designed illustrations (stickers).

また、ネットワークを介して、各種コンテンツ(例えば、ゲーム)が提供されている。このようなコンテンツにおいては、複数人で共用することが可能なものもある。例えば、ゲームの中には、複数のユーザが参加可能なソーシャルゲームがあり、ユーザ同士が、対戦や協力を行なうことができるものがある(例えば、特許文献1参照)。   In addition, various contents (for example, games) are provided via a network. Some of such content can be shared by multiple people. For example, there are social games in which a plurality of users can participate, and there are games in which users can play a match or cooperate with each other (see, for example, Patent Document 1).

また、チャットアプリケーションにおいて、チャットグループでゲームをすることができるサービスも提供されている(例えば、非特許文献3参照)。   Moreover, in the chat application, a service capable of playing a game in a chat group is also provided (see, for example, Non-Patent Document 3).

特開2013−94304公報(第1頁、図1)JP, 2013-94304, A (page 1, FIG. 1)

GREE,Inc.、「Tellit」[online]、平成25年5月17日、Google play、[平成25年5月24日検索]、インターネット〈URLhttps://play.google.com/store/apps/details?id=net.gree.android.app.messenger&hl=ja〉GREE, Inc. , "Tellit" [online], May 17, 2013, Google play, [search May 24, 2013], Internet <URL https://play.google.com/store/apps/details?id= net.gree.android.app.messenger & hl = en> GREE,Inc.、「Tellit」[online]、平成25年5月20日、iTunes、[平成25年5月24日検索]、インターネット〈URL:https://itunes.apple.com/app/id581075146〉GREE, Inc. , "Tellit" [online], May 20, 2013, iTunes, [search May 24, 2013], Internet <URL: https://itunes.apple.com/app/id581075146> TangoME,Inc.、「Tango」[online]、平成25年5月10日、Google play、[平成25年5月24日検索]、インターネット〈URL:https://play.google.com/store/apps/details?id=com.sgiggle.production〉Tango ME, Inc. , "Tango" [online], May 10, 2013, Google play, [May 24, 2013 search], Internet <URL: https://play.google.com/store/apps/details? id = com.sgiggle.production>

上記チャットにおいてゲームを提供するサービスでは、チャットアプリケーション本体にネイティブコードからなるゲームアプリケーションのロジックやビジュアルアセットを同梱している。このように、チャットアプリケーション本体にネイティブのゲームアプリケーションのロジックやビジュアルアセットを内包させてしまうと、アプリケーションのサイズが肥大化する。   In the service that provides a game in the above chat, the chat application itself is bundled with the logic and visual assets of the game application consisting of native code. Thus, if the chat application itself incorporates the logic and visual assets of the native game application, the size of the application will grow.

また、ゲームを追加したり、ゲーム内容を更新したりするためには、チャットアプリケーション本体の更新が必要である。特に、新しいゲームを追加する場合には、チャットアプリケーションのコードとの結合作業が発生し、技術上やビジネス上の課題が発生するこ
とがある。
In addition, in order to add a game or update game contents, it is necessary to update the chat application itself. In particular, when adding a new game, a task of combining with the code of the chat application may occur, which may cause technical and business issues.

また、ゲームコンテンツをネイティブコードで作成する場合、ユーザにゲームを提供するまでに時間がかかっていた。
更に、チャットサービスを提供するチャットサーバとコンテンツを提供するコンテンツサーバとが、異なるシステムにおいて構築されている場合、それぞれのシステムにおいて、ユーザの関連性(グループ管理)を行なう必要があり、ユーザ管理が煩雑であった。
In addition, when game content is created in native code, it takes time to provide the game to the user.
Furthermore, when the chat server providing the chat service and the content server providing the content are built in different systems, it is necessary to perform user relevancy (group management) in each system, and user management It was complicated.

本発明は、上述した問題に鑑みてなされたものであり、その目的は、コミュニケーションを行なっているチャット先と、効率的に多様なコンテンツを共用できるようにするためのコンピュータの制御プログラム及びメッセージ通信方法を提供することにある。   The present invention has been made in view of the above-described problems, and its object is to provide a control program and message communication of a computer for sharing various contents efficiently with a chat destination performing communication. To provide a way.

上記課題を解決するコンピュータ制御プログラムは、メッセージを入力する入力部を備えたコンピュータで用いられる制御プログラムであって、ユーザが使用する前記コンピュータに対し、前記ユーザが所属するグループに属する他のユーザとの間で、ネットワークを介してメッセージの送受信を行い、メッセージが時系列的に表示されたタイムラインを含むタイムライン画面において、コンテンツサーバが管理するゲームを利用するためのアイコンを表示し、前記アイコンが選択された場合に、前記タイムライン画面に前記ゲームについてのメッセージを出力し、前記ゲームに関する有効期間が近いことを示す通知を前記コンテンツサーバより受信した場合に、前記タイムライン画面に前記ゲームに関する有効期間の表示を行うことを実行させる。これにより、チャット上のユーザ関連性に基づいて、ゲームを共用することができる。 A computer control program for solving the above-mentioned problems is a control program used in a computer provided with an input unit for inputting a message, and for the computer used by the user, another user belonging to a group to which the user belongs. The message is sent and received via the network, and an icon for using the game managed by the content server is displayed on the timeline screen including the timeline in which the messages are displayed in time series, and the icon When a message about the game is output to the timeline screen and the notification indicating that the effective period regarding the game is near is received from the content server, the timeline screen relates to the game. Execute to display the effective period To. Thereby, games can be shared based on user relevancy on chats.

上記課題を解決するメッセージ通信方法は、ネットワークを介して、メッセージの送受信を行なうメッセージ処理部を用いるメッセージ通信方法であって、 前記メッセージ処理部が、前記ユーザが所属するグループに属する他のユーザとの間で、ネットワークを介してメッセージの送受信を行い、メッセージが時系列的に表示されたタイムラインを含むタイムライン画面において、コンテンツサーバが管理するゲームを利用するためのアイコンを表示し、前記アイコンが選択された場合に、前記タイムライン画面に前記ゲームについてのメッセージを出力し、 前記ゲームに関する有効期間が近いことを示す通知を前記コンテンツサーバより受信した場合に、前記タイムライン画面に前記ゲームに関する有効期間の表示を行う。これにより、チャット上のユーザ関連性に基づいて、ゲームを共用することができる。
A message communication method for solving the above problems is a message communication method using a message processing unit for transmitting and receiving a message via a network, wherein the message processing unit operates with other users belonging to a group to which the user belongs. The message is sent and received via the network, and an icon for using the game managed by the content server is displayed on the timeline screen including the timeline in which the messages are displayed in time series, and the icon When the game is selected, a message about the game is output on the timeline screen, and when the notification indicating that the effective period regarding the game is near is received from the content server, the timeline screen relates to the game Display the effective period. Thereby, games can be shared based on user relevancy on chats.

本発明によれば、コミュニケーションを行なっているチャット先と、効率的にゲームを共用できるようにするためのコンピュータの制御プログラム及びメッセージ通信方法を提供することができる。   According to the present invention, it is possible to provide a computer control program and a message communication method for sharing a game efficiently with a chat destination in communication.

本実施形態のシステム概略図。BRIEF DESCRIPTION OF THE DRAWINGS The system schematic of this embodiment. 本実施形態のブリッジの説明図。Explanatory drawing of the bridge of this embodiment. 本実施形態の処理手順の概要の説明図。Explanatory drawing of the outline | summary of the process sequence of this embodiment. 本実施形態の処理手順の説明図。Explanatory drawing of the process sequence of this embodiment. 本実施形態のシーケンス及びデータの説明図。Explanatory drawing of the sequence and data of this embodiment. 本実施形態のシーケンス及びデータの説明図。Explanatory drawing of the sequence and data of this embodiment. 本実施形態の画面例の説明図。Explanatory drawing of the example of a screen of this embodiment. 本実施形態の画面例の説明図。Explanatory drawing of the example of a screen of this embodiment. 本実施形態の画面例の説明図。Explanatory drawing of the example of a screen of this embodiment.

以下、メッセージ通信方法の一実施形態を図1〜図9に従って説明する。本実施形態は、複数のクライアント間でメッセージを送受信するチャットサービスにおいて、ウェブコンテンツ(対戦ゲーム)の共用を支援する場合を想定する。   Hereinafter, an embodiment of a message communication method will be described according to FIGS. 1 to 9. In the present embodiment, it is assumed that sharing of web content (competitive game) is supported in a chat service that transmits and receives messages between a plurality of clients.

図1に示すように、本実施形態では、インターネット等のネットワークを介して接続された、チャットサーバ10、ユーザ端末20、ゲームサーバ30を用いる。
チャットサーバ10は、ユーザ端末20に対してチャットサービスの提供・管理を行なうコンピュータシステムである。このチャットサーバ10は、CPU、RAM及びROM等からなるチャット管理部11、ユーザ管理部12、メッセージ記憶部13、ゲーム管理部14を備える。
As shown in FIG. 1, in the present embodiment, a chat server 10, a user terminal 20, and a game server 30 connected via a network such as the Internet are used.
The chat server 10 is a computer system that provides and manages a chat service to the user terminal 20. The chat server 10 includes a chat management unit 11 including a CPU, a RAM, a ROM, and the like, a user management unit 12, a message storage unit 13, and a game management unit 14.

チャット管理部11は、各ユーザ端末20からメッセージを取得し、メッセージ記憶部13に記録するとともに、チャットグループや連絡先に属する他のユーザ端末20に送信する処理を実行する。   The chat management unit 11 acquires a message from each user terminal 20, records the message in the message storage unit 13, and executes a process of transmitting the message to another user terminal 20 belonging to a chat group or a contact address.

ユーザ管理部12は、チャットサービスのユーザやチャットグループの情報を管理する。
メッセージ記憶部13は、各ユーザ端末20から取得したメッセージを、送信者情報、チャットグループ情報に関連付けて記録する。
The user management unit 12 manages information on chat service users and chat groups.
The message storage unit 13 records the message acquired from each user terminal 20 in association with the sender information and the chat group information.

ゲーム管理部14は、各クライアントに提供可能なゲーム情報を管理する。
また、チャットサーバ10は、チャットグループに属するユーザ端末20がオフラインとなっている場合には、このユーザ端末20に対してプッシュ通知を送信する。このプッシュ通知により、ユーザ端末20に対して、チャットアプリケーションの起動を促すことができる。
The game management unit 14 manages game information that can be provided to each client.
Further, when the user terminal 20 belonging to the chat group is offline, the chat server 10 transmits a push notification to the user terminal 20. By this push notification, it is possible to urge the user terminal 20 to start the chat application.

ゲームサーバ30は、インターネットにおいて、各種ゲームを提供しているサーバコンピュータであり、ゲームアセットやロジックを管理するHTTPウェブサーバである。本実施形態では、ゲームサーバ30は、JavaScript(登録商標)を含めたHTMLにより、ゲームコンテンツを提供する。このゲームサーバ30では、ゲームコンテンツとして、複数のユーザにおいて行なわれる対戦ゲームを提供する場合を想定する。ゲームサーバ30は、ゲーム制御部31やセッション管理部32を備える。   The game server 30 is a server computer that provides various games on the Internet, and is an HTTP web server that manages game assets and logic. In the present embodiment, the game server 30 provides game content by HTML including JavaScript (registered trademark). In this game server 30, it is assumed that a game played by a plurality of users is provided as the game content. The game server 30 includes a game control unit 31 and a session management unit 32.

ゲーム制御部31は、ゲームの種類に応じて、ユーザ端末20に対して提供するゲームの管理処理を実行する。このゲーム制御部31は、ゲームセッションの状態変化時に、後述するゲームオプションに応じて、チャットサーバ10に状態変化通知を送信する。   The game control unit 31 executes management processing of a game provided to the user terminal 20 according to the type of game. The game control unit 31 transmits a state change notification to the chat server 10 according to a game option described later when the state of the game session changes.

セッション管理部32は、ゲームの種類に応じてゲームセッションを管理する。本実施形態では、ゲームを特定するゲームIDに対して、ゲームの実施状況に応じた数のゲームセッションIDが関連付けられる。そして、各ゲームセッションIDには、そのゲーム状
態を示すステートと、インバイトID(後述)が関連付けられる。なお、ゲームセッションの管理は、これらに限定されるものではなく、ゲームの実装に応じて決定することができる。
The session management unit 32 manages game sessions according to the type of game. In the present embodiment, game session IDs of the number according to the implementation status of the game are associated with the game ID specifying the game. Then, each game session ID is associated with a state indicating the game state and an invite ID (described later). In addition, management of a game session is not limited to these, According to the implementation of a game, it can determine.

また、本実施形態で提供されるゲームにおいては、ゲームに応じて各種ゲームオプションが設定される。本実施形態では、オプションとして、例えば、「ワンタイム」、「継続可能」、「有効期間」、「人数制限」、「結果通知」等がある。「ワンタイム」ゲームにおいては、1回限りでゲームセッションを終了する。「継続可能」ゲームにおいては、複数のゲームセッションにおいて、ゲームを継続することができる。「有効期間」ゲームにおいては、予め定められた所定期間のみ、ゲームを継続することができる。「人数制限」ゲームにおいては、予め定められた人数がゲームに参加し、満員になった場合に、新たな参加を拒否する。「結果通知」ゲームにおいては、各ユーザに対してゲームの結果を通知する。また、一部のオプションのみを用いる場合や、複数のオプションの組み合わせを用いる場合を設定することが可能である。   Further, in the game provided in the present embodiment, various game options are set in accordance with the game. In the present embodiment, options include, for example, “one time”, “continuable”, “valid period”, “limit on number of people”, “notification of result”, and the like. In the "one time" game, the game session is ended only once. In the "continuable" game, the game can be continued in multiple game sessions. In the "valid period" game, the game can be continued only for a predetermined predetermined period. In the "number-limited" game, when a predetermined number of people participate in the game and become full, new participation is refused. In the "result notification" game, each user is notified of the result of the game. In addition, it is possible to set the case of using only some options or the case of using a combination of a plurality of options.

ユーザ端末20は、チャットサービスの利用者のコンピュータ端末(スマートフォン等の情報処理端末)である。チャットサービスを最初に利用する場合には、ユーザ端末20を用いて、チャットサーバ10にアクセスして、チャットアプリケーションプログラムをダウンロードし、インストールする。   The user terminal 20 is a computer terminal (an information processing terminal such as a smartphone) of a chat service user. When using the chat service for the first time, the chat server 10 is accessed using the user terminal 20, and the chat application program is downloaded and installed.

このユーザ端末20は、CPU、RAM、ROM等からなる制御部や、データを記憶するメモリ、各種情報の入出力部を備えている。この制御部は、チャットアプリケーションプログラムを実行することにより、チャット部21として機能する。また、本実施形態では、入出力部としてタッチパネルディスプレイを用いる。   The user terminal 20 includes a control unit including a CPU, a RAM, a ROM, and the like, a memory for storing data, and an input / output unit for various information. The control unit functions as the chat unit 21 by executing a chat application program. Further, in the present embodiment, a touch panel display is used as the input / output unit.

チャット部21はメッセージ処理部として機能し、チャット画面部210、チャット先管理部220、メッセージ記憶部230、ゲーム管理部240、ウェブ画面部250を備える。   The chat unit 21 functions as a message processing unit, and includes a chat screen unit 210, a chat destination management unit 220, a message storage unit 230, a game management unit 240, and a web screen unit 250.

チャット画面部210は、チャットサービスにおいて送信や受信したメッセージを、タッチパネルディスプレイに表示されたタイムライン画面に出力する。チャット画面部210は、送信処理部、受信処理部を備える。送信処理部は、タッチパネルディスプレイにおいて入力されたメッセージを、自分の発言として表示するとともに、メッセージをチャットサーバ10に送信する処理を実行する。受信処理部は、チャットサーバ10から取得したメッセージを、タッチパネルディスプレイにおいて、他者の発言として出力する処理を実行する。各ユーザ端末20とチャットサーバ10とは、チャットソケットにより接続される。このチャットソケットにおいては、情報の更新をリアルタイムに反映し共有するソケットが用いられる。   The chat screen unit 210 outputs the message transmitted or received in the chat service to the timeline screen displayed on the touch panel display. The chat screen unit 210 includes a transmission processing unit and a reception processing unit. The transmission processing unit executes a process of transmitting a message to the chat server 10 as well as displaying the message input on the touch panel display as its own utterance. The reception processing unit executes a process of outputting the message acquired from the chat server 10 as the other person's speech on the touch panel display. Each user terminal 20 and the chat server 10 are connected by a chat socket. In this chat socket, a socket that reflects and shares information updates in real time is used.

チャット先管理部220は、ユーザ端末20の利用者が属するチャットグループや、ユーザ端末20において指定された連絡先に関する情報が記録される。このチャットグループの参加ユーザや連絡先ユーザとの間でメッセージを送受信することができる。   The chat destination management unit 220 records information on a chat group to which the user of the user terminal 20 belongs, and a contact designated on the user terminal 20. Messages can be sent and received between the participating users and contact users of this chat group.

メッセージ記憶部230には、チャットサービスを利用して送受信されたメッセージが記録される。
ゲーム管理部240は、このクライアントにおいて利用可能なゲーム情報を管理する。ゲーム管理部240は、ユーザの要求に応じて、チャットサーバ10のゲーム管理部14から、ゲーム情報をダウンロードする。各ゲーム情報には、このゲームを提供するゲームサーバ30の接続先及びゲームID(コンテンツ識別子)に関するデータが関連付けられている。そして、ゲーム管理部240は、タッチパネルディスプレイに、選択可能なゲー
ムの一覧リストを示したゲーム選択画面を出力する。このゲーム選択画面において、ゲームが選択された場合、ウェブ画面部250を呼び出す。
The message storage unit 230 records messages transmitted and received using the chat service.
The game management unit 240 manages game information available to the client. The game management unit 240 downloads game information from the game management unit 14 of the chat server 10 in response to a user request. Each game information is associated with data relating to the connection destination of the game server 30 providing this game and the game ID (content identifier). Then, the game management unit 240 outputs a game selection screen showing a list of selectable games on the touch panel display. If a game is selected on the game selection screen, the web screen unit 250 is called.

ウェブ画面部250は、後述するように、各種ゲームサーバ30から取得した画面データを、ウェブビュー251において表示する処理を実行する。本実施形態では、各ユーザ端末20とゲームサーバ30とは、ウェブソケットにより接続される。このウェブソケットにおいては、ネイティブ−JS(JavaScript(登録商標))ブリッジを介して、サーバとクライアントが一度コネクションを確立した後は、必要な通信を、このコネクション上で専用のプロトコルを用いて行なう。   The web screen unit 250 executes a process of displaying the screen data acquired from the various game servers 30 on the web view 251 as described later. In the present embodiment, each user terminal 20 and the game server 30 are connected by a web socket. In this Web socket, after the server and client have established a connection once via a native JS (JavaScript (registered trademark)) bridge, necessary communication is performed on this connection using a dedicated protocol.

(ウェブ画面における処理)
次に、図2を用いて、ウェブ画面における処理を説明する。ウェブ画面部250のウェブビュー251は、ネイティブブリッジ252、ネイティブUI(ユーザインターフェイス)を備え、ゲームサーバ30から取得したゲーム画面を、タッチパネルディスプレイにおいて画面表示254を出力する。ネイティブUI253においては、ビュー制御やチャット画面連結を行なう。
(Process on web screen)
Next, processing on the web screen will be described using FIG. The web view 251 of the web screen unit 250 includes a native bridge 252 and a native UI (user interface), and outputs a screen display 254 of the game screen acquired from the game server 30 on the touch panel display. In the native UI 253, view control and chat screen connection are performed.

ネイティブブリッジ252は、チャット画面上のゲームリンクによるゲームサーバ30との接続や、コネクションハンドリングを行なう。このコネクションハンドリングにより、ウェブビュー251から提供されるコンテンツ(例えば、対戦ゲーム)は、チャット先のセッション情報やセッション開始イベントを取得し、ソケット通信開始のハンドリングが可能となる。このため、コネクションハンドリングにおいては、例えば、以下のインスタンスから、各種イベントリスニングやメッセージのブロードキャスト等を実現する。
New connection()
connection.open
connection.onclose
connection.send
connection.onmessage
なお、このコネクションハンドリングは例示であり、これらに限定されるものではない。
The native bridge 252 performs connection with the game server 30 by game link on the chat screen and connection handling. With this connection handling, the content (for example, a match game) provided from the web view 251 acquires session information of a chat destination and a session start event, and can handle socket communication start. Therefore, in connection handling, for example, various event listening, message broadcasting, etc. are realized from the following instances.
New connection ()
connection.open
connection.onclose
connection.send
connection.onmessage
In addition, this connection handling is an illustration, and is not limited to these.

(チャットサーバにおける処理の概要)
次に、図3を用いて、チャットサーバ10における処理の概要を説明する。ここでは、クライアントA,B,Cが同じチャットグループに属する場合を想定する。
(Outline of processing in chat server)
Next, an outline of processing in the chat server 10 will be described with reference to FIG. Here, it is assumed that clients A, B, and C belong to the same chat group.

まず、チャットサーバ10のチャット管理部11は、チャット管理処理を実行する(ステップS1−1)。具体的には、チャット管理部11は、チャットサーバ10に接続されたユーザ端末20(例えば、クライアントA、B)におけるメッセージ交換を管理する。ここで、各クライアントのユーザ端末20のタッチパネルディスプレイには、タイムライン画面が表示される。このタイムライン画面では、ユーザが送信したメッセージや、相手ユーザから取得したメッセージが時系列に表示される。本実施形態では、タイムライン画面においては、他者のメッセージは左寄り、自分のメッセージは右寄りに表示される。   First, the chat management unit 11 of the chat server 10 executes a chat management process (step S1-1). Specifically, the chat management unit 11 manages message exchange in the user terminal 20 (for example, the clients A and B) connected to the chat server 10. Here, a timeline screen is displayed on the touch panel display of the user terminal 20 of each client. On this timeline screen, messages sent by the user and messages obtained from the other user are displayed in chronological order. In the present embodiment, in the timeline screen, the other's message is displayed on the left, and its own message is displayed on the right.

次に、チャットサーバ10のチャット管理部11は、ゲーム選択処理を実行する(ステップS1−2)。具体的には、ゲームを行なう場合、ユーザ端末20(例えば、クライアントA)において、所望のゲームを選択する。この場合、チャット管理部11は、クライアントAにおいて、選択されたゲーム情報(ウェブコンテンツの識別情報)を取得する。   Next, the chat management unit 11 of the chat server 10 executes a game selection process (step S1-2). Specifically, when playing a game, a desired game is selected in the user terminal 20 (for example, the client A). In this case, the chat management unit 11 acquires the selected game information (the identification information of the web content) in the client A.

次に、チャットサーバ10のチャット管理部11は、ゲームリンク処理を実行する(ステップS1−3)。具体的には、チャット管理部11は、チャットグループにおいて、チ
ャット相手に対して、ゲームリンクを含めたメッセージを送信する。例えば、クライアントAにおいてゲームが選択された場合、クライアントBに、選択されたゲームについてのメッセージ(ゲームリンク)を出力する。
Next, the chat management unit 11 of the chat server 10 executes game link processing (step S1-3). Specifically, the chat management unit 11 transmits a message including a game link to the chat partner in the chat group. For example, when a game is selected in the client A, the client B outputs a message (game link) about the selected game.

また、オフラインのクライアントに対しては、チャットサーバ10のチャット管理部11は、プッシュ通知処理を実行する(ステップS1−4)。具体的には、チャット管理部11は、チャットグループにおいて、オフラインのクライアントを検知した場合には、このクライアントに対して、ゲームリンクの要求があることを示すプッシュ通知を行なう。例えば、クライアントCがオフラインの場合には、このクライアントCに対して、プッシュ通知を送信する。この場合には、クライアントCのユーザ端末20のタッチパネルディスプレイに、チャットサービス上のメッセージがあることを示すアラームを出力する。   In addition, for offline clients, the chat management unit 11 of the chat server 10 executes push notification processing (step S1-4). Specifically, when the chat management unit 11 detects an offline client in the chat group, the chat management unit 11 sends a push notification indicating that there is a game link request to this client. For example, when the client C is offline, a push notification is sent to the client C. In this case, an alarm indicating that there is a message on the chat service is output on the touch panel display of the user terminal 20 of the client C.

いずれか複数のクライアント(B,C)においてゲームリンクが選択された場合、クライアントはゲームサーバ30にアクセスする。そして、ゲームサーバ30は、ゲームを開始し、ゲームセッションを管理する(ステップS1−5)。ゲームセッションにおいて状態変化を検知した場合、ゲームサーバ30は、チャットサーバ10に対して、状態変化通知を送信する。状態変化としては、例えば、ゲームの途中経過、人数制限に到達した場合(満員)やゲームの終了等がある。   When a game link is selected in any of a plurality of clients (B, C), the client accesses the game server 30. Then, the game server 30 starts the game and manages the game session (step S1-5). When a state change is detected in the game session, the game server 30 transmits a state change notification to the chat server 10. The state change includes, for example, the progress of the game, the case where the number limit is reached (full), the end of the game, and the like.

この場合、チャットサーバ10のチャット管理部11は、状態変化通知の取得処理を実行する(ステップS1−6)。具体的には、チャット管理部11は、ゲームサーバ30から状態変化通知を取得する。この状態変化通知には、ゲームオプションに関する情報が含まれる。   In this case, the chat management unit 11 of the chat server 10 executes an acquisition process of the state change notification (step S1-6). Specifically, the chat management unit 11 acquires a state change notification from the game server 30. The state change notification includes information on game options.

次に、チャットサーバ10のチャット管理部11は、ゲームオプションに応じたメッセージ対応処理を実行する(ステップS1−7)。具体的には、チャット管理部11は、状態変化通知のオプションに基づいて、メッセージの表示形式を決定する。   Next, the chat management unit 11 of the chat server 10 executes a message handling process according to the game option (step S1-7). Specifically, the chat management unit 11 determines the display format of the message based on the option of the state change notification.

次に、チャットサーバ10のチャット管理部11は、ゲームメッセージの表示変更処理を実行する(ステップS1−8)。具体的には、チャット管理部11は、決定した表示形式に基づいて、チャットグループのタイムライン画面にメッセージを出力する。   Next, the chat management unit 11 of the chat server 10 executes a display change process of the game message (step S1-8). Specifically, the chat management unit 11 outputs a message on the timeline screen of the chat group based on the determined display format.

(ゲームオプション)
次に、図4を用いてゲームオプションを説明する。
(a)ゲームオプションが「ワンタイム」のゲームにおいては、ゲームサーバ30は、1つのセッションにおいてゲーム終了を検知した場合、チャットサーバ10に対して、状態変化通知(ゲーム終了)の通知処理を実行する(ステップSE10)。この場合、チャットサーバ10のチャット管理部11は、クライアントのタイムライン画面においてゲームリンクをグレイアウトする。
(Game option)
Next, the game option will be described using FIG.
(A) In a game where the game option is “one time”, the game server 30 executes notification processing of state change notification (game end) to the chat server 10 when the game end is detected in one session. (Step SE10). In this case, the chat management unit 11 of the chat server 10 grays out the game link on the timeline screen of the client.

(b)ゲームオプションが「継続可能」のゲームにおいては、ゲームの最終決着(勝敗)が決まっていない場合には、ゲームサーバ30は、1回のセッションを終了した場合にも、ゲームを継続する(ステップSE20)。   (B) In the game where the game option is “continueable”, the game server 30 continues the game even when one session is ended, if the final determination (wining or losing) of the game is not decided. (Step SE20).

そして、ゲームサーバ30は、ゲームが最終決着した場合に、チャットサーバ10に対して、状態変化通知(ゲーム終了)の通知処理を実行する(ステップSE21)。この場合、チャットサーバ10のチャット管理部11は、クライアントのタイムライン画面においてゲームリンクをグレイアウトする。   Then, when the game is finally decided, the game server 30 executes notification processing of state change notification (game end) to the chat server 10 (step SE21). In this case, the chat management unit 11 of the chat server 10 grays out the game link on the timeline screen of the client.

(c)ゲームオプションが「有効期間」のゲームにおいては、ゲームサーバ30は、セ
ッション開始時刻からの経過時間を算出する。そして、ゲームサーバ30は、チャットサーバ10に対して、状態変化として有効期間の満了が近いことを示す通知処理を実行する(ステップSE30)。この場合、チャットサーバ10のチャット管理部11は、クライアントのタイムライン画面において、有効期間の満了が近いことを示すメッセージを出力する。
(C) In the game in which the game option is “effective period”, the game server 30 calculates an elapsed time from the session start time. Then, the game server 30 executes a notification process indicating to the chat server 10 that the expiration of the effective period is near as a state change (step SE30). In this case, the chat management unit 11 of the chat server 10 outputs a message indicating that expiration of the effective period is near on the timeline screen of the client.

そして、ゲームサーバ30は、セッション開始時刻からの経過時間に基づいて、有効期間の満了を検知した場合、チャットサーバ10に対して、状態変化通知(ゲーム終了)の通知処理を実行する(ステップSE31)。この場合、チャットサーバ10のチャット管理部11は、クライアントのタイムライン画面においてゲームリンクをグレイアウトする。   When the game server 30 detects the expiration of the effective period based on the elapsed time from the session start time, the game server 30 executes notification processing of state change notification (game end) to the chat server 10 (step SE31) ). In this case, the chat management unit 11 of the chat server 10 grays out the game link on the timeline screen of the client.

(d)ゲームオプションが「人数制限」のゲームの場合、ゲームサーバ30は、参加人数カウント処理を実行する(ステップSE40)。ゲームサーバ30は、セッション管理部32に記録されたセッション管理レコードにおいて、ユーザIDを計数することにより、参加人数を算出する。   (D) In the case of a game in which the game option is "number of players limited", the game server 30 executes a process of counting the number of participants (step SE40). The game server 30 calculates the number of participants by counting the user ID in the session management record recorded in the session management unit 32.

そして、ゲームサーバ30は、参加人数が制限人数に達した場合(満員の場合)、チャットサーバ10に対して、状態変化通知(満員)の通知処理を実行する(ステップSE41)。この場合、チャットサーバ10のチャット管理部11は、クライアントのタイムライン画面においてゲームリンクをグレイアウトする。   Then, when the number of participants reaches the limited number (in the case of full occupancy), the game server 30 executes notification processing of state change notification (full occupancy) to the chat server 10 (step SE41). In this case, the chat management unit 11 of the chat server 10 grays out the game link on the timeline screen of the client.

(e)ゲームオプションが「結果通知」のゲームにおいて、ゲーム終了を検知した場合、ゲームサーバ30は、チャットサーバ10に対して、状態変化通知(ゲーム終了)の通知処理を実行する(ステップSE50)。このゲーム終了の通知には、勝者や敗者のユーザIDに関するデータを含める。この場合、チャットサーバ10のチャット管理部11は、クライアントのタイムライン画面において、結果を表示するとともに、ゲームリンクをグレイアウトする。   (E) In the game where the game option is "result notification", when the game end is detected, the game server 30 executes notification processing of state change notification (game end) to the chat server 10 (step SE50). . The notification of the end of the game includes data on the user ID of the winner or loser. In this case, the chat management unit 11 of the chat server 10 displays the result and grays out the game link on the timeline screen of the client.

(シーケンス及び通信に用いられるデータ)
次に、図5、図6を用いて、ゲームを行なう場合のシーケンス及び通信に用いられるデータを説明する。また、図7〜図9を用いて、ユーザ端末20のタッチパネルディスプレイに表示される画面を説明する。
(Data used for sequence and communication)
Next, with reference to FIGS. 5 and 6, sequences used when playing a game and data used for communication will be described. Moreover, the screen displayed on the touch-panel display of the user terminal 20 is demonstrated using FIGS. 7-9.

まず、チャットサービスを利用する場合、クライアントAのユーザ端末20においてチャットアプリケーションを起動する。
この場合、図5に示すように、クライアントAのユーザ端末20は、チャットサーバ10との間でコネクション確立処理を行なう(ステップS101)。このコネクション確立処理は、公知のハンドシェイクにより行なわれる。
First, when using a chat service, the chat application is started in the user terminal 20 of the client A.
In this case, as shown in FIG. 5, the user terminal 20 of the client A performs connection establishment processing with the chat server 10 (step S101). This connection establishment process is performed by a known handshake.

そして、クライアントAのユーザ端末20は、データ転送処理を実行する(ステップS102)。ここでは、チャットサービスを利用するために必要な情報(ペイロード)を送受信する。   Then, the user terminal 20 of the client A executes data transfer processing (step S102). Here, information (payload) necessary for using the chat service is transmitted and received.

この場合、図7に示すように、ユーザ端末20のタッチパネルディスプレイに、タイムライン画面510が表示される。
また、クライアントBのユーザ端末20においてチャットサービスを利用する場合にも、クライアントAの場合と同様に、コネクション確立処理(ステップS301)、データ転送処理(ステップS302)を実行する。
In this case, as shown in FIG. 7, a timeline screen 510 is displayed on the touch panel display of the user terminal 20.
Also, when using the chat service in the user terminal 20 of the client B, as in the case of the client A, connection establishment processing (step S301) and data transfer processing (step S302) are executed.

次に、クライアントAにおいて、チャットグループでのゲームを希望する場合、ゲーム選択を行なう。具体的には、ユーザ端末20のチャット画面において、ゲームの選択画面の出力を指示する。   Next, when the client A desires to play a game in a chat group, game selection is performed. Specifically, on the chat screen of the user terminal 20, the output of the game selection screen is instructed.

この場合、図7に示すように、クライアントAのユーザ端末20のタッチパネルディスプレイに、タイムライン画面511とともに、ゲーム選択画面520が表示される。
そして、ゲーム選択画面520において、ゲームが選択された場合、クライアントAのユーザ端末20は、ウェブビューを起動する(ステップS103)。具体的には、チャット部21のウェブ画面部250は、タッチパネルディスプレイに、ゲーム画面を出力する。このゲーム画面には、ウェブビューが含まれる。なお、チャット画面部210は、図7に示すタイムライン画面530において、ゲームメッセージ531を出力する。
In this case, as shown in FIG. 7, the game selection screen 520 is displayed on the touch panel display of the user terminal 20 of the client A together with the timeline screen 511.
Then, when a game is selected on the game selection screen 520, the user terminal 20 of the client A activates a web view (step S103). Specifically, the web screen unit 250 of the chat unit 21 outputs the game screen to the touch panel display. The game screen includes a web view. The chat screen unit 210 outputs the game message 531 on the timeline screen 530 shown in FIG.

ウェブビューを起動したクライアントAのユーザ端末20は、ゲームサーバ30との間で、コネクション確立処理を行なう(ステップS104)。この場合、ウェブ画面部250は、インバイトIDを生成する。このインバイトIDとしては、チャットサーバ10が、チャット先を把握できる識別子を用いる。例えば、インバイトIDを以下のように構成することができる。
〔インバイトID〕=〔ゲームID〕×〔チャットグループID〕
The user terminal 20 of the client A that has activated the web view performs connection establishment processing with the game server 30 (step S104). In this case, the web screen unit 250 generates an invite ID. As this invite ID, the chat server 10 uses an identifier with which the chat destination can be grasped. For example, the invite ID can be configured as follows.
[Invite ID] = [Game ID] x [Chat Group ID]

また、オプションとして、インバイトIDに、招待者のユーザIDを付加するようにしてもよい。なお、このインバイトIDは、チャットサーバ10において生成し、クライアントAのユーザ端末20に提供するようにしてもよい。そして、ユーザ端末20は、ハンドシェイク信号において、選択されたゲームのゲームID、インバイトID、ユーザID(A)を、ゲームサーバ30に送信する。   As an option, the invitee's user ID may be added to the invite ID. Note that this invite ID may be generated in the chat server 10 and provided to the user terminal 20 of the client A. Then, the user terminal 20 transmits the game ID, the invite ID, and the user ID (A) of the selected game in the handshake signal to the game server 30.

この場合、ゲームサーバ30のゲーム制御部31は、ユーザ端末20から取得したインバイトIDがセッション管理部32に記録されているかどうかを確認する。
ここで、セッション管理部32に、ユーザ端末20から取得したインバイトIDが登録されておらず、初めてインバイトIDを取得した場合には、ゲーム制御部31は、ゲームセッションIDを付与したゲームセッションを生成する(S501)。本実施形態では、ゲーム制御部31は、セッション管理部32に、ゲームセッションIDとゲームIDとを関連付けて登録する。更に、ゲーム制御部31は、ゲームセッションIDに対して、クライアントAから取得したインバイトIDと、ステート(ゲーム状態)とを関連付けたセッション管理レコードを記録する。そして、ゲーム制御部31は、クライアントAのユーザ端末20に対して、ゲームセッションIDを返す。更に、ゲーム制御部31は、このゲームセッションIDに対して、ユーザID(ここでは、クライアントAのユーザID)を関連付けて記録する。
In this case, the game control unit 31 of the game server 30 checks whether the invite ID acquired from the user terminal 20 is recorded in the session management unit 32.
Here, when the invite ID acquired from the user terminal 20 is not registered in the session management unit 32 and the invite ID is acquired for the first time, the game control unit 31 determines the game session to which the game session ID is assigned. Are generated (S501). In the present embodiment, the game control unit 31 registers the game session ID and the game ID in the session management unit 32 in association with each other. Furthermore, the game control unit 31 records, for the game session ID, a session management record in which the invite ID acquired from the client A is associated with the state (game state). Then, the game control unit 31 returns the game session ID to the user terminal 20 of the client A. Furthermore, the game control unit 31 associates and records a user ID (here, the user ID of the client A) with the game session ID.

クライアントAのユーザ端末20は、ゲームサーバ30との間でデータ転送処理を行なう(ステップS105)。ここでは、ゲームを利用するために必要な情報(ペイロード)を送受信する。   The user terminal 20 of the client A performs data transfer processing with the game server 30 (step S105). Here, information (payload) necessary for using the game is transmitted and received.

この場合、図7に示すように、ウェブ画面部250は、ゲーム画面550を出力する。このゲーム画面550にはウェブビュー551が含まれる。このウェブビュー551においては、上述したブリッジ処理により、ゲームサーバ30との接続が確立され、結果としてゲームロジックが展開・スタートする。   In this case, as shown in FIG. 7, the web screen unit 250 outputs the game screen 550. The game screen 550 includes a web view 551. In the web view 551, the connection with the game server 30 is established by the above-described bridge processing, and as a result, the game logic is developed and started.

これにより、ゲームサーバ30は、セッションを開始する(ステップS502)。この場合、ゲームサーバ30のゲーム制御部31は、ゲームセッションの管理を行なう。このゲームIDに応じて、ゲームオプションを特定することができる。例えば、このセッショ
ン管理レコードのステートとしては、ゲームの状態(対戦の待機)を記録する。
Thereby, the game server 30 starts a session (step S502). In this case, the game control unit 31 of the game server 30 manages the game session. A game option can be specified according to the game ID. For example, as the state of the session management record, the state of the game (waiting for battle) is recorded.

また、クライアントAのゲーム選択画面520においてゲームが選択された場合、ユーザ端末20は、ゲームリンク処理を行なう(ステップS106)。この場合、チャットサーバ10のチャット管理部11は、ゲームメッセージをチャットサーバ10に送信する。このゲームメッセージには、接続先情報、ゲームID(ウェブコンテンツの識別情報)、インバイトIDに関するデータを含める。この接続先情報には、選択されたゲームのゲームサーバ30を特定するための情報を含める。ゲームサーバ30を特定するための情報としては、例えば、URL、IPアドレス、ポート情報、ホスト名等を用いることができる。   When a game is selected on the game selection screen 520 of the client A, the user terminal 20 performs game link processing (step S106). In this case, the chat management unit 11 of the chat server 10 transmits a game message to the chat server 10. The game message includes data on connection destination information, game ID (identification information of web content), and invite ID. The connection destination information includes information for specifying the game server 30 of the selected game. As information for specifying the game server 30, for example, a URL, an IP address, port information, a host name or the like can be used.

クライアントAからゲームメッセージを取得したチャットサーバ10は、ゲームリンク処理を実行する(ステップS201)。具体的には、チャットサーバ10のチャット管理部11は、ユーザ管理部12を用いて、クライアントAのチャット先を特定する。この場合、チャットサーバ10は、チャットグループとインバイトIDとを関連づけて記憶する。そして、オンラインのチャット先クライアント(ここでは、クライアントB)に対して、ゲームメッセージを送信する。このゲームメッセージには、接続先情報、ゲームID、インバイトIDに関するデータを含める。   The chat server 10 having acquired the game message from the client A executes the game link process (step S201). Specifically, the chat management unit 11 of the chat server 10 uses the user management unit 12 to specify the chat destination of the client A. In this case, the chat server 10 stores the chat group and the invite ID in association with each other. Then, the game message is transmitted to the online chat destination client (here, client B). The game message includes data on connection destination information, game ID, and invite ID.

そして、クライアントBのユーザ端末20は、タッチパネルディスプレイに表示されたタイムライン画面に、ゲームメッセージを出力する(ステップS303)。
この場合、図7に示すように、チャット画面部210は、タッチパネルディスプレイに、タイムライン画面540を出力する。このタイムライン画面540には、ゲームメッセージ541が含まれる。
Then, the user terminal 20 of the client B outputs a game message on the timeline screen displayed on the touch panel display (step S303).
In this case, as shown in FIG. 7, the chat screen unit 210 outputs the timeline screen 540 to the touch panel display. The timeline screen 540 includes a game message 541.

また、チャットサーバ10は、オフラインのチャット先クライアントを検知した場合、プッシュ通知処理を実行する(ステップS202)。具体的には、チャットサーバ10のチャット管理部11は、オフラインのユーザ端末20に対して、チャットグループの他のクライアントAから、ゲームメッセージが来ていることを通知する。この場合、クライアントCのユーザ端末20は、タッチパネルディスプレイに、チャット上のメッセージがあることを示すアラームを出力する。   When the chat server 10 detects an offline chat destination client, the chat server 10 executes a push notification process (step S202). Specifically, the chat management unit 11 of the chat server 10 notifies the offline user terminal 20 that the other client A of the chat group has received a game message. In this case, the user terminal 20 of the client C outputs an alarm indicating that there is a message on the chat on the touch panel display.

そして、クライアントCのユーザ端末20において、チャットアプリケーションを起動する(ステップS401)。
この場合、クライアントCのユーザ端末20は、チャットサーバ10との間で、コネクション確立処理(ステップS402)を実行する。
Then, a chat application is activated in the user terminal 20 of the client C (step S401).
In this case, the user terminal 20 of the client C executes a connection establishing process (step S402) with the chat server 10.

そして、チャットサーバ10は、ゲームリンク処理を実行する(ステップS203)。
この場合、クライアントCのユーザ端末20は、タッチパネルディスプレイに表示されたタイムライン画面において、ゲームメッセージを出力する(ステップS403)。
And chat server 10 performs game link processing (Step S203).
In this case, the user terminal 20 of the client C outputs a game message on the timeline screen displayed on the touch panel display (step S403).

次に、図6を用いて、対戦ゲームを行なう場合を説明する。
クライアントBにおいてゲーム対戦を希望する場合、ユーザ端末20は、オープン処理を実行する(ステップS311)。この処理は、タッチパネルディスプレイに表示されたタイムライン画面において、図7に示すゲームメッセージ541を選択することにより行なわれる。
Next, the case of playing a battle game will be described using FIG.
If the client B wishes to play a game, the user terminal 20 executes an open process (step S311). This process is performed by selecting a game message 541 shown in FIG. 7 on the time line screen displayed on the touch panel display.

この場合、クライアントBのユーザ端末20は、ウェブビュー処理を実行する(ステップS312)。具体的には、チャット部21のウェブ画面部250は、タッチパネルディスプレイに、ゲーム画面を出力する。このゲーム画面にウェブビューが含まれる。この場
合、ウェブ画面部250は、ゲームメッセージに含まれる接続先情報を用いて、ゲームサーバ30にアクセスする。
In this case, the user terminal 20 of the client B executes web view processing (step S312). Specifically, the web screen unit 250 of the chat unit 21 outputs the game screen to the touch panel display. This game screen includes a web view. In this case, the web screen unit 250 accesses the game server 30 using connection destination information included in the game message.

そして、クライアントBのユーザ端末20は、ゲームサーバ30との間で、コネクション確立処理を実行する(ステップS313)。このハンドシェイク信号においては、クライアントBは、チャットサーバ10から取得したゲームID、インバイトIDを送信する。更に、クライアントBは、ゲームサーバ30に対してユーザID(B)に関するデータを送信する。   Then, the user terminal 20 of the client B executes a connection establishing process with the game server 30 (step S313). In the handshake signal, the client B transmits the game ID and the invite ID acquired from the chat server 10. Furthermore, the client B transmits data on the user ID (B) to the game server 30.

そして、クライアントBのユーザ端末20は、ゲームサーバ30との間で、データ転送処理を実行する(ステップS314)。ここでは、ゲームを利用するために必要な情報(ペイロード)を送受信する。   Then, the user terminal 20 of the client B performs data transfer processing with the game server 30 (step S314). Here, information (payload) necessary for using the game is transmitted and received.

この場合、ゲームサーバ30は、ゲームセッション管理処理を行なう(ステップS511)。ここでも、ゲームサーバ30のゲーム制御部31は、ユーザ端末20から取得したインバイトIDがセッション管理部32に記録されているかどうかを確認する。この場合、セッション管理部32において、ユーザ端末20から取得したインバイトIDが登録されており、既にゲームセッションが維持されている場合には、ゲーム制御部31は、セッション管理部32において、ゲームセッションIDに対して、ユーザIDとして「B」を追加する。そして、ゲーム制御部31は、新たに参加したクライアントBのユーザ端末20に対して、インバイトIDに関連付けられたゲームセッションIDを返す。これにより、ゲームサーバ30は、クライアントAとクライアントBとのゲームを開始するとともに、例えば、セッション管理レコードのステートとして、対戦開始を記録する。
この場合、図8に示すように、ゲームサーバ30は、クライアントA,Bのウェブ画面部250においてゲーム画面610を出力する。
In this case, the game server 30 performs a game session management process (step S511). Also here, the game control unit 31 of the game server 30 checks whether the invite ID acquired from the user terminal 20 is recorded in the session management unit 32. In this case, when the invitee ID acquired from the user terminal 20 is registered in the session management unit 32 and the game session is already maintained, the game control unit 31 controls the session management unit 32 to execute the game session. Add "B" as a user ID to the ID. Then, the game control unit 31 returns the game session ID associated with the invite ID to the user terminal 20 of the newly joined client B. Thereby, the game server 30 starts the game of the client A and the client B, and records the start of the battle as, for example, the state of the session management record.
In this case, as shown in FIG. 8, the game server 30 outputs the game screen 610 on the web screen unit 250 of the clients A and B.

ゲームサーバ30が、ゲーム途中で状態変化を検知する(ステップS512)。この場合、ゲーム制御部31は、セッション管理部32のセッション管理レコードにおいて、状態変化に応じてステートを更新する。そして、ゲーム制御部31は、このゲームのゲームオプションに応じて状態変化通知の要否を判断する。   The game server 30 detects a state change in the middle of the game (step S512). In this case, the game control unit 31 updates the state according to the state change in the session management record of the session management unit 32. Then, the game control unit 31 determines the necessity of the state change notification according to the game option of this game.

ゲームオプションに応じて状態変化通知が必要な場合、ゲームサーバ30は、チャットサーバ10に対して、ゲームの状態変化の通知処理を実行する(ステップS513)。この状態変化通知には、インバイトID、オプション(ゲームオプション)に関するデータを含める。   When the state change notification is necessary according to the game option, the game server 30 executes notification processing of the game state change to the chat server 10 (step S513). This status change notification includes data on an invite ID and an option (game option).

次に、チャットサーバ10は、ゲーム状態管理処理を実行する(ステップS211)。具体的には、チャットサーバ10のチャット管理部11は、状態変化通知のオプションに応じて、メッセージの表示形態を特定する。次に、チャット管理部11は、インバイトIDに基づいてチャットグループを特定する。そして、チャット管理部11は、各クライアントに対して状態変化通知を送信する。この状態変化通知には、インバイトID、オプションに関するデータを含める。   Next, the chat server 10 executes a game state management process (step S211). Specifically, the chat management unit 11 of the chat server 10 specifies the display form of the message according to the option of the state change notification. Next, the chat management unit 11 specifies a chat group based on the invite ID. Then, the chat management unit 11 transmits a state change notification to each client. This status change notification includes data on an invite ID and an option.

各クライアント(A〜C)のユーザ端末20は、状態変化に応じたメッセージを出力する。
そして、クライアントA,Bのウェブ画面部250において対戦を行ない、最終的にゲームを終了する。
The user terminal 20 of each client (A to C) outputs a message corresponding to the state change.
Then, the game is played on the web screen unit 250 of the clients A and B, and the game is finally ended.

そして、ゲームサーバ30は、対戦の終了を検知した場合、セッション終了処理を実行する(ステップS514)。この場合、ゲーム制御部31は、セッション管理部32のセ
ッション管理レコードにおいて、ステートとしてゲーム終了を記録する。
Then, when detecting the end of the battle, the game server 30 executes a session end process (step S514). In this case, the game control unit 31 records the end of the game as a state in the session management record of the session management unit 32.

次に、ゲームサーバ30は、チャットサーバ10に対して、ゲーム終了の通知処理を実行する(ステップS515)。この状態変化通知(ゲーム終了)には、インバイトID、オプション(ゲームオプション)に関するデータを含める。   Next, the game server 30 executes a game end notification process to the chat server 10 (step S515). The status change notification (game end) includes data on an invite ID and an option (game option).

次に、チャットサーバ10は、ゲーム終了管理処理を実行する(ステップS212)。具体的には、チャットサーバ10のチャット管理部11は、ゲームオプションに応じて、後述するようにメッセージの表示形態を特定する。次に、チャット管理部11は、インバイトIDに基づいてチャットグループを特定する。そして、チャット管理部11は、各クライアントに対して終了通知を送信する。この終了通知には、インバイトID、オプションに関するデータを含める。   Next, the chat server 10 executes a game end management process (step S212). Specifically, the chat management unit 11 of the chat server 10 specifies the display mode of the message as described later according to the game option. Next, the chat management unit 11 specifies a chat group based on the invite ID. Then, the chat management unit 11 transmits an end notification to each client. This end notification includes data on an invite ID and an option.

各クライアント(A〜C)のユーザ端末20は、ゲーム終了処理を実行する(ステップS111、S315、S411)。具体的には、チャット部21のチャット画面部210は、オプションに応じて、メッセージの表示を維持又は変更する。   The user terminal 20 of each client (A to C) executes game end processing (steps S111, S315, and S411). Specifically, the chat screen unit 210 of the chat unit 21 maintains or changes the display of the message according to the option.

ここで、終了通知において、結果表示のオプションが含まれる場合には、各クライアントにおいて、チャット部21のチャット画面部210は、終了通知の勝敗に基づいたメッセージを出力する。   Here, in the case where the end notification includes the option of result display, in each client, the chat screen unit 210 of the chat unit 21 outputs a message based on the outcome of the end notification.

ここでは、図8に示すように、クライアントAのウェブ画面部250はタイムライン画面620を出力し、クライアントAのウェブ画面部250はタイムライン画面630を出力する。このタイムライン画面620,630においては、ゲームメッセージはグレイアウトして、選択できなくなる。   Here, as shown in FIG. 8, the web screen unit 250 of the client A outputs a timeline screen 620, and the web screen unit 250 of the client A outputs a timeline screen 630. In this timeline screen 620, 630, the game message is grayed out and can not be selected.

また、図9に示すように、「継続可能」、「有効期間」のオプションの場合には、ゲームサーバ30は、クライアントA,Bのウェブ画面部250においてゲーム画面710を出力する。そして、各クライアントA,B,Cにおいて、チャット部21のチャット画面部210は、ゲーム継続中のメッセージを含めたタイムライン画面720,730を出力する。このタイムライン画面720,730においては、ゲームメッセージはグレイアウトせず、後で選択可能である。   Further, as shown in FIG. 9, in the case of the options of “continuable” and “effective period”, the game server 30 outputs the game screen 710 in the web screen unit 250 of the clients A and B. Then, in each of the clients A, B, and C, the chat screen unit 210 of the chat unit 21 outputs the timeline screens 720 and 730 including the message in progress of the game. In the timeline screens 720 and 730, game messages are not grayed out and can be selected later.

そして、ゲームサーバ30から「有効期間」が近づいたことを示す状態変化通知を取得した場合、チャットサーバ10のチャット管理部11は、期間満了が近いことを示すメッセージを含めたタイムライン画面740を出力する。   When the state change notification indicating that the “effective period” is approaching is acquired from the game server 30, the chat management unit 11 of the chat server 10 displays the timeline screen 740 including a message indicating that the period expiration is near. Output.

上記実施形態によれば、以下のような効果を得ることができる。
(1)上記実施形態では、チャット部21のウェブ画面部250は、ゲームサーバ30から取得した画面データのウェブページをウェブビューに出力する。これにより、ネイティブコードにより作成されたチャットアプリケーションにおいて、ウェブコンテンツを活用することができる。そして、チャットアプリケーションのバイナリサイズの増加を抑制することができる。また、ゲームアセットもコンテンツサーバに設置することができる。更に、共用するコンテンツを外部から取り込むため、共用コンテンツの内容を更新したり、新しいステージを配信したり、ゲームの種類自体を増加させたりする場合にも、チャットアプリケーション自体を更新する負担がない。更に、開発速度が速いウェブベースのゲーム資産を活用し、スピード感をもって最新のゲームをエンドユーザに提供することができる。
According to the above embodiment, the following effects can be obtained.
(1) In the above embodiment, the web screen unit 250 of the chat unit 21 outputs the web page of the screen data acquired from the game server 30 to the web view. Thereby, it is possible to utilize web content in a chat application created by native code. And, it is possible to suppress an increase in the binary size of the chat application. Also, game assets can be installed on the content server. Furthermore, there is no burden of updating the chat application itself even when updating the content of the shared content, delivering a new stage, or increasing the types of games in order to load shared content from the outside. Furthermore, by utilizing a web-based game asset developed at a high speed, the latest game can be provided to the end user with a sense of speed.

(2)上記実施形態では、クライアントAにおいてゲームが指定された場合、クライア
ントAのユーザ端末20は、ゲームサーバ30に、選択されたゲームのゲームID、インバイトIDを含むデータを、ゲームサーバ30に送信する。また、クライアントBが対戦を希望する場合、クライアントBのユーザ端末20は、チャットサーバ10を介して、クライアントAから取得したインバイトIDを含むデータを、ゲームサーバ30に送信する。これにより、対戦相手(ウェブコンテンツの共用先)は既にチャット上で通信を行なっている関係性があるため、この関係性を利用して、ゲームサーバ30において対戦相手を効率的に指定することができる。従って、ゲームサーバ30において、ユーザ認証システムやユーザを招待する仕組みを実装することなく、ユーザを簡単に呼び寄せることができる。
(2) In the above embodiment, when a game is designated in the client A, the user terminal 20 of the client A sends the game server 30 data including the game ID of the selected game and the invite ID to the game server 30. Send to When the client B desires to play a match, the user terminal 20 of the client B transmits data including the invite ID acquired from the client A to the game server 30 via the chat server 10. As a result, since the opponent (the sharing destination of the web content) already has a relationship in which communication is performed on the chat, the game server 30 may efficiently specify the opponent using this relationship. it can. Therefore, the game server 30 can easily invite users without implementing a user authentication system or a mechanism for inviting users.

(3)上記実施形態では、チャットサーバ10のチャット管理部11は、ゲームメッセージをチャットサーバ10に送信する。このゲームメッセージには、接続先情報、ゲームID、インバイトIDに関するデータを含める。これにより、チャット相手のクライアントは、ゲームサーバ30に効率的にアクセスすることができる。   (3) In the above embodiment, the chat management unit 11 of the chat server 10 transmits a game message to the chat server 10. The game message includes data on connection destination information, game ID, and invite ID. Thus, the client of the chat partner can efficiently access the game server 30.

(4)上記実施形態では、チャットサーバ10は、チャットグループに属するユーザ端末20がオフラインとなっている場合には、このユーザ端末20に対してプッシュ通知を送信する。これにより、チャットアプリケーションを介して、相手を呼び出し、通信対戦に簡単に呼び出すことができる。   (4) In the above embodiment, the chat server 10 transmits a push notification to the user terminal 20 when the user terminal 20 belonging to the chat group is offline. In this way, it is possible to call the other party through the chat application and easily call the communication match.

(5)上記実施形態では、ゲームサーバ30とのコネクションには、ウェブソケットを用いる。これにより、新たなコネクションを張ることなく、効率的に通信を行なうことができる。   (5) In the above embodiment, a web socket is used for connection with the game server 30. Thus, communication can be performed efficiently without establishing a new connection.

(6)上記実施形態では、状態変化通知には、ゲームオプションに関する情報が含まれる。そして、チャットサーバ10のチャット管理部11は、ゲームオプションに応じたメッセージ対応処理を実行する(ステップS1−7)。これにより、ゲーム状況や結果をチャットに反映させることができる。   (6) In the above embodiment, the state change notification includes information on the game option. Then, the chat management unit 11 of the chat server 10 executes a message handling process according to the game option (step S1-7). This makes it possible to reflect the game situation and the result on the chat.

なお、上記実施形態は以下のように変更してもよい。
・上記実施形態では、共用コンテンツとして、ゲームサーバ30から提供される対戦ゲームに適用した。共用コンテンツは、ゲームに限定されるものではない。チャット上の関係性に基づいて、他のコンテンツサーバにおいて、コンテンツを共用できるサービスに利用することができる。
The above embodiment may be modified as follows.
-In the said embodiment, it applied to the competitive game provided from the game server 30 as shared content. The shared content is not limited to the game. Based on the relationship on chat, other content servers can use for services that can share content.

また、ゲームサーバ30におけるセッション管理は、上記実施形態に限定されるものではなく、チャットサーバ10において把握可能なインバイトIDを用いて、コンテンツの共用相手や、共用に利用されたチャット(チャットの分脈)を特定したゲームセッションが作成できればよい。   Further, session management in the game server 30 is not limited to the above embodiment, and a chat partner used for sharing content or sharing content using an invite ID that can be grasped in the chat server 10 It is only necessary to create a game session that specifies the

・上記実施形態では、ゲームオプションとして、「ワンタイム」、「継続可能」、「有効期間」、「人数制限」、「結果通知」を用いた。チャットに反映できるものであれば、ゲームオプションはこれに限定されるものではない。例えば、利用回数を制限するゲームオプション等を設定することも可能である。この場合には、ゲームサーバ30において、同じインバイトIDについての利用回数をカウントする。そして、利用回数が制限回数に達した場合に、ゲームサーバ30は、チャットサーバ10に対して、状態変化通知(ゲーム終了)を送信する。   In the above embodiment, “one time”, “continuable”, “valid period”, “limit on number of people”, and “notification of result” are used as game options. The game options are not limited to this as long as they can be reflected in the chat. For example, it is also possible to set a game option that limits the number of times of use. In this case, the game server 30 counts the number of uses for the same invite ID. Then, when the number of times of use reaches the limited number of times, the game server 30 transmits a state change notification (game end) to the chat server 10.

・上記実施形態では、インバイトIDを、ゲームID、チャットグループIDを用いて構成するが、インバイトIDの構成方法は、これに限定されるものでなく、チャットにお
けるユーザの関連性を特定できる情報を用いることができる。例えば、インバイトIDとして、チャットサーバ10との通信に用いられているセッションIDに基づく情報を使用することも可能である。このセッションIDに基づいてチャット先を特定することができる。
In the above embodiment, the invite ID is configured using the game ID and the chat group ID, but the method for forming the invite ID is not limited to this, and the relevance of the user in the chat can be specified. Information can be used. For example, as the invite ID, it is also possible to use information based on the session ID used for communication with the chat server 10. A chat destination can be identified based on this session ID.

・上記実施形態では、インバイトIDを、ゲームID、チャットグループIDを用いて構成するが、インバイトIDの構成方法は、これに限定されるものでない。例えば、招待時を特定できる情報(例えば、招待時刻)等を含めることにより、同じゲームを、同じチャットグループで、異なるゲームセッションで行なうことができる。   In the above embodiment, the invite ID is configured using the game ID and the chat group ID, but the method for configuring the invite ID is not limited to this. For example, the same game can be played in the same chat group in different game sessions by including information (for example, invitation time) that can specify the invitation time.

次に、上記実施形態及び別例から把握できる技術的思想について、それらの効果とともに以下に追記する。
〔1〕ネットワークを介して、メッセージの送受信を行なうメッセージ処理部を用いるメッセージ通信方法であって、
前記メッセージ処理部が、
ユーザが用いるクライアントに、メッセージが時系列的に表示されたタイムライン画面においてゲームの選択画面を表示し、
前記ゲームの選択画面においてゲームが選択されたか否かを判定し、
前記ゲームを選択したユーザが属するグループを特定し、
前記特定したグループに属する他のユーザが用いるクライアントのタイムライン画面において、前記ユーザによって選択された前記ゲームについてのメッセージを出力させ、
前記他のユーザが用いるクライアントのタイムライン画面において前記ゲームが選択されて、前記ユーザ及び前記他のユーザによって前記ゲームが開始され、前記選択されたゲームへ参加する前記他のユーザの数が制限に達した状態を示す状態変化情報を取得した場合、前記グループに属するユーザのクライアントのタイムライン画面に前記ゲームのリンクを選択不能な状態で表示することを特徴とするメッセージ通信方法。
これにより、チャット上のユーザ関連性に基づいて、ウェブコンテンツを共用することができる。
Next, technical ideas that can be grasped from the above-described embodiment and another example will be additionally described below together with their effects.
[1] A message communication method using a message processing unit for transmitting and receiving messages via a network,
The message processing unit
Display the game selection screen on the timeline screen where messages are displayed in chronological order on the client used by the user,
It is determined whether a game is selected on the game selection screen,
Identify the group to which the user who selected the game belongs
In the timeline screen of a client used by another user belonging to the specified group, a message about the game selected by the user is output.
The game is selected on the timeline screen of the client used by the other user, the game is started by the user and the other user, and the number of the other users who participate in the selected game is limited. When the state change information indicating the reached state is acquired, the link of the game is displayed in an unselectable state on the timeline screen of the client of the user belonging to the group.
Thereby, web content can be shared based on user relevancy on chat.

〔2〕ネットワークを介して、メッセージの送受信を行なうメッセージ処理部を用いるメッセージ通信方法であって、
前記メッセージ処理部が、
ユーザが用いるクライアントに、メッセージが時系列的に表示されたタイムライン画面においてゲームの選択画面を表示し、
前記ゲームの選択画面においてゲームが選択されたか否かを判定し、
前記ゲームを選択したユーザが属するグループを特定し、
前記特定したグループに属する他のユーザが用いるクライアントのタイムライン画面において、前記ユーザによって選択された前記ゲームについてのメッセージを出力させ、
前記他のユーザが用いるクライアントのタイムライン画面において前記ゲームが選択されて、前記ユーザ及び前記他のユーザによって前記ゲームが開始され、前記ゲームの終了を示す状態変化情報を取得した場合、前記グループに属するユーザのクライアントのタイムライン画面に前記ゲームの終了に関わるメッセージを表示し、当該メッセージに対応付けて前記ゲームに参加したユーザのうち勝者又は敗者を識別可能に表示することを特徴とするメッセージ通信方法。
[2] A message communication method using a message processing unit for transmitting and receiving messages via a network,
The message processing unit
Display the game selection screen on the timeline screen where messages are displayed in chronological order on the client used by the user,
It is determined whether a game is selected on the game selection screen,
Identify the group to which the user who selected the game belongs
In the timeline screen of a client used by another user belonging to the specified group, a message about the game selected by the user is output.
If the game is selected on the timeline screen of the client used by the other user, the game is started by the user and the other user, and state change information indicating the end of the game is acquired, the group A message related to the end of the game is displayed on the timeline screen of the client of the belonging user, and the message communication characterized by identifiably displaying a winner or a loser among the users who participated in the game in association with the message. Method.

〔3〕ネットワークを介して、メッセージの送受信を行なうメッセージ処理部を備えたメッセージ通信システムであって、
前記メッセージ処理部が、
ユーザが用いるクライアントに、メッセージが時系列的に表示されたタイムライン画面においてゲームの選択画面を表示し、
前記ゲームの選択画面においてゲームが選択されたか否かを判定し、
前記ゲームを選択したユーザが属するグループを特定し、
前記特定したグループに属する他のユーザが用いるクライアントのタイムライン画面において、前記ユーザによって選択された前記ゲームについてのメッセージを出力させ、
前記他のユーザが用いるクライアントのタイムライン画面において前記ゲームが選択されて、前記ユーザ及び前記他のユーザによって前記ゲームが開始され、前記選択されたゲームへ参加する前記他のユーザの数が制限に達した状態を示す状態変化情報を取得した場合、前記グループに属するユーザのクライアントのタイムライン画面に前記ゲームのリンクを選択不能な状態で表示することを特徴とするメッセージ通信システム。
[3] A message communication system comprising a message processing unit for transmitting and receiving messages via a network, comprising:
The message processing unit
Display the game selection screen on the timeline screen where messages are displayed in chronological order on the client used by the user,
It is determined whether a game is selected on the game selection screen,
Identify the group to which the user who selected the game belongs
In the timeline screen of a client used by another user belonging to the specified group, a message about the game selected by the user is output.
The game is selected on the timeline screen of the client used by the other user, the game is started by the user and the other user, and the number of the other users who participate in the selected game is limited. A message communication system characterized by displaying the link of the game in an unselectable state on the timeline screen of the client of the user belonging to the group when the state change information indicating the reached state is acquired.

〔4〕ネットワークを介して、メッセージの送受信を行なうメッセージ処理部を備えたメッセージ通信システムであって、
前記メッセージ処理部が、
ユーザが用いるクライアントに、メッセージが時系列的に表示されたタイムライン画面においてゲームの選択画面を表示し、
前記ゲームの選択画面においてゲームが選択されたか否かを判定し、
前記ゲームを選択したユーザが属するグループを特定し、
前記特定したグループに属する他のユーザが用いるクライアントのタイムライン画面において、前記ユーザによって選択された前記ゲームについてのメッセージを出力させ、
前記他のユーザが用いるクライアントのタイムライン画面において前記ゲームが選択されて、前記ユーザ及び前記他のユーザによって前記ゲームが開始され、前記ゲームの終了を示す状態変化情報を取得した場合、前記グループに属するユーザのクライアントのタイムライン画面に前記ゲームの終了に関わるメッセージを表示し、当該メッセージに対応付けて前記ゲームに参加したユーザのうち勝者又は敗者を識別可能に表示することを特徴とするメッセージ通信システム。
[4] A message communication system comprising a message processing unit for transmitting and receiving messages via a network, comprising:
The message processing unit
Display the game selection screen on the timeline screen where messages are displayed in chronological order on the client used by the user,
It is determined whether a game is selected on the game selection screen,
Identify the group to which the user who selected the game belongs
In the timeline screen of a client used by another user belonging to the specified group, a message about the game selected by the user is output.
If the game is selected on the timeline screen of the client used by the other user, the game is started by the user and the other user, and state change information indicating the end of the game is acquired, the group A message related to the end of the game is displayed on the timeline screen of the client of the belonging user, and the message communication characterized by identifiably displaying a winner or a loser among the users who participated in the game in association with the message. system.

〔5〕ネットワークを介して、メッセージの送受信を行なうメッセージ処理部を備えたメッセージ通信システムを用いるメッセージ通信プログラムであって、
前記メッセージ処理部を、
ユーザが用いるクライアントに、メッセージが時系列的に表示されたタイムライン画面においてゲームの選択画面を表示し、
前記ゲームの選択画面においてゲームが選択されたか否かを判定し、
前記ゲームを選択したユーザが属するグループを特定し、
前記特定したグループに属する他のユーザが用いるクライアントのタイムライン画面において、前記ユーザによって選択された前記ゲームについてのメッセージを出力させ、
前記他のユーザが用いるクライアントのタイムライン画面において前記ゲームが選択されて、前記ユーザ及び前記他のユーザによって前記ゲームが開始され、前記選択されたゲームへ参加する前記他のユーザの数が制限に達した状態を示す状態変化情報を取得した場合、前記グループに属するユーザのクライアントのタイムライン画面に前記ゲームのリンクを選択不能な状態で表示する手段として機能させることを特徴とするメッセージ通信プログラム。
[5] A message communication program using a message communication system including a message processing unit for transmitting and receiving messages via a network,
The message processing unit is
Display the game selection screen on the timeline screen where messages are displayed in chronological order on the client used by the user,
It is determined whether a game is selected on the game selection screen,
Identify the group to which the user who selected the game belongs
In the timeline screen of a client used by another user belonging to the specified group, a message about the game selected by the user is output.
The game is selected on the timeline screen of the client used by the other user, the game is started by the user and the other user, and the number of the other users who participate in the selected game is limited. A message communication program characterized in that, when status change information indicating a reached status is acquired, the link of the game is displayed in an unselectable state on the timeline screen of the client of the user belonging to the group.

〔6〕ネットワークを介して、メッセージの送受信を行なうメッセージ処理部を備えたメッセージ通信システムを用いるメッセージ通信プログラムであって、
前記メッセージ処理部を、
ユーザが用いるクライアントに、メッセージが時系列的に表示されたタイムライン画面においてゲームの選択画面を表示し、
前記ゲームの選択画面においてゲームが選択されたか否かを判定し、
前記ゲームを選択したユーザが属するグループを特定し、
前記特定したグループに属する他のユーザが用いるクライアントのタイムライン画面に
おいて、前記ユーザによって選択された前記ゲームについてのメッセージを出力させ、
前記他のユーザが用いるクライアントのタイムライン画面において前記ゲームが選択されて、前記ユーザ及び前記他のユーザによって前記ゲームが開始され、前記ゲームの終了を示す状態変化情報を取得した場合、前記グループに属するユーザのクライアントのタイムライン画面に前記ゲームの終了に関わるメッセージを表示し、当該メッセージに対応付けて前記ゲームに参加したユーザのうち勝者又は敗者を識別可能に表示する手段として機能させることを特徴とするメッセージ通信プログラム。
[6] A message communication program using a message communication system comprising a message processing unit for transmitting and receiving messages via a network,
The message processing unit is
Display the game selection screen on the timeline screen where messages are displayed in chronological order on the client used by the user,
It is determined whether a game is selected on the game selection screen,
Identify the group to which the user who selected the game belongs
In the timeline screen of a client used by another user belonging to the specified group, a message about the game selected by the user is output.
If the game is selected on the timeline screen of the client used by the other user, the game is started by the user and the other user, and state change information indicating the end of the game is acquired, the group A message relating to the end of the game is displayed on the timeline screen of the client of the belonging user, and it functions as a means for identifiably displaying the winner or loser among the users who participated in the game in association with the message. And a message communication program.

10…チャットサーバ、11…チャット管理部、12…ユーザ管理部、13…メッセージ記憶部、14…ゲーム管理部、20…ユーザ端末、21…チャット部、210…チャット画面部、220…チャット先管理部、230…メッセージ記憶部、240…ゲーム管理部、250…ウェブ画面部、30…ゲームサーバ、31…ゲーム制御部、32…セッション管理部、A,B,C…クライアント。   10: chat server, 11: chat management unit, 12: user management unit, 13: message storage unit, 14: game management unit, 20: user terminal, 21: chat unit, 210: chat screen unit, 220: chat destination management Section 230 Message storage section 240 Game management section 250 Web screen section 30 Game server 31 Game control section 32 Session management section A, B, C Client.

Claims (5)

メッセージを入力する入力部を備えたコンピュータで用いられる制御プログラムであって、ユーザが使用する前記コンピュータに対し、
前記ユーザが所属するグループに属する他のユーザとの間で、ネットワークを介してメッセージの送受信を行い、
メッセージが時系列的に表示されたタイムラインを含むタイムライン画面において、コンテンツサーバが管理するゲームを利用するためのアイコンを表示し、
前記アイコンが選択された場合に、前記タイムライン画面に前記ゲームについてのメッセージを出力し、
前記ゲームに関する有効期間が近いことを示す通知を前記コンテンツサーバより受信した場合に、前記タイムライン画面に前記ゲームに関する有効期間の表示を行う、
ことを実行させることを特徴とする制御プログラム。
A control program used in a computer provided with an input unit for inputting a message, the control program for the computer used by a user,
Send and receive messages via the network with other users belonging to the group to which the user belongs,
Display an icon for using a game managed by the content server on a timeline screen including a timeline in which messages are displayed chronologically,
Output a message about the game on the timeline screen when the icon is selected,
When the notification indicating that the effective period regarding the game is near is received from the content server, the effective period regarding the game is displayed on the timeline screen.
A control program characterized in that it performs.
前記ユーザが所属するグループに属する他のユーザにおいて前記ゲームへの参加がなされ、前記ゲームへ参加するユーザの数が制限に達して前記ゲームが行われた場合に、前記ユーザの前記タイムライン画面に前記ゲームの終了に関するメッセージを表示し、当該メッセージに関連づけて前記ゲームの結果を表示することを特徴とする、請求項1記載の制御プログラム。   When another user belonging to a group to which the user belongs belongs in the game and the number of users participating in the game reaches a limit and the game is performed, the timeline screen of the user is displayed. The control program according to claim 1, further comprising displaying a message regarding the end of the game, and displaying the result of the game in association with the message. 前記ゲームへ参加するユーザの数が制限に達して前記ゲームが開始された場合に、前記ゲームの選択画面をグレイアウトさせて表示する、請求項2記載の制御プログラム。   The control program according to claim 2, wherein when the number of users participating in the game reaches a limit and the game is started, the game selection screen is grayed out and displayed. 前記ゲームは前記タイムライン画面とは異なる画面にて行われることを特徴とする、請求項2記載の制御プログラム。   The control program according to claim 2, wherein the game is played on a screen different from the timeline screen. ネットワークを介して、メッセージの送受信を行なうメッセージ処理部を用いるメッセージ通信方法であって、
前記メッセージ処理部が、
ーザが所属するグループに属する他のユーザとの間で、ネットワークを介してメッセージの送受信を行い、
メッセージが時系列的に表示されたタイムラインを含むタイムライン画面において、コンテンツサーバが管理するゲームを利用するためのアイコンを表示し、
前記アイコンが選択された場合に、前記タイムライン画面に前記ゲームについてのメッセージを出力し、
前記ゲームに関する有効期間が近いことを示す通知を前記コンテンツサーバより受信した場合に、前記タイムライン画面に前記ゲームに関する有効期間の表示を行うことを特徴とするメッセージ通信方法。
A message communication method using a message processing unit for transmitting and receiving messages via a network,
The message processing unit
With other users belonging to the group Yoo over THE belongs, send and receive messages over the network,
Display an icon for using a game managed by the content server on a timeline screen including a timeline in which messages are displayed chronologically,
Output a message about the game on the timeline screen when the icon is selected,
A message communication method comprising displaying an effective period regarding the game on the timeline screen when a notification indicating that the effective period regarding the game is near is received from the content server.
JP2018181569A 2018-09-27 2018-09-27 Computer control program and message communication method Active JP6505931B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018181569A JP6505931B2 (en) 2018-09-27 2018-09-27 Computer control program and message communication method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018181569A JP6505931B2 (en) 2018-09-27 2018-09-27 Computer control program and message communication method

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2018046835A Division JP6412283B2 (en) 2018-03-14 2018-03-14 Computer control program and message communication method

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2019059532A Division JP7097842B2 (en) 2019-03-27 2019-03-27 Computer control program and message communication method

Publications (2)

Publication Number Publication Date
JP2019000705A JP2019000705A (en) 2019-01-10
JP6505931B2 true JP6505931B2 (en) 2019-04-24

Family

ID=65005483

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018181569A Active JP6505931B2 (en) 2018-09-27 2018-09-27 Computer control program and message communication method

Country Status (1)

Country Link
JP (1) JP6505931B2 (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6699125B2 (en) * 2000-07-03 2004-03-02 Yahoo! Inc. Game server for use in connection with a messenger server
JP2013061889A (en) * 2011-09-14 2013-04-04 Namco Bandai Games Inc Program, information storage medium, terminal device, and server
KR101521332B1 (en) * 2011-11-08 2015-05-20 주식회사 다음카카오 Method of provicing a lot of services extended from a instant messaging service and the instant messaging service
JP5413934B1 (en) * 2013-05-02 2014-02-12 株式会社 ディー・エヌ・エー Program, method, and server apparatus

Also Published As

Publication number Publication date
JP2019000705A (en) 2019-01-10

Similar Documents

Publication Publication Date Title
JP5807038B2 (en) Message communication method, message communication system, and message communication program
JP4411125B2 (en) How to provide games to users
KR101536047B1 (en) Utilizing a social network account to provide additional functionality to a gaming network account
JP6194191B2 (en) Information processing system
US20090210483A1 (en) Systems Methods and Computer Program Products for Remotely Controlling Actions of a Virtual World Identity
JP5336338B2 (en) Communication system and communication method
KR20120081368A (en) Method of game invitation with chatting window in mobile platform
US20170213573A1 (en) Information processing device, information processing method, program,server, and information processing system
JP6142047B2 (en) Message communication method, message communication system, and message communication program
JP7097842B2 (en) Computer control program and message communication method
KR100929161B1 (en) Community service system and method for interworking between online game user and offline user
JP6505931B2 (en) Computer control program and message communication method
CN113497715A (en) Chat service providing method and device
JP7295306B2 (en) Computer control program and message communication method
JP6412283B2 (en) Computer control program and message communication method
JP6309680B2 (en) Message communication program
JP6224860B2 (en) Message communication program
JP5331864B2 (en) Community dynamic cooperation apparatus, method and program
JP5956659B2 (en) Message communication method, message communication system, and message communication program
CN113595878B (en) Data interaction method and device, storage medium and electronic equipment
CN101610160A (en) A kind of control device and method of selecting user terminal to release advertising information
TWI675298B (en) Information processing device, information processing method, program, server and information processing system
JP2007048186A (en) Server of community system
KR101925074B1 (en) Apparatus and method for interlocking online game contents with social network service

Legal Events

Date Code Title Description
A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20181022

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190108

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190213

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190327

R150 Certificate of patent or registration of utility model

Ref document number: 6505931

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