summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
H.G.Muller [Wed, 28 Dec 2016 14:05:17 +0000]
Fix reading of Shogi-promoted pieces in FEN
The '+' sign in FENs was considered a digit, and thus did not have the
intended effect.
H.G.Muller [Wed, 28 Dec 2016 13:59:58 +0000]
Add and initialize some more piece-square tables
The number of PST in increased to 9 pairs, and they are initialized
to be useful for various groups of pieces (e.g. Shogi generals).
H.G.Muller [Fri, 21 Oct 2016 12:57:36 +0000]
Implement randomizing
The first 10 half-moves are now randomized by adding a small random bonus
to each move in the root.
H.G.Muller [Fri, 21 Oct 2016 12:38:05 +0000]
Initial version of engine
Crazyhouse sort of works here.