diff --git a/src/GUI.java b/gui (not in use)/GUI.java similarity index 100% rename from src/GUI.java rename to gui (not in use)/GUI.java diff --git a/src/Letter.java b/gui (not in use)/Letter.java similarity index 100% rename from src/Letter.java rename to gui (not in use)/Letter.java diff --git a/src/Game.java b/src/Game.java index 0cb3451..cc545db 100644 --- a/src/Game.java +++ b/src/Game.java @@ -7,7 +7,9 @@ public class Game { private String[] words; private int count; - public Game() { + public Game(WordleServer wordleServer) { + + this.wordleServer = wordleServer; user = new User(); }