|
50 | 50 | ] |
51 | 51 | } |
52 | 52 |
|
| 53 | +,{ |
| 54 | +"name": "Connect 4", |
| 55 | +"publisher": "MicroPythonOS", |
| 56 | +"short_description": "Classic Connect 4 game", |
| 57 | +"long_description": "Play Connect 4 against the computer with three difficulty levels: Easy, Medium, and Hard. Drop colored discs and try to connect four in a row!", |
| 58 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/icons/com.micropythonos.connect4_0.0.1_64x64.png", |
| 59 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/mpks/com.micropythonos.connect4_0.0.1.mpk", |
| 60 | +"fullname": "com.micropythonos.connect4", |
| 61 | +"version": "0.0.1", |
| 62 | +"category": "games", |
| 63 | +"activities": [ |
| 64 | + { |
| 65 | + "entrypoint": "assets/connect4.py", |
| 66 | + "classname": "Connect4", |
| 67 | + "intent_filters": [ |
| 68 | + { |
| 69 | + "action": "main", |
| 70 | + "category": "launcher" |
| 71 | + } |
| 72 | + ] |
| 73 | + } |
| 74 | + ] |
| 75 | +} |
53 | 76 | ,{ |
54 | 77 | "name": "Draw", |
55 | 78 | "publisher": "MicroPythonOS", |
56 | 79 | "short_description": "Simple drawing app", |
57 | 80 | "long_description": "Draw simple shapes on the screen.", |
58 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/icons/com.micropythonos.draw_0.0.2_64x64.png", |
59 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/mpks/com.micropythonos.draw_0.0.2.mpk", |
| 81 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/icons/com.micropythonos.draw_0.0.3_64x64.png", |
| 82 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/mpks/com.micropythonos.draw_0.0.3.mpk", |
60 | 83 | "fullname": "com.micropythonos.draw", |
61 | | -"version": "0.0.2", |
| 84 | +"version": "0.0.3", |
62 | 85 | "category": "graphics", |
63 | 86 | "activities": [ |
64 | 87 | { |
|
175 | 198 | "publisher": "QuasiKili", |
176 | 199 | "short_description": "Flappy Bird Game", |
177 | 200 | "long_description": "A fun Flappy Bird clone with smooth physics. Tap to fly!", |
178 | | - "icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasibird/icons/com.quasikili.quasibird_0.0.2_64x64.png", |
179 | | - "download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasibird/mpks/com.quasikili.quasibird_0.0.2.mpk", |
| 201 | + "icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasibird/icons/com.quasikili.quasibird_0.0.3_64x64.png", |
| 202 | + "download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasibird/mpks/com.quasikili.quasibird_0.0.3.mpk", |
180 | 203 | "fullname": "com.quasikili.quasibird", |
181 | | - "version": "0.0.2", |
| 204 | + "version": "0.0.3", |
182 | 205 | "category": "games", |
183 | 206 | "activities": [ |
184 | 207 | { |
|
0 commit comments