pspeter3/epicast

How many times should we allow undo?

Closed this issue · 1 comments

Right now I'm just storing a copy of the game state for each action. Undoing just means popping off the last game state. Obviously this is not great for memory usage. Is there a cap we can have? (Eg, 1, 3, 5 or 10)

I think 3 would be fine.