Make game logic class
We need to make a class that does the following:
- Determines if a piece if a piece can move/move to a square
- 
Track turns(Not needed for milestone 2)
- 
Needs game over scenarios(Not needed for milestone 2)
- Take inputs from the GUI needs generic API stuff
- Know the rules for the pieces
- Know the rules for the board
 
