Skip to content

Commit d9dd75e

Browse files
authored
changed files by pdets auto publish service, publishid[57a67150-ac77-4455-ad3d-1c40c08653f3] and do [publish].
1 parent bf3c738 commit d9dd75e

File tree

1 file changed

+8
-24
lines changed
  • learn-pr/wwl-language/challenge-project-create-mini-game

1 file changed

+8
-24
lines changed

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

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,37 +16,21 @@ 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-
-
19+
- Use Visual Studio Code to develop a C# console application that uses methods to implement logical workflows.
2020
21-
Use Visual Studio Code to develop a C# console application that uses methods to implement logical workflows.
21+
- Understand existing code and make informed changes to design.
2222
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.
23+
- Create return values as well as required and optional parameters in methods.
3024
prerequisites: |
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
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.
4226
43-
-
27+
- Experience using C# data types including int, string, and arrays.
4428
45-
Experience using the `Random` class to generate a random number.
29+
- Experience using switch statements, if-else statements, and for loops.
4630
47-
-
31+
- Experience using the Random class to generate a random number.
4832
49-
Basic understanding of C# methods
33+
- Basic understanding of C# methods.
5034
iconUrl: /training/achievements/challenge-project-create-mini-game.svg
5135
levels:
5236
- beginner

0 commit comments

Comments
 (0)