Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm429 authored May 16, 2023
1 parent f06fed3 commit 835a831
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
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.

0 comments on commit 835a831

Please sign in to comment.