From e82120c35ea07e596075958fe5c0193032f32fc3 Mon Sep 17 00:00:00 2001 From: Fahim Bashar <74380584+Keilwerth11270@users.noreply.github.com> Date: Wed, 31 May 2023 22:05:59 -0400 Subject: [PATCH] Created JAR and EXE Created runnable files. --- .idea/artifacts/SnakeGame_jar.xml | 8 ++++++++ .idea/workspace.xml | 16 ++++++++++++++-- SnakeGame.iml | 1 + src/GamePanel.java | 19 ++++++++++--------- src/META-INF/MANIFEST.MF | 3 +++ {music => src/resources}/song.wav | Bin 6 files changed, 36 insertions(+), 11 deletions(-) create mode 100644 .idea/artifacts/SnakeGame_jar.xml create mode 100644 src/META-INF/MANIFEST.MF rename {music => src/resources}/song.wav (100%) diff --git a/.idea/artifacts/SnakeGame_jar.xml b/.idea/artifacts/SnakeGame_jar.xml new file mode 100644 index 0000000..4b84591 --- /dev/null +++ b/.idea/artifacts/SnakeGame_jar.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/out/artifacts/SnakeGame_jar + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 660025f..2d3b98b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,12 +1,20 @@ + + + + + - + + + +