A simple chess GUI supporting UCI.
This repository has been archived on 2021-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
kske 2821f30dbe
Implemented proper pawn promotion
* Moved move execution and reversion to the Move class
* Removed Move.Type enumeration
* Added Move subclasses Castling, EnPassant and PawnPromotion
* Generating all four possible pawn promotions in the Pawn class
* Temporarily removed special move support from NaturalPlayer
2020-08-15 23:25:36 +02:00
res/pieces Preparing board implementation and rendering 2020-08-15 23:24:15 +02:00
src/dev/kske/chess Implemented proper pawn promotion 2020-08-15 23:25:36 +02:00
test/dev/kske/chess Removed old FEN string methods, fixed FEN regex 2020-08-15 23:25:29 +02:00
test_res Added PGNDatabaseTest and test file 2020-08-15 23:25:25 +02:00
.classpath Enhanced FENString class, added unit test and Board#equals() 2020-08-15 23:25:28 +02:00
.gitignore Added engine info serialization and integration into MenuBar 2020-08-15 23:24:50 +02:00
.project Updated .project and .gitignore 2020-08-15 23:24:14 +02:00
LICENSE Initial commit 2020-08-15 23:24:13 +02:00
README.md Initial commit 2020-08-15 23:24:13 +02:00

Chess