288 Commits (develop)
 

Author SHA1 Message Date
Tobias ef1fff12fe added bug report with JavaSE-1.8 as JRE System Library 2 years ago
LorenzHohmann 4511e67038 Added readme note for commits 2 years ago
Jenkins 6669a2c78c Merge commit 'c556fe867d31adc7c9cd0c21f395f06a29a83dc8' into HEAD 2 years ago
Jenkins 49c4daa4da Merge commit 'af28ea8e341701e1c68ba88541fd934ec15c97ec' into HEAD 2 years ago
Jenkins 08bfd221d3 Merge commit '6ee0ec873ca03747940a4b30bf9307c11f6b0631' into HEAD 2 years ago
Jenkins 4079edcf8c Merge commit 'e4efb4ae0d31cdea412779ecce59da50498bb43a' into HEAD 2 years ago
Jenkins 9785162c83 Merge commit 'e861e03a1587583644dfee79ea0e2eddf3a56676' into HEAD 2 years ago
Malte Schellhardt c556fe867d tictactoe: refactored and formatted whole code 2 years ago
Malte Schellhardt c4dcd9e4f1 tictactoe: added methods to reset internal board and gui after game over 2 years ago
Malte Schellhardt eaeb7bc48f tictactoe: refactored code to update gui 2 years ago
Malte Schellhardt 9c2d219ccc tictactoe: added gui logic 2 years ago
Malte Schellhardt 6d235a9763 tictactoe: added method to switch player 2 years ago
Malte Schellhardt 1c687f496f tictactoe: added method to get current player 2 years ago
Malte Schellhardt 0b3e24bb55 tictactoe: refactored gui playfields and related test cases 2 years ago
Malte Schellhardt 5aa5d1a1fd tictactoe: added test case to check field clicked state in gui 2 years ago
Malte Schellhardt 82890b25aa tictactoe: refactored generateGUI method 2 years ago
Malte Schellhardt 0d60a2a9f4 tictactoe: added ShowGUI class for testing new gui 2 years ago
Malte Schellhardt d6ce3f3efa tictactoe: number of fields added to the gui 2 years ago
Malte Schellhardt 435c51f3d7 tictactoe: added generateGUI method 2 years ago
Malte Schellhardt c85bc7918d tictactoe: refactored productive code 2 years ago
Malte Schellhardt d1d0aa119d tictactoe: added test case to check not yed finished game 2 years ago
Malte Schellhardt 52622fa990 tictactoe: added test case to check tied game 2 years ago
Malte Schellhardt 3936ada743 tictactoe: added test case to check end of game with win for player 2 2 years ago
Malte Schellhardt ef0aac9383 tictactoe: added test case to check end of game with win for player 1 2 years ago
Malte Schellhardt 2cb34b28d9 tictactoe: added test case to check end of game with empty board 2 years ago
Malte Schellhardt 864906fb98 tictactoe: refactoring: formatted code and removed unused lines 2 years ago
Malte Schellhardt 94a38ff70e tictactoe: added test case to check diagonal right win for player 2 2 years ago
Malte Schellhardt 85f79d14bc tictactoe: added test case to check diagonal left win for player 1 2 years ago
Malte Schellhardt 64b3f88e93 tictactoe: refactored test case and added cases to check draw 2 years ago
Malte Schellhardt 28796e3c16 tictactoe: added test case to check if player 2 has won in row 2 with full board 2 years ago
Malte Schellhardt 69d7d9c924 tictactoe: added test case to check if player 1 has won in row 1 with full board 2 years ago
Malte Schellhardt eec2f540a5 tictactoe: added test case to check if player 1 has won in row 0 with full board 2 years ago
Malte Schellhardt cdb23b1d6a tictactoe: added test case to check if player 2 has won in column 2 with full board 2 years ago
Malte Schellhardt 3ac4c2f22a tictactoe: added test case to check if player 2 has won in column 1 with full board 2 years ago
Malte Schellhardt 8e9f622172 tictactoe: added test case to check if player 1 has won in column 0 with full board 2 years ago
Malte Schellhardt 84dcefef7c tictactoe: added test case to check if player 1 has won in column 2 2 years ago
Malte Schellhardt 3e99d48ff0 tictactoe: added test case to check if player 1 has won in column 1 2 years ago
Malte Schellhardt 7bf8982378 tictactoe: added test case to check if player 2 has won in row 2 2 years ago
Malte Schellhardt 00d129f9b8 tictactoe: added test case to check if player 2 has won in row 1 2 years ago
Malte Schellhardt f81871b180 tictactoe: fixed previous checkForWin test cases 2 years ago
Malte Schellhardt 5c7908c23f tictactoe: added test case to check if player 2 has won in row 0 2 years ago
Malte Schellhardt 0d687f38e6 tictactoe: added test case for check win in row 0 2 years ago
Malte Schellhardt 54097b5c02 tictactoe: refactored test cases for checkForWin method 2 years ago
Malte Schellhardt 26768bf8f3 tictactoe: added checkForWin for special player and checking all columns 2 years ago
Malte Schellhardt 1ad993e109 tictactoe: added test case for checkForWin method 2 years ago
Malte Schellhardt 25c39d107c tictactoe: added checkForWin method 2 years ago
Malte Schellhardt aad95ece07 tictactoe: added test case for new parameterized constructor 2 years ago
Malte Schellhardt 56da63b0e6 tictactoe: added test case for trying to set a field again 2 years ago
Malte Schellhardt 85e8867e06 tictactoe: refactored fieldIsEmpty method 2 years ago
Malte Schellhardt 58f7647ce8 tictactoe: added test cases for fieldIsEmpty method and created constructor with gameboard as parameter 2 years ago