Building a DOOM-like multiplayer shooter in pure SQL
11–20 of 42 posts
Re: Building a DOOM-like multiplayer shooter in pure SQL
#12Author of the mentioned DuckDB-DOOM here! This is awesome - multiplayer is a great addition. Really like the cone in the mini-map too
Re: Building a DOOM-like multiplayer shooter in pure SQL
#13Feel like the logical extreme of this is a database built for multiplayer games, something like: https://github.com/clockworklabs/SpacetimeDB Though there, you are still writing the main game logic in Rust or C#
Re: Building a DOOM-like multiplayer shooter in pure SQL
#14It’s a very cool accomplishment. As a nerd of early shooters, I do wonder whether it’s fair to call it Doom-like. It’s clearly more untextured Wolfenstein 3d. Are we sufficiently far from 1993 to just “round” it all to being Doom-like? certainly it’s better for eyeballs.
Re: Building a DOOM-like multiplayer shooter in pure SQL
#15Author of the mentioned DuckDB-DOOM here! This is awesome - multiplayer is a great addition. Really like the cone in the mini-map too
Re: Building a DOOM-like multiplayer shooter in pure SQL
#16It’s a very cool accomplishment. As a nerd of early shooters, I do wonder whether it’s fair to call it Doom-like. It’s clearly more untextured Wolfenstein 3d. Are we sufficiently far from 1993 to just “round” it all to being Doom-like? certainly it’s better for eyeballs.
Yeah, it is definitely Wolfenstein 3D in my opinion. Many Doom-clones are. Maybe Wolfenstein 3D is a Doom-clone in itself? I dunno, I do not know the history. Can anyone enlighten me?
Re: Building a DOOM-like multiplayer shooter in pure SQL
#17Feel like the logical extreme of this is a database built for multiplayer games, something like: https://github.com/clockworklabs/SpacetimeDB Though there, you are still writing the main game logic in Rust or C#
Thanks for the pointer to SpacetimeDB - haven't heard of it before!
Re: Building a DOOM-like multiplayer shooter in pure SQL
#18This is a clever ad! I had not heard of them so I looked up the technology behind it: https://cedardb.com/docs/technology/ A Postgresql-compatible HTAP. It appears to be single server and closed source. Roadmap: https://cedardb.com/docs/roadmap/
Re: Building a DOOM-like multiplayer shooter in pure SQL
#19Author of the mentioned DuckDB-DOOM here! This is awesome - multiplayer is a great addition. Really like the cone in the mini-map too
Re: Building a DOOM-like multiplayer shooter in pure SQL
#20I'd say this is more like Wolfenstein 3D :)