You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
24 lines
822 B
JSON
24 lines
822 B
JSON
{
|
|
"name": "Connect 4",
|
|
"publisher": "MicroPythonOS",
|
|
"short_description": "Classic Connect 4 game",
|
|
"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!",
|
|
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/icons/com.micropythonos.connect4_0.1.0_64x64.png",
|
|
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/mpks/com.micropythonos.connect4_0.1.0.mpk",
|
|
"fullname": "com.micropythonos.connect4",
|
|
"version": "0.1.0",
|
|
"category": "games",
|
|
"activities": [
|
|
{
|
|
"entrypoint": "assets/connect4.py",
|
|
"classname": "Connect4",
|
|
"intent_filters": [
|
|
{
|
|
"action": "main",
|
|
"category": "launcher"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|