mirror of
https://github.com/tiyn/yeschess.git
synced 2025-04-02 23:17:47 +02:00
engine: Readme update according to used algorithm
This commit is contained in:
parent
4ba3e06d93
commit
4e69bd3977
@ -28,3 +28,8 @@ To extract it into html run `nim doc --project --index:on --outdir:htmldocs game
|
|||||||
|
|
||||||
Due to easier off the board checking a
|
Due to easier off the board checking a
|
||||||
[10x12](https://www.chessprogramming.org/10x12_Board) board is used.
|
[10x12](https://www.chessprogramming.org/10x12_Board) board is used.
|
||||||
|
|
||||||
|
### Engine
|
||||||
|
|
||||||
|
The engine uses a simple implementation of the
|
||||||
|
[Minimax](https://www.chessprogramming.org/Minimax)-algorithm.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user