Browse Source

Merge pull request #995 from FridaTveit/BowlingFixTopics

bowling: improve topics
Stuart Kent 8 years ago
parent
commit
289ffd6285
No account linked to committer's email
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      config.json

+ 3
- 3
config.json View File

776
       "core": false,
776
       "core": false,
777
       "difficulty": 6,
777
       "difficulty": 6,
778
       "slug": "bowling",
778
       "slug": "bowling",
779
-      "topics":  [
780
-        "functions",
779
+      "topics": [
781
         "mathematics",
780
         "mathematics",
782
         "games",
781
         "games",
783
         "conditionals",
782
         "conditionals",
784
-        "integers"
783
+        "integers",
784
+        "exception_handling"
785
       ],
785
       ],
786
       "unlocked_by": "scrabble-score",
786
       "unlocked_by": "scrabble-score",
787
       "uuid": "4b3f7771-c642-4278-a3d9-2fb958f26361"
787
       "uuid": "4b3f7771-c642-4278-a3d9-2fb958f26361"