NASA’s new dark energy space telescope can also detect killer asteroids
technologyreview.com·1h ago

TL;DR
DOOMQL is a novel game where SQL functions as the game engine, controlling all aspects of gameplay. Built by Peter Gostev using GPT-5.6 Sol, it transforms traditional game mechanics into SQL commands.
✦ Why It Matters
Engineers can explore unconventional uses of SQL in game development to create innovative applications.
Key Takeaways
How It Works
DOOMQL utilizes SQLite as a game engine, where SQL queries dictate all game mechanics. A recursive CTE is employed to implement a ray tracer, allowing for complex graphics rendering directly through SQL.
This approach enables players to interact with the game environment in a novel way, as every aspect of gameplay is managed through SQL commands.
Related