项目作者: jordanleeeee

项目描述 :
Chess game using java and javaFx
高级语言: Java
项目地址: git://github.com/jordanleeeee/Chess-Game.git
创建时间: 2020-02-02T10:58:39Z
项目社区:https://github.com/jordanleeeee/Chess-Game

开源协议:

下载


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.