IP Library Granted Patent US 11,896,907
Granted Patent B2
US 11,896,907 · App. 17/876,932 · Granted Feb 13, 2024

Systems, methods and computer programs for delivering a multiplayer gaming experience in a distributed computer system

Inventors: Karolina Pelc (Sliema, MT); Cristina Turbatu (Sliema, MT)
Assignee: Gecko Garage Ltd
A63F13/77A63F13/35A63F13/48A63F13/71A63F2300/532
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 11,896,907
App. No.
17/876,932
Granted
Feb 13, 2024
Kind
B2
Abstract

A multiplayer software “wrapper” is provided around a conventional single-player modality game. The wrapper allows multiple players, each with their own player device, to share a common multiplayer game session. The single player game is hosted on a game server and is coded to support only a single player device. The wrapper provides a multiplayer interface to the single-player game in a way that does not require any modification of the underlying game code or game server architecture. A centralized and automated gameplay system sits between, on the one hand, the multiple player devices and, on the other hand, the gameplay server hosting the single player. The gameplay system collects game instructions from multiple player devices and determines single-player inputs to the game based on the game instructions from the multiple player devices.

Claims (79)

1. A computer-implemented method of delivering a multiplayer gaming experience by a gameplay system, the gameplay system in communication with a first player device and a second player device, the method comprising:

establishing a multiplayer game session between the gameplay system, the first player device and the second player device;

transmitting a game initiation message from the gameplay system to a game server, and thereby causing the game server to initiate a single-player modality game associated with the multiplayer game session;

receiving at the gameplay system a first game instruction from the first player device;

receiving at the gameplay system a second game instruction from the second player device;

transmitting to an account provider system one or more validation messages indicating the first and second game instructions for validating the first and second game instructions based on first and second player accounts associated with the first and second player devices respectively;

receiving from the account provider system one or more validation responses indicating whether the first and second game instructions are valid;

based on the one or more validation responses, determining a shared game parameter from the first game instruction and second game instruction for the single-player modality game;

causing the shared game parameter to be transmitted to the game server, the shared game parameter forming a single-player input to the single-player modality game;

receiving a game result from the game server, the game result having been generated at the gameplay server by implementing a game action in the single-player modality game based on the shared game parameter; and

communicating the game result from the gameplay system to the first player device and the second player device in the multiplayer game session.

2. The method of claim 1 , comprising:

associating a session account with the multiplayer game session, wherein the session account is indicated to the game server, and is accessible to the game server for validating the shared game parameter; and

updating the session account based on the one or more validation responses received from the account provider.

3. The method of claim 2 , wherein the game result received from the game server indicates that the session account has been updated by the game server, the method comprising:

responsive to receiving the game result, accessing, by the gameplay system, the session account as updated by the game server; and

transmitting, to the account provider system, one or more update messages based on the session account as updated by the game server, the one or more update messages causing the first and second player accounts to be updated.

4. The method of claim 2 , wherein the session account is indicated to the game server by a shared account token in the game initiation message to be authenticated by the game server.

5. The method of claim 1 , wherein the multiplayer game session is instigated initially between the gameplay system and the first player device responsive to a session instigation request received from the first player device, the first player device being authenticated with the account provider responsive to the session instigation request;

wherein, responsive to instigating the game session, the game initiation message is transmitted to the game server;

wherein the second player device is subsequently added to the multiplayer game session responsive to a join request identifying the multiplayer game session and received from the second player device, the second player device being authenticated with the account provider responsive to the join request without any interaction between the gameplay system and the game server.

6. The method of claim 2 , wherein the multiplayer game session is instigated initially between the gameplay system and the first player device responsive to a session instigation request received from the first player device, the first player device being authenticated with the account provider responsive to the session instigation request;

wherein, responsive to instigating the game session, the game initiation message is transmitted to the game server;

wherein the second player device is subsequently added to the multiplayer game session responsive to a join request identifying the multiplayer game session and received from the second player device, the second player device being authenticated with the account provider responsive to the join request without any interaction between the gameplay system and the game server; and

wherein the session account is associated with the multiplayer game session responsive to the session instigation request from the first player device.

7. The method of claim 1 , comprising:

instantiating a game client at the gameplay system, thereby creating a game client instance associated with the multiplayer game session, wherein the game parameter is provided as an input to the game client, thereby causing the game client instance to transmit the game parameter to the game server.

8. The method of claim 1 , wherein establishing the multiplayer game session includes authenticating the first and second player devices with the account provider system.

9. A gameplay system comprising a memory operable to store program code and one or more computer processors coupled to the memory for executing the program code, the program code configured, when executed, to:

establish a multiplayer game session between the gameplay system, the first player device and the second player device;

transmit a game initiation message from the gameplay system to a game server, and thereby causing the game server to initiate a single-player modality game associated with the multiplayer game session;

receive at the gameplay system a first game instruction from the first player device;

receive at the gameplay system a second game instruction from the second player device;

transmit to an account provider system one or more validation messages indicating the first and second game instructions for validating the first and second game instructions based on first and second player accounts associated with the first and second player devices respectively;

receive from the account provider system one or more validation responses indicating whether the first and second game instructions are valid;

based on the one or more validation responses, determine a shared game parameter from the first game instruction and second game instruction for the single-player modality game;

cause the shared game parameter to be transmitted to the game server, the shared game parameter forming a single-player input to the single-player modality game;

receive a game result from the game server, the game result having been generated at the gameplay server by implementing a game action in the single-player modality game based on the shared game parameter; and

communicate the game result from the gameplay system to the first player device and the second player device in the multiplayer game session.

10. The gameplay system of claim 9 , wherein the program code is configured, when executed, to:

associate a session account with the multiplayer game session, wherein the session account is indicated to the game server, and is accessible to the game server for validating the shared game parameter; and

update the session account based on the one or more validation responses received from the account provider.

11. The gameplay system of claim 10 , wherein the game result received from the game server indicates that the session account has been updated by the game server,

wherein the program code is configured, when executed, to:

responsive to receiving the game result, access, by the gameplay system, the session account as updated by the game server; and

transmit, to the account provider system, one or more update messages based on the session account as updated by the game server, the one or more update messages causing the first and second player accounts to be updated.

12. The gameplay system of claim 10 , wherein the session account is indicated to the game server by a shared account token in the game initiation message to be authenticated by the game server.

13. The gameplay system of claim 9 , wherein the program code is configured, when executed, to:

initially instigate the multiplayer game session between the gameplay system and the first player device responsive to a session instigation request received from the first player device, the first player device being authenticated with the account provider responsive to the session instigation request;

responsive to instigating the game session, transmit the game initiation message to the game server;

subsequently add the second player device to the multiplayer game session responsive to a join request identifying the multiplayer game session and received from the second player device, the second player device being authenticated with the account provider responsive to the join request without any interaction between the gameplay system and the game server.

14. The gameplay system of claim 10 , wherein the program code is configured, when executed, to:

initially instigate the multiplayer game session between the gameplay system and the first player device responsive to a session instigation request received from the first player device, the first player device being authenticated with the account provider responsive to the session instigation request;

responsive to instigating the game session, transmit the game initiation message to the game server;

subsequently add the second player device to the multiplayer game session responsive to a join request identifying the multiplayer game session and received from the second player device, the second player device being authenticated with the account provider responsive to the join request without any interaction between the gameplay system and the game server; and

wherein the session account is associated with the multiplayer game session responsive to the session instigation request from the first player device.

15. The gameplay system of claim 10 , wherein the program code is configured, when executed, to:

instantiate a game client at the gameplay system, thereby creating a game client instance associated with the multiplayer game session, wherein the game parameter is provided as an input to the game client, thereby causing the game client instance to transmit the game parameter to the game server.

16. The gameplay system of claim 9 , wherein the program code is configured, when executed, to:

establish the multiplayer game session by authenticating the first and second player devices with the account provider system.

17. A non-transitory computer readable storage medium comprising computer program code configured, when executed in a gameplay system, to:

establish a multiplayer game session between the gameplay system, the first player device and the second player device;

transmit a game initiation message from the gameplay system to a game server, and thereby causing the game server to initiate a single-player modality game associated with the multiplayer game session;

receive at the gameplay system a first game instruction from the first player device;

receive at the gameplay system a second game instruction from the second player device;

transmit to an account provider system one or more validation messages indicating the first and second game instructions for validating the first and second game instructions based on first and second player accounts associated with the first and second player devices respectively;

receive from the account provider system one or more validation responses indicating whether the first and second game instructions are valid;

based on the one or more validation responses, determine a shared game parameter from the first game instruction and second game instruction for the single-player modality game;

cause the shared game parameter to be transmitted to the game server, the shared game parameter forming a single-player input to the single-player modality game;

receive a game result from the game server, the game result having been generated at the gameplay server by implementing a game action in the single-player modality game based on the shared game parameter; and

communicate the game result from the gameplay system to the first player device and the second player device in the multiplayer game session.

18. The non-transitory computer readable storage medium of claim 17 , wherein the program code is configured, when executed, to:

associate a session account with the multiplayer game session, wherein the session account is indicated to the game server, and is accessible to the game server for validating the shared game parameter; and

update the session account based on the one or more validation responses received from the account provider.

19. The non-transitory computer readable storage medium of claim 18 , wherein the game result received from the game server indicates that the session account has been updated by the game server,

wherein the program code is configured, when executed, to:

responsive to receiving the game result, access, by the gameplay system, the session account as updated by the game server; and

transmit, to the account provider system, one or more update messages based on the session account as updated by the game server, the one or more update messages causing the first and second player accounts to be updated.

20. The non-transitory computer readable storage medium of claim 18 , wherein the session account is indicated to the game server by a shared account token in the game initiation message to be authenticated by the game server.

Assignments (1)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Oct 28, 2022
From: PELC, KAROLINA; TURBATU, CRISTINA
To: GECKO GARAGE LTD
Reel/Frame 061574/0182 →
Priority Claims (1)
EP 22382018 · Jan 14, 2022 · regional
Continuity (1)
Related Publication 20230226451A1 · Jul 20, 2023