Skip to content

Commit 897263d

Browse files
committed
readme updates
1 parent cdd80d9 commit 897263d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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 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.
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
10+
- Cross-platform (Made in Java!)
1111

1212
## Installation & Running
1313

@@ -19,9 +19,9 @@ For Debian/Ubuntu and derivatives (recommended for terminal usage):
1919

2020
You can use curl to do it from the command line:
2121
```bash
22-
curl -s -L -o numberguessingame.deb https://github.com/Project516/NumberGuessingGame/releases/download/0.0.x/numberguessinggame.deb
22+
curl -s -L -o numberguessingame.deb https://github.com/Project516/NumberGuessingGame/releases/download/0.x.y/numberguessinggame.deb
2323
```
24-
where `x` is the version you want.
24+
where `x` and `y` is the version you want.
2525
2. Install it:
2626
```bash
2727
sudo apt update # Update packages
@@ -61,7 +61,7 @@ Download the `archive.zip` from the [latest release](https://github.com/project5
6161

6262
#### Requirements
6363

64-
- Java 17 or higher
64+
- Java 8 or higher
6565

6666
#### How to Run
6767

0 commit comments

Comments
 (0)