Classes Fully Created:
• Game.java
• Rook.java
• Bishop.java
• Knight.java
• Queen.java
• King.java
Classes Edited:
• Board.java
• Piece.java
Classes Provided:
• Pawn.java
• Fen.java

Can compile by navigating to Game.java location in a terminal and using the following command: "javac Game.java"
To run on windows, enter "chcp 65001", "color f0" and then "java Game" in the same terminal. "chcp 65001" is needed to display the chess pieces. If this is not entered a "?" is displayed instead. "color f0" Is needed to change the console color to white. This is needed to display the black and white pieces correctly.

Bugs:
If the console background is black the chess piece colors are reversed.
"?" are displayed for some characters by default because of console unicode character list
