diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2024-03-25 13:12:49 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2024-03-25 13:12:49 +0100 |
| commit | 01b49f4b85cd5a84c48f9da0ebd4fcda20f2e97e (patch) | |
| tree | d53e25df4c77ddc534cc0bd112f494139d35c7aa /README.md | |
| parent | d46b83b8f07d3ddbb9ea7ea4ca8339ea15128477 (diff) | |
| download | snake-01b49f4b85cd5a84c48f9da0ebd4fcda20f2e97e.tar.gz snake-01b49f4b85cd5a84c48f9da0ebd4fcda20f2e97e.zip | |
add make target to download the GraphicsAndGames files
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,13 +1,14 @@ -# Snake - simples Snake Spiel basierend auf der GraphicsAndGames +# Snake - simples Snake Spiel basierend auf GraphicsAndGames ## Requirements * Java -* A copy of [GraphicsAndGames](https://informatikschulbuch.de/wp-content/daten/Informatik3/Vorlagen/Kapitel4/BlueJ_Java/GraphicsAndGames_BlueJ_Java.zip) +* Eine Kopie des [GraphicsAndGames](https://informatikschulbuch.de/wp-content/daten/Informatik3/Vorlagen/Kapitel4/BlueJ_Java/GraphicsAndGames_BlueJ_Java.zip) Quellcodes. ## Usage -Simply the `Snake.java` into the GraphicsAndGames BlueJ Projekt. +Das enthaltene Makefile downloadet und extrahiert GraphicsAndGames automatisch. +Alternativ kann auch die `Snake.java` in das extrahierte GraphicsAndGames BlueJ Projekt kopiert werden. ## License |
