The general layout of the chess board for NA vs NOT NA is more broadly applicable for "Two player turn based game" Examples: - Connect Four - Tic Tac Toe - Checkers For this reason we should refactor the chess view to instead be an overarching game view that lets us implement many two player turn based games.