Commit Graph

19 Commits

Author SHA1 Message Date
3070b9864c fix: use correct variables and send only the complete gamestate event 2021-07-29 01:19:12 +02:00
0336e4769a fix: include gamestate events in applying to ensure the state is set correctly 2021-07-29 01:01:51 +02:00
0fb3ca8728 fix: ok, we are sending more events 2021-07-29 00:22:11 +02:00
8add62fe20 fix: send first gamestate only event after everything is ready 2021-07-29 00:17:41 +02:00
5202b63c2e refactor: changed some ArrayList types to Lists for compatibility 2021-06-06 17:56:04 +02:00
b20b428705 fix: remove major flaw in state manipulation 2021-06-04 06:41:59 +02:00
f9837b4c28 cleanup: improve javadoc comments 2021-06-03 03:54:18 +02:00
09d798f37f refactor: introduce utils method for converting arrays into arraylists and make methods accessible with either 2021-06-03 03:33:20 +02:00
dd3201dfd2 feat: add method to end the current turn 2021-06-03 02:21:12 +02:00
3bb6d81b27 refactor: restructure code and fix some events not being applied 2021-06-03 02:19:10 +02:00
e88476eb10 cleanup: optimize imports, remove unused code, fix warnings 2021-06-01 19:26:29 +02:00
9c2c814e98 cleanup: optimize imports 2021-06-01 17:19:48 +02:00
842db2439a breaking: remove observable pattern, make methods return events directly 2021-06-01 15:43:04 +02:00
4b794e99e9 feat: add proper game initialization 2021-05-31 21:37:18 +02:00
596ace355a feat: implement method to start a game 2021-05-19 20:04:10 +02:00
f3b5fc277e wip: implement post turn handling 2021-05-19 19:59:41 +02:00
05f4751a2c feat: properly handle movement requests 2021-05-02 14:38:03 +02:00
3f7d393d5d refactor: unify comment styles
feat: add entity list class
2021-04-30 20:54:34 +02:00
Yannik Bretschneider
67b9d25eb8 fix: Refactored to Gradle-based project, and added dependencies 2021-04-29 20:57:08 +02:00