Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Replies
    12
    Views
    1,811

    Re: Saving and Loading

    One of the simplest ways to do it is to just output the stuff you want to save to a file. So you might have something like:

    PlayerName
    Score
    QuestionNumber

    Then to load, you just read the...
  2. Replies
    12
    Views
    1,811

    Re: Saving and Loading

    What about it didn't make sense? You would output whatever you wanted to the file, then you'd read it in however you wanted to do the loading. What things are you trying to save and load?
  3. Replies
    12
    Views
    1,811

    Re: Saving and Loading

    It's definitely possible, and the terms I gave you to google are the best place to start :)
  4. Replies
    12
    Views
    1,811

    Re: Saving and Loading

    You could output it to a text file and then read it in (google Java file IO), or you could look into serialization (google Java serialization).
Results 1 to 4 of 4