This is a simple example of a Java application that can be used to demonstrate copilot features.
- Java
- Maven
- JaCoCo
- JUnit
This is a very simple application that records the pieces on a chess board and has as its main goal, to output the board position in Forsyth-Edwards Notation (FEN).
It has three main classes:
- ChessBoard
- ChessSquare
- ChessPiece