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?
FileReader file = new FileReader("gameState.txt"); // or FileWriterBufferedReader br = new BufferedReader(file);