Skip to content

rafonsecad/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages