From 2e4670e1f3ae57c51f003c07e8995ad2a70a23fe Mon Sep 17 00:00:00 2001 From: Ole Wachtel Date: Tue, 29 Oct 2024 13:02:33 +0100 Subject: [PATCH] Delete SchiffeVersenken dir --- .idea/workspace.xml | 125 ++++++++++++++++++ SchiffeVersenken/.gitignore | 29 ---- SchiffeVersenken/.idea/.gitignore | 3 - SchiffeVersenken/.idea/misc.xml | 6 - SchiffeVersenken/.idea/modules.xml | 8 -- SchiffeVersenken/.idea/vcs.xml | 6 - SchiffeVersenken/SchiffeVersenken.iml | 11 -- .../src/HalloSchiffeVersenken.java | 8 -- out/production/SchiffeVersenken/Board.class | Bin 0 -> 240 bytes .../HalloSchiffeVersenken.class | Bin 0 -> 877 bytes .../SchiffeVersenken/HitResponse.class | Bin 0 -> 328 bytes .../SchiffeVersenken/HitResponseType.class | Bin 0 -> 1107 bytes .../SchiffeVersenken/OnlinePlayer.class | Bin 0 -> 288 bytes out/production/SchiffeVersenken/Player.class | Bin 0 -> 794 bytes .../SchiffeVersenken/SoundHandler.class | Bin 0 -> 1796 bytes 15 files changed, 125 insertions(+), 71 deletions(-) create mode 100644 .idea/workspace.xml delete mode 100644 SchiffeVersenken/.gitignore delete mode 100644 SchiffeVersenken/.idea/.gitignore delete mode 100644 SchiffeVersenken/.idea/misc.xml delete mode 100644 SchiffeVersenken/.idea/modules.xml delete mode 100644 SchiffeVersenken/.idea/vcs.xml delete mode 100644 SchiffeVersenken/SchiffeVersenken.iml delete mode 100644 SchiffeVersenken/src/HalloSchiffeVersenken.java create mode 100644 out/production/SchiffeVersenken/Board.class create mode 100644 out/production/SchiffeVersenken/HalloSchiffeVersenken.class create mode 100644 out/production/SchiffeVersenken/HitResponse.class create mode 100644 out/production/SchiffeVersenken/HitResponseType.class create mode 100644 out/production/SchiffeVersenken/OnlinePlayer.class create mode 100644 out/production/SchiffeVersenken/Player.class create mode 100644 out/production/SchiffeVersenken/SoundHandler.class diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..b568e9b --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,125 @@ + + + + + + + + + + + + + { + "customColor": "", + "associatedIndex": -1 +} + + + + { + "keyToString": { + "Downloaded.Files.Path.Enabled": "false", + "Repository.Attach.Annotations": "false", + "Repository.Attach.JavaDocs": "false", + "Repository.Attach.Sources": "false", + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "SHARE_PROJECT_CONFIGURATION_FILES": "true", + "git-widget-placeholder": "ole", + "last_opened_file_path": "C:/Users/OleWachtel/Downloads/jlayer-master/jlayer-master/target/jlayer-1.0.3.jar", + "project.structure.last.edited": "Libraries", + "project.structure.proportion": "0.0", + "project.structure.side.proportion": "0.2", + "settings.editor.selected.configurable": "preferences.lookFeel" + }, + "keyToStringList": { + "GitStage.ChangesTree.GroupingKeys": [ + "directory", + "module", + "repository" + ] + } +} + + + + + + + + + + + + + + 1730115126753 + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/SchiffeVersenken/.gitignore b/SchiffeVersenken/.gitignore deleted file mode 100644 index f68d109..0000000 --- a/SchiffeVersenken/.gitignore +++ /dev/null @@ -1,29 +0,0 @@ -### IntelliJ IDEA ### -out/ -!**/src/main/**/out/ -!**/src/test/**/out/ - -### Eclipse ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache -bin/ -!**/src/main/**/bin/ -!**/src/test/**/bin/ - -### NetBeans ### -/nbproject/private/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ - -### VS Code ### -.vscode/ - -### Mac OS ### -.DS_Store \ No newline at end of file diff --git a/SchiffeVersenken/.idea/.gitignore b/SchiffeVersenken/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/SchiffeVersenken/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/SchiffeVersenken/.idea/misc.xml b/SchiffeVersenken/.idea/misc.xml deleted file mode 100644 index 9a4678d..0000000 --- a/SchiffeVersenken/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/SchiffeVersenken/.idea/modules.xml b/SchiffeVersenken/.idea/modules.xml deleted file mode 100644 index 61f5ebb..0000000 --- a/SchiffeVersenken/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/SchiffeVersenken/.idea/vcs.xml b/SchiffeVersenken/.idea/vcs.xml deleted file mode 100644 index 6c0b863..0000000 --- a/SchiffeVersenken/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/SchiffeVersenken/SchiffeVersenken.iml b/SchiffeVersenken/SchiffeVersenken.iml deleted file mode 100644 index c90834f..0000000 --- a/SchiffeVersenken/SchiffeVersenken.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/SchiffeVersenken/src/HalloSchiffeVersenken.java b/SchiffeVersenken/src/HalloSchiffeVersenken.java deleted file mode 100644 index 010be25..0000000 --- a/SchiffeVersenken/src/HalloSchiffeVersenken.java +++ /dev/null @@ -1,8 +0,0 @@ -public class HalloSchiffeVersenken { - - public static void main(String[] args){ - - System.out.println("HelloSchiffeVersenekn"); - - } -} diff --git a/out/production/SchiffeVersenken/Board.class b/out/production/SchiffeVersenken/Board.class new file mode 100644 index 0000000000000000000000000000000000000000..7c49535b009731279b45368bf947120e69eb79f0 GIT binary patch literal 240 zcmXYr%?`mp6ot?2k5Z-L4eYSc2Ot)jST!t&{j{AhQf*S@y{se_9>7D1I}nR~uF zC-;87uQz}g10NP_4^99VEyCa|?jkBgd5pH{S!NBPwNRyMmIQk|Ie2Ij+*Kv&oZ!S& zE(u|xO1ZgRQd#dsS}++VRVIpqsFn7A=rkvFC3uNR&k6pny49InD;@C-o$2uy!Q-v; lA-=p9YlmHAJm5~Bpa%mBKC5o)uU*!_)Goh0!}_ci!XIVKD~JF9 literal 0 HcmV?d00001 diff --git a/out/production/SchiffeVersenken/HalloSchiffeVersenken.class b/out/production/SchiffeVersenken/HalloSchiffeVersenken.class new file mode 100644 index 0000000000000000000000000000000000000000..037a06524b1d604606f81dfd22369a1d83745378 GIT binary patch literal 877 zcmZuvTW=CU6#j-w7q;6{p|sj+Q>~W;wRqP;<4a>x4Y4LPJm}K`15CTjl4UXWANY6l zL5UCk0DqM6o2^M_E!Ym`;Y@`$PDha(Fe(@`saTJJR8V;nDjhYVPft35I)HL|F9JnY6*drOmV27lba^D(8w^<}+v>9}}7Veq>c>fRJM4E)X zpd$rxb*1I&@t`HcBd_JtlCKAC&u@C6GWu_0D(b6|z-oOaT8(f6PZ4#+eK%`V^m}2C z0EHQDcJkswTMi=?=#hmTfsOOMc&Q^9hT~x*JAZ?iz`nz_+*gM1+DuN{27|-B!<929 z0ge)Le7C7pCzoDPJ|0lZ;vpUp#3X-=!GP*#Sowu7$QfCr z%&$&xX&D<6Y)+Yy6Wlb0@}HRVie=bDOmopQ+{rA8)YrN0TdeP5f%F$yH-{bM|6x_d TV?1HrQ{EJLKI5(OpFr&wY-_*g literal 0 HcmV?d00001 diff --git a/out/production/SchiffeVersenken/HitResponse.class b/out/production/SchiffeVersenken/HitResponse.class new file mode 100644 index 0000000000000000000000000000000000000000..1c5f8fbfe80ddb12a7bd46d35bce8d53b63afcfa GIT binary patch literal 328 zcmYjM%TB{E5FF>xK$_AN_yKOffqVdnOC`i10t8j>PO!jLaH7No@mZXZIPd{{6k=>~ zh%C?U%z9_NKfhn!0G2pR5g<$uWr#5m$T#v;7L7Dd#cj1wwH26LXrt|=KzMwzPOu{| zz1H?#4P9#nB@o&7j$u)b)D@+3fw*h6p+#PLTlr>-JEyP|E!#(S%}Z_6&Gw~I{Yq91 zmHo1{3_c{06=iJ_(zrOwekcXusCXib9qAj;^R1X?%`NNT$gn(*7 zL!9D9!L|i@i&r=nlM*J9Oj6bhWyaS`n6k*;-h9o8>n2j1&?|*}xwKW~T(5}?`Y1P9 zd0E_EBk|0;E_DL~7}U{c;s$OCXf?kcxB~szT=Bp;cIJF1*qbZu9JsZ}GBAu=Iz~*4 z;x_gCOIQnkhEFksAOx(q|Kz!K?yl6#W zuv4mCS;$oq&uIbT8i}jl0SDet}x^}S|IESQ>>Gmv;-f*M+`tBPiBu?apbV)VZ_b4Q7 zZ!d77W=N$gB;$ba!-DSlRFzk9Wthui|w$OiNlViS(kcPzVO}3*()k0-P~Ag9;}rR4w2=OS{&Ng`A|xM}8K0PyXiaVd_ z^?yn_7TASUO2)_zz0l-O#CX`c5oO;E*cnQij6H0 NjfY?Z^8YIO2s++h}oAe>^SymDYAK;_Jxro@znVIu` zJa2aZ6SN%|Fl|^aN+=V`i%6Vh%4DQsm5&K#x3{)YA-MB6QnCCMWJ!3CIl&9|;w1c7 z=Kk_+4GGpH*-An);D%Xo+{kn#HW54RAPGgZ7OB$uYg+kEWrRlXzk#PX%cMv{IaRvT z`%ez^N~;5#uLp>+3g^v8|G`d;mCunlmikxFg^2-|QKtbDbw>A7fCieZ2rWhf-U~?P BIm!S4 literal 0 HcmV?d00001 diff --git a/out/production/SchiffeVersenken/Player.class b/out/production/SchiffeVersenken/Player.class new file mode 100644 index 0000000000000000000000000000000000000000..32a67e69c7a7b25485d0f0817bce8b15458e8137 GIT binary patch literal 794 zcmah`$xa(V5PgL=@WNu207+PqivbCrIDt5TggA@X;K{QdX)4}fEQFJl6^67p3PP$bM=i;-x?LU)_z;kAqsLh(Rp zl^hasjjc`zlZ;%%Vk|8O{c(F}HGzH*Ce@%N?a1NvJE0P#yC=q8%E7JC14$@IE&F56 z3sU($A+JTBnR@WlwUt;FGFJ$VuvdgqaO47)eQd5cdnQm?o(=nngE literal 0 HcmV?d00001 diff --git a/out/production/SchiffeVersenken/SoundHandler.class b/out/production/SchiffeVersenken/SoundHandler.class new file mode 100644 index 0000000000000000000000000000000000000000..4fe3fb4550139a3eda571b47ad5810ff77355872 GIT binary patch literal 1796 zcmb7F-%}e^7(F)xHrXx(LJ3f8X+aC2maT;3)cWB6 z;a}i`Po*>9$c*ERZ~jq^=ic37koq7Q_GZ6(?)lDl?ssqg{Oi}>04&4NkwKS+tbuOy z2=wn;-&m$+`Mc)&&c0KR1$q`;-;I|9x~5CDJaWiu&<&h}Az)O4wr{UmzU?`ofELNu zbzeYiYd9}3D(Sutf~L9enJv$H>V)Qo8Z`6^46AHzV6M2H^T2Pl<7yl_R#Rpv7#PF_ zrdOPiz+gq8+p+7Jt5&r4$ZC~!6fvw}#K0&n3JjbLg00%cYu*UR;%k34xIm!Lm9^NK=`x;1vD2g%L7QF- zC3TZ#gVm*$mveYSV9buZCyl7#N1omAy~uAww*SYW7uCH;#~kK0+&1v0G-B|DmJSkj zKuc13zK#Xl(eSo`vMe_NEAvm}3iK&(HMZ(cHbbkuSIuv&*a>ggq1&2mw&u>^K2|h*U|Rq| z0-2y8aQpv=c(GQs=7+K+DguR+;bgK@6UbNHUEhk^p(Ai7DXO!#7dz@q`|NCFsmxYd zX3Nmbit9UT?dFaXZdyAYBZW#(x4fDay7D~@X5&4Vhv|H!^W>5xFB?+Dc;u3k%63p0 zUwVGIL@-C%OQ&~M(y3FsW;K-#<*LG@mC$Lm?KC;n)n(bXz*MKz|5>$kFWa)>Jpny( zVx?MMI@#%MIn}Ll3*;8-UV3%u#DsN6UNgKU)PnTVnw8pcl^0Hi7h(pwyx90nm$wfD z9;xUW_mRZt;d7l4lcV6+J#z%{OhGpIl+$wQM|>Iy03V~uw>&m6&WK$6GjTH6`~kEd zaq}3xTgT|zI>5lpA%=d(*by!r;Y#KDAtrx9f8_u(g`0=C#rLvz!hADT1hj&crxY1X>$M{rfoyQio$?+NgHDnqZ z77UVpjxSQ-_qbFF*QHddS$zCY>GF33xXePwRhnXgOev))Uy_`gg0Jv($~VVRxp?t8 zw0~1gP~+q&CoQ!xIqa~;#K~L4$iHHi1ji_D72Yk}`vvbG;o)-(NJgQ&NyHgM_cBsv HJOlf0eJh~; literal 0 HcmV?d00001