Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 433 Bytes

Readme.md

File metadata and controls

21 lines (14 loc) · 433 Bytes

Copilot Java Example

This is a simple example of a Java application that can be used to demonstrate copilot features.

Prerequisites

  • Java
  • Maven
  • JaCoCo
  • JUnit

About the Application

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