[Feature request] Replay history

It would be really neat to be able to browse the situation of the board at previous turns (all the way to turn 1). This would be useful for fun and for strategic purposes, but also for debugging (right now I wonder if there is a bug in pirate points counting, or if my memory is just wrong). Is this information even stored in the database?

2 Likes

I like this suggestion. It could be useful to track what other pirates have done over the course of time.

Yes! this is actually on my todo list. I would like to be able to step back and forth in a game, and even have a civilization playback from the start of the game.

We aren’t currently storing the information in the database, but when I get a chance to code up the feature we can just start old turns before processing the new ones.