Skip to content

v0.76

Compare
Choose a tag to compare
@fsmosca fsmosca released this 19 Jun 19:14
· 94 commits to master since this release
3a16748

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.