Close

Pew Pew M4!

A project log for Blinka's Breakout

CircuitPython implementation of a game similar to Atari classic Chip's Challenge

foamyguyfoamyguy 03/20/2020 at 01:251 Comment

My Pew Pew M4 arrived this week. Naturally I am working on getting my previously developed games working on it. Blinka's Breakout is next up! Unfortunately my button handling code is not very portable beyond the pybadge/pygamer devices. I've reworked it a bit to use ugame and it's now working on the Pew Pew.

Some of the colors are off a little bit (blue fire, yellow ice, red water!) but everything seems to be functioning correctly 

Discussions

deʃhipu wrote 03/20/2020 at 12:13 point

About the colors, are you re-initializing the display in your code? Because if you do, you need a different initialization string for the displays I'm using. For portability, it's best to just use board.DISPLAY, then you don't have to worry abut it.

Also, did you receive the case for it?

  Are you sure? yes | no