[gameprogrammer] Re: How do i make save game?

You should include more information.

At the very minimum, programming language and OS platforms.

Read:   http://www.catb.org/~esr/faqs/smart-questions.html

To save a game, you must decide what data you would need to restore
the game to its current state. So examples such as map name, object
type, position, orientation, model etc for every object. Player data
such as lives, score or whatever is appropriate. You write all this
data to a file in a file format you specify. Then do the reverse to
load a previously saved game.

---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: