Skip to content

TTonyChopper/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

Chess game in Java language (console version)

Supports : -input in console : [a-h][0-7] -move control for every pieces -output in console : messages and game board using ASCII characters -special moves : "Pawn initial move", "Castling", "En passant" -check control -check mate and pat control(endgame detection) -pawn promotion(pawn,knight,bishop,rook,queen)

Display logic is loosely coupled with game mechanics, enabling development of other UI use.

About

Chess game in Java language (console/SWING GUI version)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors