|
@ -44,6 +44,8 @@ public class SnakeGame extends JFrame { |
|
|
public int breite = 1200; |
|
|
public int breite = 1200; |
|
|
public int hoehe = 600; |
|
|
public int hoehe = 600; |
|
|
public String titel = "Snake"; |
|
|
public String titel = "Snake"; |
|
|
|
|
|
public int hoeheP = 100; |
|
|
|
|
|
public int breiteP = 100; |
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
public static void main(String[] args) { |
|
|
EventQueue.invokeLater(new Runnable() { |
|
|
EventQueue.invokeLater(new Runnable() { |
|
|