moved gui to different folder

This commit is contained in:
Tim Tersch
2022-02-14 08:47:43 +01:00
parent fbfc559a45
commit 2278d6ae6d
3 changed files with 3 additions and 1 deletions

View File

@@ -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();
} }