Skip to content

jacklinquan/micropython-appengine

Repository files navigation

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 screenshot 1

plane screenshot 1 plane screenshot 2 plane screenshot 3

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

About

A MicroPython app engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published