Wolfpack150 / BaseballProject

1 stars 0 forks source link

Undo/Redo buttons #9

Open bvlundberg opened 9 years ago

bvlundberg commented 9 years ago

I believe the undo/redo functions may be pretty difficult to implement, so we may want to start thinking about that as soon as possible. If anyone is interested in this for the future, assign yourself now.

bvlundberg commented 9 years ago

As discussed in class, this issue will be assigned to Arin for now. He will be in charge of research on the topic of saving states of an application, which will probably also include saving states before the game, so if a user takes a break from creating players, they players will not be deleted when they return to the application. If we can figure out how to save a single game state, implementing a stack with game states should not be a problem.