Skip to content

Commit 0dc8f62

Browse files
Update README.md
1 parent 60c4681 commit 0dc8f62

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

randomNumber_guessingGame/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# 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.
64

75
## Features
86
- **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
2624

2725
## About This Project
2826
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

Comments
 (0)