Skip to content

Releases: glolichen/potato-chess-browser

Release v2.0.0

17 Oct 01:40

Choose a tag to compare

Use bitboards. Storing the board as a couple of unsigned long longs and using bitwise operators on them for maximum performance. Approximately 3x performance improvement in best cases.

Release v1.1.0

28 Jul 12:32

Choose a tag to compare

  • Use endgame tablebase for stronger endgame performance
  • Prettier UI

Release v1.0.0

26 Jun 12:53

Choose a tag to compare

Desktop version of the app using electron. The codebase is the same but with significant performance increases due to being a desktop app.

The zip archive should contain mac (.app), windows (.exe) and linux (.appimage) binaries.

EDIT: Actually the mac version does not work, though it should be present in future versions