A simple network chess game
Place n queens on nxn board without conflict.
A very simple demo in order to show how to use JLightChessLib
Purpose is to provide a very simple and well documented chess library.
Game(similar to chess)
Just aims to be a chess board (free to make your moves).
The Java Chess Engine