2026-03-09 12:39:19 +01:00
|
|
|
{
|
2026-03-09 23:14:25 +01:00
|
|
|
"name": "Breakout",
|
2026-03-09 12:39:19 +01:00
|
|
|
"publisher": "MicroPythonOS",
|
2026-03-11 11:57:42 +01:00
|
|
|
"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",
|
2026-03-09 12:39:19 +01:00
|
|
|
"version": "0.1.0",
|
|
|
|
|
"category": "games",
|
|
|
|
|
"activities": [
|
|
|
|
|
{
|
2026-03-09 23:14:25 +01:00
|
|
|
"entrypoint": "assets/breakout.py",
|
|
|
|
|
"classname": "Breakout",
|
2026-03-09 12:39:19 +01:00
|
|
|
"intent_filters": [
|
|
|
|
|
{
|
|
|
|
|
"action": "main",
|
|
|
|
|
"category": "launcher"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|