hi,
I'm trying to make a game with Qt/C++. everything is ok, but now I want to have 2 levels in the game. and the other thing I want is the ability to save and load the game. I mean playing the game after awhile from the state that it was last time.
the game is plants vs. zombies. everything is like that and in the second level just type of zombies are different. I think I should use files for this stuff but i don't know what the format should be and what should I write in file?