README.txt 319 B

12345
  1. This example code creates an SDL window and renderer, and waits for the user
  2. to click on the window. By default, the window color is blue; When storage
  3. succeeds, the window turns green, if it fails the window turns red and the
  4. error message is logged. Left clicking will save a game, all other clicks
  5. will load a game.