Skip to content

Releases: arskiy/chess

First usable version.

27 Jul 20:20
Compare
Choose a tag to compare
First usable version. Pre-release
Pre-release

Tons of improvements to AI and you can now do all chess movements. (Castling, promoting and doing en passants wasn't possible before)

v0.2.0

27 Jul 04:51
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Better sprites
  • AI now uses improved evaluation function
  • "Windows" features are now called "portable". (It searches in the relative path ./sprites/ instead of the absolute path used on install.sh.

Basic AI with just alpha-beta pruning and minimax

25 Jul 01:10
Compare
Choose a tag to compare

recursive dep. of 3, AI has only minimax and a-b pruning and UI is very rudimentary