feat: added gamelib as submodule (slightly experimental but should work) and reconfigured Gradle

This commit is contained in:
2021-05-05 18:31:29 +02:00
parent c1bc8042ee
commit f5d565613a
17 changed files with 500 additions and 1 deletions

View File

@ -15,6 +15,8 @@ test {
}
dependencies {
implementation project(':Gamelib')
implementation "org.java-websocket:Java-WebSocket:1.5.1"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.0-M1"

View File

@ -1,9 +1,12 @@
package uulm.teamname.marvelous.server.Lobby;
import uulm.teamname.marvelous.gamelibrary.events.Event;
import uulm.teamname.marvelous.gamelibrary.requests.Request;
public class Lobby {
String gameID;
GameState state;
// GameState state; // TODO: needs to be changed to GameStateManager