Skip to content

Commit ee51e31

Browse files
Tyresius92tejasbubane
authored andcommitted
Implement D&D Character Exercise (#676)
* update darts tests to match canonical.json * change to single quotes * remove old test case * implement dnd character exercise * update config and run make test * cleanup following code review * correct import line * actually correct import line
1 parent 26c1538 commit ee51e31

File tree

112 files changed

+7060
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+7060
-104
lines changed

config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,6 +1328,17 @@
13281328
"math"
13291329
]
13301330
},
1331+
{
1332+
"slug": "dnd-character",
1333+
"uuid": "b373e13c-f179-4b36-b6e8-2a0f41540344",
1334+
"core": false,
1335+
"unlocked_by": null,
1336+
"difficulty": 2,
1337+
"topics": [
1338+
"classes",
1339+
"randomness"
1340+
]
1341+
},
13311342
{
13321343
"slug": "trinary",
13331344
"uuid": "1acf1d2d-a25e-4576-94de-0470abc872d9",

exercises/accumulate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {}
34-
}
34+
}

exercises/acronym/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {}
34-
}
34+
}

exercises/all-your-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {}
34-
}
34+
}

exercises/allergies/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {}
34-
}
34+
}

exercises/alphametics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {}
34-
}
34+
}

exercises/anagram/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {}
34-
}
34+
}

exercises/armstrong-numbers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {}
34-
}
34+
}

exercises/atbash-cipher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {}
34-
}
34+
}

exercises/beer-song/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {}
34-
}
34+
}

0 commit comments

Comments
 (0)