Skip to main content
  1. Home
  2. Emerging Tech
  3. Gaming
  4. Smart Home
  5. News

Doomba uses your Roomba data to build new ‘Doom’ maps. You’re welcome

Add as a preferred source on Google
Rich Whitehouse

As Roomba robot vacuums carry out their job of keeping your floors nice and clean, they generate a detailed map of your home which lets them perform their single chore with more efficiency. Enterprising game developer Rich Whitehouse recently decided to repurpose this mapping data for something else entirely: Creating custom levels of the classic first-person shooter Doom. He calls the results “Doomba.” Because why the heck not?

“From a really high-level perspective, I’m taking the data that the Roomba spits out and using it to generate a Doom map,” Whitehouse told Digital Trends. “There’s a lot going on under the hood, though. The Roomba is broadcasting a position and angle across the network in roughly one second intervals, as well as a bunch of other data. I write the relevant data out to a .noeroomba file as it comes in. When you go to load that .noeroomba file [into my own tool] Noesis, that’s when the magic happens.”

Recommended Videos

Of course, the results won’t look exactly like your home, since you’ll still be walking around seeing the iconic hellscape textures of the original game. But the idea of gradually orienting yourself to a level that resembles a floor plan of your real-life living quarters is certainly cool. So how does Whitehouse thinks the new levels match up to the original stages, or randomly generated ones?

Rich Whitehouse

“It’s a little bit apples to oranges, comparing randomly generated content to something that’s had a lot of hand-crafted love put into it,” he said. “You can try to model properties of user-generated content with your pile of sticks, stones, and linear algebra that you decide to call A.I., but you’re never going to get those special touches. Those are the things that establish a context which reaches outside of the data.”

However, the results are definitely fun, particularly when you play with Whitehouse’s favored settings boasting a maxed-out explosive barrels count.

“You load the map up, and your home is packed to the brim with explosive barrels,” he said. “You shoot one and set off a chain reaction that explodes across the map. I spent a good bit of the development time just doing silly stuff like that and having fun with it. That, and looking over at my wife to say things like ‘Honey, there’s a Cyberdemon in our bedroom!’”

As for the future, Whitehouse said that he has been considering adding Build Engine support, which would cover other classic titles such as Duke Nukem 3D, Blood, Shadow Warrior, and others. For more on the project — including details of the Noesis software — check out his blog post here.

Luke Dormehl
I'm a UK-based tech writer covering Cool Tech at Digital Trends. I've also written for Fast Company, Wired, the Guardian…
Researchers hid a prompt injection inside a PNG, and AI fell for it
Hacker

AI coding assistants like Claude are becoming every developer's favorite coworker. They can review code, explain confusing functions, and even write entire features with a single prompt. But new research suggests that this growing trust could also become their biggest weakness.

A team of security researchers (professor Sudipta Chattopadhyay and researcher Murali Ediga) has demonstrated an unusual attack that doesn't target the AI model directly. Instead, it targets what the AI doesn't pay enough attention to during code reviews. Rather than hiding malicious instructions in lines of code, the researchers tucked them inside an image file. Since many AI review tools treat images as decorative assets rather than as something worth inspecting, the pull request can appear perfectly harmless and sail through the review.

Read more
AI has already fallen into the wrong hands and they’re using it to make bombs
Logo, Text

Artificial intelligence has quickly become the go-to tool for everything from writing emails and summarizing meetings to helping students study or developers debug code. But the same technology that saves people time can also be misused, and a new report suggests that terrorist organizations are finding ways to do exactly that.

According to a research paper shared with The New York Times ahead of its publication, researchers found evidence that members of Boko Haram have been using popular AI chatbots to support both day-to-day activities and combat-related tasks. Interviews with 27 former members conducted in Nigeria over the past two years suggest that tools such as ChatGPT, Gemini, Claude, Grok, Meta AI, and DeepSeek were used to gather technical information, troubleshoot weapons, and even assist with planning attacks.

Read more
Claude Code can now browse the web without opening Chrome
The desktop app now includes an in-app browser that can read websites, click links, and interact with web apps.
Claude Code Featured

Developers spend a surprising amount of time bouncing between their code editor, browser tabs, API documentation, GitHub issues, and design files. Anthropic thinks Claude Code should simply do all of that without constantly asking users to switch windows. The company has announced a new in-app browser for Claude Code on desktop, allowing its AI coding assistant to open websites, read documentation, inspect designs, and interact with web pages directly from within the application.

A browser built into Claude Code

Read more