Chicken Nugget of Doom Can a Chicken Nugget run Doom? 5 August 2023 2 minute read By Kevin McAleer Share this article on Table of Contents Can a Chicken Nugget run Doom?Bill of MaterialsDisassemblyAssemblySetting up the Nugget for DoomInstalling Doom Tags Raspberry Pi McDonalds Doom Pimoroni Chicken Nugget Hack
Can a Chicken Nugget run Doom? To celebrate 40 years of the Chicken Nugget, McDonald’s commissioned this crazy Chicken Nugget Tetris game. It was only available in China, so I got one of these on eBay, shipped over to the UK, and I wanted to have a quick play of it before I started to hack this because this can do so much more. Inside is a custom PCB, a couple of buttons, and an on off switch, and a tiny little LCD screen. I decided to hack this with a Raspberry Pi Zero 2W to create… The Chicken Nugget of Doom. Bill of Materials Item Description Qty Cost Pi Zero 2W Raspberry Pi Zero 2W 1 £17.10 Display Pimoroni Display HAT Mini 1 £18.90 Happy Meal Toy Chicken Nugget Tetris Toy 1 £15.00 Disassembly The back of the Nugget has 4 triangular shaped screws (called Tri-angle screws!), remove these - I used a iFixit set that included this type of screw driver head Unscrew the PCB Cut the cable to the speaker and Battery box Remove the screen, but keep the rectangular orange side parts of the screen Cut away the column supports near the screen so that the Display HAT can sit flush in the inside of the case Assembly Place the Display HAT onto the Raspberry Pi Zero 2W’s 40 pin header Place the assembled Pi screen down into the nugget Use the orange screen supports to mask the gap between the display and the case I used Blu-tack to hold everything place, hot glue works fine too Also put the buttons back into the case, for this version of the project I didn’t connect these up, but it is possible to connect up some tact switches and wire them to the Pi’s GPIO Setting up the Nugget for Doom To get the display to work as an alternative to the HDMI display, takes a few extra steps: Install the 32-bit version of Raspberry Pi OS Follow this tutorial to get the display to show the Raspberry Pi OS desktop Installing Doom Next, lets install Doom Install Doom - from the terminal type: sudo apt install chocolate-doom You can now enjoy Doom on a Chicken Nugget!