Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 492 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 492 Bytes

Chess

A simple Chess game made in Java with LWJGL/OpenGL.
This can most likely be improved, but I did not put much time into it since it is just a side project.

Features

  • Logic implemented for all pieces
  • Shows possible moves in the GUI (filters based on check detection, so it only shows moves which either get you out of check or don't put you in check)
  • Checkmate detection
  • Check detection
  • And more...

Preview