Skip to content

This is my chess project in Java. I will be making Chess and building it with Java.

Notifications You must be signed in to change notification settings

jarlsondre/chess-in-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Chess (not finished)

This is the game Chess implemented in Java. The structure is built using Maven. In order to run the game, you must run mvn javafx:run.

Implemented features

Upcoming features

  • Drag and drop game
  • Not allowing illegal moves
  • Auto-align piece when dropping
  • En passant
  • Castling
  • Promotion
  • Notify player when in check
  • Notify player when check mate
  • Ability to restart game
  • See score in points (based on pieces, not position)
  • Playing against computer

About

This is my chess project in Java. I will be making Chess and building it with Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages