Skip to content

Tags: windler/chess

Tags

v1.8.0

Toggle v1.8.0's commit message
Allow uci engine not to set ponder

v1.7.6

Toggle v1.7.6's commit message
Merge branch 'master' of https://github.com/windler/chess

v1.7.5

Toggle v1.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'notnil:master' into master

v1.7.4

Toggle v1.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'notnil:master' into master

v1.7.3

Toggle v1.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
comments added in new game constructor (notnil#97)

Co-authored-by: Logan Spears <logan@logans-mac-mini.lan>

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pgn comments now write out (notnil#96)

* pgn comments now write out

* added check for games without comments

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request notnil#91 from sumnerevans/promote-to-non-queen

notation parsing: parse promotions to non-queen pieces

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request notnil#86 from sumnerevans/decode-pgn-fixes

decodePGN: convert to a more resillient parser

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Comments (notnil#76)

* first pass

* added fixtures for scanner tests

* fix eof issues w/ scanner

* doc for comments, simplify hash function which is slightly faster

Co-authored-by: Logan Spears <logan@logans-mac-mini.lan>

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
binary encoding for position (notnil#67)

* binary encoding for position

* removed temp comments