You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-language/challenge-project-create-mini-game/index.yml
+8-24Lines changed: 8 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -16,37 +16,21 @@ metadata:
16
16
title: Challenge project - Create a mini-game
17
17
summary: Demonstrate your ability to create and use different methods to develop features for a console mini-game.
18
18
abstract: |
19
-
-
19
+
- Use Visual Studio Code to develop a C# console application that uses methods to implement logical workflows.
20
20
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.
22
22
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.
30
24
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.
42
26
43
-
-
27
+
- Experience using C# data types including int, string, and arrays.
44
28
45
-
Experience using the `Random` class to generate a random number.
29
+
- Experience using switch statements, if-else statements, and for loops.
46
30
47
-
-
31
+
- Experience using the Random class to generate a random number.
0 commit comments