Skip to content

Commit 90fc9c4

Browse files
author
Jun
authored
Merge pull request #1 from jun216tee/jun216tee-patch-1
Update README.md
2 parents e98cc64 + 75797b9 commit 90fc9c4

File tree

1 file changed

+4
-4
lines changed
  • 07-Creating-Mini-Game-with-GitHub-Copilot

1 file changed

+4
-4
lines changed

07-Creating-Mini-Game-with-GitHub-Copilot/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
# Creating a Mini Game with GitHub Copilot
44

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 Python. 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 Python. 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.
66

77
</header>
88

99

10-
- **Who this is for**: Developers, DevOps Engineers, Software development managers, Testers.
10+
- **Who this is for**: Developers, DevOps Engineers, Software Development Managers, Testers.
1111
- **What you'll learn**: Harnessing GitHub Copilot to create code and add comments to your work.
1212
- **What you'll build**: Python files that will have code generated by Copilot AI for code and comment suggestions.
1313
- **Prerequisites**: GitHub Copilot is available to use for free, sign up for [GitHub Copilot](https://gh.io/copilot).
@@ -24,7 +24,7 @@ By the end of this module, you'll acquire the skills to be able to:
2424
- [Challenge project - Build a minigame with GitHub Copilot and Python](https://learn.microsoft.com/training/modules/challenge-project-create-mini-game-with-copilot/?WT.mc_id=academic-113596-abartolo)
2525
- Learn Live: Build a minigame console app with GitHub Copilot (Video below)
2626
- [![Learn Live: Build a minigame console app with GitHub Copilot](https://i.ytimg.com/vi/Fi_jl3G7i8Y/maxresdefault.jpg)](https://youtu.be/Fi_jl3G7i8Y?si=v56VPYfTHYBBEX11)
27-
(Click the image above to view video of this lesson)
27+
(Click the image above to view a video of this lesson)
2828

2929

3030
## Requirements
@@ -78,7 +78,7 @@ The winner of the game is determined by three simple rules:
7878

7979
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).
8080

81-
- The player can choose one of the three options rock, paper, or scissors and should be warned if they enter an invalid option.
81+
- The player can choose one of the three options: rock, paper, or scissors, and should be warned if they enter an invalid option.
8282
- 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.
8383
- By the end of each round, the player can choose whether to play again.
8484
- Display the player's score at the end of the game.

0 commit comments

Comments
 (0)