Ver código fonte

Added topics for minesweeper

Suraj Singh 9 anos atrás
pai
commit
a910eea0c7
1 arquivos alterados com 6 adições e 1 exclusões
  1. 6
    1
      config.json

+ 6
- 1
config.json Ver arquivo

509
       "core": false,
509
       "core": false,
510
       "difficulty": 6,
510
       "difficulty": 6,
511
       "slug": "minesweeper",
511
       "slug": "minesweeper",
512
-      "topics": null,
512
+      "topics": [
513
+        "integers",
514
+        "matrices",
515
+        "games",
516
+        "conditionals"
517
+      ],
513
       "unlocked_by": "scrabble-score",
518
       "unlocked_by": "scrabble-score",
514
       "uuid": "416a1489-12af-4593-8540-0f55285c96b4"
519
       "uuid": "416a1489-12af-4593-8540-0f55285c96b4"
515
     },
520
     },