Releases: ewimberley/Pyanchetto
Releases · ewimberley/Pyanchetto
Pyanchetto 0.3
- Checks for sufficient material.
- Major optimization: game state function only needs to check if iterator has a next move
- Minor optimizations: inlining bounds check, short circuiting game state function
- Code cleanup: unused functions deleted, more methods made private
Pyanchetto 0.2.3
- Added pieces captured method
- Added unit tests for engine
Pyanchetto 0.2.2
Upgraded to latest parser, fixed some parser issues and added regression tests. This release is considered stable.
Pyanchetto 0.2.1
Trying to fix yarp parser dependency.
Pyanchetto 0.2
- Testing using many more PGN files
- Newer, faster PGN parser
- Various engine bug fixes
- Engine documentation
Pyanchetto 0.1
Pyanchetto 0.1
A python chess engine.
This first release includes:
- A move generator and validator
- A PGN parser and interpreter
- A PGN generator
- An FEN generator
- A perft generator (missing some variables)
- A simple driver that executes PGNs