Game portability using a service-oriented approach

  • Authors:
  • Ahmed BinSubaih;Steve Maddock

  • Affiliations:
  • Department of Computer Science, University of Sheffield, Sheffield, UK;Department of Computer Science, University of Sheffield, Sheffield, UK

  • Venue:
  • International Journal of Computer Games Technology - Joint International Conference on Cyber Games and Interactive Entertainment 2006
  • Year:
  • 2008

Quantified Score

Hi-index 0.01

Visualization

Abstract

Game assets are portable between games. The games themselves are, however, dependent on the game engine they were developed on. Middleware has attempted to address this by, for instance, separating out the AI from the core game engine. Our work takes this further by separating the game from the game engine, and making it portable between game engines. The game elements that we make portable are the game logic, the object model, and the game state, which represent the game's brain, and which we collectively refer to as the game factor, or G-factor. We achieve this using an architecture based around a service-oriented approach. We present an overview of this architecture and its use in developing games. The evaluation demonstrates that the architecture does not affect performance unduly, adds little development overhead, is scaleable, and supports modifiability.