feat: Add new test cases for various components including PlayerInfo, Move, and JSON parsers

This commit is contained in:
2026-04-14 09:13:37 +02:00
committed by Janis
parent 25b0c9f2fb
commit 227f2e4a41
79 changed files with 109 additions and 24 deletions
@@ -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,
),
)