Menu:

Data-Driven Games

Research   |   People   |   Publications   |   Funding

Demonstration of the SGL Scripting Language

Research

Computer games are becoming the next frontier for social interaction between humans. The Entertainment Software Association estimates that computer and video game software sales in 2005 were $7.0 billion. Game development is a particularly interesting design challenge because it requires the design team to have expertise in many different areas: art, music, engineering and so on.

Historically, game developers have solved this problem by separating game content from game code; games designed this way are called data-driven. While data-driven games may have different architectures depending on their genre, they all have roughly the same design; the following figure shows the architecture of a typical data-driven game.

Recently, the trend has been to move as much game content as possible out of the engine. The data used to define the characters or story-line is increasingly being stored in XML files. In this project we are working to further the development of data-driven games by adapting techniques from the data management community and applying them to game development. Databases have revolutionized the design of data-driven business applications because they separate the processing of data from its specification. The designer need only specify the type of data desired, using a query language, while the query processing engine processes this request automatically and efficiently. Our goal is develop a general framework that allows game designers to do much the same thing. This framework will allow them to create worlds with large numbers of NPCs, all capable of highly expressive behaviors. In this framework, the designers need only concentrate on the specification of character behavior, without having to worry about how to implement it efficiently.

People

Publications

Funding

This research has been supported by the National Science Foundation under Grant IIS-0725260, by the Air Force Office of Scientific Research, and by a grant from Microsoft. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the sponsors.