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 original program was coded to ever only have the user play from the white side of the board, but our goal is to be able to play from both sides and the touchscreen is coded to allow the user to select their side and rotate the screen to face the player accordingly. The sequencing of the main loop would need to be reorganized or duplicated and manipulated based on the 'isWhiteSelected' variable established in the game setup.
The text was updated successfully, but these errors were encountered:
The original program was coded to ever only have the user play from the white side of the board, but our goal is to be able to play from both sides and the touchscreen is coded to allow the user to select their side and rotate the screen to face the player accordingly. The sequencing of the main loop would need to be reorganized or duplicated and manipulated based on the 'isWhiteSelected' variable established in the game setup.
The text was updated successfully, but these errors were encountered: