install mpypack
- change app name and icon in
apps/play32app_template/manifest.json - rename
apps/play32app_templateto your app name(id) - change "port", "local", "source", "remote" and "output" in
.mpypack.conf
download play32 dev library.
- change "PLAY32DEV_PATH" and "APP_NAME_ID" in
main.py - change python autoComplete and analysis path in
.vscode/settings.json
using mpypack sync to sync this app to the PLAY32 board. then run it from the app selector. using mpypack repl to use repl.
or, run it on desktop, execute python main.py. note whether you can run it on desktop, you should finally test it on real devices. the play32 dev library could only provide some of the "micropython" library that the game apps required. most of the libraries that operate hardware, will not work.