Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #25.0K
~468 People Reached
Favorite Forums
Game Development x 1
3 Posted Topics
Re: use this [CODE]while((transaction != "Q") && (transaction != "q")){ . . . }[/CODE] or this [CODE]while(true){ . . if(transaction.equalsIgnoreCase("q")){ return; } }[/CODE] they both do the same thing: they exit the loop when transaction changes to Q or q | |
Re: I would love to help you write the story. pm me your ideas and I can start. | |
I am creating a game like the text-based game Zorg using a console program. However, I don't know how to create a save file. How can I do this using the player's name to restore the variables I need? |
The End.