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
### Standalone Packages with Bundled JRE (Recommended)
82
82
83
-
Download the platform-specific package with bundled JRE from the [latest release](https://github.com/project516/numberguessinggame/releases):
83
+
Download the platform-specific package with bundled JRE from the [latest release](https://github.com/project516/NumberGuessingGame/releases):
84
84
85
85
-**Windows**: `NumberGuessingGame-windows.zip`
86
86
-**macOS**: `NumberGuessingGame-macos.zip`
@@ -96,7 +96,7 @@ Run `run.sh`
96
96
97
97
### Manual Installation (Requires Java)
98
98
99
-
Download the `archive.zip` from the [latest release](https://github.com/project516/numberguessinggame/releases)
99
+
Download the `archive.zip` from the [latest release](https://github.com/project516/NumberGuessingGame/releases)
100
100
101
101
#### Requirements
102
102
@@ -154,7 +154,7 @@ In console mode:
154
154
155
155
### High Scores
156
156
157
-
The game automatically tracks high scores (games won with the least guesses). High scores are stored in your home directory at `~/.numberguessinggame/highscores.properties`.
157
+
The game automatically tracks high scores (games won with the least guesses). High scores are stored in your home directory at `~/.NumberGuessingGame/highscores.properties`.
158
158
159
159
- The top 10 scores are kept
160
160
- Scores are sorted by the number of guesses (least is best)
@@ -195,21 +195,21 @@ Run `.\gradlew build` and `.\package.bat` from the project root.
195
195
**On Linux/Mac:**
196
196
Run `./package.sh` from the project root.
197
197
198
-
This will create `archive.zip` containing the application, run scripts, README, and LICENSE. The archive can be released to GitHub Releases.
198
+
This will create `archive.zip` containing the application, run scripts, README, and LICENSE.
199
199
200
200
#### Debian Package
201
201
202
202
**On Linux:**
203
203
Run `./package-deb.sh` from the project root.
204
204
205
-
This will create `numberguessinggame.deb` which can be installed via `apt`/`dpkg` on Debian-based systems. The package can be released to GitHub Releases for easy distribution.
205
+
This will create `NumberGuessingGame.deb` which can be installed via `apt`/`dpkg` on Debian-based systems.
206
206
207
207
#### Fedora/RPM Package
208
208
209
209
**On Linux (requires rpm-build):**
210
210
Run `./package-rpm.sh` from the project root.
211
211
212
-
This will create `numberguessinggame-1.0.0-1.noarch.rpm` which can be installed via `dnf`/`yum`/`rpm` on Fedora, RHEL, CentOS, and other RPM-based systems. The package can be released to GitHub Releases for easy distribution.
212
+
This will create `NumberGuessingGame.rpm` which can be installed via `dnf`/`yum`/`rpm` on Fedora, RHEL, CentOS, and other RPM-based systems.
213
213
214
214
#### Platform-Specific Packages with Bundled JRE
215
215
@@ -222,4 +222,4 @@ Run the following scripts to create platform-specific packages with bundled JRE:
These packages include a bundled JRE and do not require Java to be installed on the target system. They are automatically built and uploaded to GitHub Releases via GitHub Actions.
225
+
These packages include a bundled JRE and do not require Java to be installed on the target system.
0 commit comments