A computer scientist used only “pure SQL” to construct a multiplayer DOOM-like game. The resulting first-person shooter game, cobbled from a mere ~150 lines of Python code, is dubbed DOOMQL. Despite ...
The "pure SQL" part is important. There have been attempts to get Doom-like games up and running in the past. The excellent DuckDB-DOOM, for example, appeared earlier this year and used SQL for the ...