Skip to content

Commit 506486e

Browse files
Release apps
1 parent 5345e55 commit 506486e

6 files changed

Lines changed: 26 additions & 3 deletions

File tree

app_index.json

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,29 @@
259259
}
260260
]
261261
}
262+
,{
263+
"name": "Lights Out",
264+
"publisher": "MicroPythonOS",
265+
"short_description": "Classic Lights Out puzzle game",
266+
"long_description": "Turn off all the lights! Pressing a light toggles it and its neighbors. Solve each level with minimal moves.",
267+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.lights_out/icons/com.micropythonos.lights_out_1.0.0_64x64.png",
268+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.lights_out/icons/com.micropythonos.lights_out_1.0.0_64x64.mpk",
269+
"fullname": "com.micropythonos.lights_out",
270+
"version": "1.0.0",
271+
"category": "games",
272+
"activities": [
273+
{
274+
"entrypoint": "assets/lights_out.py",
275+
"classname": "LightsOut",
276+
"intent_filters": [
277+
{
278+
"action": "main",
279+
"category": "launcher"
280+
}
281+
]
282+
}
283+
]
284+
}
262285
,{
263286
"name": "LoRa Chat",
264287
"publisher": "MicroPythonOS",
@@ -383,10 +406,10 @@
383406
"publisher": "MicroPythonOS",
384407
"short_description": "Show installed fonts",
385408
"long_description": "Visualize the installed fonts so the user can check them out.",
386-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/icons/com.micropythonos.showfonts_0.1.0_64x64.png",
387-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/mpks/com.micropythonos.showfonts_0.1.0.mpk",
409+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/icons/com.micropythonos.showfonts_0.1.1_64x64.png",
410+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/mpks/com.micropythonos.showfonts_0.1.1.mpk",
388411
"fullname": "com.micropythonos.showfonts",
389-
"version": "0.1.0",
412+
"version": "0.1.1",
390413
"category": "development",
391414
"activities": [
392415
{
461 Bytes
Loading
Binary file not shown.
3.7 KB
Loading
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)