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: randomNumber_guessingGame/README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
# Number Guessing Game
2
-
A C# Windows Forms application that challenges users to input the correct combination of coins (quarters, dimes, nickels, and pennies) to reach exactly one dollar.
3
-
The program provides feedback on whether the entered combination is correct, too low, or too high.
4
-
5
-
A C# Windows Forms application where users try to guess a randomly generated number between 1 and 100. The program provides feedback on whether the guess is too high, too low, or correct. When the correct number is guessed, a new number is generated automatically.
2
+
A C# Windows Forms application where users try to guess a randomly generated number between 1 and 100. The program provides feedback on whether the guess is too high, too low, or correct.
3
+
When the correct number is guessed, a new number is generated automatically.
6
4
7
5
## Features
8
6
-**Random Number Generation**: Generates a new random number between 1 and 100 when the application starts or when the correct number is guessed.
@@ -26,4 +24,4 @@ A C# Windows Forms application where users try to guess a randomly generated num
26
24
27
25
## About This Project
28
26
This game was developed as part of a Chapter 5 assignment for my programming class.
29
-
The folder name Drawdy_chapter5_10 reflects the required naming convention for class submissions.
27
+
The folder name Drawdy_chapter5_10 reflects the required naming convention for class submissions.
0 commit comments