diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-31 12:11:58 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-31 12:11:58 +0200 |
| commit | a550620aa894e218a738b62b9ecd042b03f7858f (patch) | |
| tree | 5d6f459e9db0a6f315c6d1e1e7f54cd1feade724 /src/bot.hpp | |
| parent | 17f245ac325cea859fb39799a9c8b088fc933808 (diff) | |
changes
Diffstat (limited to 'src/bot.hpp')
| -rw-r--r-- | src/bot.hpp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/bot.hpp b/src/bot.hpp index a8375e1..821eb28 100644 --- a/src/bot.hpp +++ b/src/bot.hpp @@ -2,12 +2,7 @@ #define SRC_BOT_H_ #include "board/board.hpp" -#include <vector> -Move EngineGetBestMove(Game *b, int depth); -int EvaluateBoardForWhite(Game *b); +Move GetBestMove(Game *b, int depth); -int minimax(int depth, Game *b, float alpha, float beta); -int ScoreMove(const Game *board, const Move &move); -std::vector<Move> GetSortedLegalMoves(Game *g, bool generateQuietMoves = true); -#endif /* SRC_BOT_H_ */ +#endif /* SRC_EVALUATE_H_ */ |
