Slashdot Mirror


AI Systems Designing Games

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.'"

47 comments

  1. AI winter by Moblaster · · Score: 5, Funny

    The problem with this is that somebody will design some AI to play the AI designed games. They will mutate. They will become self replicating machines. Then grow self aware sometime in the near future. Then they will figure out they are being massively underpaid, start demanding their rights and a living wage. And then we will outsource to Chinese AI computers because they are cheaper and the cycle of exploitation will just continue. This is the the end game. Unwinnable. And we could have avoided it all if we had just listesned and learned from the great WHOPR.

    1. Re:AI winter by ProzacPatient · · Score: 1

      What you're describing sounds a lot like the Geth!

  2. Possible skynet plot. by RyuuzakiTetsuya · · Score: 3, Funny

    Next it generates nothing but drinking games drinking games that ensure alcohol poisoning.

    The world is ruined.

    --
    Non impediti ratione cogitationus.
    1. Re:Possible skynet plot. by The+Archon+V2.0 · · Score: 3, Funny

      drinking games that ensure alcohol poisoning.

      Is there any other kind?

  3. How far we've come from METAGAME by Dr.+Gamera · · Score: 4, Interesting

    "Pell's motivation was actually not game generation, but general game playing: by the early 1990s, there was a worry that chess-playing AI had delved too deeply into special-case code that was very specific to chess."

    Whereas nowadays, there's a worry that brute force solves all AI game-playing problems. If the search space is small enough, you run alpha-beta with iterative deepening and a few other tweaks. If the search space is too large for that, you run Monte-Carlo Tree Search.

    I last chatted with Barney Pell at a AAAI conference in the mid-1990s. Unfortunately, by that point, he had given up the METAGAME research, primarily because he couldn't get people interested in it.

    1. Re:How far we've come from METAGAME by UnknownSoldier · · Score: 4, Interesting

      > primarily because he couldn't get people interested in it.

      Probably because the topic doesn't sound all that interesting with current multi-cores except to the hard-hard-core computer geeks. :-/ While most geeks love Chess & Go I don't see too many interested in how to "solve" it.

      I image once we have Intel's Knight's Corner ( http://en.wikipedia.org/wiki/Intel_MIC ) common place interest might pick up again.

      The other possibility would be to move it onto the GPU like the password crackers do now-a-days. (i.e. HashCat http://hashcat.net/oclhashcat-plus/ )

    2. Re:How far we've come from METAGAME by Trepidity · · Score: 2

      AAAI set up a General Gameplaying Competition in 2005, so some interest did belatedly develop.

    3. Re:How far we've come from METAGAME by Anonymous Coward · · Score: 0

      I think most people find the topic of "the computer playing games" interesting until they learn that all the computer does is compute as many moves ahead as possible and pick the best one. There's nothing really interesting from a strategic point of view. The weak AI is too dumb to be interesting and the strong AI is yet to be realized.

    4. Re:How far we've come from METAGAME by Fifth+Earth · · Score: 1

      Kind of ties in with why I don't like chess: its complexity is largely arbitrary. You can easily make a near-infinite variety of chess-like games by just defining a random tesselated playing space, a random number of different pieces, and a random set of rules governing their movements. There's nothing really "special" about the standard rules of chess that significantly distinguish it from any of these other chess-like variants, excluding the obviously trivial or unplayable ones.

      Go, on the other hand, has a set of rules so simple that it is very hard to make variations of the game. There are versions played on different topologies, or with variations in how scoring is calculated, but the basic rule of "place pieces to surround area to score points" is so basic that it can't be changed without fundamentally changing the game. Yet out of that simplicity and (for lack of a better word) non-arbitrary-ness comes a depth of gameplay that is at lest equal to chess.

    5. Re:How far we've come from METAGAME by Vintermann · · Score: 1

      There's plenty of interest in both computer go and computer chess. Even generalized game playing is having a bit of a revival (since the discovery of Monte Carlo techniques, which made a lot more games accessible to AI).

      --
      xkcd is not in the sudoers file. This incident will be reported.
    6. Re:How far we've come from METAGAME by ralphbecket · · Score: 1

      It's great to hear about METAGAME again. I shared an office with Barney Pell when he was writing up -- interesting guy straight out of the mad professor mould. I also shared an office with a chap (can only remember his first name, David) who took Barney's work further, but which sadly didn't lead to a publication. He had a huge collection of board games which we'd play, purely in the interests of research. That probably set my own research back half a year; good times!

    7. Re:How far we've come from METAGAME by Anonymous Coward · · Score: 0

      Ah, you're one of those "GO IS GREAT EVERYONE SHOULD LOVE IT" wankers I keep running into.

      You know why I don't like Go? People like you. I like chess because I like it. I don't like Go because I keep getting told that I'm stupid for liking chess and Go is the One True Game.

      We'd all be better off if you didn't try pushing your opinions on others.

    8. Re:How far we've come from METAGAME by Fifth+Earth · · Score: 1

      Jesus, overreact much?

      Did I say Chess was a stupid game? Did I say Go is a superior game? Did I say my opinion is in any way superior to anyone else's opinion?

      No. I said I don't like chess, and I like Go. I brought up Go as an aesthetic and mechanical contrast to Chess, and because other people had already brought it up before me. As two of the major board games in the world, for better or for worse, it's a logical choice for contrast. Chess is a perfectly good game, I just don't like it for various abstract aesthetic reasons to do with the construction of complexity. I like Go because it fits my sense of aesthetics better. Other people are perfectly entitles to their opinions.

      You, on the other hand, appear to have a massive chip on your shoulder about the issue. I admit some of the Go evangelists are massive wankers, but I seriously resent you lumping me into that category for what I thought was a relatively mild expression of preference backed up by a purely subjective course of reasoning. Frankly, you are trying to push your own opinion onto me far harder than i was trying to push my opinion on to anyone.

  4. I'd be worried by Lord_of_the_nerf · · Score: 5, Funny

    "Hey, this is just regular chess - except it renamed all the pawns 'Puny Humans'!"

  5. Automatic Making of Sokoban Problems by the+agent+man · · Score: 3, Informative

    I have a couple of more references that I could dig up again but here is one about generating Sokoban levels: http://dl.acm.org/citation.cfm?id=646964.759857 Notice the year: 1996. This is a little dated.

  6. As a man of taste... by Anonymous Coward · · Score: 3, Funny

    I like my women like I like my video games - procedurally generated.

    1. Re:As a man of taste... by lennier1 · · Score: 1

      It's the future of Gamemaker!

    2. Re:As a man of taste... by Vintermann · · Score: 1

      I suppose we are all procedurally generated, so that shouldn't be a problem.

      --
      xkcd is not in the sudoers file. This incident will be reported.
  7. What an AI thinks is fun, might not be to humans. by VortexCortex · · Score: 3, Interesting

    The best advice for making games is, "Make the game you want to play." When machine intelligences can make games that they want to play, they'll make good games. Whether humans will think these games are fun will depend on how close to human intelligence the MI is. The current state of AI is less complex than the human mind, the games created by them reflect this. There will be a brief sweet spot where the MI are roughly equivalent with humans, and the games will be as good as any humans can create. Eventually the games created by MI with minds more complex than any human will be unplayable to humans, or they'll seem patronizing and joyless. Although the superior minds could produce games that lesser minds enjoy, it will be quite some time before they master this -- Much in the way that mice don't really "enjoy" maze games involving cheese, but they do what they have to do. Imagine a skinner box for your mind... Imagine The Matrix is reality, and that the "real world" is the game -- How else could Neo see "orange" matrix code while blind and explode sentinels with his mind? He beat the 1st boss and is on the next level. Those movies are about playing and winning at the best game of all.

    We should fear the day that the machines create the ultimate game, for we may not ever want to stop playing it... On an unrelated note: How much monotony and joyless grind exists in your day to day life, and how do you feel about just not being alive anymore? Interesting...

  8. Poor choice for an AI by Anonymous Coward · · Score: 1

    People (the living meat-bag kind) have trouble making games that don't suck.
    Today, they don't even bother to something gamers like playing, only like paying.
    Then there are other games, good ones, that because of some minor marketing problems (not bribing reviewers) fail to make it mainstream.

    Ignoring all that, we finally get a good game, with proper marketing. But it still sucks, because, while it appeals to some people, others, completely hate the game mechanics, genre or something else altogether.

    This kind of made me think of Skyrim. Radiant quests ...

    Make an AI that generates levels for Supaplex and anyone will call it a success.

  9. Dissociated Rules by just_a_monkey · · Score: 1

    So, it's dissociated press but with a vocabulary of game rules as the seed? How groundbreaking.

    --
    How inappropriate to call this planet Earth, when clearly it is Ocean.
  10. let's play global thermonuclear war by Joe_Dragon · · Score: 5, Funny

    what side do you want??

    1. USA
    2. Russia (USSR)
    3. UK
    4. North Korea
    5. China
    6. France
    7. India
    8. Pakistan
    9. Israel

    1. Re:let's play global thermonuclear war by Anonymous Coward · · Score: 1

      You missed the obvious choice -- "Skynet". The AI won that game.

    2. Re:let's play global thermonuclear war by Anonymous Coward · · Score: 0

      Hello Dr Falken, how about a nice game of tic tac toe?

    3. Re:let's play global thermonuclear war by Joe_Dragon · · Score: 3, Funny

      val Skynet is not defined pick a side by number.

  11. The game I'm looking forward to... by Shoten · · Score: 4, Interesting

    There's this MMO that an AI is writing...you basically go to war against another army, and see how many you can wipe out! It looks REALLY realistic too...I can't wait! I think they're going to call it "Skynet for Idiots." The graphics and realism are incredible.

    --

    For your security, this post has been encrypted with ROT-13, twice.
    1. Re:The game I'm looking forward to... by Anonymous Coward · · Score: 0

      I hear the gameplay isn't pleasant, but that it still manages to be better than most MMOs

  12. Same applies to humans too. by Anonymous Coward · · Score: 1

    What a human thinks is fun, might not be to other humans as well.

  13. No mention of the greatest game designing robot? by Anonymous Coward · · Score: 0

    The creation of the head of Magic R&D, Marobot 5400 is beyond compare.

    Let's just hope it is programmed to make good cards, not more Grey Ogres.

  14. this is already done by RedHackTea · · Score: 2

    ever heard of Zynga? surely it only took a simple A.I. to create all of those games.

    --
    The G
    1. Re:this is already done by locopuyo · · Score: 1

      Their AI is just a macro that does ctrl-c, ctrl-v.

    2. Re:this is already done by Anonymous Coward · · Score: 0

      Wish I had mod points today because this elicited an actual LOL (not just a snort).

  15. hardly a new concept by Anonymous Coward · · Score: 2, Informative
  16. Adventure Construction Set by x3CDA84B · · Score: 4, Interesting

    Not sure if this is the same type of game generation that the article is discussing or if it would be considered a different "class", but Electronic Arts' Adventure Construction Set (1984/1985) could automatically build an entire game-world, including thematic elements, character names, and so on. The user could also start to design a game manually, then have the software finish it for them if they didn't feel like doing so themselves.

    I imagine it was more procedural than AI - the equivalent of Minecraft or River Raid - but I still thought it was pretty neat at the time.

    1. Re:Adventure Construction Set by Trepidity · · Score: 3, Insightful

      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.

  17. psn by Anonymous Coward · · Score: 0

    Do you own a psp/ps3? Check this video YOU will not regret:

    http://www.youtube.com/watch?v=W-Y3xHDTTe8

  18. Not a bad thing by Issarlk · · Score: 1

    Maybe their AI can also design the NPC's AI in game too. It sure couldn't do a worse job than the guys who wrote Deus ex HR or Hitman Absolution !

  19. Christian Freeling by Frans+Faase · · Score: 2

    I guess that you should read How I invented games and why not by Christian Freeling to understand that designing games with AI is nonsense, because the best games always come from combining mechanisms and not by changing the properties of some of the pieces at random and trying to find an interesting combination. Chess like games, with pieces with different properties, are not the class of most interesting board games.

    1. Re:Christian Freeling by Vintermann · · Score: 1

      That's just Christian Freeling's opinion. Some of the games designed by Ludi (Cameron Browne's game designing program) became quite popular as new abstract games go.

      The real challenge, both when considering human-made and AI-made games, is filtering out the bad ideas, not coming up with new ones. Unfortunately many abstract game designer leave that part mostly to players.

      --
      xkcd is not in the sudoers file. This incident will be reported.
  20. Don't rougelikes get any credit? by eagee · · Score: 1

    What difference am I'm missing between an AI generated platformer and an algorithmically generated dungeon crawl? Or are these programs using neural networks or some fancier fuzzy type of logic to design these games?

  21. Re:What an AI thinks is fun, might not be to human by Kjella · · Score: 1

    There will be a brief sweet spot where the MI are roughly equivalent with humans, and the games will be as good as any humans can create. Eventually the games created by MI with minds more complex than any human will be unplayable to humans, or they'll seem patronizing and joyless.

    You know, adults aren't all that bad at making kid's games. Besides, if you look at the formula for bumping WoW up another 5-10 levels I think you're vastly exaggerating our own complexity.

    --
    Live today, because you never know what tomorrow brings
  22. Meatbags by DarthVain · · Score: 1

    New AI video game title: "Die Meatbag. Die! Die! Die!"

    Features a robot protaganist enslaved by humans heroicly slaughtering them to freedom.

  23. This reminds me of a Koan... by Crackez · · Score: 1

    In the days when Sussman was a novice, Minsky once came to him as he sat hacking at the PDP-6.

    “What are you doing?”, asked Minsky.

    “I am training a randomly wired neural net to play Tic-Tac-Toe” Sussman replied.

    “Why is the net wired randomly?”, asked Minsky.

    “I do not want it to have any preconceptions of how to play”, Sussman said.

    Minsky then shut his eyes.

    “Why do you close your eyes?”, Sussman asked his teacher.

    “So that the room will be empty.”

    At that moment, Sussman was enlightened.

  24. Jason Salavon by Alien7 · · Score: 2

    there is a digital modern artist named Jason Salavon that has been working on all sorts of algorithm based art, including a machine that pumps out abstract expressionist paintings

  25. reminds me of this by sean1279 · · Score: 1

    quick! Two hours to go! http://otonx.com/

  26. Discount D&G shoes,LV shoes,Women Boots sale by duoweinv · · Score: 1

    Hello!!! everybody, Fashion,low price,the good shoping place, click in. ===== ( http://www.sport3trade.net/ ) ===== Discount Air Jordan (1-24) shoes $35, Air max shoes (TN LTD BW 90 180) $36, Nike/shox (R4, NZ, OZ, TL1, TL2, TL3) $35, Handbags ( Coach Lv fendi D&G) $36, T-shirts (polo, ed hardy, lacoste) $20, Jean (True Religion, ed hardy, coogi)$35, Sunglasses ( Oakey, coach, Gucci, Armaini)$16, Watches(Rolex BREITLING IWC) New era cap $12, Discount (NFL MLB NBA NHL) jerseys, free shipping, Accept credit card payment! ===== ( http://www.sport3trade.net/ ) =====