Skip to content

Commit 8331c6e

Browse files
committed
Update README.md
1 parent ad04a2e commit 8331c6e

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Number Guessing Game
22

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.
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.
44

55
**Features:**
66
- Swing-based GUI (default)
77
- Console mode (use `--console` flag)
88
- High score tracking with usernames
99
- Persistent score storage
10-
- Cross-platform (Made with Java!)
10+
- Cross-platform
1111

1212
## Installation & Running
1313

14-
### Installation via Debian Package (Linux)
14+
### Installation via Debian Package (APT)
1515

1616
For Debian/Ubuntu and derivatives (recommended for terminal usage):
1717

@@ -45,9 +45,9 @@ sudo apt autoremove -y # Remove dependencies
4545

4646
Download the platform-specific package with bundled JRE from the [latest release](https://github.com/project516/numberguessinggame/releases):
4747

48-
- **Windows**: `NumberGuessingGame-windows.zip` (no Java installation required)
49-
- **macOS**: `NumberGuessingGame-macos.zip` (no Java installation required)
50-
- **Linux**: `NumberGuessingGame-linux.tar.xz` (no Java installation required)
48+
- **Windows**: `NumberGuessingGame-windows.zip`
49+
- **macOS**: `NumberGuessingGame-macos.zip`
50+
- **Linux**: `NumberGuessingGame-linux.tar.xz`
5151

5252
Extract the downloaded archive and run:
5353

@@ -75,7 +75,7 @@ Run `run.sh`
7575

7676
### How to Play
7777

78-
The game now features both a graphical user interface (GUI) and a console mode.
78+
The game features both a graphical user interface (GUI) and a console mode.
7979

8080
#### GUI Mode (Default)
8181

@@ -117,10 +117,10 @@ In console mode:
117117

118118
### High Scores
119119

120-
The game automatically tracks high scores (games won with the fewest guesses). High scores are stored persistently in your home directory at `~/.numberguessinggame/highscores.properties`.
120+
The game automatically tracks high scores (games won with the least guesses). High scores are stored in your home directory at `~/.numberguessinggame/highscores.properties`.
121121

122122
- The top 10 scores are kept
123-
- Scores are sorted by the number of guesses (fewest is best)
123+
- Scores are sorted by the number of guesses (least is best)
124124
- Each score includes the username and number of guesses
125125
- High scores persist across game sessions
126126
- View high scores from the GUI menu (View → High Scores) or after completing a game
@@ -130,7 +130,6 @@ The game automatically tracks high scores (games won with the fewest guesses). H
130130
### Requirements
131131

132132
- Java 25 (Eclipse Temurin recommended for development)
133-
- Gradle
134133

135134
### Development Setup
136135

@@ -151,7 +150,7 @@ From the project root:
151150

152151
### Creating Release Archives
153152

154-
#### Zip Archive (Requires Java)
153+
#### Zip Archive
155154

156155
**On Windows:**
157156
Run `.\gradlew build` and `.\package.bat` from the project root.

0 commit comments

Comments
 (0)