Skip to content

Commit e84c97f

Browse files
authored
Create SnakeGame.java
0 parents  commit e84c97f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

SnakeGame.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)