forked from IF-LK-2020/wordle
moved gui to different folder
This commit is contained in:
@@ -7,7 +7,9 @@ public class Game {
|
|||||||
private String[] words;
|
private String[] words;
|
||||||
private int count;
|
private int count;
|
||||||
|
|
||||||
public Game() {
|
public Game(WordleServer wordleServer) {
|
||||||
|
|
||||||
|
this.wordleServer = wordleServer;
|
||||||
|
|
||||||
user = new User();
|
user = new User();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user