JP5624728B2 - Game system, game server - Google Patents

Game system, game server Download PDF

Info

Publication number
JP5624728B2
JP5624728B2 JP2009093227A JP2009093227A JP5624728B2 JP 5624728 B2 JP5624728 B2 JP 5624728B2 JP 2009093227 A JP2009093227 A JP 2009093227A JP 2009093227 A JP2009093227 A JP 2009093227A JP 5624728 B2 JP5624728 B2 JP 5624728B2
Authority
JP
Japan
Prior art keywords
game
data file
data
sticker image
player
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
JP2009093227A
Other languages
Japanese (ja)
Other versions
JP2010240210A (en
Inventor
哲平 森脇
哲平 森脇
Original Assignee
株式会社タイトー
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 株式会社タイトー filed Critical 株式会社タイトー
Priority to JP2009093227A priority Critical patent/JP5624728B2/en
Publication of JP2010240210A publication Critical patent/JP2010240210A/en
Application granted granted Critical
Publication of JP5624728B2 publication Critical patent/JP5624728B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/30Interconnection arrangements between game servers and game devices; Interconnection arrangements between game devices; Interconnection arrangements between game servers
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/30Interconnection arrangements between game servers and game devices; Interconnection arrangements between game devices; Interconnection arrangements between game servers
    • A63F13/35Details of game servers
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/45Controlling the progress of the video game
    • A63F13/48Starting a game, e.g. activating a game device or waiting for other players to join a multiplayer session
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/80Special adaptations for executing a specific game genre or game mode

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)

Description

本発明は、複数のプレーヤが参加するゲームを実行するゲームシステム、ゲームサーバに関する。   The present invention relates to a game system and a game server that execute a game in which a plurality of players participate.

複数のプレーヤが参加するネットワークゲームには、ゲーム装置がゲームサーバからゲーム画面を表示するために必要な画像データをダウンロードしてからゲームを開始するものがある。   Among network games in which a plurality of players participate, there is a game in which a game apparatus starts a game after downloading image data necessary for displaying a game screen from a game server.

例えば、ネットワークを通じて接続された複数のゲーム装置において、複数のプレーヤが参加するカーレースゲームを実行可能なネットワークゲームシステムがある。このゲームシステムでは、ゲーム画面に表示される自動車に対して、任意のステッカー画像を付加して表示させることができる。ゲーム開始前には、レースゲームに参加する複数のプレーヤがそれぞれ操作する車のステッカー画像がゲームサーバ(データベース)から各ゲーム装置にダウンロードされる。ゲーム装置は、ゲーム画面中の各プレーヤにより制御される車にステッカー画像を付加して表示してゲームを実行する。   For example, there is a network game system capable of executing a car racing game in which a plurality of players participate in a plurality of game devices connected through a network. In this game system, an arbitrary sticker image can be added and displayed on the car displayed on the game screen. Before the game starts, car sticker images operated by a plurality of players participating in the race game are downloaded from the game server (database) to each game device. The game device executes a game by adding a sticker image to a car controlled by each player on the game screen.

ところで、ゲーム画面の画質を向上させるゲーム画像処理装置が考えられている(特許文献1参照)。特許文献1に記載されたゲーム画像処理装置では、ゲーム画像処理プログラムに従ってゲーム画像の解像度を変換する。ビデオゲーム装置は、GPUによりオリジナルのゲーム画像をフレームバッファに描画し、これをオリジナルテクスチャとしてメインメモリに保存しておき、2倍に拡大したオリジナルテクスチャをフレームバッファに描画する。そして、右上方向および右下方向に隣接する2つのテクセルが同じ色である場合に、半透明で当該色のテクセルを描画することでジャギー補間処理を施すことにより画質の向上を図っている。   By the way, a game image processing apparatus that improves the image quality of a game screen has been considered (see Patent Document 1). In the game image processing apparatus described in Patent Document 1, the resolution of a game image is converted according to a game image processing program. The video game apparatus draws an original game image in the frame buffer by the GPU, saves the original game image in the main memory as an original texture, and draws the original texture doubled in the frame buffer. When two texels adjacent in the upper right direction and the lower right direction have the same color, the image quality is improved by performing a jaggy interpolation process by rendering the texel of the color translucent.

特開2007−296218号公報JP 2007-296218 A

このように特許文献1に記載された従来技術では、ゲーム画像処理装置において、ゲーム画像処理プログラムによりゲーム画像の解像度を変換してゲーム画面の画質を向上させている。しかしながら従来技術では、オリジナルのゲーム画像を2倍に拡大することで、画素数の少ないゲーム画像であってもジャギーを低減して画質の向上を図るものであって、画素数を上げてゲーム画像を高画質にするものではない。   As described above, in the prior art described in Patent Document 1, in the game image processing apparatus, the resolution of the game image is converted by the game image processing program to improve the image quality of the game screen. However, in the prior art, the original game image is enlarged twice, so that even a game image with a small number of pixels can reduce jaggy and improve image quality. Is not intended to improve the image quality.

近年では、ゲーム装置の性能向上に合わせて、高画質のゲーム画面を表示することが要求されている。画素数を上げることにより高画質にする場合、ゲームサーバからゲーム装置にダウンロードされるステッカー画像のデータサイズが大きくなるため通信負荷が大きくなる。さらに、ゲームに参加するプレーヤの数が増えるにつれて、ゲームサーバからステッカー画像をダウンロードする必要があるゲーム装置の数も増えることになり、通信負荷が増大してしまう。   In recent years, it has been required to display a high-quality game screen in accordance with the performance improvement of the game device. When the image quality is increased by increasing the number of pixels, the data size of the sticker image downloaded from the game server to the game device increases, so the communication load increases. Furthermore, as the number of players participating in the game increases, the number of game devices that need to download sticker images from the game server also increases, and the communication load increases.

このため、ステッカー画像をゲームサーバから各ゲーム装置にダウンロードするまでの時間が長くなり、ゲーム開始までプレーヤを長時間待たせてしまうおそれがあった。また、ゲーム開始までの時間を短縮しようとすると、ゲームサーバからゲーム装置にダウンロードするデータのデータサイズを小さくする必要があり、プレーヤが納得できる画像品質によってゲーム画面を表示させることができなくなってしまう。   For this reason, it takes a long time to download the sticker image from the game server to each game device, which may cause the player to wait for a long time until the game starts. Further, if it is attempted to shorten the time until the game starts, the data size of data to be downloaded from the game server to the game device needs to be reduced, and the game screen cannot be displayed with image quality that can be satisfied by the player. .

本発明は前述した事情に考慮してなされたもので、その目的は、ゲーム画面における画像品質を向上しながら、ゲームサーバからゲーム装置へのデータのダウンロードに要する通信負荷を軽減して、ゲーム開始までに要する時間を短縮することが可能なゲームシステム、ゲームサーバを提供することにある。   The present invention has been made in consideration of the above-described circumstances, and its purpose is to reduce the communication load required for downloading data from the game server to the game device while improving the image quality on the game screen, and to start the game. An object of the present invention is to provide a game system and a game server that can shorten the time required for the process.

上記の課題を解決するために、本発明は、サーバと複数のゲーム機がネットワークを介して接続されたゲームシステムにおいて、前記サーバは、前記複数のゲーム機の間で実行されるゲームのゲーム画面中にオブジェクトを表示するための第1のデータファイルと、前記第1のデータファイルよりデータサイズを小さくした第2のデータファイルとを、前記複数のゲーム機にそれぞれ対応するオブジェクト毎に記録する記録手段と、ゲームを実行する前記複数のゲーム機のそれぞれに対して、データファイルの送信先とする第1のゲーム機に対応するオブジェクトの前記第1のデータファイルと、前記第1のゲーム機以外の第2のゲーム機にそれぞれ対応するオブジェクトの複数の前記第2のデータファイルとを送信する第1の送信手段と、前記第1の送信手段によって前記第1のデータファイルと前記第2のデータファイルを送信した後、ゲームを実行する前記複数のゲーム機のそれぞれに対して、前記第2のゲーム機に対応する前記第1のデータファイルを送信する第2の送信手段とを有し、前記ゲーム機は、前記第1の送信手段によって送信された前記第1のデータファイルと複数の前記第2のデータファイルを受信する第1の受信手段と、前記第1の受信手段により受信された前記第1のデータファイルによる自機に対応するオブジェクトと、複数の前記第2のデータファイルによる前記第2のゲーム機にそれぞれ対応する複数のオブジェクトとを含むゲーム画面を表示させながらゲームを実行するゲーム処理手段と、前記ゲーム処理手段によるゲームの実行中に、前記第2の送信手段により送信された前記第2のゲーム機に対応する前記第1のデータファイルを受信する第2の受信手段とを有し、前記ゲーム処理手段は、前記第2の受信手段により前記第2のゲーム機に対応する前記第1のデータファイルの受信を完了した後、前記第1のデータファイルによる前記第2のゲーム機に対応する複数のオブジェクトを含むゲーム画面を表示させながらゲームを実行することを特徴とする。 In order to solve the above problems, the present invention provides a game system in which a server and a plurality of game machines are connected via a network, wherein the server executes a game screen of a game executed between the plurality of game machines. A first data file for displaying an object therein and a second data file having a data size smaller than that of the first data file for each object corresponding to each of the plurality of game machines Means, a first data file of an object corresponding to a first game machine as a transmission destination of a data file for each of the plurality of game machines executing the game, and other than the first game machine and first transmission means for transmitting a plurality of said second data file in the second corresponding object in the game machine, After the first data file and the second data file are transmitted by the first transmission means, each of the plurality of game machines executing a game is associated with the second game machine. And a second transmission unit configured to transmit the first data file , wherein the game machine receives the first data file and the plurality of second data files transmitted by the first transmission unit. The first receiving means, the object corresponding to the own device by the first data file received by the first receiving means, and the second game machine by the plurality of second data files, respectively. a game processing means for executing a game while displaying a game screen including a corresponding plurality of objects, during execution of the game according to the game processing means, said first Second receiving means for receiving the first data file corresponding to the second game machine transmitted by the transmitting means, and the game processing means is configured to receive the first data file by the second receiving means. After the reception of the first data file corresponding to the second game machine is completed, the game is executed while displaying a game screen including a plurality of objects corresponding to the second game machine based on the first data file. characterized in that it.

本発明によれば、ゲーム画面における画像品質を向上しながら、ゲームサーバからゲーム装置へのデータのダウンロードに要する通信負荷を軽減して、ゲーム開始までに要する時間を短縮することが可能となる。   According to the present invention, it is possible to reduce the communication load required to download data from the game server to the game device while improving the image quality on the game screen, thereby reducing the time required to start the game.

本実施形態におけるゲームシステムの構成を示すブロック図。The block diagram which shows the structure of the game system in this embodiment. ゲームサーバ10の機能構成を示すブロック図。The block diagram which shows the function structure of the game server. ゲーム機16の機能構成を示すブロック図。The block diagram which shows the function structure of the game machine 16. FIG. データベース20に登録されるステッカー画像に関するデータの一例を示す図。The figure which shows an example of the data regarding the sticker image registered into the database. ゲーム機16において管理されるステッカー画像管理データの一例を示す図。The figure which shows an example of the sticker image management data managed in the game machine 16. パーソナルコンピュータ28におけるステッカー画像登録処理を示すフローチャート。7 is a flowchart showing sticker image registration processing in the personal computer. 管理サーバ18におけるステッカー画像登録処理を示すフローチャート。7 is a flowchart showing sticker image registration processing in the management server 18; プレーヤーズカーの一部にステッカー画像を付加する例を示す図。The figure which shows the example which adds a sticker image to a part of player's car. プレーヤーズカーの全体にステッカー画像を付加する例を示す図。The figure which shows the example which adds a sticker image to the whole player's car. ゲームサーバ10におけるゲーム処理を説明するフローチャート。The flowchart explaining the game process in the game server. ゲーム機16においてゲーム処理中に表示されるゲーム画面の一例を示す図。The figure which shows an example of the game screen displayed in the game machine 16 during a game process. 図10に示すゲーム処理の変形例について示すフローチャート。The flowchart shown about the modification of the game process shown in FIG.

以下、図面を参照して本発明の実施の形態について説明する。
図1は、本実施形態におけるゲームシステムの構成を示すブロック図である。図1に示すゲームシステムは、サーバ(ゲームサーバ10、管理サーバ18)とがネットワーク12を介して接続されて構成されたもので、ゲーム機16を使用するプレーヤに対してオンラインゲームサービスを提供する。
Embodiments of the present invention will be described below with reference to the drawings.
FIG. 1 is a block diagram showing the configuration of the game system in the present embodiment. The game system shown in FIG. 1 is configured by connecting a server (game server 10 and management server 18) via a network 12, and provides an online game service to players using the game machine 16. .

複数のゲームサーバ10(10−1,10−2,…,10−n)は、各地に設けられた複数のゲームセンター14(14−1,14−2,…,14−mに)のそれぞれに設置された複数のゲーム機16とネットワーク12を介して接続される。複数のゲームサーバ10は、連携してオンラインゲームサービスを提供するもので、複数のゲーム機16からのゲームへのエントリ要求を受信して、マルチプレイゲームに必要な人数のプレーヤをマッチングしてゲームを実行する。複数のゲームサーバ10は、連携して複数のゲーム機16からのゲームへのエントリ要求を受信して、それぞれにおいて独立してゲームを実行することができる。なお、本実施形態におけるゲームシステムでは、例えば複数のプレーヤによって対戦が行われるカーレースゲームを実行するものとして説明する。   A plurality of game servers 10 (10-1, 10-2,..., 10-n) are respectively connected to a plurality of game centers 14 (14-1, 14-2,..., 14-m) provided in various places. Are connected to a plurality of game machines 16 installed in the network 12. The plurality of game servers 10 provide an online game service in cooperation with each other, receive game entry requests from the plurality of game machines 16, and match the number of players necessary for the multiplayer game to play the game. Run. The plurality of game servers 10 can receive game entry requests from the plurality of game machines 16 in cooperation with each other and execute the game independently of each other. In the game system according to the present embodiment, for example, a car racing game in which a battle is performed by a plurality of players will be described.

ゲームサーバ10は、通信機能を有するコンピュータが実装されたもので、基本プログラム(OS)の他、後述するゲーム処理を実行するためのゲーム制御用のプログラムをプロセッサにより実行することにより、オンラインゲームサービスを提供するための各種機能を実現する。ゲームサーバ10は、メモリにプログラムや実行中のゲームに関する各種データを記録しながらゲームを制御する。   The game server 10 is implemented with a computer having a communication function. In addition to a basic program (OS), a game control program for executing a game process to be described later is executed by a processor, whereby an online game service is provided. Implement various functions to provide The game server 10 controls the game while recording various data related to the program and the game being executed in the memory.

ゲームサーバ10は、ゲーム制御用のプログラムを実行することによって、複数のゲーム機16から送信されたプレーヤによるゲームへのエントリ要求を受信し、この受信されたエントリ要求により、ゲームの実行に必要なプレーヤを揃えるためのマッチング処理を実行する。本実施形態では、例えば、最初のプレーヤによるエントリ要求があってから予め決められた時間内に、エントリ要求があったプレーヤの中からゲームの実行に必要なプレーヤを揃えるものとする。   The game server 10 receives the entry request to the game by the player transmitted from the plurality of game machines 16 by executing the game control program, and is necessary for the game execution by the received entry request. A matching process for aligning the players is executed. In the present embodiment, for example, it is assumed that the players required to execute the game are prepared from the players who have requested entry within a predetermined time after the entry request by the first player.

ゲーム機16は、ゲームセンター14に設置される業務用に構成されたもので、通信機能を有するコンピュータが実装されている。ゲーム機16は、基本プログラム(OS)の他、他のゲーム機16を操作するプレーヤとの間で対戦をするためのゲームプログラムをプロセッサにより実行することにより、ゲームサーバ10が提供するオンラインゲームサービスを利用することができる。   The game machine 16 is configured for business use installed in the game center 14, and is mounted with a computer having a communication function. The game machine 16 executes an online game service provided by the game server 10 by executing, with a processor, a game program for playing a game with a player who operates another game machine 16 in addition to the basic program (OS). Can be used.

本実施形態におけるゲーム機16には、カーレース用の各種入力装置(ハンドル、ブレーキ/アクセル/クラッチペダル、レバー、ボタン等))が設けられている。ゲーム機16は、ゲーム参加時には、プレーヤの各種入力装置に対する操作データをゲームサーバ10に送信する。   The game machine 16 in the present embodiment is provided with various input devices for car racing (handle, brake / accelerator / clutch pedal, lever, button, etc.). The game machine 16 transmits operation data for various input devices of the player to the game server 10 when participating in the game.

管理サーバ18は、複数のゲームサーバ10において実行されるゲームに関するデータをデータベース20に記録して管理する。管理サーバ18は、インターネット26にゲーム利用者向けのサイトを開設しており、例えばパーソナルコンピュータ(PC)28、家庭用のゲーム装置29、あるいは携帯電話機などの機器を通じて入力される指示に応じて、データベース20に記録されたユーザ個別のデータの閲覧、追加、変更などを行うことができる。データベース20において管理されるデータには、例えばカーレースゲームの実行中にゲーム画面中に表示される車(プレーヤーズカー)に付加するステッカー画像のファイル(以下、ステッカー画像ファイル)がある。ステッカー画像ファイルは、例えばパーソナルコンピュータ28において作成され、管理サーバ18のサイトを通じて、ゲーム機16の利用者に対して発行されたユーザ識別データの指定と共にパーソナルコンピュータ28から管理サーバ18にアップロードされる。   The management server 18 records and manages data related to games executed in the plurality of game servers 10 in the database 20. The management server 18 has established a site for game users on the Internet 26. For example, in response to an instruction input through a personal computer (PC) 28, a home game device 29, or a device such as a mobile phone, User-specific data recorded in the database 20 can be browsed, added, changed, and the like. The data managed in the database 20 includes, for example, a sticker image file (hereinafter referred to as a sticker image file) to be added to a car (player's car) displayed on the game screen during the execution of a car racing game. The sticker image file is created, for example, in the personal computer 28 and is uploaded from the personal computer 28 to the management server 18 through the site of the management server 18 together with designation of user identification data issued to the user of the game machine 16.

図2は、ゲームサーバ10の機能構成を示すブロック図である。ゲームサーバ10において実現される機能としては、制御部30、記録部31、表示部32、入力部33、及び通信部34が含まれる。   FIG. 2 is a block diagram showing a functional configuration of the game server 10. Functions realized in the game server 10 include a control unit 30, a recording unit 31, a display unit 32, an input unit 33, and a communication unit 34.

制御部30は、プロセッサやメモリなどを含んで構成されるもので、メモリに記録される基本プログラム(OS)やゲーム制御プログラム等をプロセッサにより実行することで各種機能を実現し、ゲームサーバ10全体を制御する。制御部30は、識別部30a、ゲームマッチング部30b、ステッカー画像送信部30c、ゲーム処理部30dの機能によりゲーム処理を実行する。   The control unit 30 includes a processor, a memory, and the like. The control unit 30 implements various functions by executing a basic program (OS), a game control program, and the like recorded in the memory by the processor, and the game server 10 as a whole. To control. The control unit 30 executes game processing by the functions of the identification unit 30a, the game matching unit 30b, the sticker image transmission unit 30c, and the game processing unit 30d.

識別部30aは、ゲーム機16を使用するユーザを識別する処理を実行するもので、ゲーム開始時にゲーム機16においてユーザが入力するユーザ識別データをもとにしてユーザを識別する。ユーザ識別データには、例えばエントリネーム、エントリエリア(登録地)などのユーザを特定する固有データの他、ゲーム処理に利用される車種、ギアタイプ(AT,MT)、ゲーム画面制御のための視点を示すデータなどを含むことができる。   The identification unit 30a executes processing for identifying a user who uses the game machine 16, and identifies the user based on user identification data input by the user at the game machine 16 at the start of the game. The user identification data includes, for example, unique data for identifying the user such as an entry name and entry area (registered place), a vehicle type used for game processing, a gear type (AT, MT), and a viewpoint for game screen control. Can be included.

ゲームマッチング部30bは、ネットワーク12を介して接続された複数のゲーム機16からのゲームへのエントリ要求を受信して、マルチプレイゲームに必要な人数のプレーヤの組合せを決定する。複数のゲームサーバ10は、連携して複数のゲーム機16からのゲームへのエントリ要求を受信して、それぞれにおいて独立してゲームを実行することができる。   The game matching unit 30b receives a game entry request from a plurality of game machines 16 connected via the network 12, and determines a combination of a number of players necessary for the multiplayer game. The plurality of game servers 10 can receive game entry requests from the plurality of game machines 16 in cooperation with each other and execute the game independently of each other.

ステッカー画像送信部30cは、ゲームマッチング部30bによりマッチングされたゲームに参加するゲーム機16(プレーヤ)に対して、カーレースゲーム実行中にゲーム画面に表示されるプレーヤーズカーに付加されるステッカー画像を送信(ダウンロード)する。ステッカー画像送信部30cは、ゲームに参加する各プレーヤのユーザ識別データをもとに、各プレーヤが管理サーバ18にアップロードしているステッカー画像ファイルと同ファイルをもとに生成された縮小ステッカー画像ファイルとを管理サーバ18から受信し、各ゲーム機16に対してゲーム画面の表示に必要なファイルを送信する。   The sticker image transmission unit 30c is a sticker image added to the player's car displayed on the game screen during the car racing game for the game machine 16 (player) participating in the game matched by the game matching unit 30b. Send (download). The sticker image transmission unit 30c is a reduced sticker image file generated based on the same file as the sticker image file uploaded to the management server 18 by each player based on the user identification data of each player participating in the game. Are transmitted from the management server 18 and a file necessary for displaying the game screen is transmitted to each game machine 16.

ゲーム処理部30dは、ゲームマッチング部30bによりマッチングされたゲームに参加する複数のゲーム機16の間で実行されるカーレースゲームを制御する。ゲーム処理部30dは、各ゲーム機16から操作データを受信し、同操作データに応じて動作が制御されるプレーヤーズカーを含むゲーム画面を各ゲーム機16において表示させる。ゲーム処理部30dは、各ゲーム機16において、ステッカー画像ファイルによりステッカー画像が付加された自機に対応するプレーヤーズカー(オブジェクト)と、縮小ステッカー画像ファイルによりステッカー画像が付加された他のゲーム機16に対応する他のプレーヤーズカー(オブジェクト)とを含むゲーム画面を表示させながらゲームを実行する。   The game processing unit 30d controls a car racing game executed between the plurality of game machines 16 participating in the game matched by the game matching unit 30b. The game processing unit 30d receives operation data from each game machine 16, and causes each game machine 16 to display a game screen including a player's car whose operation is controlled according to the operation data. In each game machine 16, the game processing unit 30d has a player's car (object) corresponding to the player machine to which the sticker image is added by the sticker image file and another game machine to which the sticker image is added by the reduced sticker image file. The game is executed while displaying a game screen including other player's cars (objects) corresponding to 16.

表示部32は、ディスプレイにおける表示を制御する。入力部33は、キーボード等の入力装置からの入力を制御する。通信部34は、ネットワーク12を介して、ゲーム機16との通信を制御する。   The display unit 32 controls display on the display. The input unit 33 controls input from an input device such as a keyboard. The communication unit 34 controls communication with the game machine 16 via the network 12.

図3は、ゲーム機16の機能構成を示すブロック図である。ゲーム機16は、コンピュータが搭載されて実現されるもので、実現される機能としては、制御部40、記録部41、表示部42、入力部43、及び通信部44が含まれる。   FIG. 3 is a block diagram showing a functional configuration of the game machine 16. The game machine 16 is realized by mounting a computer. The realized functions include a control unit 40, a recording unit 41, a display unit 42, an input unit 43, and a communication unit 44.

制御部40は、プロセッサやメモリなどを含んで構成されるもので、メモリに記録される基本プログラム(OS)やゲーム制御プログラム等をプロセッサにより実行することで各種機能を実現し、ゲーム機16全体を制御する。制御部40は、識別処理部40a、ゲームエントリー処理部40b、ステッカー画像受信部40c、及びゲーム処理部40dの各機能によりゲーム処理を実行する。   The control unit 40 includes a processor, a memory, and the like. The control unit 40 implements various functions by executing a basic program (OS), a game control program, and the like recorded in the memory by the processor. To control. The control unit 40 executes a game process using the functions of the identification processing unit 40a, the game entry processing unit 40b, the sticker image receiving unit 40c, and the game processing unit 40d.

識別処理部40aは、ゲーム機16を利用しようとするプレーヤを識別する処理を実行するもので、プレーヤにより入力されたユーザ識別データをもとにゲームサーバ10に問い合わせてプレーヤを識別する。なお、ユーザ登録は、ゲーム実行時とは別に行われるものとし、例えばユーザ識別データがカード(あるいはカギ型の記録媒体)に記録されて、ユーザに事前に提供されているものとする。プレーヤは、カードに記録されたユーザ識別データをゲーム機16に読み取らせることにより、ユーザ識別データを入力することができる。   The identification processing unit 40a executes processing for identifying a player who intends to use the game machine 16, and identifies the player by inquiring the game server 10 based on the user identification data input by the player. Note that user registration is performed separately from the time of game execution. For example, user identification data is recorded on a card (or a key-type recording medium) and provided to the user in advance. The player can input the user identification data by causing the game machine 16 to read the user identification data recorded on the card.

ゲームエントリー処理部40bは、入力部43を通じてプレーヤからのゲームエントリ要求を入力して、ゲームサーバ10に対してエントリ要求を送信する。   The game entry processing unit 40 b inputs a game entry request from the player through the input unit 43 and transmits the entry request to the game server 10.

ステッカー画像受信部40cは、ゲームエントリー処理部40bにより送信されたエントリ要求に対してマッチングされたゲームに参加する、自機を利用するプレーヤに対応するステッカー画像ファイルと、他のゲーム機16を利用するプレーヤの縮小ステッカー画像ファイルとを受信して記録部41に記憶させる。   The sticker image receiving unit 40c uses a sticker image file corresponding to a player who uses the player and participates in a game matched with the entry request transmitted by the game entry processing unit 40b, and another game machine 16. The player's reduced sticker image file is received and stored in the recording unit 41.

ゲーム処理部40dは、ゲームサーバ10の制御のもとで、対戦相手とする他のゲーム機16から送信された操作データに応じたゲーム画面を表示しながらゲームを進行する。ゲーム処理部40dは、ゲーム内容設定データ41bに設定されているゲーム内容、例えば車の種類(メーカー、車種、ギアタイプなど)や車のセッティングに応じてゲーム処理を実行し、ゲームデータ41aに含まれる表示データ等を用いてゲーム画面を表示する。ゲーム処理部40dは、自機のプレーヤに対応するプレーヤーズカーに対しては、ゲームサーバ10からダウンロードされたステッカー画像ファイル41cに応じてステッカー画像を付加して表示し、他のプレーヤに対応するプレーヤーズカーに対しては、縮小ステッカー画像ファイル41dに応じてステッカー画像を付加して表示する。本実施形態におけるカーレースゲームでは、通常のゲーム実行時(コース上を走行時)には、自機を操作するプレーヤに対応するプレーヤーズカーをゲーム画面の中央に表示させるものとする。   Under the control of the game server 10, the game processing unit 40d advances the game while displaying a game screen corresponding to the operation data transmitted from another game machine 16 as an opponent. The game processing unit 40d executes a game process according to the game content set in the game content setting data 41b, for example, the type of car (manufacturer, car type, gear type, etc.) and car setting, and is included in the game data 41a. The game screen is displayed using display data to be displayed. The game processing unit 40d adds and displays a sticker image according to the sticker image file 41c downloaded from the game server 10 for the player's car corresponding to the player of its own, and corresponds to the other players. For the player's car, a sticker image is added and displayed according to the reduced sticker image file 41d. In the car racing game in the present embodiment, when a normal game is executed (running on a course), a player's car corresponding to the player who operates the player's own machine is displayed at the center of the game screen.

記録部41は、ハードディスク装置等により構成されるもので、制御部40において処理される各種データが記録される。記録部41に記録されるデータには、カーレースゲームを実行するための表示データを含むゲームデータ41a、ゲーム内容を定義するゲーム内容設定データ41b、ゲームサーバ10からダウンロードしたステッカー画像ファイル41c及び縮小ステッカー画像ファイル41d、ステッカー画像管理データ41eなどが含まれる。   The recording unit 41 is configured by a hard disk device or the like, and records various data processed by the control unit 40. The data recorded in the recording unit 41 includes game data 41a including display data for executing a car racing game, game content setting data 41b for defining game content, a sticker image file 41c downloaded from the game server 10, and a reduction. A sticker image file 41d, sticker image management data 41e, and the like are included.

表示部42は、ディスプレイにおける表示を制御するもので、制御部40の制御のもとで、カーレース用のゲーム画面の他、各設定用画面などを表示する。   The display unit 42 controls display on the display. Under the control of the control unit 40, the display unit 42 displays each setting screen in addition to the car racing game screen.

入力部43は、プレーヤに操作される各種入力装置からの入力を制御するもので、例えばカーレースゲーム用に設けられたアクセル/ブレーキ/クラッチペダル、ハンドル、レバー、ボタンなどの入力装置に対する入力を制御する。また、入力部43は、カード(あるいはカギ型の記録媒体など)からユーザデータ(識別データ)を読み取る装置からの入力を制御する。   The input unit 43 controls input from various input devices operated by the player. For example, input to the input device such as an accelerator / brake / clutch pedal, a handle, a lever, and a button provided for a car racing game is performed. Control. The input unit 43 controls input from a device that reads user data (identification data) from a card (or a key-type recording medium).

通信部44は、ネットワーク12を介して、ゲームサーバ10などとの通信を制御する。   The communication unit 44 controls communication with the game server 10 and the like via the network 12.

次に、管理サーバ18において管理されるデータベース20のデータ構成例について説明する。
図4は、データベース20に登録されるステッカー画像に関するデータの一例を示している。図4に示すように、データベース20では、ユーザ登録されたユーザに対して発行されたユーザ識別データと対応付けて、ステッカー画像ファイルと縮小ステッカー画像ファイルとが登録される。ステッカー画像ファイルは、例えばパーソナルコンピュータ28からユーザ識別データの指定と共にアップロードされる。縮小ステッカー画像ファイルは、ステッカー画像ファイルをもとにして生成されるもので、同じステッカー画像を表示させるためのステッカー画像ファイルよりデータサイズが小さいデータである。
Next, a data configuration example of the database 20 managed by the management server 18 will be described.
FIG. 4 shows an example of data related to a sticker image registered in the database 20. As shown in FIG. 4, in the database 20, a sticker image file and a reduced sticker image file are registered in association with user identification data issued to a user registered as a user. The sticker image file is uploaded together with designation of user identification data from the personal computer 28, for example. The reduced sticker image file is generated based on the sticker image file, and is data having a data size smaller than that of the sticker image file for displaying the same sticker image.

図5は、ゲーム機16において管理されるステッカー画像管理データの一例を示す図である。
ゲーム機16は、ゲーム開始前にゲームサーバ10からゲーム画面を表示するためのデータをダウンロードする。ゲーム機16は、自機を操作するプレーヤによって動作が制御されるプレーヤーズカーに付加されるステッカー画像用のステッカー画像ファイルと、対戦相手となる他のゲーム機16を操作するプレーヤによって動作が制御される他のプレーヤーズカー1,2,…に付加されるステッカー画像用の縮小ステッカー画像ファイル(縮小ステッカー画像ファイル1,2,…)とをダウンロードして、図5に示すように、ステッカー画素管理データとして記録する。
FIG. 5 is a diagram illustrating an example of sticker image management data managed in the game machine 16.
The game machine 16 downloads data for displaying a game screen from the game server 10 before the game is started. The operation of the game machine 16 is controlled by a sticker image file for a sticker image added to a player's car whose operation is controlled by a player who operates the game machine 16 and by a player who operates another game machine 16 as an opponent. The reduced sticker image file (reduced sticker image file 1, 2,...) For the sticker image added to the other player's cars 1, 2,. Record as management data.

例えば、カーレースゲームが16台のプレーヤーズカーによって実行される場合には、プレーヤーズカー用のステッカー画像ファイルの他に、15台分の他のプレーヤーズカー用の縮小ステッカー画像ファイルが、ゲーム機16にダウンロードされる。なお、プレーヤーズカーには必ずしもステッカー画像は必要ではなく、ゲームに参加するゲーム機16(プレーヤ)に対応するステッカー画像ファイル(縮小ステッカー画像ファイル)が管理サーバ18(データベース20)に登録されていない場合には、ダウンロードされないものとする。   For example, when a car racing game is executed by 16 player cars, in addition to the sticker image files for player cars, reduced sticker image files for 15 other player cars are used for the game. It is downloaded to the machine 16. Note that a sticker image is not necessarily required for the player's car, and a sticker image file (reduced sticker image file) corresponding to the game machine 16 (player) participating in the game is not registered in the management server 18 (database 20). In that case, it shall not be downloaded.

ゲーム機16は、ゲーム処理中において、ステッカー画像管理データとして記録されたステッカー画像ファイル及び縮小ステッカー画像ファイルを用いて、プレーヤーズカーと他のプレーヤーズカーにステッカー画像を付加してゲーム画面を表示する。   During the game process, the game machine 16 adds a sticker image to the player's car and other player's cars using the sticker image file and the reduced sticker image file recorded as sticker image management data, and displays a game screen. To do.

次に、本実施形態におけるゲームシステムの動作について説明する。
まず、ステッカー画像ファイルを管理サーバ18に登録するステッカー画像登録処理について、図6及び図7に示すフローチャートを参照しながら説明する。図6は、パーソナルコンピュータ28におけるステッカー画像登録処理、図7は、管理サーバ18におけるステッカー画像登録処理を示している。
Next, the operation of the game system in this embodiment will be described.
First, sticker image registration processing for registering a sticker image file in the management server 18 will be described with reference to the flowcharts shown in FIGS. 6 shows a sticker image registration process in the personal computer 28, and FIG. 7 shows a sticker image registration process in the management server 18.

ゲーム機16を利用するプレーヤに対しては、例えばゲームセンター14においてユーザ登録することにより、予め例えばカード型(あるいはカギ型)のカギが提供される。カードカギにはユーザを特定する固有データを含むユーザ識別データが記録される。ゲームシステムは、管理サーバ18において各ユーザのユーザ識別データを登録しておくことで、ユーザ識別データをもとに各ユーザを識別することができる。   For example, a card type (or key type) key is provided in advance to a player who uses the game machine 16 by performing user registration at the game center 14, for example. User identification data including unique data for identifying a user is recorded in the card key. The game system can identify each user based on the user identification data by registering the user identification data of each user in the management server 18.

管理サーバ18は、インターネット26にゲーム利用者向けのサイトを開設している。ゲームシステムにユーザ登録しているユーザは、パーソナルコンピュータ28から管理サーバ18のサイトにアクセスし、ステッカー画像登録用のWebページにログインすることができる(ステップA1)。   The management server 18 opens a site for game users on the Internet 26. A user registered as a user in the game system can access the site of the management server 18 from the personal computer 28 and log in to the Web page for registering the sticker image (step A1).

パーソナルコンピュータ28は、ステッカー画像登録用のWebページを表示する。ここで、ユーザによりステッカー画像の登録が指示されると(ステップA3、Yes)、パーソナルコンピュータ28は、ユーザ識別データとステッカー画像ファイルを指定するためのWebページを管理サーバ18から受信して表示させる。   The personal computer 28 displays a Web page for registering sticker images. Here, when the registration of the sticker image is instructed by the user (step A3, Yes), the personal computer 28 receives the Web page for designating the user identification data and the sticker image file from the management server 18 and displays it. .

ユーザは、このWebページにおいて、予めゲームシステムにおいてユーザ登録されているユーザ識別データ(固有データ)と、予めパーソナルコンピュータ28において作成/保存してあるステッカー画像ファイルを指定する(ステップA4,A5)。   On this Web page, the user designates user identification data (unique data) registered in advance in the game system and a sticker image file created / saved in the personal computer 28 (steps A4 and A5).

一方、管理サーバ18は、パーソナルコンピュータ28からステッカー画像登録用のWebページを通じて、ユーザ識別データとステッカー画像ファイルを受信する(ステップB1)。   On the other hand, the management server 18 receives the user identification data and the sticker image file from the personal computer 28 through the Web page for sticker image registration (step B1).

管理サーバ18は、パーソナルコンピュータ28から受信したステッカー画像ファイルをもとに、データサイズが小さい縮小ステッカー画像ファイルを作成する(ステップB2)。縮小ステッカー画像ファイルは、例えばデータを間引く、色数を削減する、ファイル形式を変換するなど、どのような方法によって作成されても良く、ゲーム機16において処理可能であれば、ファイルサイズが元のステッカー画像ファイルより小さくなれば良い。   The management server 18 creates a reduced sticker image file with a small data size based on the sticker image file received from the personal computer 28 (step B2). The reduced sticker image file may be created by any method such as thinning out data, reducing the number of colors, converting the file format, etc. If the file size can be processed by the game machine 16, the file size is the original. It should be smaller than the sticker image file.

管理サーバ18は、データベース20において、図4に示すように、ユーザ識別データと対応付けて、ステッカー画像ファイルと縮小ステッカー画像ファイルとを登録する(ステップB3)。   As shown in FIG. 4, the management server 18 registers the sticker image file and the reduced sticker image file in the database 20 in association with the user identification data (step B3).

ここで、ゲーム画面中のプレーヤーズカーに付加されるステッカー画像の一例を図8及び図9に示す。   Here, an example of a sticker image added to the player's car on the game screen is shown in FIGS.

図8は、プレーヤーズカーの一部にステッカー画像を付加する例を示している。図8に示す例では、リアウィンドウとドアに矩形状のステッカー画像が付加される例を示している。パーソナルコンピュータ28では、例えば画像作成用アプリケーションを利用して、予め、矩形状の画像が作成されて、ステッカー画像ファイルとして保存されるものとする。   FIG. 8 shows an example in which a sticker image is added to a part of the player's car. The example shown in FIG. 8 shows an example in which rectangular sticker images are added to the rear window and the door. In the personal computer 28, for example, a rectangular image is created in advance using an image creation application and stored as a sticker image file.

図9は、プレーヤーズカーの全体にステッカー画像を付加する例を示している。図9に示す例では、車体全体にステッカー画像が付加されている。管理サーバ18のサイトからは、例えばステッカー画像作成用のテンプレートが提供されているものとする。テンプレートは、車体の上面、側面(左右)、後面などに対応する形状を有しており、このテンプレートに対してパーソナルコンピュータ28において画像を作成することでステッカー画像ファイルを作成することができる。   FIG. 9 shows an example in which a sticker image is added to the entire player's car. In the example shown in FIG. 9, a sticker image is added to the entire vehicle body. For example, it is assumed that a template for creating a sticker image is provided from the site of the management server 18. The template has a shape corresponding to the top surface, the side surface (left and right), the rear surface, and the like of the vehicle body, and a sticker image file can be created by creating an image with the personal computer 28 for this template.

なお、前述した説明では、パーソナルコンピュータ28において作成したステッカー画像ファイルを管理サーバ18にアップロードする場合について説明しているが、ゲーム装置29などの他の機器からアップロードするようにしても良い。また、パーソナルコンピュータ28において作成したステッカー画像ファイルを、ゲーム機16において読み取り可能な記録媒体(カギとして使用する記録媒体と併用しても良い)に記録し、この記録媒体からゲーム機16を通じて、管理サーバ18にアップロードするようにしても良い。さらに、ゲーム機16において簡易にステッカー画像を作成できる機能を設けることで、ゲーム機16において作成したステッカー画像ファイルをアップロードできるようにしても良い。   In the above description, the case where the sticker image file created in the personal computer 28 is uploaded to the management server 18 is described. However, the sticker image file may be uploaded from another device such as the game device 29. Further, the sticker image file created by the personal computer 28 is recorded on a recording medium (which may be used in combination with a recording medium used as a key) that can be read by the game machine 16, and is managed from the recording medium through the game machine 16. You may make it upload to the server 18. FIG. Furthermore, a sticker image file created in the game machine 16 may be uploaded by providing a function for easily creating a sticker image in the game machine 16.

このようにして、本実施形態におけるゲームシステムでは、ゲーム画面中に表示されるプレーヤーズカーに付加するステッカー画像ファイルを任意に作成して、予め管理サーバ18にアップロードすることができる。この際、他のゲーム機16のゲーム画面中で表示されるプレーヤーズカーに付加されるステッカー画像用の縮小ステッカー画像ファイルが作成されて、ステッカー画像ファイルと共にデータベース20に登録される。   In this way, in the game system according to the present embodiment, a sticker image file to be added to the player's car displayed on the game screen can be arbitrarily created and uploaded to the management server 18 in advance. At this time, a reduced sticker image file for a sticker image added to a player's car displayed on the game screen of another game machine 16 is created and registered in the database 20 together with the sticker image file.

次に、本実施形態における動作について説明する。
図10は、ゲームサーバ10におけるゲーム処理を説明するフローチャートである。
Next, the operation in this embodiment will be described.
FIG. 10 is a flowchart for explaining game processing in the game server 10.

ゲームセンター14では、ゲーム機16を利用することによって、他のゲームセンター14のプレーヤを含むマルチプレーヤゲームに参加することができる。プレーヤは、ゲーム機16を利用する場合、例えば、ゲームセンター14においてゲーム機16を利用するために予め発行されたカギ(例えば、カード型、カギ型)に記録されたユーザ識別データをゲーム機16によって読み込ませる。ゲーム機16は、ユーザ識別データから既登録のユーザであることが判別された場合には、カギに記録されたデータを読み取り、過去の設定データ(車種など)を使用することができる。   In the game center 14, by using the game machine 16, it is possible to participate in a multiplayer game including players of other game centers 14. When the player uses the game machine 16, for example, the user identification data recorded in a key (for example, a card type or a key type) issued in advance for using the game machine 16 in the game center 14 is stored in the game machine 16. To load. When it is determined from the user identification data that the user is a registered user, the game machine 16 can read data recorded in the key and use past setting data (such as a vehicle type).

ゲーム機16は、プレーヤによりカーレースゲームの参加が指示されると、ゲームサーバ10に対してユーザ識別データと共にユーザ識別データが示すプレーヤについてのエントリ要求を送信する。ゲームサーバ10は、ゲームエントリ要求があると(ステップC1)、プレーヤをゲームにエントリし、エントリ要求元のゲーム機16においてエントリ画面を表示させる。 When the player is instructed to participate in the car racing game, the game machine 16 transmits an entry request for the player indicated by the user identification data together with the user identification data to the game server 10. When there is a game entry request (step C1), the game server 10 enters the player into the game and displays an entry screen on the game machine 16 that is the entry request source.

エントリ画面には、例えばエントリされたプレーヤについてのデータとして、予め登録されている車のイメージやユーザ名(ニックネーム)やクラスなどを表示させる。エントリ画面に表示するデータは、カギにユーザ識別データと共に記録されたものを利用しても良いし、ユーザ識別データをもとに管理サーバ18に問い合わせてデータベース20に登録されたデータを利用しても良い。   For example, a car image, a user name (nickname), a class, and the like registered in advance are displayed on the entry screen as data about the entered player. The data displayed on the entry screen may be the data recorded together with the user identification data, or the data registered in the database 20 by making an inquiry to the management server 18 based on the user identification data. Also good.

ゲームサーバ10のゲームマッチング部30bは、他のプレーヤからのエントリ要求を含めて、レースゲームの成立に必要な参加プレーヤをマッチングする(ステップC2)。   The game matching unit 30b of the game server 10 matches participating players necessary for the establishment of the racing game, including entry requests from other players (step C2).

ゲームサーバ10は、ゲームマッチング部30bにより、ゲームに参加する参加プレーヤ(ゲーム機16)を確定すると、各参加プレーヤに対応するステッカー画像ファイルと縮小ステッカー画像ファイルとを管理サーバ18より受信する(ステップC4)。   When the game matching unit 30b determines a participating player (game machine 16) participating in the game, the game server 10 receives a sticker image file and a reduced sticker image file corresponding to each participating player from the management server 18 (step S1). C4).

そして、各参加プレーヤのゲーム機16に対して、ステッカー画像送信部30cは、参加プレーヤに対応するステッカー画像ファイルと他の参加プレーヤに対応する縮小ステッカー画像ファイルを送信する(ステップC5)。   Then, the sticker image transmission unit 30c transmits a sticker image file corresponding to the participating player and a reduced sticker image file corresponding to the other participating players to the game machines 16 of the participating players (step C5).

すなわち、あるゲーム機16に対しては、このゲーム機16のプレーヤに対応するステッカー画像ファイルを送信することで、ゲーム画面中において表示されるプレーヤーズカーに、精細なステッカー画像を付加して表示できるようにする。一方、対戦相手となっている他のプレーヤに対応するステッカー画像をゲーム機16において表示させるために、データサイズが小さい縮小ステッカー画像ファイルを送信する。   That is, for a certain game machine 16, a sticker image file corresponding to the player of the game machine 16 is transmitted, and a fine sticker image is added and displayed on the player's car displayed on the game screen. It can be so. On the other hand, a reduced sticker image file having a small data size is transmitted in order to display on the game machine 16 a sticker image corresponding to another player who is an opponent.

従って、例えば16台のプレーヤーズカーによってレースゲームが実行される場合、1台分のプレーヤーズカー用にデータサイズが大きいステッカー画像ファイルを送信し、残りの15台分の他のプレーヤーズカー用にデータサイズが小さい縮小ステッカー画像ファイルを送信することになる。このため、全てのプレーヤーズカーについてデータサイズの大きいステッカー画像ファイルを送信する場合と比較して、大幅にデータ送信量が少なくてすむ。   Therefore, for example, when a racing game is executed by 16 players 'cars, a sticker image file having a large data size is transmitted for one player's car, and the remaining 15 players' other cars are used. A reduced sticker image file with a small data size is sent to the. For this reason, compared with the case where a sticker image file having a large data size is transmitted for all player cars, the data transmission amount can be significantly reduced.

ゲームサーバ10のステッカー画像送信部30cにより各参加プレーヤのゲーム機16に対して、ステッカー画像ファイルと縮小ステッカー画像ファイルの送信が完了すると(ステップC6、Yes)、ゲーム処理部30dは、ゲーム処理を実行する(ステップC7)。   When the sticker image transmission unit 30c of the game server 10 completes the transmission of the sticker image file and the reduced sticker image file to the game machine 16 of each participating player (step C6, Yes), the game processing unit 30d performs the game process. Execute (Step C7).

図11には、ゲーム機16においてゲーム処理中に表示されるゲーム画面の一例を示している。
図11に示すように、ゲーム画面では、プレーヤーズカーが画面の中央に表示され、他のプレーヤにより操作される他のプレーヤーズカーについては、プレーヤーズカーに対する相対的な位置において表示される。従って、プレーヤーズカーはゲーム画面中に大きく拡大表示されることになるが、オリジナルのステッカー画像ファイルがゲームサーバ10からダウンロードされるので、高精細のステッカー画像をプレーヤーズカーに付加して表示させることができる。他のプレーヤーズカーについては、ゲーム画面中央のプレーヤーズカーよりも小さく表示される状況が多く、またプレーヤが他のプレーヤーズカーについては注視しない傾向があるので、縮小ステッカー画像ファイルを用いてステッカー画像を付加しても、プレーヤに対して違和感を感じさせない。
FIG. 11 shows an example of a game screen displayed during game processing on the game machine 16.
As shown in FIG. 11, on the game screen, the player's car is displayed at the center of the screen, and other player's cars operated by other players are displayed at positions relative to the player's car. Accordingly, the player's car is greatly enlarged and displayed on the game screen, but since the original sticker image file is downloaded from the game server 10, a high-definition sticker image is added to the player's car and displayed. be able to. Other players' cars are often displayed smaller than the players' cars in the center of the game screen, and players tend not to pay attention to other players' cars, so stickers using reduced sticker image files are used. Even if an image is added, the player does not feel uncomfortable.

ゲーム機16は、ステッカー画像受信部40cによって、ゲームサーバ10から受信したステッカー画像ファイル41cと縮小ステッカー画像ファイル41dを記録部41に記録し、このファイルをもとにゲーム処理部40dによりプレーヤーズカーと他のプレーヤーズカーにステッカー画像を付加した、図11に示すようなゲーム画面を表示させながらゲームを実行させる。ゲーム処理部40dは、ゲームが終了するまで(ステップC8)、ステッカー画像ファイル41cと縮小ステッカー画像ファイル41dを用いて、ステッカー画像を付加したプレーヤーズカーを表示させる。   The game machine 16 records the sticker image file 41c and the reduced sticker image file 41d received from the game server 10 in the recording unit 41 by the sticker image receiving unit 40c, and based on this file, the game processing unit 40d performs the player's car. The game is executed while displaying a game screen as shown in FIG. 11 with sticker images added to other players' cars. The game processing unit 40d displays the player's car to which the sticker image is added using the sticker image file 41c and the reduced sticker image file 41d until the game ends (step C8).

このようにして、ゲーム機16においてプレーヤーズカーにステッカー画像を付加して表示するために必要なステッカー画像ファイルについては、他のプレーヤーズカー用についてはデータサイズの小さな縮小ステッカー画像ファイルを、ゲームサーバ10からゲーム機16にダウンロードすることでデータ送信量を低減するので、データのダウンロードに要する通信負荷を軽減することができる。従って、ゲームに参加する参加プレーヤが決定されてからゲームが開始されるまでの時間を短縮することができる。また、プレーヤーズカーについては、オリジナルのステッカー画像ファイルを用いてステッカー画像が表示されるので画像品質を高く維持することができる。 In this way, with respect to the sticker image file necessary for adding and displaying the sticker image on the player's car in the game machine 16, a reduced sticker image file with a small data size is used for the other player's car. Since the data transmission amount is reduced by downloading from the server 10 to the game machine 16, the communication load required for data download can be reduced. Therefore, it is possible to shorten the time from when the participating player participating in the game is determined until the game is started. In addition, for the player's car, since the sticker image is displayed using the original sticker image file, the image quality can be maintained high.

次に、図10に示すゲーム処理の変形例について、図12に示すフローチャートを参照しながら説明する。
図10に示すゲーム処理では、各ゲーム機16に対して、プレーヤーズカー用のステッカー画像ファイルと、他のプレーヤーズカー用の縮小ステッカー画像ファイルをダウンロードし、ゲーム実行中ではプレーヤーズカーのみに対してステッカー画像ファイルを用いて高精細なステッカー画像を付加しているが、ゲーム処理の途中から他のプレーヤーズカーについても高精細なステッカー画像を付加して表示できるようにする。
Next, a modification of the game process shown in FIG. 10 will be described with reference to the flowchart shown in FIG.
In the game process shown in FIG. 10, a sticker image file for player cars and a reduced sticker image file for other player cars are downloaded to each game machine 16, and only the players car is playing during the game. On the other hand, a high-definition sticker image is added using a sticker image file. However, a high-definition sticker image can be added and displayed for other players' cars in the middle of the game processing.

なお、図12に示すステップD1〜D6については、図10に示すステップC1〜C6とそれぞれ同じ処理を実行するものとして説明を省略する。   In addition, about D1-D6 shown in FIG. 12, description is abbreviate | omitted as what performs each the same process as step C1-C6 shown in FIG.

ゲームサーバ10のステッカー画像送信部30cは、ゲーム処理部30dによるゲーム処理が開始されると(ステップD7)、各参加プレーヤのゲーム機16に対して、それぞれの参加プレーヤに対応するステッカー画像ファイルの送信を開始する(ステップD8)。すなわち、各参加プレーヤのゲーム機16に対して、プレーヤーズカー用のステッカー画像ファイルと、他のプレーヤーズカー用の縮小ステッカー画像ファイルの送信(ダウンロード)が完了した時点でゲームを開始するが、ゲーム処理中に(ステップD9)、ゲームを進行させるためのデータの送受信をゲームサーバ10と各ゲーム機16との間で実行しながら、並行してステッカー画像ファイルのダウンロードを実行する(ステップD8〜D10)。   When the game processing by the game processing unit 30d is started (step D7), the sticker image transmission unit 30c of the game server 10 transmits a sticker image file corresponding to each participating player to the game machine 16 of each participating player. Transmission is started (step D8). That is, the game is started when transmission (download) of the sticker image file for the player's car and the reduced sticker image file for the other player's car is completed to the game machines 16 of the participating players. During the game process (step D9), while downloading and receiving data for advancing the game between the game server 10 and each game machine 16, downloading the sticker image file is executed in parallel (steps D8 to D8). D10).

各プレーヤのゲーム機16に対してステッカー画像ファイルの送信が完了すると(ステップD10、Yes)、ゲーム処理部30dは、各ゲーム機16に対してステッカー画像ファイルを用いたゲーム画面の表示を指示する(ステップD11)。すなわち、ゲーム画面中の他のプレーヤーズカーについても、ゲーム処理中に受信したステッカー画像ファイルを用いた高精細のステッカー画像を付加して表示させる。ゲーム機16のゲーム処理部40dは、ゲームサーバ10からの指示に応じて、ステッカー画像ファイルを用いたステッカー画像を付加したプレーヤーズカーを表示させながら、ゲーム終了までゲーム処理を実行する(ステップD12,D13)。   When the transmission of the sticker image file to the game machine 16 of each player is completed (step D10, Yes), the game processing unit 30d instructs each game machine 16 to display a game screen using the sticker image file. (Step D11). That is, other player's cars on the game screen are also displayed with a high-definition sticker image using the sticker image file received during the game process. In response to an instruction from the game server 10, the game processing unit 40d of the game machine 16 executes the game process until the game ends while displaying the player's car to which the sticker image using the sticker image file is added (step D12). , D13).

このようにして、図12に示すゲーム処理では、ステッカー画像ファイルと縮小ステッカー画像ファイルとを送信することで、図10に示すゲーム処理と同様にしてゲーム開始までの時間を短縮しながら、ゲーム実行中にステッカー画像ファイルのダウンロードを完了させて、全てのプレーヤーズカーについてステッカー画像ファイルを用いてステッカー画像を表示することで高画質のゲーム画面を提供することができる。   In this way, in the game process shown in FIG. 12, the game execution is performed while the sticker image file and the reduced sticker image file are transmitted to shorten the time until the game starts in the same manner as the game process shown in FIG. By completing the download of the sticker image file and displaying the sticker image using the sticker image file for all players' cars, a high-quality game screen can be provided.

なお、前述した説明では、管理サーバ18においてステッカー画像ファイルと縮小ステッカー画像ファイルの2つのデータサイズが異なるファイルを登録しているが、3つ以上の多段階のデータサイズが異なるファイルを作成して登録しておくことで、ゲーム開始前にゲームサーバ10からゲーム機16にダウンロードするファイルを、通信状況等に応じて、データサイズが異なる複数のファイルから適宜選択するようにしても良い。例えば、あるゲーム機16に対する通信容量が小さい場合には、データサイズが小さいファイルを選択することにより、ダウンロードに要する時間が他のゲーム機16に対するダウンロードよりも長くならないようにすることができる。   In the above description, the management server 18 registers two files with different data sizes, ie, a sticker image file and a reduced sticker image file. By registering, a file to be downloaded from the game server 10 to the game machine 16 before the start of the game may be appropriately selected from a plurality of files having different data sizes according to the communication status or the like. For example, when the communication capacity for a certain game machine 16 is small, it is possible to prevent the download time from becoming longer than the download to another game machine 16 by selecting a file having a small data size.

また、前述した説明では、ゲームセンター14に設置された業務用のゲーム機16においてゲームを実行する場合について説明しているが、家庭用ゲーム装置29によってゲームに参加する場合にも適用可能である。   In the above description, the case where the game is executed on the business game machine 16 installed in the game center 14 is described. However, the present invention can be applied to the case where the game is played by the home game device 29. .

また、管理サーバ18では、ユーザ(ユーザ識別データ)と対応付けて、1種類のステッカー画像用のステッカー画像ファイルが登録されるものとしているが、レースで使用する車の種類(メーカ、車種)に応じた複数のステッカー画像ファイルを用意しておくことで、プレーヤの指定した車(プレーヤーズカー)に応じたステッカー画像ファイルがゲームサーバ10からダウンロードされるようにしても良い。   In the management server 18, a sticker image file for one type of sticker image is registered in association with the user (user identification data), but the type of car used in the race (manufacturer, car type) is registered. By preparing a plurality of corresponding sticker image files, a sticker image file corresponding to a car (player's car) designated by the player may be downloaded from the game server 10.

また、前述した説明では、カーレースゲームを実行するゲーム機16(ゲームシステム)を対象として説明しているが、その他のゲームを実行するゲーム装置に適用することも可能である。すなわち、ゲームを開始するに際に、ゲーム機16におけるゲーム画面の表示に用いられる画像ファイルをゲームサーバからダウンロードする場合に、プレーヤに関連する主とするキャラクタ等については精細な画像表示が可能な画像ファイルを対象とし、その他のキャラクタ等についてはデータサイズが小さい画像ファイルを対象とすれば良い。   In the above description, the game machine 16 (game system) that executes a car racing game is described as an object. However, the present invention can be applied to game devices that execute other games. That is, when an image file used to display a game screen on the game machine 16 is downloaded from the game server when the game is started, a fine image display is possible for main characters related to the player. An image file is the target, and other characters may be an image file with a small data size.

また、本発明は上記実施形態そのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化できる。また、上記実施形態に開示されている複数の構成要素の適宜な組み合わせにより、種々の発明を形成できる。例えば、実施形態に示される全構成要素から幾つかの構成要素を削除してもよい。さらに、異なる実施形態にわたる構成要素を適宜組み合わせてもよい。   Further, the present invention is not limited to the above-described embodiments as they are, and can be embodied by modifying the constituent elements without departing from the scope of the invention in the implementation stage. In addition, various inventions can be formed by appropriately combining a plurality of components disclosed in the embodiment. For example, some components may be deleted from all the components shown in the embodiment. Furthermore, constituent elements over different embodiments may be appropriately combined.

また、実施形態に記載した手法は、コンピュータに実行させることができるプログラム(ソフトウエア手段)として、例えば磁気ディスク(フレキシブルディスク、ハードディスク等)、光ディスク(CD−ROM、DVD、MO等)、半導体メモリ(ROM、RAM、フラッシュメモリ等)等の記録媒体に格納し、また通信媒体により伝送して頒布することもできる。なお、媒体側に格納されるプログラムには、コンピュータに実行させるソフトウエア手段(実行プログラムのみならずテーブルやデータ構造も含む)をコンピュータ内に構成させる設定プログラムをも含む。本装置を実現するコンピュータは、記録媒体に記録されたプログラムを読み込み、また場合により設定プログラムによりソフトウエア手段を構築し、このソフトウエア手段によって動作が制御されることにより上述した処理を実行する。なお、本明細書でいう記録媒体は、頒布用に限らず、コンピュータ内部あるいはネットワークを介して接続される機器に設けられた磁気ディスクや半導体メモリ等の記録媒体を含むものである。   In addition, the method described in the embodiment uses, as a program (software means) that can be executed by a computer, for example, a magnetic disk (flexible disk, hard disk, etc.), an optical disk (CD-ROM, DVD, MO, etc.), and a semiconductor memory. It can also be stored in a recording medium such as (ROM, RAM, flash memory, etc.), or transmitted and distributed via a communication medium. The program stored on the medium side also includes a setting program that configures in the computer software means (including not only the execution program but also a table and data structure) that is executed by the computer. A computer that implements the present apparatus reads the program recorded on the recording medium, constructs software means by a setting program in some cases, and executes the above-described processing by controlling the operation by the software means. The recording medium referred to in this specification is not limited to the distribution, but includes a recording medium such as a magnetic disk or a semiconductor memory provided in a computer or a device connected via a network.

10(10−1,10−2,10−n)…ゲームサーバ、12…ネットワーク、14(14−1,14−2,14−m)…ゲームセンター、16…ゲーム機、18…管理サーバ、20…データベース、24…クライアント装置、26…インターネット、28…PC、29…ゲーム装置、30,40…制御部、30a…識別部、30b…ゲームマッチング部、30c…ステッカー画像送信部、40a…識別処理部、40b…ゲームエントリー処理部、40c…ステッカー画像受信部、40d…ゲーム処理部。   10 (10-1, 10-2, 10-n) ... game server, 12 ... network, 14 (14-1,14-2,14-m) ... game center, 16 ... game machine, 18 ... management server, DESCRIPTION OF SYMBOLS 20 ... Database, 24 ... Client device, 26 ... Internet, 28 ... PC, 29 ... Game device, 30, 40 ... Control part, 30a ... Identification part, 30b ... Game matching part, 30c ... Sticker image transmission part, 40a ... Identification Processing part, 40b ... Game entry processing part, 40c ... Sticker image receiving part, 40d ... Game processing part.

Claims (3)

サーバと複数のゲーム機がネットワークを介して接続されたゲームシステムにおいて、
前記サーバは、
前記複数のゲーム機の間で実行されるゲームのゲーム画面中にオブジェクトを表示するための第1のデータファイルと、前記第1のデータファイルよりデータサイズを小さくした第2のデータファイルとを、前記複数のゲーム機にそれぞれ対応するオブジェクト毎に記録する記録手段と、
ゲームを実行する前記複数のゲーム機のそれぞれに対して、データファイルの送信先とする第1のゲーム機に対応するオブジェクトの前記第1のデータファイルと、前記第1のゲーム機以外の第2のゲーム機にそれぞれ対応するオブジェクトの複数の前記第2のデータファイルとを送信する第1の送信手段と、
前記第1の送信手段によって前記第1のデータファイルと前記第2のデータファイルを送信した後、ゲームを実行する前記複数のゲーム機のそれぞれに対して、前記第2のゲーム機に対応する前記第1のデータファイルを送信する第2の送信手段とを有し、
前記ゲーム機は、
前記第1の送信手段によって送信された前記第1のデータファイルと複数の前記第2のデータファイルを受信する第1の受信手段と、
前記第1の受信手段により受信された前記第1のデータファイルによる自機に対応するオブジェクトと、複数の前記第2のデータファイルによる前記第2のゲーム機にそれぞれ対応する複数のオブジェクトとを含むゲーム画面を表示させながらゲームを実行するゲーム処理手段と
前記ゲーム処理手段によるゲームの実行中に、前記第2の送信手段により送信された前記第2のゲーム機に対応する前記第1のデータファイルを受信する第2の受信手段とを有し、
前記ゲーム処理手段は、前記第2の受信手段により前記第2のゲーム機に対応する前記第1のデータファイルの受信を完了した後、前記第1のデータファイルによる前記第2のゲーム機に対応する複数のオブジェクトを含むゲーム画面を表示させながらゲームを実行することを特徴とするゲームシステム。
In a game system in which a server and a plurality of game machines are connected via a network,
The server
A first data file for displaying an object in a game screen of a game executed between the plurality of game machines, and a second data file having a data size smaller than that of the first data file, Recording means for recording each object corresponding to each of the plurality of game machines;
For each of the plurality of game machines that execute the game, the first data file of the object corresponding to the first game machine that is the transmission destination of the data file, and the second other than the first game machine First transmission means for transmitting a plurality of the second data files of objects respectively corresponding to the game machines;
After the first data file and the second data file are transmitted by the first transmission means, the plurality of game machines that execute a game are each associated with the second game machine. Second transmission means for transmitting the first data file ,
The game machine
First receiving means for receiving the first data file and the plurality of second data files transmitted by the first transmitting means;
An object corresponding to the own device by the first data file received by the first receiving means; and a plurality of objects respectively corresponding to the second game device by the plurality of second data files. Game processing means for executing a game while displaying a game screen ;
A second receiving means for receiving the first data file corresponding to the second game machine transmitted by the second transmitting means during execution of the game by the game processing means;
The game processing means responds to the second game machine by the first data file after completing the reception of the first data file corresponding to the second game machine by the second receiving means. A game system for executing a game while displaying a game screen including a plurality of objects to be played.
前記サーバは、
前記ネットワークを介して接続された情報機器から送信された前記第1のデータファイルを受信するファイル受信手段と、
前記ファイル受信手段により受信された前記第1のデータファイルをもとに前記第2のデータファイルを作成するファイル作成手段とをさらに有したことを特徴とする請求項1記載のゲームシステム。
The server
File receiving means for receiving the first data file transmitted from an information device connected via the network;
2. The game system according to claim 1, further comprising file creation means for creating the second data file based on the first data file received by the file reception means.
複数のゲーム機とネットワークを介して接続されたゲームサーバであって、
前記複数のゲーム機の間で実行されるゲームのゲーム画面中にオブジェクトを表示するための第1のデータファイルと、前記第1のデータファイルよりデータサイズを小さくした第2のデータファイルとを、前記複数のゲーム機にそれぞれ対応するオブジェクト毎に記録する記録手段と、
ゲームを実行する前記複数のゲーム機のそれぞれに対して、データファイルの送信先とする第1のゲーム機に対応するオブジェクトの前記第1のデータファイルと、前記第1のゲーム機以外の第2のゲーム機にそれぞれ対応するオブジェクトの複数の前記第2のデータファイルとを送信する第1の送信手段と
前記第1の送信手段によって前記第1のデータファイルと前記第2のデータファイルを送信した後、ゲームを実行する前記複数のゲーム機のそれぞれに対して、前記第2のゲーム機に対応する前記第1のデータファイルを送信する第2の送信手段と、
前記第2の送信手段により前記第2のゲーム機に対応する前記第1のデータファイルの送信を完了した後、前記第1のデータファイルによる前記第2のゲーム機に対応する複数のオブジェクトを含むゲーム画面の表示を指示する指示手段とを具備したことを特徴とするゲームサーバ。
A game server connected to a plurality of game machines via a network,
A first data file for displaying an object in a game screen of a game executed between the plurality of game machines, and a second data file having a data size smaller than that of the first data file, Recording means for recording each object corresponding to each of the plurality of game machines;
For each of the plurality of game machines that execute the game, the first data file of the object corresponding to the first game machine that is the transmission destination of the data file, and the second other than the first game machine First transmission means for transmitting a plurality of the second data files of objects respectively corresponding to the game machines ;
After the first data file and the second data file are transmitted by the first transmission means, the plurality of game machines that execute a game are each associated with the second game machine. A second transmission means for transmitting the first data file;
After completing the transmission of the first data file corresponding to the second game machine by the second transmission means, the plurality of objects corresponding to the second game machine by the first data file are included. A game server comprising: instruction means for instructing display of a game screen .
JP2009093227A 2009-04-07 2009-04-07 Game system, game server Active JP5624728B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009093227A JP5624728B2 (en) 2009-04-07 2009-04-07 Game system, game server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009093227A JP5624728B2 (en) 2009-04-07 2009-04-07 Game system, game server

Publications (2)

Publication Number Publication Date
JP2010240210A JP2010240210A (en) 2010-10-28
JP5624728B2 true JP5624728B2 (en) 2014-11-12

Family

ID=43093977

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009093227A Active JP5624728B2 (en) 2009-04-07 2009-04-07 Game system, game server

Country Status (1)

Country Link
JP (1) JP5624728B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7459297B2 (en) 2021-05-28 2024-04-01 ▲騰▼▲訊▼科技(深▲セン▼)有限公司 Effect generation method, device, equipment and computer program in virtual environment

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5888968B2 (en) * 2011-12-19 2016-03-22 株式会社スクウェア・エニックス Game execution system
KR101397496B1 (en) * 2012-04-10 2014-05-27 주식회사 네오위즈인터넷 Method of providing game, server performing the same and storage media storing the same
JP5624224B2 (en) 2012-07-31 2014-11-12 株式会社スクウェア・エニックス Data providing system, providing device, execution device, control method, program, and recording medium
JP5932892B2 (en) * 2014-06-24 2016-06-08 株式会社スクウェア・エニックス CONTENT PROVIDING SYSTEM, CONTENT PROVIDING DEVICE, CONTENT REPRODUCING DEVICE, CONTROL METHOD, PROGRAM, AND RECORDING MEDIUM
JP2017018530A (en) * 2015-07-15 2017-01-26 株式会社コナミデジタルエンタテインメント Game apparatus, game server, and program
CN109152955B (en) * 2015-12-30 2022-09-23 索尼互动娱乐美国有限责任公司 User storage data management method in cloud game
JP6695788B2 (en) 2016-12-07 2020-05-20 任天堂株式会社 Information processing program, information processing apparatus, and information processing method
US10708382B2 (en) * 2018-11-08 2020-07-07 Citrix Systems, Inc. Systems and methods for latency masking via prefix caching

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4034002B2 (en) * 1999-04-22 2008-01-16 三菱電機株式会社 Distributed virtual space information management transmission method
JP3606316B2 (en) * 2001-06-07 2005-01-05 ソニー株式会社 Character data management system, character server, character data management method, and program
JP4889070B2 (en) * 2001-06-07 2012-02-29 株式会社バンダイナムコゲームス Game system
JP4683979B2 (en) * 2005-04-04 2011-05-18 ヒューレット−パッカード デベロップメント カンパニー エル.ピー. Moving image display system, moving image processing apparatus, and methods thereof
JP3968758B2 (en) * 2005-09-08 2007-08-29 株式会社光栄 Network game system, client device, server device, character management program, and storage medium storing character management program
JP3954631B1 (en) * 2006-03-30 2007-08-08 株式会社バンダイナムコゲームス Server system, game terminal, program, and information storage medium
JP5259118B2 (en) * 2007-04-24 2013-08-07 株式会社バンダイナムコゲームス Program, information storage medium, game machine, and game system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7459297B2 (en) 2021-05-28 2024-04-01 ▲騰▼▲訊▼科技(深▲セン▼)有限公司 Effect generation method, device, equipment and computer program in virtual environment

Also Published As

Publication number Publication date
JP2010240210A (en) 2010-10-28

Similar Documents

Publication Publication Date Title
JP5624728B2 (en) Game system, game server
JP2023158105A (en) Information processing system, information processing device, and information processing method
JP6260993B2 (en) Information processing apparatus, program, information processing system
US8007362B2 (en) Method of displaying multiple kinds of independently processed display data
JP4889070B2 (en) Game system
JP5520526B2 (en) Game system
JP5947876B2 (en) Information processing system, information processing method, information processing program, computer-readable recording medium recording the information processing program, and information processing apparatus
JP2014121610A (en) Automatic generation of suggested mini-games for cloud-gaming based on recorded gameplay
JP5444759B2 (en) GAME SYSTEM, GAME TERMINAL DEVICE, SERVER, AND CONTROL PROGRAM
JP2018011725A (en) Game system and program
JP5715094B2 (en) GAME CONTROL DEVICE, PROGRAM, GAME SYSTEM, INFORMATION PROCESSING DEVICE
JP2015104573A (en) Game device, 3d printing control method, and 3d printer control program
KR101487077B1 (en) Game system and control method thereof
JP4173903B2 (en) ONLINE FLASH GAME PROVIDING SYSTEM, ONLINE FLASH GAME PROVIDING METHOD, METHOD FOR PROVIDING A WEB PAGE FOR RUNNING A FLASH GAME, STORAGE MEDIUM RECORDING METHOD EXECUTION PROGRAM, AND WEB SERVER PROVIDING A WEB
JP2012125644A (en) Game system
JP5581003B2 (en) Game system, program
EP1186330A2 (en) Video game sytem, video game apparatus, and method of controlling the video game apparatus
US7985136B2 (en) Image producing device, speed expressing method, and program
JP2992499B2 (en) Image processing method and apparatus, recording medium
JP2000237453A (en) Problem solution type vehicle game device
JP4745009B2 (en) COMMUNICATION SYSTEM, COMMUNICATION TERMINAL DEVICE, COMMUNICATION TERMINAL DEVICE CONTROL METHOD AND PROGRAM
JP2019193871A (en) Information processing device, program, information processing system
JP3919140B2 (en) GAME DEVICE AND INFORMATION STORAGE MEDIUM
JP6566327B2 (en) Information processing apparatus, program, information processing system
JP4925491B2 (en) Game system, game server, web server, arcade game device, terminal device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120301

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131018

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131029

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20131225

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140617

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140808

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140929

R150 Certificate of patent or registration of utility model

Ref document number: 5624728

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150