Gamelib/src/main/java/uulm/teamname/marvelous/gamelibrary/gamelogic
2021-06-03 02:30:25 +02:00
..
EntityManager.java breaking: remove observable pattern, make methods return events directly 2021-06-01 15:43:04 +02:00
GameInstance.java feat: add method to end the current turn 2021-06-03 02:21:12 +02:00
GameLogic.java fix: include NPCs in RoundSetupEvent and TurnEvent for standard compatibility 2021-06-03 02:30:25 +02:00
GameState.java refactor: moved config and messages out of JSON 2021-06-02 16:28:19 +02:00
GameStateManager.java feat: add method to end the current turn 2021-06-03 02:21:12 +02:00
GameStateView.java feat/refactor: actually track win conditions 2021-05-27 17:58:44 +02:00
InvalidRequestException.java refactor: make GameLogic.checkRequest use error pattern and simple check methods 2021-05-02 15:34:42 +02:00
StoneCooldownManager.java refactor: moved config and messages out of JSON 2021-06-02 16:28:19 +02:00
WinCondition.java refactor: unify comment styles 2021-04-30 20:54:34 +02:00
WinConditionManager.java feat/refactor: actually track win conditions 2021-05-27 17:58:44 +02:00