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
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The AI will also use alpha-beta pruning to reduce the number of nodes that need
16
16
17
17
- Make sure you have JRE installed on your computer. You can download JRE [here](https://adoptium.net/) or [here](https://www.oracle.com/java/technologies/javase-jre8-downloads.html).
18
18
19
-
You can download the release version of the Game from the latest release [here](https://github.com/vmsaif/connect4-with-minimax-algorithm-in-java/releases). The program is packaged as a JAR file. You can run the program by double-clicking on the JAR file.
19
+
Downloading the jar file is preferred. You can download the release version of the Game from the latest release [here](https://github.com/vmsaif/connect4-with-minimax-algorithm-in-java/releases). The program is packaged as a JAR file. You can run the program by double-clicking on the JAR file.
20
20
21
21
## **Ubuntu**
22
22
@@ -43,6 +43,8 @@ You can download the release version of the Game from the latest release [here](
43
43
44
44
## **macOS**
45
45
46
+
Make sure you have JRE installed on your computer. You can download JRE [here](https://adoptium.net/) or [here](https://www.oracle.com/java/technologies/javase-jre8-downloads.html).
47
+
46
48
1.**Navigate to the Download Location** (using Terminal):
47
49
```bash
48
50
cd~/Downloads
@@ -61,11 +63,14 @@ You can download the release version of the Game from the latest release [here](
61
63
## **Windows**
62
64
63
65
1.**Confirming Java**:
64
-
Ensure that Java is installed and added to your `PATH` so that it can be accessed from the command prompt. (Most installers will do this for you.) To check if Java is installed, run the following command in Command Prompt or PowerShell:
65
-
```bash
66
-
java -version
67
-
```
68
-
If Java is installed, you should see the version number. If you see an error, you need to install Java. See above for instructions on installing Java.
66
+
67
+
Make sure you have JRE installed on your computer. You can download JRE [here](https://adoptium.net/) or [here](https://www.oracle.com/java/technologies/javase-jre8-downloads.html).
68
+
69
+
Ensure that Java is added to your `PATH` so that it can be accessed from the command prompt. (Most installers will do this for you.) To check if Java is installed, run the following command in Command Prompt or PowerShell:
70
+
```bash
71
+
java -version
72
+
```
73
+
If Java is installed, you should see the version number. If you see an error, you need to install Java. See above for instructions on installing Java.
69
74
70
75
2.**Navigate to the Download Location** (using Command Prompt or PowerShell):
0 commit comments