[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[pygame] ideas for saving points in games
- To: pygame-users@xxxxxxxx
- Subject: [pygame] ideas for saving points in games
- From: "Eric Hunter" <hunter.eric1@xxxxxxxxx>
- Date: Mon, 24 Sep 2007 01:12:26 -0400
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Mon, 24 Sep 2007 01:12:34 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=ks9Yht+C1szvdkp88dapzQO77/90OOT8nvoU+k7C/uU=; b=VJ+uY0wSJX/geKTd2+xKkeMNv6ig49A0Ku8s76oGoRJRq4BCxnxfuYutDc18Eig/IZQNyXP5aLFWtpY7z1xGqfRpYfcKkz53dWnEsuVj+F1XdESqJ15Ojk83WmxNkE0yhRpkmViR1ddj3ENXEOVsqbFFKVfAfXvgFE0rBhKqPRQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=H8WroROTx2WHIYyuUwEmzK2ZmNUTIyiFvoYvmji7ExYYD8rlpSgqcf6dbC2Va3x+Rgo2ZmEjWkkA+5pYH+Pntx4WwRZSicO2IqH1PtCLAXPJjkjtWnYr0Nzzba/ZlAPSGT4RicZlooWoidTpNWJt6mYcsJ8+8z+UPG+YYWY+yQ8=
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
so a random question, what is the best way to go about making a save point of progress in a game?
say I have all the attributes for a character's progress I want to save in a list and thinking that just saving it to a .txt-type file in plain text then loading it up would sound the easiest.
What's the best way to go about this?
Thanks in advance.
-Eric Hunter