-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
The project **ConnectFour** can be executed with the file "_src/GamePanel.java_" via IntelliJ (or another Java IDE if compatible) or by using the JAR file located in "_out/artifacts/ConnectFour.jar_" along with the following command: `java -jar ConnectFour.jar` | ||
The project **ConnectFour** can be executed with the file "_src/GamePanel.java_" via IntelliJ (or another Java IDE if compatible) or by using the JAR file located in "_out/artifacts/ConnectFour.jar_" along with the following command: `java -jar ConnectFour.jar`. Furthermore, this JAR can also be found under the *Releases*. | ||
|
||
NOTE: The original repository with commit history was hosted on my partner's GitHub, which he no longer has access to. This repository is to serve as a public version of the project, viewable by others, without the commit history. |