22 Commits (6669a2c78c63bd7615fbfc99682b818ea2c2a8d4)

Author SHA1 Message Date
Tobias Krause 332a74df86 tictactoe: bugfix: if row and col with same number each contain two chars of same player, col isnt ignored anymore 2 years ago
Tobias Krause e305236728 tictactoe: hard ai sets first empy field if theres no better option 2 years ago
Tobias Krause 412558578c tictactoe: hard ai sets always in the nearest edge to opponents field 2 years ago
Tobias Krause f44e9e6eb2 tictactoe: hard ai sets always in the nearest edge to opponents field 2 years ago
Tobias Krause 9111545ec3 tictactoe: hard ai checks for own opportunity to win first 2 years ago
Tobias Krause c0310d8ed6 tictactoe: hard ai uses chance to win in diagonal 2 years ago
Tobias Krause 7f1b801c93 tictactoe: hard ai uses chance to win in cols 2 years ago
Tobias Krause 360870072e tictactoe: hard ai uses chance to win in row 2 years ago
Tobias Krause b29b7ee9d7 tictactoe: hard AI prevents opponents win in diagonal 2 years ago
Tobias Krause 7115050d60 tictactoe: hard AI prevents opponents win in col 2 years ago
Tobias Krause c6e0d83d70 tictactoe: hard AI prevents opponents win in row 2 years ago
Tobias Krause 01f94e3198 tictactoe: countCharsInDiag throws IndexOutOfBoundsException for invalid index 2 years ago
Tobias Krause cce28aacd0 tictactoe: countCharsInDiag counts number of given char in specific diagonal 2 years ago
Tobias Krause 525754409a tictactoe: added method countCharsInDiag 2 years ago
Tobias Krause 36b8cdfcac tictactoe: countCharsInCol counts number of given char in specific col 2 years ago
Tobias Krause 8c89d0edd6 tictactoe: added method countCharsInCol 2 years ago
Tobias Krause 9029de6c12 tictactoe: countCharsInRow counts number of given char in specific row 2 years ago
Tobias Krause ddf9aebb8f tictactoe: added method countCharsInRow 2 years ago
Tobias Krause 4456251b07 tictactoe: hard AI sets edge in second move 2 years ago
Tobias Krause 7c7e134ad9 tictactoe: hard AI sets middle field if it hasnt been set yet 2 years ago
Tobias Krause 93591f47c0 tictactoe: hard AI chooses edge field if field in the middle was already set 2 years ago
Tobias Krause 88d559c6c9 tictactoe: added hard AI 2 years ago