We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit e84c97fCopy full SHA for e84c97f
SnakeGame.java
@@ -0,0 +1,9 @@
1
+
2
+public class SnakeGame {
3
4
+ public static void main(String[] args) {
5
+ new GameFrame();
6
+ }
7
8
+}
9
0 commit comments