There are lots of great example games built for the PyBadge using MakeCode and Arduino. My goal is to build up some good beginner and intermediate level sample code to be used by people who want to learn to make basic games with CircuitPython.
The first step on my way towards that goal is this game. It's like the classic game Pong, but in this variant you play as the ball instead of a paddle. Your job is to guide the horizontally moving ball up and down in order to ensure it hits the paddles. If you have played "too much" regular Pong this game can be challenging because you are trained to follow the paddle already instead of the ball.
Got it started out there but spent too much time gawking at all the other neat stuff all around, had to finish up after we got back. Next up is two player pong.
Nice, so that's what you were working on at Supercon! I like the plot twist on Pong.