Close

Jumper Wire with displayio for PyGamer

A project log for PyBadge Hacking

Hacking on Adafruit's PyBadge

dehipudeʃhipu 06/24/2019 at 15:352 Comments

Over the weekend I sat down and ported the Jumper Wire platformer game to use displayio entirely instead of my stage/ugame libraries.

Here are some thoughts I have from that exercise:

And finally, here's the repository with the game: https://github.com/deshipu/jumper-wire-displayio-pygamer

Discussions

RomanS wrote 06/24/2019 at 19:50 point

fantastic! could this game be run on micro-python? probably with modification of game code, but not  micro-python sources )

  Are you sure? yes | no

deʃhipu wrote 06/24/2019 at 21:05 point

Sure, it runs on MicroPython, with the MicroPython port of the stage library. See #Stage, a Tile and Sprite Engine 

  Are you sure? yes | no