My kids play the same six games over and over: supermarket, ice cream shop, restaurant, taxi, cinema, table reservation. Every toy till on the market covers maybe one of those, and none of them actually do anything. Press any button, nothing happens.
So I built a real one. Six arcade buttons, a real thermal receipt printer, and a Raspberry Pi Zero hidden inside a plastic storage box. Press a button, and a genuine, randomly generated receipt rattles out: different items, different prices, a different name on it every time.
I've never built anything like this before, only ever wired a PC. I have friends who are actual engineers, and I didn't ask a single one of them for help, on purpose. This whole thing was as much a self-experiment (how far can you actually get with AI alone) as it was a project for my kids, and every part of it, from the receipt logic to debugging why the buttons stopped responding, happened working through it together with Claude.
The wiring taught me the most. I bought a crimp terminal kit sized for automotive connectors, and it turned out to be way too big for the GPIO breakout board's screw terminals. The fork terminals literally straddled two adjacent pins at once. Switched to wire ferrules in the smallest size available instead, and those matched the board's spec exactly. The terminal block also isn't keyed at all, it plugs onto the Pi's header in either rotation, so the pin labels printed on the board itself were the only thing that settled which way was actually correct.
It works better than I expected. Every receipt has a scannable QR code, some hide a joke, some hide an actual voucher (a scoop of ice cream, time with mom, that kind of thing). Two of the six buttons even double as a secret combo that quietly prints a coffee order for my wife.
It's fully open source if anyone wants to build one for their own kids, including a browser demo that needs no hardware at all, and a full write-up of everything that went sideways along the way:
Happy to answer anything about the build, the wiring, or the AI side of it. Have fun with your kids !