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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Number Guessing Game
2
2
3
-
A simple number guessing game where you try to guess a randomly generated number. The game features both a user-friendly graphical interface (GUI) and a classic console mode. The GUI provides visual feedback with color-coded hints and tracks your progress in real-time.
3
+
A simple number guessing game where you try to guess a randomly generated number. The game features both a user-friendly graphical user interface (GUI) and a classic console mode. The GUI provides visual feedback with color-coded hints and tracks your progress in real-time.
4
4
5
5
**Features:**
6
6
- Swing-based GUI (default)
7
7
- Console mode (use `--console` flag)
8
8
- High score tracking with usernames
9
9
- Persistent score storage
10
-
- Cross-platform
10
+
- Cross-platform (Made in Java!)
11
11
12
12
## Installation & Running
13
13
@@ -19,9 +19,9 @@ For Debian/Ubuntu and derivatives (recommended for terminal usage):
0 commit comments