Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 538 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 538 Bytes

A chess game constructed by Java and Javafx

Chess rules can be found at https://en.wikipedia.org/wiki/Chess

This program support all moving rules including casting and en Passant. Chess must move according to rules, invalid move is not allowed. Moreover, a game is lose only when checkmate or resign, intentionally or unintentionally to place King in danger is prohibited. The program can detect checkmate automatically, notification will be generated once checkmate occur.

Extra feature(undo and step record) has been made.