Skip to content

panqiutang/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Game Implementation

A standard chess game. Supports multiple rounds between the same two players. Custom pieces added (Cannon, Guard). You can check if your program behaves correctly by checking the manual test plan.

Code Structure

  • src: program source files
    • chessGame: code for game logic, pieces, and custom pieces/rules
    • gui: code for GUI
    • Test: unit test cases using junit 4
  • images: images of game piece for GUI

About

Simple Chess game in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published