sli-fox / jamms

Apache License 2.0
3 stars 1 forks source link

Implement undo/redo for map creation using Command pattern #76

Closed sli-fox closed 9 years ago

sli-fox commented 9 years ago

Able to undo last action when creating a map Able to redo an undo action when creating a map Use Command pattern with a stack

mdubey2014 commented 9 years ago

completed