Sfoglia il codice sorgente

add poker to config.json

Zaldrick 9 anni fa
parent
commit
1338bbb6be
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9
    0
      config.json

+ 9
- 0
config.json Vedi File

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