Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianThomas committed May 2, 2021
2 parents 323dd44 + 939178c commit 1f8467a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# GUIGame-Pong - LAB
Play the game PONG from 1972!

## Run the game
Start the game by invoking:
```
java -jar <PATH_TO_JAR.jar>
```

If you are in the project directory:
```
java -jar out/GUIGame-LAB.jar
```

## Problems
If you expreience the error "A JNI error has occurred", check out [WebDeEasy](https://webdeasy.de/en/error-a-jni-error-has-occured-how-to-fix-this-java-error/).
This is most likely an error with your Java-installation.

0 comments on commit 1f8467a

Please sign in to comment.