Skip to content

Commit f6c715f

Browse files
moT01huyenltnguyen
andauthored
chore(curriculum): rename project to memory light game (freeCodeCamp#60042)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
1 parent 4d72bf9 commit f6c715f

6 files changed

Lines changed: 18 additions & 9 deletions

File tree

client/config/cert-and-project-map.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,8 @@ const allStandardCerts = [
567567
},
568568
{
569569
id: 'bd7158d8c442eddfaeb5bd1c',
570-
title: 'Build a Simon Game',
571-
link: `${legacyFrontEndTakeHomeBase}/build-a-simon-game`,
570+
title: 'Build a Memory Light Game',
571+
link: `${legacyFrontEndTakeHomeBase}/build-a-memory-light-game`,
572572
certSlug: Certification.LegacyFrontEnd
573573
}
574574
]

client/serve/serve.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@
106106
{
107107
"source": "/learn/project-euler/project-euler-problems-1-to-100/problem-1-multiples-of-3-and-5",
108108
"destination": "/learn/project-euler/project-euler-problems-1-to-100/problem-1-multiples-of-3-or-5"
109+
},
110+
{
111+
"source": "/learn/coding-interview-prep/take-home-projects/build-a-simon-game",
112+
"destination": "/learn/coding-interview-prep/take-home-projects/build-a-memory-light-game"
109113
}
110114
]
111115
}

client/src/__mocks__/edges.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19167,11 +19167,11 @@
1916719167
"node": {
1916819168
"challenge": {
1916919169
"fields": {
19170-
"slug": "/learn/coding-interview-prep/take-home-projects/build-a-simon-game",
19170+
"slug": "/learn/coding-interview-prep/take-home-projects/build-a-memory-light-game",
1917119171
"blockName": "Take Home Projects"
1917219172
},
1917319173
"id": "bd7158d8c442eddfaeb5bd1c",
19174-
"title": "Build a Simon Game"
19174+
"title": "Build a Memory Light Game"
1917519175
}
1917619176
}
1917719177
},

curriculum/challenges/_meta/take-home-projects/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"id": "bd7158d8c442eddfaeb5bd1c",
31-
"title": "Build a Simon Game"
31+
"title": "Build a Memory Light Game"
3232
},
3333
{
3434
"id": "bd7156d8c242eddfaeb5bd13",

curriculum/challenges/english/00-certifications/legacy-front-end-certification/legacy-front-end-certification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ tests:
2323
- id: bd7158d8c442eedfaeb5bd1c
2424
title: Build a Tic Tac Toe Game
2525
- id: bd7158d8c442eddfaeb5bd1c
26-
title: Build a Simon Game
26+
title: Build a Memory Light Game

curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-simon-game.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
id: bd7158d8c442eddfaeb5bd1c
3-
title: Build a Simon Game
3+
title: Build a Memory Light Game
44
challengeType: 3
55
forumTopicId: 302357
6-
dashedName: build-a-simon-game
6+
dashedName: build-a-memory-light-game
77
---
88

99
# --description--
@@ -28,7 +28,12 @@ Fulfill the below user stories and get all of the tests to pass. Use whichever l
2828

2929
**User Story:** I can win the game by getting a series of 20 steps correct. I am notified of my victory, then the game starts over.
3030

31-
**Hint:** Here are mp3s you can use for each button: `https://cdn.freecodecamp.org/curriculum/take-home-projects/simonSound1.mp3`, `https://cdn.freecodecamp.org/curriculum/take-home-projects/simonSound2.mp3`, `https://cdn.freecodecamp.org/curriculum/take-home-projects/simonSound3.mp3`, `https://cdn.freecodecamp.org/curriculum/take-home-projects/simonSound4.mp3`.
31+
**Hint:** Here are mp3s you can use for each button:
32+
33+
- `https://cdn.freecodecamp.org/curriculum/take-home-projects/memory-light-game/sound-1.mp3`
34+
- `https://cdn.freecodecamp.org/curriculum/take-home-projects/memory-light-game/sound-2.mp3`
35+
- `https://cdn.freecodecamp.org/curriculum/take-home-projects/memory-light-game/sound-3.mp3`
36+
- `https://cdn.freecodecamp.org/curriculum/take-home-projects/memory-light-game/sound-4.mp3`
3237

3338
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
3439

0 commit comments

Comments
 (0)