feat/refactor: actually track win conditions

This commit is contained in:
2021-05-27 17:58:44 +02:00
parent 7f7459e7a7
commit 830ef22997
6 changed files with 108 additions and 55 deletions

View File

@ -5,7 +5,6 @@ import uulm.teamname.marvelous.gamelibrary.events.Event;
import uulm.teamname.marvelous.gamelibrary.events.EventType;
import uulm.teamname.marvelous.gamelibrary.requests.Request;
import java.util.ArrayList;
import java.util.Observer;
/** Represents a game instance. */