Skip to content

Commit

Permalink
Move low-power-embedded-game to concept exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenad committed Jun 24, 2024
1 parent cf88075 commit c3eb448
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bin/format_exercises.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ format_exercises() {
}

# https://github.com/exercism/docs/blob/main/anatomy/tracks/concept-exercises.md#file-exemplar-implementation
# format_exercises "concept" "exemplar"
format_exercises "concept" "exemplar"
# https://github.com/exercism/docs/blob/main/anatomy/tracks/practice-exercises.md#file-example-implementation
format_exercises "practice" "example"
2 changes: 1 addition & 1 deletion bin/verify-exercises
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ verify_exercise() {
}

# https://github.com/exercism/docs/blob/main/anatomy/tracks/concept-exercises.md#file-exemplar-implementation
# verify_exercise "concept" "exemplar"
verify_exercise "concept" "exemplar"
# https://github.com/exercism/docs/blob/main/anatomy/tracks/practice-exercises.md#file-example-implementation
verify_exercise "practice" "example"
25 changes: 14 additions & 11 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@
]
},
"exercises": {
"concept": [
{
"slug": "low-power-embedded-game",
"name": "low-power-embedded-game",
"uuid": "f3b7ce44-1667-42b4-b792-401d36aee2f1",
"concepts": [
"tuples",
"traits"
],
"prerequisites": [],
"difficulty": 2,
"status": "wip"
}
],
"practice": [
{
"slug": "hello-world",
Expand Down Expand Up @@ -99,17 +113,6 @@
"prerequisites": [],
"difficulty": 2
},
{
"slug": "low-power-embedded-game",
"name": "low-power-embedded-game",
"uuid": "f3b7ce44-1667-42b4-b792-401d36aee2f1",
"practices": [
"tuples",
"traits"
],
"prerequisites": [],
"difficulty": 2
},
{
"slug": "custom-set",
"name": "Custom Set",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"test": [
"src/tests.cairo"
],
"example": [
".meta/example.cairo"
"exemplar": [
".meta/exemplar.cairo"
]
},
"blurb": "Learn tuples while writing convenience functions for a low-power embedded game"
Expand Down

0 comments on commit c3eb448

Please sign in to comment.