micropython-appengine

A MicroPython app engine.


License
MIT
Install
pip install micropython-appengine==0.1.0

Documentation

micropython-appengine

PayPal Donate PyPI version Downloads

Documentation

A MicroPython app engine.

This module works under MicroPython and it is tested with MicroPython V1.19.1.

Installation

>>> import upip
>>> upip.install('micropython-appengine')

Alternatively just copy appengine.py to the MicroPython device.

Usage

  • Subclass InputDevice for the input device.
  • Subclass Screen for the screen.
  • Subclass Sprite for all the sprites needed in the app.
  • Subclass Manager for the app main control.

Examples

Demo

demo screenshot 1

Plane

plane screenshot 1 plane screenshot 2 plane screenshot 3

Sokoban

sokoban screenshot 1 sokoban screenshot 2 sokoban screenshot 3 sokoban screenshot 4