← Reddit

Claude made a full horror game "CLAUDAZE" with Raycaster and OpenGL support

Reddit · egedemete · July 31, 2026
Claudaze is a Wolfstein 3D-style raycaster horror game where players collect keys while being chased by an intelligent demon that can hear and predict movements. The title features text-to-speech audio and runs on Windows systems with minimal hardware requirements, including Windows 7 and later with appropriate runtime updates. A portable version is available for download at approximately 195 MB with audio included.

Detailed Analysis

A Reddit post detailing "Claudaze," a Wolfenstein 3D-style raycaster horror game built with Claude's assistance, has surfaced as another data point in the growing catalog of AI-assisted indie game development. The game features an intelligent demon antagonist that reportedly can hear the player, stalk them, and predict their next move, wrapped around a straightforward key-collection escape objective. Built with OpenGL and a classic raycasting engine reminiscent of early-90s first-person shooters, the project runs on remarkably modest hardware requirements—functioning even on decade-old machines with minimal CPU and GPU specs, and shipping in a footprint as small as 337KB without audio assets.

The technical approach here is notable less for the game's design ambitions and more for what it demonstrates about Claude's capacity to assist with lower-level graphics programming. Raycasting engines, while conceptually simpler than modern 3D rendering pipelines, still require careful handling of trigonometry, wall-collision detection, texture mapping, and performance optimization—tasks that sit closer to systems programming than the web-app scaffolding that AI coding assistants are typically showcased doing. That a solo hobbyist, working from a friend's game-design concept, could produce a functioning OpenGL application with adaptive enemy AI behavior suggests Claude's coding capabilities extend meaningfully into game development territory that previously required either specialized engine knowledge (Unity, Unreal) or from-scratch C/C++ graphics work.

This fits into a broader pattern of solo developers and hobbyists using Claude to tackle projects that would traditionally require a team or years of specialized learning. Throughout 2025 and into 2026, the r/ClaudeAI community has repeatedly showcased similar "vibe-coded" passion projects—games, tools, and applications built by people without deep formal programming backgrounds, leaning on Claude to bridge knowledge gaps in areas like rendering math, memory management, and build packaging (evidenced here by the developer's practical notes on Windows compatibility, SmartScreen warnings, and code signing tradeoffs). The willingness to document real deployment friction—rather than just a polished demo—lends the anecdote credibility as a genuine build rather than a marketing showcase.

More broadly, this kind of story reflects Anthropic's growing emphasis on Claude as a capable pair-programmer for creative and technical hobbyist work, not just enterprise coding tasks. As Claude models (particularly recent Sonnet and Opus versions) have improved at sustained, multi-file coding sessions and debugging complex logic like AI-driven enemy behavior trees, the barrier to entry for building complete, shippable software has continued to drop. Whether or not Claudaze itself gains traction as a game, it exemplifies a democratization trend already visible across indie hardware projects, small utilities, and now retro-style games: AI assistance increasingly lets non-specialists execute on ideas that would have previously required years of domain-specific expertise to realize.

Read original article →