79 Commits (c93b343ab6e47f6ee4c0c8d24a88218ba69e1b49)

Author SHA1 Message Date
JD d9b9c2ac1b refactoring: optimized bishop move validation 4 years ago
JD 9fc4119045 test: bishop invalid step 3 4 years ago
JD 90baf93b14 refactoring: FigureBishopTest 4 years ago
JD 6e5c52fe37 test: bishop invalid step 2 4 years ago
JD 0ac4d17999 refactoring: removed magic numbers 4 years ago
JD 7d9510ccb9 test: bishop 1 step right 4 years ago
JD e77ffb6f8a refactoring: removed magic numbers 4 years ago
JD 5fc5761e06 test: invalid bishop move upward 4 years ago
JD cc0a4dd5e2 refactoring: combined tests checkInvalidKingMoves/checkValidKingMoves, renamed test checkInvalidKingMoves 4 years ago
JD 39759cf01d test: king movement -> valid moves (based on checkInvalidKingMoves()) 4 years ago
JD a3ce3541d7 refactoring: removed magic numbers 4 years ago
JD 16f4d9bbe4 test: initial king movement 4 years ago
Steffen Nitschke b9654f8697 add getCurrentPlayer-Method and test and adjust getPlayer-Method 4 years ago
Steffen Nitschke 83e1e16946 add getPlayer-Method and test 4 years ago
Steffen Nitschke f6afde28f9 add UserClient with updateUser-Method and test 4 years ago
JD 33f141832d initial placement white rook h1 4 years ago
JD 4ca6b4766a initial placement white rook a1 4 years ago
JD c827f07f88 moved newGameInitializationFigurePositionsRook2 into newGameInitializationFigurePositionsRooks 4 years ago
JD d0939f3cca transformed newGameInitializationFigurePositionsRooks to ParameterizedTest 4 years ago
JD b8a1cbb7c8 initial placement black rook h8 4 years ago
JD 95af987307 initial placement black rook a8 4 years ago
JD b5aa9415f3 renamed test farmerInvalidDestination 4 years ago
JD 7734e50a43 added test for invalid movement of black farmer 4 years ago
JD d74706ca41 renamed tests 4 years ago
JD 7c78433703 added test for valid movement of black farmer 4 years ago
JD 8a499a6489 moved checkMoveWithValidDestinationVar2 into whiteFarmerValidDestination 4 years ago
JD db2724722a moved whiteFarmerInvalidDestinationDownVar2 into whiteFarmerInvalidDestinationDown 4 years ago
JD edbd9c568c refactored test whiteFarmerInvalidDestinationDown to ParameterizedTest 4 years ago
JD 0bda50fef8 refactored test whiteFarmerValidDestination to ParameterizedTest 4 years ago
JD 975d2dd3e6 extracted magic numbers 4 years ago
Steffen Nitschke e777c9ffb1 add delete player method to AccessClient and test 4 years ago
Steffen Nitschke 91b655be9e add logout method to AccessClient and test 4 years ago
Steffen Nitschke 01fcf86ce2 add login method to AccessClient and test 4 years ago
Steffen Nitschke 2cd85077f3 add first Feign Client with registrate method and test 4 years ago
JD 030bed6414 optimized annotations 4 years ago
JD cc784e9094 refactored magic numbers 4 years ago
JD df6c42c806 test initial white farmer move 4 years ago
JD 86da9de4c3 corrected wrong row constants 4 years ago
JD de43590ca1 refactored color type 4 years ago
JD 00b04d6bca added different FigurFarmer colors 4 years ago
JD cf9cb03b15 test farmer initial placement 4 years ago
JD 2e025f35ad corrected test newGameInitializationFigurePositions 4 years ago
JD d8918c6790 removed magic numbers 4 years ago
JD a9337af708 initial figure placement on field 4 years ago
JD 40501a27b0 removed magic numbers 4 years ago
JD 3de907b77e initial creation of "Game" class 4 years ago
JD 5d52b6b876 refactored moveAllowed() 4 years ago
JD e6330b643e updated Jenkins + gradle files 4 years ago
JD 6bb0b903aa refactored rowDiff / relStep 4 years ago
JD efedb43ce6 new class FigureRook 4 years ago