Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
AI Games

AI Systems Designing Games 47

Trepidity writes "AI systems can (sort of) paint and compose classical music, but can they design games? Slashdot looked at the question a few years ago, and several research groups now have experimental systems that design board games and platformers with varying levels of success. I've put together a survey of the AI game designers I know of, to round up what they can do so far (and what they can't). Are there any others out there? 'Pell's METAGAME is, to my knowledge, the first published game generator. He defines a generative space of games more general than chess, which he calls "symmetric, chess-like games." They're encoded in a representation specific to this genre, which is also symmetric by construction. By symmetric I mean that mechanics are specified only from the perspective of one player, with the starting positions and rules that apply to the other player always being the mirror of the first player's. The rules themselves are represented in a game grammar, and generation is done by stochastically sampling from that grammar, along with some checks for basic game playability, and generative-parameter knobs to tweak some aspects of what's likely to be generated.'"
This discussion has been archived. No new comments can be posted.

AI Systems Designing Games

Comments Filter:
  • by Trepidity ( 597 ) <delirium-slashdot@@@hackish...org> on Thursday January 03, 2013 @01:54AM (#42458673)

    Yeah, that kind of procedural generation is also pretty interesting, but I think of it as a bit different. It's sometimes grouped under "procedural content generation" (PCG), i.e. the content of a game-world is generated: names, maps, etc. Even stuff like SpeedTree might go under that, since it procedurally generates, well, trees.

    What I was trying to pull out here are systems that generate the rules or mechanics of the game, rather than the content. Admittedly the distinction can get hazy, because there's often some interdependency.

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...