kwg / InfiniteArtGallery

Infinite Art Gallery is a game that uses established methods of evolving art with Compositional Pattern Producing Networks (CPPNs) to allow users to explore a world of art tailored to their preferences.
https://people.southwestern.edu/~schrum2/SCOPE/iag.php
3 stars 0 forks source link

A way of saving and loading the game state over all #35

Open schrum2 opened 6 years ago

schrum2 commented 6 years ago

34 made me think of this. Once we actually have a game, we would like to allow players to save and load the game, resuming from where they left off. Therefore, the entire game state needs to be some thing we can save. This state should be as compact as possible ... it will likely mean saving the game/room tree in some way.

schrum2 commented 6 years ago

I suspect this will be easier once #34 is complete. However, this should actually be pretty low priority. Although a person who has the game on their personal machine may want to save and resume the game state, we will probably not need this feature for human trails in the fall ... though it would be nice to have if other, more important issues end up getting taken care of.