Procedural Content Generation of Puzzle Games using Conditional Generative Adversarial Networks

Andreas Hald,Jens Struckmann Hansen,Jeppe Kristensen,Paolo Burelli
DOI: https://doi.org/10.1145/3402942.3409601
2020-09-15
Abstract:In this article, we present an experimental approach to using parameterized Generative Adversarial Networks (GANs) to produce levels for the puzzle game Lily’s Garden1. We extract two condition-vectors from the real levels in an effort to control the details of the GAN’s outputs. While the GANs performs well in approximating the first condition (map-shape), they struggle to approximate the second condition (piece distribution). We hypothesize that this might be improved by trying out alternative architectures for both the Generator and Discriminator of the GANs.
What problem does this paper attempt to address?