English

Latent Combinational Game Design

Machine Learning 2023-12-22 v3 Artificial Intelligence

Abstract

We present latent combinational game design -- an approach for generating playable games that blend a given set of games in a desired combination using deep generative latent variable models. We use Gaussian Mixture Variational Autoencoders (GMVAEs) which model the VAE latent space via a mixture of Gaussian components. Through supervised training, each component encodes levels from one game and lets us define blended games as linear combinations of these components. This enables generating new games that blend the input games as well as controlling the relative proportions of each game in the blend. We also extend prior blending work using conditional VAEs and compare against the GMVAE and additionally introduce a hybrid conditional GMVAE (CGMVAE) architecture which lets us generate whole blended levels and layouts. Results show that these approaches can generate playable games that blend the input games in specified combinations. We use both platformers and dungeon-based games to demonstrate our results.

Keywords

Cite

@article{arxiv.2206.14203,
  title  = {Latent Combinational Game Design},
  author = {Anurag Sarkar and Seth Cooper},
  journal= {arXiv preprint arXiv:2206.14203},
  year   = {2023}
}

Comments

10 pages, 9 figures, IEEE Transactions on Games

R2 v1 2026-06-24T12:07:23.774Z