Skip to content

odanchen/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

269 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

Platform: JDK 11 Gradle 7.4 AWT/SWING

A chess game developed as a Grade 11 computer science project—a fully playable chess game for two players, built with Java and AWT/Swing.

Enjoy classic chess with:

  • Full support for all legal moves, including en passant
  • Legal move highlighting
  • A move log that tracks all moves made in the game
  • Time tracking
  • Customizable UI skins
  • A board flip feature
  • The option to resign

Game of Chess

Technologies

  • Java 11
  • AWT/Swing
  • Gradle 7.4

Authors

  • Oleksandr Danchenko
  • Parsa Hemmati
  • Samuel Browne

How to run

To run as gradle task:

./gradlew run

To generate .jar:

./gradlew jar

To execute .jar file:

java -jar Chess-1.0.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages