Dissertations / Theses on the topic 'Search-Based Procedural Content Generation'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the top 20 dissertations / theses for your research on the topic 'Search-Based Procedural Content Generation.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.
Roberts, Jonathan Ralph. "Learning-based procedural content generation." Thesis, University of Manchester, 2014. https://www.research.manchester.ac.uk/portal/en/theses/learningbased-procedural-content-generation(1af8d23d-8ceb-416b-b4ba-d7a2970b47ef).html.
Full textLundgren, Jesper. "Search-based Procedural Content Generation as a Tool for Level Design in Games." Thesis, Linköpings universitet, Institutionen för datavetenskap, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-102212.
Full textMaung, David. "Tile-based Method for Procedural Content Generation." The Ohio State University, 2016. http://rave.ohiolink.edu/etdc/view?acc_num=osu1461077485.
Full textKim, Paul H. "Intelligent Maze Generation." The Ohio State University, 2019. http://rave.ohiolink.edu/etdc/view?acc_num=osu1563286393237089.
Full textClasson, Johan, and Viktor Andersson. "Procedural Generation of Levels with Controllable Difficulty for a Platform Game Using a Genetic Algorithm." Thesis, Linköpings universitet, Interaktiva och kognitiva system, 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-129801.
Full textAndereck, Michael. "Procedural Terrain Generation Based on Constraint Paths." The Ohio State University, 2014. http://rave.ohiolink.edu/etdc/view?acc_num=osu1388357258.
Full textOlsson, Viktor. "A search-based approach for procedurally generating player adapted enemies in real-time." Thesis, Malmö universitet, Fakulteten för teknik och samhälle (TS), 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:mau:diva-20847.
Full textBomström, H. (Henri). "Improving video game designer workflow in procedural content generation-based game design:a design science approach." Master's thesis, University of Oulu, 2018. http://urn.fi/URN:NBN:fi:oulu-201812063237.
Full textGriffith, Ioseff. "Generation, evaluation, and optimisation of procedural 2D tile-based maps in turn-based tactical video games." Thesis, Linnéuniversitetet, Institutionen för datavetenskap (DV), 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-54453.
Full textNyholm, Oliver, and Peter Nilsson. "A Comparison Between Evolutionary and Rule-based Level Generation." Thesis, Malmö högskola, Fakulteten för teknik och samhälle (TS), 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:mau:diva-20338.
Full textCreating digital games and hiring developers is a costlyprocess. By utilizing procedural content generation, game companiescan reduce the time and cost of production. This thesis evaluates andcompares the different strengths and weaknesses of generating levelsfor a 2D puzzle platformer game using an evolutionary and a rule-basedgenerator. The evolutionary approach adopts the use of grammaticalevolution, whereas the rule-based generator is a strictly controlledsystem using generative grammars. The levels produced by eachmethod are evaluated by user studies and combined with an analysis ofthe time and complexity of developing each generator. The datapresented by the evaluations shows that the rule-based approach wasslightly more appreciated by users, and was also less complex toimplement. However, the evolutionary generator would scale better ifthe game would expand, and has the potential of performing better inthe long term
Persson, Dennis. "Procedural Content Generation for a Web-Based Motion Game to Increase the Variation and Progression of the Game." Thesis, Linköpings universitet, Interaktiva och kognitiva system, 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-124727.
Full textHernandez, Mariño Julian Ricardo. "A computational model for generating visually pleasing video game maps." Universidade Federal de Viçosa, 2016. http://www.locus.ufv.br/handle/123456789/8542.
Full textMade available in DSpace on 2016-09-09T18:25:14Z (GMT). No. of bitstreams: 1 texto completo.pdf: 2101606 bytes, checksum: c4227b09a3bae62b835f5aabafc917b3 (MD5) Previous issue date: 2016-05-25
Coordenação de Aperfeiçoamento de Pessoal de Nível Superior
Neste trabalho apresentamos um modelo computacional baseado em teorias de design para gerar mapas de jogos de plataforma visualmente agradáveis. Nós estudamos o problema de geração de mapas como um problema de otimização e provamos que uma versão simplificada do problema é computacionalmente difícil. Em seguida, propomos uma abordagem de busca heurística para resolver o problema de geração de mapas e utilizamos ela para gerar níveis de um clone do Super Mario Bros (SMB), chamado Infinite Mario Bros (IMB). Antes de avaliar os níveis de IMB gerados pelo nosso sistema, realizamos um estudo detalhado das abordagens comumente utilizadas para avaliar o conteúdo gerado por programas de computador. A avaliação utilizada em trabalhos anteriores utiliza apenas métricas computacionais. Embora esses indicadores são importantes para uma avaliação inicial e exploratória do conteúdo gerado, não é claro se são capazes de capturar a percepção do jogador sobre o conteúdo gerado. Neste trabalho, comparamos os conhecimentos adquiridos a partir de um estudo com seres humanos usando níveis de IMB gerados por diferentes sistemas, com os conhecimentos adquiridos a partir de análise dos valores de métricas computacionais. Os nossos resultados sugerem que as m ́etricas computacionais atuais não devem substituir estudos com seres humanos para avaliar o conteúdo gerado por programas de computador. Usando os conhecimentos adquiridos em nosso experimento anterior, foi realizado outro estudo com seres humanos para avaliar os níveis de IMB gerados pelo nosso método. Os resultados mostram a vantagem do nosso método em relação a outras abordagens em termos de estética visual e diversão. Finalmente, foi realizado outro estudo com seres humanos, mostrando que o nosso método é capaz de gerar níveis de IMB semelhantes aos níveis de SMB criados por designers profissionais.
In this work we introduce a computational model based on theories of graphical design to generate visually pleasing video game maps. We cast the problem of map generation as an optimization problem and prove it to be computationally hard. Then, we propose a heuristic search approach to solve the map generation problem and use it to generate levels of a clone of Super Mario Bros (SMB) called Infinite Mario Bros (IMB). Before evaluating the levels of IMB generated by our system, we perform a detailed study of the approaches commonly used to evaluate the content generated by computer programs. The evaluation used in previous works often relies on computational metrics. While these metrics are important for an initial exploratory evaluation of the content generated, it is not clear whether they are able to capture the player’s perception of the content generated. In this work we compare the insights gained from a user study with IMB levels generated by different systems with the insights gained from analyzing computational metric values. Our results suggest that current computational metrics should not be used in lieu of user studies for evaluating content generated by computer programs. Using the insights gained in our previous experiment, we performed another user study to evaluate the IMB levels generated by our method. The results show the advantage of our method over other approaches in terms of visual aesthetics and enjoyment. Finally, we performed one last user study that showed that our method is able to generate IMB levels with striking similarity to SMB levels created by professional designers.
Autor sem Lattes e arquivo PDF não criptografou
Sahlin, Jesper, and Victor Olsson. "A Smart Terrain based model for generating behavioural patterns." Thesis, Malmö högskola, Fakulteten för teknik och samhälle (TS), 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:mau:diva-20441.
Full textIn this thesis we present a model for the generation of behaviour patterns for charactersin digital games. In the genre Role-playing games the player is placed in a world filledwith fantastic monsters and brave heroes. In this kind of game the good characters areas important as the evil creatures the player must fight against. What kind of life doesa game character have when not helping the player on adventures? Maybe they live asfishermen on the sea or as farmers in the fields. More likely they live in villages amongstother exciting game characters. We examine what these characters’ daily routines looks likeand look at a technique used for creating their behaviour patterns, Cyclic Scheduling. Thetechnique is used by developers to create schedules that control the behaviour of charactersin games. These schedules have to be created during the game development process andfor bigger games this consumes a lot of time. The model we presents in this thesis uses thetechnique Smart Terrain to automatically generate behaviour patterns thereby reducingthe development time. We discuss how the model can be used in dynamic game worldswhere the developers are unaware of potential changes in the game world.
Ferreira, Lucas Nascimento. "Uma abordagem evolutiva para geração procedural de níveis em jogos de quebra-cabeças baseados em física." Universidade de São Paulo, 2015. http://www.teses.usp.br/teses/disponiveis/55/55134/tde-08012016-093518/.
Full textIn the last decade several search-based algorithms have been developed for generating levels in different types of games. The search space for level generation is typically constrained once the game mechanics define feasibility rules for the levels. In some methods, evaluating level feasibility requires a simulation with an intelligent agent which plays the game. This evaluation process usually has noise, caused by random components in the simulator or in the agent strategy. Several works have used a simulation for content evaluation, however, none of them have deeply discussed the presence of noise in this kind of approach. Thus, this paper presents a genetic algorithm capable of generating feasible levels that are evaluated by an intelligent agent in a noisy simulation. The algorithm was applied to physics-based puzzle games with the Angry Birds mechanics. A level representation in the form of individuals is introduced, which allows the genetic algorithm to evolve them with distinct characteristics. The fitness function noise is handled by a new approach, based on a cache system, which helps the genetic algorithm finding good candidate solutions. Three sets of experiments were conducted to evaluate the algorithm. The first one compares the proposed cache approach with other noise reduction methods of the literature. The second one measures the expressivity of the genetic algorithm considering the structural characteristics of the levels. The last one evaluates design aspects (such as difficulty, immersion and fun) of the generated levels using questionnaires answered by human players via Internet. Results showed the genetic algorithm was capable of generating distinct levels that are as immersive as levels manually designed. Moreover, the cache approach handled properly the noise in the fitness calculations, allowing a correct elitist evolution.
Zeng, Kaiman. "Next Generation of Product Search and Discovery." FIU Digital Commons, 2015. http://digitalcommons.fiu.edu/etd/2312.
Full textCarraca, Ana Margarida Cardoso. "Procedural Content Generation for Location-based Games." Dissertação, 2014. https://repositorio-aberto.up.pt/handle/10216/73193.
Full textLocation-based games are games where the physical position of the player has influence on thegameplay. Most of these games are currently developed with a specific location in mind, so asto provide the user with a more immersive experience. Thus, procedural content generation haspotential to be of great value to this type of games, as they can be extended to arbitrary locationsin a less labor-intensive fashion.The main goal of this dissertation is to create a tool that is able to generate a model of thecurrent location based on geographical data. Non-player characters containing knowledge of thelocation are used to interact with the player. Procedural Content Generation techniques will beused to generate the components, and a possible impact of the use of this tool for tourism purposeswill be studied.
Oliveira, Nuno Filipe Bernardino. "Music-Based Procedural Content Generation for Games." Dissertação, 2015. https://repositorio-aberto.up.pt/handle/10216/83530.
Full textThe generation of content procedurally is still something that is emerging in the academic studies, and it is understood as the creation of content automatically, through algorithmic means. There are many reasons to develop this technic, but, mainly, it is used to decrease the memory used for this matter, as this algorithms can continuosly create great amount of content, using lesser space in disk. This procedure is already used in games to create different levels, maps, missions or, less common, to change the game engine or the NPCs (Non-Player Character) behaviour.Even though most games already use music, it is mostly used as a way of supporting the game and create all the needed environment to enhance the user experience. Games that use music as an input source to create playable content are still rare and, commonly, they have their content generated before and in a static way. Naturally, new games are becoming popular in this process by using the chosen songs to generate different content automatically.The goal of this disseration is to develop a game, in a complete procedural way, through music segments, so it would be possible to distinguish significantly different levels, as well as being able to create an opinion about the usage of music as a procedural content generation. This game will be consisted in different stealth missions where the player has to cross the entire level using the available resources in order to not being seen/caught by the enemies. So, the game will receive a music or a segment of it as an input and through a unique analysys it will collect some important features that will allow each segment to be different. After this process, each level will be generated following these features, allowing it to create diversity in each mission, mainly to change the way the game is meant to be played.
Oliveira, Nuno Filipe Bernardino. "Music-Based Procedural Content Generation for Games." Master's thesis, 2015. https://repositorio-aberto.up.pt/handle/10216/83530.
Full textThe generation of content procedurally is still something that is emerging in the academic studies, and it is understood as the creation of content automatically, through algorithmic means. There are many reasons to develop this technic, but, mainly, it is used to decrease the memory used for this matter, as this algorithms can continuosly create great amount of content, using lesser space in disk. This procedure is already used in games to create different levels, maps, missions or, less common, to change the game engine or the NPCs (Non-Player Character) behaviour.Even though most games already use music, it is mostly used as a way of supporting the game and create all the needed environment to enhance the user experience. Games that use music as an input source to create playable content are still rare and, commonly, they have their content generated before and in a static way. Naturally, new games are becoming popular in this process by using the chosen songs to generate different content automatically.The goal of this disseration is to develop a game, in a complete procedural way, through music segments, so it would be possible to distinguish significantly different levels, as well as being able to create an opinion about the usage of music as a procedural content generation. This game will be consisted in different stealth missions where the player has to cross the entire level using the available resources in order to not being seen/caught by the enemies. So, the game will receive a music or a segment of it as an input and through a unique analysys it will collect some important features that will allow each segment to be different. After this process, each level will be generated following these features, allowing it to create diversity in each mission, mainly to change the way the game is meant to be played.
Carraca, Ana Margarida Cardoso. "Procedural Content Generation for Location-based Games." Master's thesis, 2014. https://repositorio-aberto.up.pt/handle/10216/73193.
Full textLocation-based games are games where the physical position of the player has influence on thegameplay. Most of these games are currently developed with a specific location in mind, so asto provide the user with a more immersive experience. Thus, procedural content generation haspotential to be of great value to this type of games, as they can be extended to arbitrary locationsin a less labor-intensive fashion.The main goal of this dissertation is to create a tool that is able to generate a model of thecurrent location based on geographical data. Non-player characters containing knowledge of thelocation are used to interact with the player. Procedural Content Generation techniques will beused to generate the components, and a possible impact of the use of this tool for tourism purposeswill be studied.
Lai, Kevin, and 來國彥. "Chinese Feature City Construction: A Procedural Content Generation and Editing Based on Parameters Control." Thesis, 2019. http://ndltd.ncl.edu.tw/handle/29r644.
Full text國立臺灣科技大學
資訊工程系
107
The digital content such as games, movies and cultural creations based on ancient Chinese literature and history, requires a large number of Chinese-style buildings and scenes. The structure of Chinese-style buildings is complex with polygons count much higher than European and modern buildings. In this research, we propose procedural techniques to generate Chinese-style buildings, towns and scenes flexibly and efficiently. In this paper, we develop a Chinese-style building construction system that allows users to quickly create Chinese-style buildings by manipulating parameters associated with template models such as Tented Roof, Hip Roof, Hip-and-gable roof, Mansard roof, and Gable Roof. And a Chinese town could be arranged by compiling these buildings. Each level of the building is divided into three parts: roof, body and platform. A novel three edges representation is proposed to draw the roof of the Chinese-style building, and then user adjusts the parameters of pillars to construct walls or gates between the pillars and generate the length, width and height of the body and platform. As experimental results show, our approcah could model almost all types of Chinese-style buildings. And, with parallax mapping, tessellation, and LOD techniques applied, our method can provide interactive frame rate for large amount of Chinese town with hundred of feature buildings.