diff --git a/game.class b/game.class new file mode 100644 index 0000000..b6ae60a Binary files /dev/null and b/game.class differ diff --git a/game.ctxt b/game.ctxt new file mode 100644 index 0000000..8d3aebb --- /dev/null +++ b/game.ctxt @@ -0,0 +1,7 @@ +#BlueJ class context +comment0.target=game +comment0.text=\r\n\ Klasse\ game.\r\n\ \ \r\n\ @author\ \r\n +comment1.params= +comment1.target=game() +comment1.text=---------------Konstruktor--- +numComments=2 diff --git a/game.java b/game.java new file mode 100644 index 0000000..d2d52ce --- /dev/null +++ b/game.java @@ -0,0 +1,19 @@ + +/** + * Klasse game. + * + * @author + */ +public class game { + /*---------------Attribute-----*/ + + + /*---------------Konstruktor---*/ + public game() { + } + + /*---------------Methoden------*/ + + + +} diff --git a/package.bluej b/package.bluej index f3b352c..34a3f7a 100644 --- a/package.bluej +++ b/package.bluej @@ -1,3 +1,25 @@ #BlueJ package file -#Thu Jun 18 12:25:01 CEST 2026 +editor.fx.0.height=0 +editor.fx.0.width=0 +editor.fx.0.x=0 +editor.fx.0.y=0 +objectbench.height=93 +objectbench.width=760 +package.divider.horizontal=0.6 +package.divider.vertical=0.8 +package.editor.height=393 +package.editor.width=649 +package.editor.x=208 +package.editor.y=208 +package.frame.height=600 +package.frame.width=800 +package.numDependencies=0 +package.numTargets=0 +package.showExtends=true +package.showUses=true project.charset=UTF-8 +readme.height=60 +readme.name=@README +readme.width=49 +readme.x=10 +readme.y=10