paper-with-me

홈 › Papers

Playable Game Generation

2024-12-01 · Mingyu Yang, Junyou Li, Zhongbin Fang, Sheng Chen, Yangbin Yu, Qiang Fu, Wei Yang, Deheng Ye

In recent years, Artificial Intelligence Generated Content (AIGC) has advanced from text-to-image generation to text-to-video and multimodal video synthesis. However, generating playable games presents significant challenges due to the stringent requirements for real-time interaction, high visual quality, and accurate simulation of game mechanics. Existing approaches often fall short, either lacking real-time capabilities or failing to accurately simulate interactive mechanics. To tackle the playability issue, we propose a novel method called \emph{PlayGen}, which encompasses game data generation, an autoregressive DiT-based diffusion model, and a comprehensive playability-based evaluation framework. Validated on well-known 2D and 3D games, PlayGen achieves real-time interaction, ensures sufficient visual quality, and provides accurate interactive mechanics simulation. Notably, these results are sustained even after over 1000 frames of gameplay on an NVIDIA RTX 2060 GPU. Our code is publicly available: https://github.com/GreatX3/Playable-Game-Generation. Our playable demo generated by AI is: http://124.156.151.207.

📄 PDF Abstract BibTeX arXiv:2412.00887

Code (1)

greatx3/playable-game-generation 공식 구현 pytorch

Tasks

GPUImage GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Grounding Machine Creativity in Game Design Knowledge Representations: Empirical Probing of LLM-Based Executable Synthesis of Goal Playable Patterns under Structural Constraints

2026-03-07 · Hugh Xuechen Liu, Kıvanç Tatar arxiv

Creatively translating complex gameplay ideas into executable artifacts (e.g., games as Unity projects and code) remains a central challenge in computational game creativity. Gameplay design patterns provide a structured…

Video Game Level Repair via Mixed Integer Linear Programming

2020-10-13 · Hejia Zhang, Matthew C. Fontaine, Amy K. Hoover, Julian Togelius 외

Recent advancements in procedural content generation via machine learning enable the generation of video-game levels that are aesthetically similar to human-authored examples. However, the generated levels are often unpl…

Generative Adversarial Network

Learning to Generate Levels From Nothing

2020-02-12 · Philip Bontrager, Julian Togelius

Machine learning for procedural content generation has recently become an active area of research. Levels vary in both form and function and are mostly unrelated to each other across games. This has made it difficult to …

Image GenerationInductive LearningReinforcement Learning

GameCraft-Bench: Can Agents Build Playable Games End-to-End in a Real Game Engine?

2026-06-16 · Tongxu Luo, Rongsheng Wang, Jiaxi Bi, Chenming Xu 외 arxiv

Game generation is an emerging application of coding agents, requiring models to transform natural-language specifications into playable interactive systems. Unlike traditional coding tasks, game generation takes place w…

Bootstrapping Conditional GANs for Video Game Level Generation

2019-10-03 · Ruben Rodriguez Torrado, Ahmed Khalifa, Michael Cerny Green, Niels Justesen 외

Generative Adversarial Networks (GANs) have shown im-pressive results for image generation. However, GANs facechallenges in generating contents with certain types of con-straints, such as game levels. Specifically, it is…

Image Generation