forked from FOSS/BangleApps
commit
b4d007bc7d
|
@ -1,3 +1,3 @@
|
||||||
1.0: Initial version of game
|
0.01: Initial version of game
|
||||||
1.0.1: Fix mistake preventing game from ending in some cases.
|
0.02: Fix mistake preventing game from ending in some cases.
|
||||||
1.0.2: Update help screen with more details.
|
0.03: Update help screen with more details.
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "Red 7 Card Game",
|
"name": "Red 7 Card Game",
|
||||||
"shortName" : "Red 7",
|
"shortName" : "Red 7",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"version":"1.0.2",
|
"version":"0.03",
|
||||||
"description": "An implementation of the card game Red 7 for your watch. Play against the AI and be the last player still in the game to win!",
|
"description": "An implementation of the card game Red 7 for your watch. Play against the AI and be the last player still in the game to win!",
|
||||||
"tags": "game",
|
"tags": "game",
|
||||||
"supports":["BANGLEJS2"],
|
"supports":["BANGLEJS2"],
|
||||||
|
|
Loading…
Reference in New Issue