Slashdot Mirror


On Randomly Generated Content In Games

Thanks to Skotos.net for their article discussing randomly-generated content in videogames, in which the author discusses pioneering games with random elements, suggesting: "One of the reasons [classic RPG] Rogue was so popular (and spawned so many children) is due to its generation of random content." But he goes on to point out: "Computers don't have the imagination to make good puzzles... asking a computer to create an interesting puzzle is very similar to asking it to tell a story, make up a joke, or create a riddle." The suggested answer is game elements "placed randomly within the [linear] structure", but with recent random level-generating games such as Toe Jam & Earl III striking out, how far should randomness be taken in games?

2 of 89 comments (clear)

  1. SLIGE for Doom by Dave Chess by dpilot · · Score: 5, Interesting

    Dave Chess wrote an automatic level generator for Doom, called SLIGE. Search against "SLIGE" and "doom" and you'll find it on top, add "chess" if you wish.

    I've never actually tried one of these levels myself, but it is automatically generated content for a game, pertinent to the thread. Imagine a pseudorandom (deterministic, repeatable) in-game SLIGE based on x and y coordinates, a garbage-collecting in-core map, and you could have infinite space to play in. The map keeps expanding in your direction of travel, and it gets thrown away behind you. (There would be some problems of course, especially with switches, objects, and monsters.)

    --
    The living have better things to do than to continue hating the dead.
  2. Randomly generated OS content by Anonymous Coward · · Score: 5, Funny

    I've had plenty to deal with over the years in randomly-generated OS behavior in Windows, with Blue Screens showing up at very inconsistent moments, and unexplained slowdowns and file corruption.

    I guess it is all a game?