Open and Save game

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pankhuri
    New Member
    • Sep 2008
    • 1

    Open and Save game

    Hello

    I am making a game in python, using PyGTK and not glade or PyGame.
    I wanted to know how can i save a currently opened game and also open an already saved game.
    Thank you for the help.
  • Laharl
    Recognized Expert Contributor
    • Sep 2007
    • 849

    #2
    You'll need to write the data you want to save to a file in some format you determine and then load that data back in. The specifics will depend on the game and what you want saved.

    Comment

    Working...