Good morning, folks! #MakerMonday morning

Working on any Raspberry Pi or Pico projects? We'd love to see a photo - it may make its way into the magazine too

@rpimag I wrote a hardware abstraction framework so that I could port #MicroPython games written for a specific device to run on any hardware. Here is an example game where the exact same code module is running in Pygame on a computer where I can debug in full Python, and on the https://badgewa.re Tufty2350 badge from #Pimoroni. The game module has no hardware dependencies. All hardware access is via a class passed in, providing the methods needed to interact with it. #MakerMonday
@drfootleg @rpimag any plan to release the code? Sounds genuinely useful
@Funcan @rpimag Yes, once I've tested it a bit more and written some example 'games' to demo all the drawing features I'll put it up on my github.