The Assignment is a Sandbox game where you can draw anything in the grid that you think of. You will be writing the ability to save the game to a file and reload the game from that file.
This Assignment will focus on:
This assignment uses the BRIDGES game API, implementing the class NonBlockingGame. The user interacts with the gameboard in the following ways - Arrow keys for moving the cursor around the game board - Space key for drawing the color where the cursor is - Q key for changing the color the user is drawing with - S key for saving the game board to a file - D key for loading the game board from a file
NamedColor // Used for drawing colors on board
NonBlockingGames Documentation
NonBlockingGames Documentation