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: 05-Creating-Mini-Game-with-GitHub-Copilot/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
# Creating a Mini Game with GitHub Copilot
4
4
5
-
In this module, we’ll explore how to use GitHub Copilot to build a classic rock, paper, scissors minigame. This hands-on project is designed to sharpen your programming skills and enhance your ability to develop console applications in C#. Best of all, we’ll use GitHub Codespaces, so there’s no need to worry about setting up a development environment. With GitHub Copilot as your AI pair programmer, you can focus on creating your application while effortlessly collaborating with your intelligent coding assistant. Lets begin.
5
+
In this module, we’ll explore how to use GitHub Copilot to build a classic rock, paper, scissors minigame. This hands-on project is designed to sharpen your programming skills and enhance your ability to develop console applications in C#. Best of all, we’ll use GitHub Codespaces, so there’s no need to worry about setting up a development environment. With GitHub Copilot as your AI pair programmer, you can focus on creating your application while effortlessly collaborating with your intelligent coding assistant. Let's begin.
6
6
7
7
</header>
8
8
9
9
10
-
-**Who this is for**: Developers, DevOps Engineers, Software development managers, Testers.
10
+
-**Who this is for**: Developers, DevOps Engineers, Software Development Managers, Testers.
11
11
-**What you'll learn**: Harnessing GitHub Copilot to create code and add comments to your work.
12
12
-**What you'll build**: C# files that will have code generated by Copilot AI for code and comment suggestions.
13
13
-**Prerequisites**: GitHub Copilot is available to use for free, sign up for [GitHub Copilot](https://gh.io/copilot).
@@ -31,7 +31,7 @@ By the end of this module, you'll acquire the skills to be able to:
31
31
32
32
[](https://codespaces.new/microsoft/mastering-github-copilot-for-dotnet-csharp-developers?devcontainer_path=.devcontainer%2Fmini-game%2Fdevcontainer.json)
33
33
34
-
You have already learned a bit about GitHub Codespaces and GitHub Copilot and how they work. In this challenge exercise, your goal is to develop a minigame in C# using GitHub Copilot.
34
+
You have already learned a bit about GitHub Codespaces and GitHub Copilot and how they work. In this challenge exercise, your goal is to develop a minigame in C# using GitHub Copilot.
35
35
36
36
#### Testing your GitHub Codespace
37
37
@@ -58,7 +58,7 @@ The winner of the game is determined by three simple rules:
58
58
59
59
The computer will be your opponent and can randomly choose one of the elements (**rock**, **paper**, or **scissors**). Your game interaction will be through the console (Terminal).
60
60
61
-
- The player can choose one of the three options rock, paper, or scissors and should be warned if they enter an invalid option.
61
+
- The player can choose one of the three options: rock, paper, or scissors, and should be warned if they enter an invalid option.
62
62
- At each round, the player must enter one of the options in the list and be informed if they won, lost, or tied with the opponent.
63
63
- By the end of each round, the player can choose whether to play again.
64
64
- Display the player's score at the end of the game.
0 commit comments