Ok so if i wanted create a save file for a game so that way if you reset it you can still continue (like with popular games) is there a possible way to do this with greenfoot or is this impossible?


1 | FileReader file = new FileReader( "gameState.txt" ); // or FileWriter |
1 | BufferedReader br = new BufferedReader(file); |