#DOOM

2 messages · Page 1 of 1 (latest)

silk shore
#

Hello, everyone! I picked up a LilyGO T‑Embed CC1101 with a K268‑01 external antenna and, once it arrived, I flashed Bruce Offense firmware and started exploring what the device could handle — network analysis, IR decoding, and putting together some BadUSB and BadBLE scripts.

After a few days of experimenting, I started thinking about how far the ESP32-S3 could really be pushed. People have managed to get DOOM running on all kinds of unexpected devices — even a pregnancy test — so this board felt more than capable by comparison. That’s what pushed me to try it.

I read up on basic raycasting and wrote a small prototype in JavaScript, roughly 180 lines. It’s still early: auto‑forward movement, some enemies, a light‑mode map, and a simple matrix renderer built on sin/cos. The rotary knob isn’t exactly ideal for navigation, but I managed to make it functional enough for a starter version.

It’s in development, but it runs well enough to show you.

GitHub link: https://github.com/OldSerj/DOOM-for-Bruce-Firmware

video on PixelDrain (will expire 60 days after this edit: https://pixeldrain.com/u/2hAPzrcM)

GitHub

Small prototype in JavaScript, roughly 180 lines. It’s still early: auto‑forward movement, some enemies, a light‑mode map, and a simple matrix renderer built on sin/cos. - OldSerj/DOOM-for-Bruce-Fi...

covert loom
#

Great job