Skip to content

Commit

Permalink
Add blurbs to Concept Exercises (exercism#1559)
Browse files Browse the repository at this point in the history
* annalyns-infiltration blurb

* attack-of-the-trolls blurb

* authentication-system blurb

* beauty-salon-goes-global blurb

* bird-water blurb

* booking-up-for-beauty blurb

* building-telemetry blurb

* calculator-conundrum blurb

* cars-assemble blurb

* developer-privileges blurb

* elons-toys blurb

* concept exercise blurbs

* Concept Exercise Blurbs

* Update exercises/concept/logs-logs-logs/.meta/config.json

Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>

* Update exercises/concept/lucians-luscious-lasagna/.meta/config.json

Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>

* Update exercises/concept/parsing-log-files/.meta/config.json

Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>

* Update exercises/concept/roll-the-die/.meta/config.json

Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>

* Update exercises/concept/squeaky-clean/.meta/config.json

Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>

* Update exercises/concept/remote-control-cleanup/.meta/config.json

Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>

Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>
  • Loading branch information
yzAlvin and ErikSchierboom committed Jul 21, 2021
1 parent 4bacfc9 commit 7820866
Show file tree
Hide file tree
Showing 21 changed files with 67 additions and 35 deletions.
5 changes: 4 additions & 1 deletion exercises/concept/log-levels/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"blurb": "TODO: add blurb for log-levels exercise",
"blurb": "Learn about strings by processing logs.",
"contributors": [
"yzAlvin"
],
"authors": [
"ErikSchierboom"
],
Expand Down
5 changes: 3 additions & 2 deletions exercises/concept/logs-logs-logs/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"blurb": "TODO: add blurb for logs-logs-logs exercise",
"blurb": "Learn about enums by parsing logs.",
"contributors": [
"valentin-p"
"valentin-p",
"yzAlvin"
],
"authors": [
"ErikSchierboom"
Expand Down
5 changes: 4 additions & 1 deletion exercises/concept/lucians-luscious-lasagna/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"blurb": "TODO: add blurb for lucians-luscious-lasagna exercise",
"blurb": "Learn about the basics of C# by following a lasagna recipe.",
"icon": "lasagna",
"contributors": [
"yzAlvin"
],
"authors": [
"ErikSchierboom"
],
Expand Down
5 changes: 4 additions & 1 deletion exercises/concept/need-for-speed/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"blurb": "TODO: add blurb for need-for-speed exercise",
"blurb": "Learn about classes by creating cars.",
"contributors": [
"yzAlvin"
],
"authors": [
"ErikSchierboom"
],
Expand Down
5 changes: 3 additions & 2 deletions exercises/concept/object-relational-mapping/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"blurb": "TODO: add blurb for object-relational-mapping exercise",
"blurb": "Learn about the IDisposable interface by implementing an ORM system.",
"contributors": [
"ErikSchierboom"
"ErikSchierboom",
"yzAlvin"
],
"authors": [
"mikedamay"
Expand Down
5 changes: 3 additions & 2 deletions exercises/concept/orm-in-one-go/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"blurb": "TODO: add blurb for orm-in-one-go exercise",
"blurb": "Learn about the using block by implementing an ORM system.",
"contributors": [
"ErikSchierboom"
"ErikSchierboom",
"yzAlvin"
],
"authors": [
"mikedamay"
Expand Down
5 changes: 3 additions & 2 deletions exercises/concept/parsing-log-files/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"blurb": "TODO: add blurb for parsing-log-files exercise",
"blurb": "Learn about regular expressions by parsing logs.",
"contributors": [
"ErikSchierboom"
"ErikSchierboom",
"yzAlvin"
],
"authors": [
"mikedamay"
Expand Down
5 changes: 3 additions & 2 deletions exercises/concept/phone-number-analysis/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"blurb": "TODO: add blurb for phone-number-analysis exercise",
"blurb": "Learn about tuples by analysing phone numbers.",
"contributors": [
"ErikSchierboom"
"ErikSchierboom",
"yzAlvin"
],
"authors": [
"mikedamay"
Expand Down
5 changes: 3 additions & 2 deletions exercises/concept/red-vs-blue-darwin-style/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"blurb": "TODO: add blurb for red-vs-blue-darwin-style exercise",
"blurb": "Learn about namespaces by managing car development teams.",
"contributors": [
"ErikSchierboom",
"valentin-p"
"valentin-p",
"yzAlvin"
],
"authors": [
"mikedamay"
Expand Down
5 changes: 3 additions & 2 deletions exercises/concept/remote-control-cleanup/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"blurb": "TODO: add blurb for remote-control-cleanup exercise",
"blurb": "Learn about nested types by refactoring a car class.",
"contributors": [
"ErikSchierboom"
"ErikSchierboom",
"yzAlvin"
],
"authors": [
"mikedamay"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"blurb": "TODO: add blurb for remote-control-competition exercise",
"blurb": "Learn about interfaces by working on cars.",
"contributors": [
"ErikSchierboom"
"ErikSchierboom",
"yzAlvin"
],
"authors": [
"senal",
Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/roll-the-die/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ player.RollDie();

## 2. Players need their strength. Provide a means to generate spell strength

Implement a `GenerateSpellStregngth()` method on the player class. The spell strength is between 0.0 and 100.0.
Implement a `GenerateSpellStrength()` method on the player class. The spell strength is between 0.0 and 100.0.

Note that spell strength must be a real number (not an integer) to reduce the possibility of a tie when the strengths of two adversaries are compared.

Expand Down
5 changes: 3 additions & 2 deletions exercises/concept/roll-the-die/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"blurb": "TODO: add blurb for roll-the-die exercise",
"blurb": "Learn about randomness by generating numbers in a game.",
"contributors": [
"ErikSchierboom"
"ErikSchierboom",
"yzAlvin"
],
"authors": [
"mikedamay"
Expand Down
5 changes: 3 additions & 2 deletions exercises/concept/secure-munchester-united/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"blurb": "TODO: add blurb for secure-munchester-united exercise",
"blurb": "Learn about casting by creating security passes.",
"contributors": [
"ErikSchierboom"
"ErikSchierboom",
"yzAlvin"
],
"authors": [
"mikedamay"
Expand Down
5 changes: 3 additions & 2 deletions exercises/concept/squeaky-clean/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"blurb": "TODO: add blurb for squeaky-clean exercise",
"blurb": "Learn about characters and StringBuilder by cleaning strings.",
"contributors": [
"ErikSchierboom"
"ErikSchierboom",
"yzAlvin"
],
"authors": [
"mikedamay"
Expand Down
5 changes: 3 additions & 2 deletions exercises/concept/the-weather-in-deather/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"blurb": "TODO: add blurb for the-weather-in-deather exercise",
"blurb": "Learn about expressions by improving legacy code.",
"contributors": [
"ErikSchierboom"
"ErikSchierboom",
"yzAlvin"
],
"authors": [
"mikedamay"
Expand Down
5 changes: 4 additions & 1 deletion exercises/concept/tim-from-marketing/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"blurb": "TODO: add blurb for tim-from-marketing exercise",
"blurb": "Learn about nullables by printing name badges.",
"contributors": [
"yzAlvin"
],
"authors": [
"maurelio1234"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"blurb": "TODO: add blurb for tracks-on-tracks-on-tracks exercise",
"blurb": "Learn about lists by keeping track of programming languages you want to learn.",
"contributors": [
"ErikSchierboom"
"ErikSchierboom",
"yzAlvin"
],
"authors": [
"mikedamay"
Expand Down
5 changes: 3 additions & 2 deletions exercises/concept/weighing-machine/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"blurb": "TODO: add blurb for weighing-machine exercise",
"blurb": "Learn about properties by modelling a weighing machine.",
"contributors": [
"ErikSchierboom"
"ErikSchierboom",
"yzAlvin"
],
"authors": [
"mikedamay"
Expand Down
5 changes: 4 additions & 1 deletion exercises/concept/wizards-and-warriors-2/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"blurb": "TODO: add blurb for wizards-and-warriors-2 exercise",
"blurb": "Learn about classes by extending an RPG.",
"contributors": [
"yzAlvin"
],
"authors": [
"ErikSchierboom"
],
Expand Down
5 changes: 4 additions & 1 deletion exercises/concept/wizards-and-warriors/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"blurb": "TODO: add blurb for wizards-and-warriors exercise",
"blurb": "Learn about inheritance by creating an RPG.",
"contributors": [
"yzAlvin"
],
"authors": [
"ErikSchierboom"
],
Expand Down

0 comments on commit 7820866

Please sign in to comment.