apotapov / tafl

Android implementation of a Tafl game
Apache License 2.0
2 stars 0 forks source link

Implement undo #15

Closed apotapov closed 10 years ago

apotapov commented 10 years ago

I think we should have the ability to undo as a learning tool. Perhaps only for the beginner mode.

ghost commented 10 years ago

I think it's one of the top "nice to have's". I use it playing Chess on the computer all the time.

apotapov commented 10 years ago

Should be fairly easy now that we have persistence and game logging.

apotapov commented 10 years ago

Looks like I'm going to have to implement this feature for Minimax algo anyway. So it will be available.