Skip to content

Commit bf0f969

Browse files
Release retrogo apps
1 parent feb9e88 commit bf0f969

9 files changed

Lines changed: 72 additions & 3 deletions

File tree

app_index.json

Lines changed: 72 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"short_description": "Classic Breakout game",
2929
"long_description": "Classic Breakout game to demonstrate native machinecode (from C) in .mpy files on both AMD64 and ESP32",
3030
"fullname": "com.micropythonos.breakout",
31-
"version": "0.5.1",
31+
"version": "0.6.0",
3232
"category": "game",
3333
"activities": [
3434
{
@@ -42,8 +42,8 @@
4242
]
4343
}
4444
],
45-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.breakout/icons/com.micropythonos.breakout_0.5.1_64x64.png",
46-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.breakout/mpks/com.micropythonos.breakout_0.5.1.mpk"
45+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.breakout/icons/com.micropythonos.breakout_0.6.0_64x64.png",
46+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.breakout/mpks/com.micropythonos.breakout_0.6.0.mpk"
4747
}
4848
,{
4949
"name": "Camera",
@@ -137,6 +137,29 @@
137137
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.dj_addon/icons/com.micropythonos.dj_addon_0.3.1_64x64.png",
138138
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.dj_addon/mpks/com.micropythonos.dj_addon_0.3.1.mpk"
139139
}
140+
,{
141+
"name": "Doom Launcher",
142+
"publisher": "MicroPythonOS",
143+
"short_description": "Legendary 3D shooter",
144+
"long_description": "Plays Doom 1, 2 and modded .wad files from internal storage or SD card. Place them in /roms/doom/. Uses ducalex's retro-go port of PrBoom. Supports zipped wad files too.",
145+
"fullname": "com.micropythonos.doom_launcher",
146+
"version": "0.4.3",
147+
"category": "game",
148+
"activities": [
149+
{
150+
"entrypoint": "doom_launcher.py",
151+
"classname": "DoomLauncher",
152+
"intent_filters": [
153+
{
154+
"action": "main",
155+
"category": "launcher"
156+
}
157+
]
158+
}
159+
],
160+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.doom_launcher/icons/com.micropythonos.doom_launcher_0.4.3_64x64.png",
161+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.doom_launcher/mpks/com.micropythonos.doom_launcher_0.4.3.mpk"
162+
}
140163
,{
141164
"name": "Draw",
142165
"publisher": "MicroPythonOS",
@@ -160,6 +183,29 @@
160183
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/icons/com.micropythonos.draw_0.3.1_64x64.png",
161184
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/mpks/com.micropythonos.draw_0.3.1.mpk"
162185
}
186+
,{
187+
"name": "Duke Nukem 3D",
188+
"publisher": "MicroPythonOS",
189+
"short_description": "Legendary 3D shooter",
190+
"long_description": "Plays Duke Nukem 3D .grp files from internal storage or SD card. Place them in /roms/duke3d/. Uses ducalex's retro-go port. Supports zipped grp files too.",
191+
"fullname": "com.micropythonos.duke_launcher",
192+
"version": "0.3.3",
193+
"category": "game",
194+
"activities": [
195+
{
196+
"entrypoint": "duke_launcher.py",
197+
"classname": "DukeLauncher",
198+
"intent_filters": [
199+
{
200+
"action": "main",
201+
"category": "launcher"
202+
}
203+
]
204+
}
205+
],
206+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.duke_launcher/icons/com.micropythonos.duke_launcher_0.3.3_64x64.png",
207+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.duke_launcher/mpks/com.micropythonos.duke_launcher_0.3.3.mpk"
208+
}
163209
,{
164210
"name": "ESPNowChat",
165211
"publisher": "MicroPythonOS",
@@ -426,6 +472,29 @@
426472
"icon_url": "https://apps.micropythonos.com/apps/com_micropythonos_nostr/icons/com_micropythonos_nostr_0.5.1_64x64.png",
427473
"download_url": "https://apps.micropythonos.com/apps/com_micropythonos_nostr/mpks/com_micropythonos_nostr_0.5.1.mpk"
428474
}
475+
,{
476+
"name": "Retro Core Launcher",
477+
"publisher": "MicroPythonOS",
478+
"short_description": "Classic 8-bit and handheld games",
479+
"long_description": "Plays NES and Gameboy ROMs from storage or SD card. Place in /roms/nes/ or /roms/gb/. Uses retro-go. Zipped ROMs supported.",
480+
"fullname": "com.micropythonos.retrocore_launcher",
481+
"version": "0.5.1",
482+
"category": "game",
483+
"activities": [
484+
{
485+
"entrypoint": "retrocore_launcher.py",
486+
"classname": "RetroCoreLauncher",
487+
"intent_filters": [
488+
{
489+
"action": "main",
490+
"category": "launcher"
491+
}
492+
]
493+
}
494+
],
495+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.retrocore_launcher/icons/com.micropythonos.retrocore_launcher_0.5.1_64x64.png",
496+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.retrocore_launcher/mpks/com.micropythonos.retrocore_launcher_0.5.1.mpk"
497+
}
429498
,{
430499
"name": "ScanBluetooth",
431500
"publisher": "MicroPythonOS",
4.2 KB
Loading
Binary file not shown.
8.36 KB
Loading
Binary file not shown.
9.41 KB
Loading
Binary file not shown.
3.84 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)