Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Number Guessing Game

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

**Features:**
- Swing-based GUI (default)
- Console mode (use `--console` flag)
- High score tracking with usernames
- Persistent score storage
- Cross-platform
- Cross-platform (Made in Java!)

## Installation & Running

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

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

#### Requirements

- Java 17 or higher
- Java 8 or higher

#### How to Run

Expand Down
Loading