Hi !
I'm doing a chess game in PPC by C# but I don't know how to save a current state game to able to play in the following times.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted Jul 2, 2007, 12:15 PM
Jan MontanoPosted Jul 2, 2007, 12:44 AM
I don't know what PPC is, but you could try saving the state via XML. Just store the pieces and location using XML.
But then again, this might not be what you are looking for. or is it?