I’d like to be able to make a local Gossip protocol mesh with Playdate devices so they can have drop-in drop-out local multiplayer. It would just need the ability to send and receive announcements from the app layer – not full bluetooth connect support. I think this would be very cool at meetups and conferences!
If the hardware supports the Data Length Extension in its Bluetooth 4.2 driver and radio firmware, it gives ~250 bytes of game state to sync across the Gossip mesh. This should be plenty for Rogue-like MUDs, hide and seek games, co-op building, … all kinds of cute and fun games.
My (now) 10 year old child loves the Playdate, but it’s not exactly a co-op activity device. I’m hoping this BLE announcement feature being available would allow us to make a game that changes that.