TiynGER
087da7d3f1
bugfix chess: moveToNotation promotion part wrong
...
The function moveToNotation added the promotion character
even if a piece and not a pawn moves to the final rank.
2021-05-04 00:46:17 +02:00
TiynGER
4cac1ba6bf
merge conflict
2021-05-03 17:14:15 +02:00
TiynGER
3c97395ce8
refactoring: cleanup engine code and add alpha beta to readme
2021-05-03 17:09:48 +02:00
TiynGER
b7480a0cd4
engine: added piece-square tables
...
Piece square tables are a way to encurage the engine to
put pieces on active squares.
Each piece got a corresponding table.
2021-05-03 02:01:36 +02:00
TiynGER
12ed9921f1
engine: added piece-square tables
...
Piece square tables are a way to encurage the engine to
put pieces on active squares.
Each piece got a corresponding table.
2021-05-03 01:57:12 +02:00
TiynGER
b3c76fd2c1
visibility: use include in tests and only set needed functions as public
2021-05-03 00:15:58 +02:00
TiynGER
10098da82f
refactoring: renaming classes and functions
...
Renamed the 'game' type to 'chess' to make more sense
of the existing filestructure.
Doubled functions where removed.
2021-05-01 16:21:30 +02:00
TiynGER
9095cf8eee
engine: engine now correctly uses the negamax algorithm
...
NegaMax is a simplified version of the MiniMax algorithm that
doesn't need different subroutines for the different colors.
The testcases were selected and extended.
Evaluation now has values for draws and wins.
2021-05-01 01:58:26 +02:00
TiynGER
91281d97a7
lichess: added lichess integration
...
Lichess is a free and open source platform to play chess.
Connection is realized via the berserk python plugin that uses the lichess api.
2021-04-29 01:15:54 +02:00
TiynGER
4ba3e06d93
engine: first push for engine
...
I created an engine, that uses a basic version of the minimax algorithm
to evaluate a position.
It then evaluates all the possible next moves in a given position and picks
the one that has the best evaluation.
Basic test cases were also added.
2021-04-27 00:49:39 +02:00