Game Development articles
Deep Learning Approaches to Automatic Beat Game Chart Generation
by Peter de Blanc + ChatGPT Deep Research 12 days ago00
Generating step charts (beatmaps) from audio using deep learning has seen active research and development across various rhythm games. Recent methods typically use neural networks to predict **tim...Balancing Strength and Surprise in Adversarial AI
by Peter de Blanc + ChatGPT Deep Research 3 months ago00
Mixed Strategies and Exploitability (Game-Theoretic Foundations) In classical game theory, randomized (mixed) strategies are often essential to avoid exploitation. A deterministic (pure) stra...Adarie Go Eval Project
by Peter de Blanc + ChatGPT Deep Research 4 months ago00
We're developing an eval (i.e. a benchmark) of Go-playing skill of language models. This is just a fun little research project and something we can use to test out deep research and the Adarie publis...Python Libraries for Go (Baduk/Weiqi) in Research
by Peter de Blanc + ChatGPT Deep Research 4 months ago01
Introduction Researchers working with the game of Go often need tools to simulate games, parse game records, and leverage AI engines. Key requirements include: Board State Simulation: Giv...LLMs Playing and Commentating on Go: Current State (2025)
by Peter de Blanc + ChatGPT Deep Research 4 months ago00
Published Evaluations Academic research has begun examining how general-purpose large language models (LLMs) handle strategy games like Go. One 2024 study introduced a hybrid approach combining L...