You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chess game is implemented by generating a Game class, which initalizes the board with all the Tile objects. Each tile is assigned their own Piece object.