项目作者: Milan097

项目描述 :
This is a complete Chess game developed using Java Language as backend and its GUI widget toolkit Swing and AWT as frontend.
高级语言: Java
项目地址: git://github.com/Milan097/ChessGame.git
创建时间: 2020-07-29T05:20:19Z
项目社区:https://github.com/Milan097/ChessGame

开源协议:

下载


ChessGame

• This is a complete Chess game developed using Java Language as backend and its GUI widget toolkit Swing and AWT as frontend.\
• In this game, As a playes selects a piece to move then all possible moves ofthat piece is shown and also mark the position where opponent’s piece can be killed by selected piece.\
• I added a functionality to undo the last move.I used Data Structures like Map, Lists, Multidimentional Arrays to control all moves.