Skip to content

Commit 1deed36

Browse files
Update samples.md
Rewritten.
1 parent 780f89f commit 1deed36

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

hub/apps/get-started/samples.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,13 @@ You can get the [**Windows Community Toolkit Gallery app from the Microsoft Sto
4646
4747
## Other
4848

49-
[**WinUi 101 Lab**](/training/modules/winui-101/)
49+
[**WinUI 101 Lab**](/training/modules/winui-101/)
5050

51-
This is step-by-step guide to setting up your developer environment and building your first WinUI app with the latest tools; WinUI, Windows App SDK, Windows Community ToolKit. Throughout this course, we put these tools into practice by building SnowPal, a word-guessing game. In this SnowPal game, the app selects a word for the user to guess, displaying it as a series of blank spaces where each space represents a letter. The player guesses letters one at a time; for every incorrect guess, part of the SnowPal character is built. If the player guesses all letters before exhausting their turns, they win; otherwise, they lose. By building this SnowPal app step by step, you gain hands-on experience with core development concepts while creating something fun and functional.
51+
This training module steps through how to set up your developer environment and use WinUI, the Windows App SDK, and the Windows Community ToolKit to build a Windows app called SnowPal.
52+
53+
SnowPal is a word game in which the app selects a word for the user to guess and presents that word as a series of blank spaces, with each blank space representing a letter from the word in spelling order. The player takes turns guessing a single letter that they believe is in the word. If the letter is not in the word, a missing piece of the SnowPal character is added; otherwise, the letter replaces the corresponding blank(s) in the word. The player wins by guessing the word or loses when all pieces of the SnowPal character have been added.
54+
55+
By building this app step by step, you gain hands-on experience with core development concepts while creating something fun and functional.
5256

5357
[**.NET Community Toolkit**](https://github.com/CommunityToolkit/dotnet)
5458

@@ -58,4 +62,4 @@ The .NET Community Toolkit is a collection of NuGet packages with high-performan
5862

5963
[**Template Studio**](https://github.com/microsoft/TemplateStudio)
6064

61-
Template Studio provides a powerful scaffolding tool for quickly generating modern Windows applications using WinUI 3 or WPF. The Visual Studio extension guides developers through a wizard-based experience to create project templates with best practices, including MVVM architecture, navigation patterns, dependency injection, and predefined app features. By automating boilerplate setup, Template Studio helps developers focus on building great experiences while ensuring consistency and maintainability in their applications.
65+
Template Studio provides a powerful scaffolding tool for quickly generating modern Windows applications using WinUI 3 or WPF. The Visual Studio extension guides developers through a wizard-based experience to create project templates with best practices, including MVVM architecture, navigation patterns, dependency injection, and predefined app features. By automating boilerplate setup, Template Studio helps developers focus on building great experiences while ensuring consistency and maintainability in their applications.

0 commit comments

Comments
 (0)