Close

Emulating PewPew Lite

A project log for µGame

A handheld game console programmable with (Micro/Circuit)Python.

dehipudeʃhipu 10/22/2017 at 19:391 Comment

I decided to make a quick experiment, before I go on writing the sprite library and writing proper games for this. I wrote a version of the "pew" library (needed for the games written for #PewPew FeatherWing) for this device, simulating the 8x8 display with rectangles.

At least the snake game works, didn't try the others yet. I'm redrawing the whole screen every frame, so the frame rate is not terrific, but it's playable.

Discussions

davedarko wrote 10/23/2017 at 00:58 point

now I understand how portable python is :)

  Are you sure? yes | no