Connect 4
Make a class called Piece
with the following instance variables:
A Connect4 Piece is either Color.RED
or Color.BLACK
Make a Constructor with three parameters in the same order listed above
Make the following methods:
Add this class in a Java Project with the following classes: