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.
- 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...