Browse Source
Merge pull request #840 from chanunegi/patch-1
Added topics for the bowling java program
FridaTveit
8 years ago
No account linked to committer's email
1 changed files with
7 additions and
1 deletions
-
config.json
|
|
@@ -776,7 +776,13 @@
|
|
776
|
776
|
"core": false,
|
|
777
|
777
|
"difficulty": 6,
|
|
778
|
778
|
"slug": "bowling",
|
|
779
|
|
- "topics": null,
|
|
|
779
|
+ "topics": [
|
|
|
780
|
+ "functions",
|
|
|
781
|
+ "mathematics",
|
|
|
782
|
+ "games",
|
|
|
783
|
+ "conditionals",
|
|
|
784
|
+ "integers"
|
|
|
785
|
+ ],
|
|
780
|
786
|
"unlocked_by": "scrabble-score",
|
|
781
|
787
|
"uuid": "4b3f7771-c642-4278-a3d9-2fb958f26361"
|
|
782
|
788
|
},
|