Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 581 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 581 Bytes

chess

Experimental chess game (not game engine!) using java 8 and javaFX. At the moment, the game follows most of the standard rules of chess; the users can castle, check the opposite king, promote a pawn, move a pawn en passant, and of course, move any piece according to the chess rules.

alt text

To install, generate the jar file

git clone https://github.com/rafonsecad/chess.git
cd chess
mvn install
java -jar target/chessfx-1.0-SNAPSHOT.jar

Enjoy! Any feedback would be appreaciated.