Procházet zdrojové kódy

add poker to config.json

Zaldrick před 9 roky
rodič
revize
1338bbb6be
1 změnil soubory, kde provedl 9 přidání a 0 odebrání
  1. 9
    0
      config.json

+ 9
- 0
config.json Zobrazit soubor

270
       "topics": []
270
       "topics": []
271
     },
271
     },
272
     {
272
     {
273
+      "slug": "poker",
274
+      "difficulty": 7,
275
+      "topics": [
276
+        "Parsing",
277
+        "Sorting",
278
+        "Games"
279
+      ]
280
+    },
281
+    {
273
       "slug": "simple-cipher",
282
       "slug": "simple-cipher",
274
       "difficulty": 8,
283
       "difficulty": 8,
275
       "topics": []
284
       "topics": []