All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

DOOMQL: Building a Multiplayer DOOM-like Shooter Game Using Pure SQL

By

lvogel

8mo ago· 10 min readen

Summary

A developer created DOOMQL, a multiplayer DOOM-like shooter game built entirely in SQL using CedarDB database system. The project was developed during parental leave as an extreme technical challenge, pushing the boundaries of what SQL can achieve by handling game logic, rendering, and multiplayer functionality through database queries rather than traditional game development approaches.

Key quotes

· 3 pulled
Build a multiplayer DOOM-like shooter entirely in SQL with CedarDB doing all the heavy lifting
During a month of parental leave (i.e., a lot of sleepless nights), I tried exactly that
CedarDB is a database system that delivers unmatched performance for transactions and analytics
Snippet from the RSS feed
CedarDB is a database system that delivers unmatched performance for transactions and analytics, from small writes to handling billions of rows. Built on cutting-edge research to power today’s tools and tomorrow’s challenges.

You might also wanna read