U.S. Pat. No. 8,795,060

GAME PROCESSING SERVER APPARATUS AND RECORDING MEDIUM

AssigneeDeNA Co Ltd

Issue DateJuly 9, 2013

Illustrative Figure

Abstract

A game processing server apparatus providing a game service to a plurality of terminal devices connected with each other via a network, includes a game data generation unit that generates game data in the game service; a player information storing unit that stores player information including registration date data indicating a date when the player operating the terminal device is registered in the game service; and a group allocation unit that determines a player group to which the player belongs based on the registration date data of the player, wherein the game data generation unit generates game data for training, which is different from normal game data, to the player who belongs to the player group.

Description

DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The invention will be described herein with reference to illustrative embodiments. Those skilled in the art will recognize that many alternative embodiments can be accomplished using the teachings of the present invention and that the invention is not limited to the embodiments illustrated for explanatory purposes. It is to be noted that, in the explanation of the drawings, the same components are given the same reference numerals, and explanations are not repeated. Conventionally, as one of general methods to increase motivation of players, ranking is displayed. In the displayed ranking, the players are displayed in descending order of points or the like to cause the players to have competitive spirits to other players and improve the motivations of the players. However, in a general event, there is a gap between a player with a high activity in a game and a player with a low activity in the game when a large number of players participate so that the player with a low activity has little possibility to get a high ranking and tends to loose motivation to continue the game. This tendency is strong in a social game in which many communication opportunities exist. Similarly, as another one of general methods to increase motivation of players, there is a system in which the players are divided into groups. In this system, the players of the same level are gathered into a same group based on the obtained points or the like, and the players compete with each other in the group based on the results such as the obtained points or the like in the game. In this case, the gap between the players can be decreased to improve the motivation of the players. However, although the motivation of the player may be ...

DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS

The invention will be described herein with reference to illustrative embodiments. Those skilled in the art will recognize that many alternative embodiments can be accomplished using the teachings of the present invention and that the invention is not limited to the embodiments illustrated for explanatory purposes.

It is to be noted that, in the explanation of the drawings, the same components are given the same reference numerals, and explanations are not repeated.

Conventionally, as one of general methods to increase motivation of players, ranking is displayed. In the displayed ranking, the players are displayed in descending order of points or the like to cause the players to have competitive spirits to other players and improve the motivations of the players.

However, in a general event, there is a gap between a player with a high activity in a game and a player with a low activity in the game when a large number of players participate so that the player with a low activity has little possibility to get a high ranking and tends to loose motivation to continue the game. This tendency is strong in a social game in which many communication opportunities exist.

Similarly, as another one of general methods to increase motivation of players, there is a system in which the players are divided into groups. In this system, the players of the same level are gathered into a same group based on the obtained points or the like, and the players compete with each other in the group based on the results such as the obtained points or the like in the game. In this case, the gap between the players can be decreased to improve the motivation of the players.

However, although the motivation of the player may be improved a bit by being divided into the group, for a player of a lower level, such a player is low in activity in the game before being divided into the group. Thus, the activity of the player in the game cannot be drastically improved.

(Structure)

FIG. 1is a block diagram illustrating a structure of an example of a system of an embodiment.

The system shown inFIG. 1includes a plurality of terminal devices (player terminals)1which belong to players, respectively, access points2such as a mobile base station, a Wi-Fi station or the like, a network3such as the INTERNET or the like, and a game processing server apparatus4. The game processing server apparatus4controls (manages) processing of a game in which a plurality of players play a game via the network3. The terminal device1may be a smart phone, a mobile phone, or the like.

FIG. 2is a block diagram illustrating an example of a hardware structure of the terminal device1.

The terminal device1includes a power source system101, a main system102, a storing unit106, an external port107, a high frequency circuit108, an antenna109, an audio circuit110, a speaker111, a microphone112, a proximity sensor113, a Global Positioning System (GPS) circuit114, an I/O sub system115, a touch panel display system119, an optical sensor120and an input unit121. The main system102includes a processor103, a memory controller104and a peripheral interface105. The I/O sub system115includes a display controller116, an optical sensor controller117, and an input controller118.

FIG. 3is a block diagram illustrating an example of a hardware structure of the game processing server apparatus4.

The game processing server apparatus4includes a Central Processing Unit (CPU)402, a Read Only Memory (ROM)403, a Random Access Memory (RAM)404, a non-Volatile Random Access Memory (NVRAM)405and an Interface (I/F)406connected to a system bus401, and an Input/Output Device (I/O)407such as a keyboard, a mouse, a monitor, a Compact Disk/Digital Versatile Disk (CD/DVD) drive or the like, a Hard Disk Drive (HDD)408, and a Network Interface Card (NIC)409connected to the I/F406, and the like.

FIG. 4is a block diagram illustrating an example of a functional structure of the terminal device1and the game processing server apparatus4.

InFIG. 4, the terminal device1includes a player operation input unit11, a game logic processing unit12, a server accessing unit13and a screen display unit14.

The player operation input unit11has a function to input (accept) an operation of a player of the terminal device1.

The game logic processing unit12has a function to process a game by transitioning screens in accordance with the input operation by the player via the player operation input unit11. The game logic processing unit12may execute the game logic based on page data described in a Hyper Text Markup Language (HTML) or the like and scripts or the like included in the page data sent from the game processing server apparatus4(which is called browser type). Alternatively, the game logic processing unit12may execute the game logic based on application which is previously downloaded and installed in the terminal device1(which is called application type).

The server accessing unit13has a function to send a request to the game processing server apparatus4and receive a processed result or the like as a response from the game processing server apparatus4when it is necessary to access the game processing server apparatus4in a course of the processing by the game logic processing unit12. Here, the request includes a request of updating and a request of referring to data. The request of updating is to update player information. The request of referring to data is to refer to the player information.

The screen display unit14has a function to display screens under control of the game logic processing unit12.

The game processing server apparatus4includes a request processing unit41, a scenario data storing unit42, a player information management unit43, a player information database44, a player group information management unit45, a player group information database46, an item information management unit47and an item information database48. The request processing unit41includes a game participant registration unit411, a game/tutorial data generation unit412and a player group allocation unit413.

The request processing unit41has a function to receive a request from the terminal device1, perform a corresponding process and send a processed result of the request to the terminal device1. When the request processing unit41receives the request of updating, the request processing unit41performs an operation to update the player information, and sends the updated player information or the like which is changed by the operation as the processed result. When the request processing unit41receives the request of referring to data, the request processing unit41refers to and obtains the corresponding player information, and sends the obtained player information as the processed result. The response may include screen information which is to be operated by the player next, in addition to the required processed result, for the browser type.

The scenario data storing unit42stores scenario data that describes progression contents of a game and a tutorial. The scenario data includes data corresponding to a normal game, data corresponding to the tutorial and data corresponding to a training game. The normal game is an ordinary game other than the tutorial and the training game. The tutorial is to provide minimum information to play a game to a player. Alternatively, the tutorial may not be included in the game service.

The training game is a newcomer training game for training a newcomer player, or a follow-up training game for a player who has already been playing the game. The newcomer training game is, for example, an event to be provided to a player group generated by players whose game participant registration date is the same. The newcomer training game is composed by, similarly as the normal game, a quest, a battle against a boss or the like. The type of the quest or the battle against a boss or the difficulty in the game is adjusted in order for the player to easily understand the characteristic of the game. Further, characters or the like are changed from those of the normal game in order to differentiate the training game from the normal game.

Although the players are qualified to participate in the newcomer training game after finishing the tutorial, when there is no tutorial, the tutorial is skipped or the like, the player may be qualified to participate in the newcomer training game right after the game participant registration. Normally, the tutorial is provided right after the player is registered to participate in the game. Then, the newcomer training game is performed on the next day of the day when the player is registered to participate in the game. The newcomer training game is performed for three days, for example. The game processing server apparatus4calculates the points obtained by each of the players during the quest or the battle against the boss and a ranking is displayed based on the calculated results at a middle of the training game and at the end (when three days passed) of the training game.

The game participant registration unit411has a function to register a player in the player information database44via the player information management unit43in response to a game participant registration request from the terminal device1.

The game/tutorial data generation unit412has a function to generate (obtain) tutorial data and game data to be provided to the terminal device1by referring to the scenario data storing unit42. The game/tutorial data generation unit412may further refer to the player information database44, the player group information database46and the item information database48via the player information management unit43, the player group information management unit45and the item information management unit47, respectively. For the browser type, the tutorial data and the game data are page data for displaying screens. For the application type, the tutorial data and the game data are data necessary for the terminal device1to proceed the game and the tutorial. For the application type, the tutorial data and the game data include information regarding other players stored in the game processing server apparatus4, information from an administrator or the like. The game data includes data for displaying ranking of each of the players based on the obtained point or the like.

The player group allocation unit413has a function to refer to the player group information database46via the player group information management unit45, allocate a player to a player group for the training game and update the player information database44via the player information management unit43. Further, when it is necessary, the player group allocation unit413updates the player group information database46via the player group information management unit45to generate a new player group.

The player information management unit43has a function to manage various information about all of the players participating in the game, which are stored in the player information database44. The player information management unit43refers to or updates the player information in accordance with the request from the request processing unit41.

FIG. 5is a view illustrating an example of a data structure of the player information stored in the player information database44.

InFIG. 5, the player information includes fields such as “player ID”, “player attribute”, “game participant registration date”, “log-in time history”, “belonging group ID”, “obtained point/item ID in training game”, “obtained point/item ID in normal game”, “other game data” and the like.

The “player ID” is data to specify (identify) the player. The “player attribute” is data such as sex, age, clan (provided for each of the player groups in which the players play the training game) or the like of the player. The “game participant registration date” is data indicating a date (time) when the player is registered to participate in the game. The “log-in time history” is history data indicating a date (time) when the player logs-in. The “belonging group ID” is data to specify (identify) the player group to which the player belongs when the player participates in the training game. The “obtained point/item ID in training game” is data indicating the point or the item obtained by the player in the training game. The “obtained point/item ID in normal game” is data indicating the point or the item obtained by the player in the normal game. The “other game data” is data indicating an activity (the number of times that the player logs-in, the period from the log-in to log-out or the like) or the like of the player regarding other games.

Referring back toFIG. 4, the player group information management unit45has a function to manage various information regarding player groups (player group information), which are stored in the player group information database46. The player group information management unit45refers to or updates the player group information in accordance with the request from the request processing unit41.

FIG. 6is a view illustrating an example of a data structure of the information stored in the player group information database46. The player group information database46includes fields such as “group ID”, “group attribute”, “upper number” (upper limit number of members), “current number” (current number of members) and the like.

The “group ID” is data to specify (identify) the player group. The “group attribute” is data indicating profile or property of the player group. For example, when it is determined that the players who are registered on the same day are to belong to the player group, for example, the “game participant registration date” is stored as the “group ID”. The “upper number” is data to indicate the upper limit number of the players when there is a limitation in the number of the players in the player group. The “current number” is data to indicate the current number of the players who belong to the player group.

Referring back toFIG. 4, the item information management unit47has a function to manage various information (item information) regarding items (game content, or game media), which are stored in the item information database48. The item information management unit47refers to or updates the item information in accordance with the request from the request processing unit41. The item information database48includes fields such as “item ID” to specify (identify) the item, “item image” for displaying the item, item attributes “parameter (offense, defense, rare degree, type, . . . )” and the like.

(Operation)

FIG. 7is an example of a sequence diagram illustrating an example of an operation of the game processing server apparatus4and the terminal device1.

InFIG. 7, when the player of the terminal device1operates for a game participant registration, and the player operation input unit11accepts the operation (step S101), under control of the game logic processing unit12, the server accessing unit13sends a game participant registration request to the game processing server apparatus4with player attribute data or the like (step S102).

At the game processing server apparatus4, upon receiving the game participant registration request, the game participant registration unit411of the request processing unit41registers player information in the player information database44via the player information management unit43(step S103). At this time, the game participant registration unit411issues player ID, registers the accepted player attribute and records game participant registration date.

The game/tutorial data generation unit412of the request processing unit41refers to the tutorial in the scenario data storing unit42, generates tutorial data to be provided to the terminal device1(step S104) and sends the generated tutorial data to the terminal device1(step S105). Then, the tutorial starts.

Thereafter, when the player of the terminal device1operates a screen of the tutorial, and the player operation input unit11accepts the operation (step S106), the server accessing unit13sends a corresponding operation request to the game processing server apparatus4(step S107). The operation request is a request for a next page for the browser type and a request for data necessary in progression of the tutorial for the application type.

At the game processing server apparatus4, upon receiving the operation request, the game/tutorial data generation unit412of the request processing unit41refers to the tutorial in the scenario data storing unit42, generates next tutorial data to be provided to the terminal device1(step S108) and sends the generated tutorial data to the terminal device1(step S109). These steps are repeated while the tutorial is continued.

When the player of the terminal device1operates to complete the tutorial in the screen of tutorial, and the player operation input unit11accepts the operation (step S110), the server accessing unit13sends a corresponding operation request to the game processing server apparatus4(step S111).

At the game processing server apparatus4, upon receiving the operation request, the game/tutorial data generation unit412of the request processing unit41determines that the tutorial is finished (step S112).

The player group allocation unit413of the request processing unit41determines the player group to which the player belongs for a successive newcomer training game after the tutorial (step S113). Here, it is assumed that the players who register to participate in the game on the same day are included in the same player group. In such a case, the player group allocation unit413obtains group ID whose group attribute is the game participant registration date of the player from the player group information database46, and set the group ID as the belonging group ID of the player in the player information (step S115). When the corresponding player group does not exist, or the number of players included in the existing group reaches the upper limit, the player group information database46adds a new record for a player group (step S114).

The game/tutorial data generation unit412of the request processing unit41refers to the training game (newcomer training game) in the scenario data storing unit42, generates game data of the newcomer training game to be provided to the terminal device1(step S116), and sends the generated game data to the terminal device1(step S117). Then, the newcomer training game starts.

Thereafter, when the player of the terminal device1operates a screen of the newcomer training game, and the player operation input unit11accepts the operation (step S118), the server accessing unit13sends a corresponding operation request to the game processing server apparatus4(step S119). The operation request is a request for a next page for the browser type and request for data necessary in progression of newcomer training game for the application type.

At the game processing server apparatus4, upon receiving the operation request, the game/tutorial data generation unit412of the request processing unit41refers to the training game (newcomer training game) in the scenario data storing unit42, generates successive game data to be provided to the terminal device1(step S120) and sends the generated game data to the terminal device1(step S121). These steps are repeated while the newcomer training game is continued.

In the newcomer training game, similarly as the normal game, a quest or a battle against a boss is performed, and a player can obtain a point or an item. The item obtained in the newcomer training game can be used in the normal game. Further, the game/tutorial data generation unit412generates data for displaying a ranking in the player group based on the point or the like, to be included in the game data.

When the player of the terminal device1operates to complete the newcomer training game in the screen of the newcomer training game, and the player operation input unit11accepts the operation (step S122), the server accessing unit13sends a corresponding operation request to the game processing server apparatus4(step S123).

At the game processing server apparatus4, upon receiving the operation request, the game/tutorial data generation unit412of the request processing unit41determined that the newcomer training game is finished (step S124).

The player group allocation unit413of the request processing unit41deletes the belonging group ID of the player in the player information in the player group information database46so that the allocation of the player to the player group is released in accordance with the end of the newcomer training game (step S125).

The game/tutorial data generation unit412of the request processing unit41refers to the normal game in the scenario data storing unit42, generates game data of the normal game to be provided to the terminal device1(step S126) and sends the generated game data to the terminal device1(step S127). Then, the normal game starts.

Thereafter, when the player of the terminal device1operates a screen of the normal game, and the player operation input unit11accepts the operation (step S128), the server accessing unit13sends a corresponding operation request to the game processing server apparatus4(step S129). The operation request is a request for a next page for the browser type and a request for data necessary in progression of the normal game for the application type.

At the game processing server apparatus4, upon receiving the operation request, the game/tutorial data generation unit412of the request processing unit41refers to the normal game in the scenario data storing unit42, generates successive game data to be provided to the terminal device1(step S130) and sends the generated game data to the terminal device1(step S131). These steps are repeated while the normal game is continued.

As described above, it is expected to show a greater effect by allocating players to a player group and having the players perform the newcomer training game right after the tutorial or right after the player is registered to participate in the game, compared with a general method of allocating players to a group based on levels of players. This is because the player has a high motivation and is expected to perform an activity when the player has just started the game.

Further, for the players who are registered to participate in the game within the same period, there is no difference in progression or comprehension in the game, and the players can start the game from a same starting point. It means that the players can start the game from zero in progression or comprehension in the game right after the registration to participate in the game so that all of the players can have motivations to get a superior ranking. As the players are equally given opportunities to get a superior ranking, the players are motivated to increase the activity in the game.

Further, in the above embodiment, an example in which the newcomer training game is provided to the player group generated by the players who are registered to participate in the game on the same day is shown. Alternatively, provided that there is little difference in progression or comprehension in the game among players and the players can start the game together at the same state, the newcomer training game may be provided to a player group formed by players whose game participant registration date is within a predetermined period, or a player group formed by players who have finished the tutorial on the same day or within a predetermined period.

Further, when the number of players who are registered on the same day is large, a plurality of player groups each having an upper limit may be generated so that the players can fight for the ranking within a small number of players in each of the player groups. With this, the motivation of the player can be increased.

The players may be allocated to a player group based on the attributes of the players or the activities in the other games. At this time, the player attribute or other game data in the player information database44can be used.

Even in such an environment, there is a possibility that a gap is generated between a player with a high activity in the game (with a high motivation) and a player without the high activity in the game in the same player group. Thus, for example, the players in the same player group may be further divided into groups in the newcomer training game in accordance with the activities of the players so that the players act together with other players in the same player group and stimulate with each other to increase the game activity. As a standard activity, the log-in time history of the player information database44can be used. Further, not limited to the activity of the game, the other game data in the player information database44may be used.

Further, the player may be provided with rewards in descending order in a ranking, and further provided with entry rewards just for participating in the training game. With this configuration, the player of a lower rank can be motivated to start a normal game.

Further, a predetermined attribute (clan for ninja, for example) may be provided to the players in the same player group in the training game in order to increase a bonding between the players. With this, the players provided with the same predetermined attribute may be encouraged to have communications with each other in a normal game.

Although the newcomer training game is exemplified as the training game, a follow-up training game may be provided in which the players who are registered within the same period are divided into the player group after a predetermined period (for example, after six months or the like) has passed since the players were registered to participate in the game. In this case, the players are allocated to a group similarly for the case of the newcomer training game.

At this time, it is expected to show a greater effect by allocating the players to a player group and having the players perform the follow-up training at timing when the motivation of the players is started to be lowered but not lowered too mach after a predetermined time has passed from the registration, compared with a general method of allocating players to a group based on levels of players.

As described above, according to the embodiment, a mechanism capable of drastically improving motivation of players can be provided.

The individual constituents of the terminal device1and the game processing server apparatus4may be embodied by arbitrary combinations of hardware and software, typified by a CPU of an arbitrary computer, a memory, a program loaded in the memory so as to embody the constituents illustrated in the drawings, a storage unit for storing the program such as a hard disk, and an interface for network connection. It may be understood by those skilled in the art that methods and devices for the embodiment allow various modifications.

Although a preferred embodiment of the terminal device1and the game processing server apparatus4has been specifically illustrated and described, it is to be understood that minor modifications may be made therein without departing from the spirit and scope of the invention as defined by the claims.

The present invention is not limited to the specifically disclosed embodiments, and numerous variations and modifications and modifications may be made without departing from the spirit and scope of the present invention.

The present application is based on and claims the benefit of priority of Japanese Priority Application No. 2012-208458 filed on Sep. 21, 2012, the entire contents of which are hereby incorporated by reference.

Claims

  1. A game processing server apparatus providing a game service to a plurality of terminal devices connected with each other via a network, comprising: a game data generation unit that generates game data of a normal game in the game service including a quest or a battle against a boss character and game data of a training game including a quest or a battle against a boss character in which a type of the quest or the battle against the boss character or the difficulty in a game is adjusted in order to differentiate the content of the training game from that of the normal game;a player information storing unit that stores player information including registration date data indicating a date when the player operating the terminal device is registered in the game service;and a group allocation unit that determines a player group to which the player belongs based on the registration date data of the player, wherein the game data generation unit generates the game data of the training game to the player who belongs to the player group and wherein after the player group is once formed, each of the players in the player group is further allocated to another player group based on a game play history of the respective player in the training game.
  1. The game processing server apparatus according to claim 1 , wherein the player group is formed by players who are newly registered in the game service.
  2. The game processing server apparatus according to claim 1 , wherein the player group is formed by players who are contemporarily registered in the game service.
  3. The game processing server apparatus according to claim 1 , wherein a number of players who belong to the player group is limited.
  4. The game processing server apparatus according to claim 1 , wherein a plurality of the player groups are formed.
  5. The game processing server apparatus according to claim 1 , wherein the player group is formed based on a game play history.
  6. The game processing server apparatus according to claim 1 , wherein the game data generation unit displays ranking of each of the players in the player group.
  7. The game processing server apparatus according to claim 1 , wherein the game data generation unit generates the game data of the normal game after receiving an operation of finishing the training game from the player.
  8. A non-transitory computer-readable recording medium having recorded thereon a program that causes a computer that composes a game processing server apparatus providing a game service to a plurality of terminal devices connected with each other via a network, to execute functions, comprising: a game data generation function that generates game data of a normal game in the game service including a quest or a battle against a boss character and game data of a training game including a quest or a battle against a boss character in which a type of the quest or the battle against the boss character or the difficulty in a game is adjusted in order to differentiate the content of the training game from that of the normal game;a player information storing function that stores player information including registration date data indicating a date when the player operating the terminal device is registered in the game service;and a group allocation function that determined a player group to which the player belongs based on the registration date data of the player, wherein the game data generation function generates the game data of the training game to the player who belongs to the player group and wherein after the player group is once formed, each of the players in the player group is further allocated to another player group based on a game play history of the respective player in the training game.
  9. The non-transitory computer-readable recording medium according to claim 9 , wherein the game data generation function generates the game data of the normal game after receiving an operation of finishing the training game from the player.
  10. The non-transitory computer-readable recording medium according to claim 9 , wherein a number of players who belong to the player group is limited.

Disclaimer: Data collected from the USPTO and may be malformed, incomplete, and/or otherwise inaccurate.