Skip to content

Commit 89afe98

Browse files
New app: Connect4 game
1 parent 2d24f8c commit 89afe98

File tree

4 files changed

+525
-0
lines changed

4 files changed

+525
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Connect 4",
3+
"publisher": "MicroPythonOS",
4+
"short_description": "Classic Connect 4 game",
5+
"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!",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/icons/com.micropythonos.connect4_0.0.1_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/mpks/com.micropythonos.connect4_0.0.1.mpk",
8+
"fullname": "com.micropythonos.connect4",
9+
"version": "0.0.1",
10+
"category": "games",
11+
"activities": [
12+
{
13+
"entrypoint": "assets/connect4.py",
14+
"classname": "Connect4",
15+
"intent_filters": [
16+
{
17+
"action": "main",
18+
"category": "launcher"
19+
}
20+
]
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)