Skip to content

Commit 10c4490

Browse files
authored
Merge pull request #50518 from wwlpublish/5e082a9b05afb2d713bc51d615a814da9207a8ff0b697d902835a735376df053-live
Modules/M05-challenge-project-create-a-mini-game
2 parents 0ff200a + d9dd75e commit 10c4490

10 files changed

+134
-14
lines changed
457 KB
Loading

learn-pr/achievements/challenge-project-create-mini-game.svg

Lines changed: 120 additions & 0 deletions
Loading

learn-pr/wwl-language/challenge-project-create-mini-game/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 03/21/2024
7+
ms.date: 05/19/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-language/challenge-project-create-mini-game/2-prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Prepare for challenge
44
metadata:
55
title: Prepare for challenge
66
description: "Prepare for challenge"
7-
ms.date: 03/21/2024
7+
ms.date: 05/19/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-language/challenge-project-create-mini-game/3-exercise-add-code-to-end-game.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Add code to end the game
44
metadata:
55
title: Exercise - Add code to end the game
66
description: "Exercise - Add code to end the game"
7-
ms.date: 03/21/2024
7+
ms.date: 05/19/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-language/challenge-project-create-mini-game/4-exercise-make-player-consume-food.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Make the player consume food
44
metadata:
55
title: Exercise - Make the player consume food
66
description: "Exercise - Make the player consume food"
7-
ms.date: 03/21/2024
7+
ms.date: 05/19/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-language/challenge-project-create-mini-game/5-exercise-add-code-modify-movement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Add code to modify movement
44
metadata:
55
title: Exercise - Add code to modify movement
66
description: "Exercise - Add code to modify movement"
7-
ms.date: 03/21/2024
7+
ms.date: 05/19/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-language/challenge-project-create-mini-game/6-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Knowledge check"
7-
ms.date: 03/21/2024
7+
ms.date: 05/19/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-language/challenge-project-create-mini-game/7-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 03/21/2024
7+
ms.date: 05/19/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-language/challenge-project-create-mini-game/index.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### YamlMime:Module
22
uid: learn.wwl.challenge-project-create-mini-game
33
metadata:
4-
title: Challenge project - Create a mini-game
4+
title: Challenge Project - Create a Mini-Game
55
description: "Use methods with parameters and return values to develop the features of a console mini-game."
6-
ms.date: 03/21/2024
6+
ms.date: 05/19/2025
77
author: wwlpublish
88
ms.author: buzahid
99
ms.topic: module-challenge-project
@@ -24,14 +24,14 @@ abstract: |
2424
prerequisites: |
2525
- Experience using Visual Studio Code to develop, build, and run C# console applications that include console I/O and access the methods of .NET classes.
2626
27-
- Experience using C# data types including `int`, `string`, and arrays
27+
- Experience using C# data types including int, string, and arrays.
2828
29-
- Experience using `switch` statements, if-else statements, and `for` loops
29+
- Experience using switch statements, if-else statements, and for loops.
3030
31-
- Experience using the `Random` class to generate a random number.
31+
- Experience using the Random class to generate a random number.
3232
33-
- Basic understanding of C# methods
34-
iconUrl: /training/achievements/generic-badge.svg
33+
- Basic understanding of C# methods.
34+
iconUrl: /training/achievements/challenge-project-create-mini-game.svg
3535
levels:
3636
- beginner
3737
roles:

0 commit comments

Comments
 (0)