You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Features:
Can play against computer engine.
Human can use 2 different polyglot opening books, computer.bin and human.bin as references. Copy these books into the Book folder. Useful when one studies some best book lines.
Computer can use its own polyglot opening book, pecg_book.bin. (pecg = python easy chess gui).
You can use your favorite uci engines by copying the exe file into the Engines folder.
Manual and auto saving of game.
Paste FEN and can play starting from it.
The gui will output pecg_log.txt, useful for debugging the program and pecg_game.pgn the file where manual and auto saved games are located.
Files
pecg.zip - contains the gui exe file, Deuterium engine files and Engines, Book and Image folders. Even with this file you can already start running the program.
book_computer.zip - contains computer.bin polyglot book built from computer vs computer games.
book_human.zip - contains human.bin polyglot book built from human vs human games. If you have other polyglot book, you may use it by renaming it to either computer.bin or human.bin and then copy it to book folder.