Skip to content

Commit 2d96429

Browse files
authored
changed files by pdets auto publish service, publishid[a9d28cd5-a141-483c-bccc-4e7ff6ec23ae] and do [publish].
1 parent 617fca9 commit 2d96429

10 files changed

+154
-18
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: 27 additions & 11 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
@@ -16,22 +16,38 @@ metadata:
1616
title: Challenge project - Create a mini-game
1717
summary: Demonstrate your ability to create and use different methods to develop features for a console mini-game.
1818
abstract: |
19-
- Use Visual Studio Code to develop a C# console application that uses methods to implement logical workflows.
19+
-
2020
21-
- Understand existing code and make informed changes to design.
21+
Use Visual Studio Code to develop a C# console application that uses methods to implement logical workflows.
2222
23-
- Create return values as well as required and optional parameters in methods.
23+
-
24+
25+
Understand existing code and make informed changes to design.
26+
27+
-
28+
29+
Create return values as well as required and optional parameters in methods.
2430
prerequisites: |
25-
- 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.
31+
-
32+
33+
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.
34+
35+
-
36+
37+
Experience using C# data types including `int`, `string`, and arrays
38+
39+
-
40+
41+
Experience using `switch` statements, if-else statements, and `for` loops
2642
27-
- Experience using C# data types including `int`, `string`, and arrays
43+
-
2844
29-
- Experience using `switch` statements, if-else statements, and `for` loops
45+
Experience using the `Random` class to generate a random number.
3046
31-
- Experience using the `Random` class to generate a random number.
47+
-
3248
33-
- Basic understanding of C# methods
34-
iconUrl: /training/achievements/generic-badge.svg
49+
Basic understanding of C# methods
50+
iconUrl: /training/achievements/challenge-project-create-mini-game.svg
3551
levels:
3652
- beginner
3753
roles:

0 commit comments

Comments
 (0)