Can Python or Pygame create separate files in order to save game progress? -
i making game in want possible save. there way program python or pygame creates notepad (or similar) file documenting players progress? new python, please explain easily. thanks.
you use pickle serialize variables file.
Comments
Post a Comment