The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
2answers
62 views

Save / Load game in Windows Form application

I am starting to code a game in C# using Windows Forms (not using XNA) and I am trying to figure out how to save/load. Right now all I have is the main form, a few User Controls, and one class in a ...