feat: Add new test cases for various components including PlayerInfo, Move, and JSON parsers
This commit is contained in:
@@ -18,9 +18,7 @@ object Main:
|
||||
de.nowchess.api.board.Color.White -> de.nowchess.chess.engine.BotParticipant(
|
||||
de.nowchess.bot.bots.HybridBot(BotDifficulty.Easy, book = Some(book)),
|
||||
),
|
||||
de.nowchess.api.board.Color.Black -> de.nowchess.chess.engine.BotParticipant(
|
||||
de.nowchess.bot.bots.HybridBot(BotDifficulty.Easy, book = Some(book)),
|
||||
),
|
||||
de.nowchess.api.board.Color.Black -> de.nowchess.chess.engine.Human,
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user