Pimoroni have recently included support for basic 8x8 pixel sprites in micropython https://github.com/pimoroni/pimoroni-pico/tree/55821d2896ac12732c4e84142ba1fb76d4382dc5/micropython/modules/picographics#sprites
So, I would like to try and make a simple holiday game on a RPI Pico.
I am thinking of something along the lines of:
Where the objective of the game is to avoid airborne objects while dropping presents into chimneys.
Two buttons for Rudolf up/down. Then a third button for santa to drop a present.
I got this Pimoroni example to run with my Pico Display: https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/examples/tufty2040/awesome_game.py
So, I can use that as a starting point. I'm still not sure how I will handle a scrolling scene.
I'll post a quick video of the example code running later.
Edit:
The 8-bit color gives such a cool retro vibe, I love it!
A *Very* early proof of concept:
Why can't I comment? ... lol