When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. AI Dungeon - Wikipedia

    en.wikipedia.org/wiki/AI_Dungeon

    AI Dungeon is a text adventure game that uses artificial intelligence to generate random storylines in response to player-submitted stimuli. [1] [2] [3] [4]In the game, players are prompted to choose a setting for their adventure (e.g. fantasy, mystery, apocalyptic, cyberpunk, zombies), [5] [6] followed by other options relevant to the setting (such as character class for fantasy settings).

  3. List of games using procedural generation - Wikipedia

    en.wikipedia.org/wiki/List_of_games_using...

    Maps (Worlds) can be generated, either randomly, using a seed, or via third party tools. The distribution of POIs and loot is also generative. Anarchy Online: 2001 Funcom Mission rewards, loot, dungeon layout, and location on the world map can be generated based on selections made at mission terminals. [6] [unreliable source] Astroneer: 2019

  4. Procedural generation - Wikipedia

    en.wikipedia.org/wiki/Procedural_generation

    The procedural generation system in roguelikes would create dungeons in ASCII- or regular tile-based systems and define rooms, hallways, monsters, and treasure to challenge the player. Roguelikes, and games based on the roguelike concepts, allow the development of complex gameplay without having to spend excessive time in creating a game's world.

  5. Random map - Wikipedia

    en.wikipedia.org/wiki/Random_map

    A player exploring a randomly generated map in the 2016 roguelike game Nuclear Throne A randomly generated dungeon map in the 1980 videogame Rogue. In video games, a random map is a map generated randomly by the computer, usually in strategy games. Random maps are often the core of single and multiplayer gameplay, aside from story based ...

  6. List of roguelikes - Wikipedia

    en.wikipedia.org/wiki/List_of_roguelikes

    Random dungeons, bosses, inventory with random generated properties. Realtime exploration and battles. 2017 Dragon's Lunch Abbot Computing Ltd Fantasy WIN, LIN, OSX Traditional 12 level dungeon explorer with roguelike combat system, traps, NPCs, procedurally generated levels but runs in real time. 2017 Dead Cells: Motion Twin: Fantasy

  7. Map seed - Wikipedia

    en.wikipedia.org/wiki/Map_seed

    In video games using procedural world generation, the map seed is a (relatively) short number or text string which is used to procedurally create the game world ("map"). "). This means that while the seed-unique generated map may be many megabytes in size (often generated incrementally and virtually unlimited in potential size), it is possible to reset to the unmodified map, or the unmodified ...

  8. Artificial intelligence in video games - Wikipedia

    en.wikipedia.org/wiki/Artificial_intelligence_in...

    Game playing was an area of research in AI from its inception. One of the first examples of AI is the computerized game of Nim made in 1951 and published in 1952. Despite being advanced technology in the year it was made, 20 years before Pong, the game took the form of a relatively small box and was able to regularly win games even against highly skilled players of the game. [1]

  9. Maze generation algorithm - Wikipedia

    en.wikipedia.org/wiki/Maze_generation_algorithm

    Animation of generator using depth-first search A different animation of a generator using depth-first search. This algorithm, also known as the "recursive backtracker" algorithm, is a randomized version of the depth-first search algorithm.