You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
25 lines
781 B
JSON
25 lines
781 B
JSON
{
|
|
"name": "Breakout",
|
|
"publisher": "MicroPythonOS",
|
|
"short_description": "Classic Breakout game",
|
|
"long_description": "Classic Breakout game to demonstrate native machinecode (from C) in .mpy files on both AMD64 and ESP32",
|
|
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.breakout/icons/com.micropythonos.breakout_0.1.0_64x64.png",
|
|
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.breakout/mpks/com.micropythonos.breakout_0.1.0.mpk",
|
|
"fullname": "com.micropythonos.breakout",
|
|
"version": "0.1.0",
|
|
"category": "games",
|
|
"activities": [
|
|
{
|
|
"entrypoint": "assets/breakout.py",
|
|
"classname": "Breakout",
|
|
"intent_filters": [
|
|
{
|
|
"action": "main",
|
|
"category": "launcher"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|