Page 1 of 1

Go back bottom in tutorials

Posted: 02 October 2025, 16:46
by ThomUnderStars
I want to learn games but I dont get everything learned at the first glance.

Si I need a return bottom, something to go back a few steps. More than one step. I dont want to restart all the tutorial every time.

Re: Go back bottom in tutorials

Posted: 25 October 2025, 18:53
by mimmeli
I also wish for a go back or previous button in the tutorials. It's very discouraging to have to exit the tutorial and start it all over. Please please please add this feature! 🙏

At first I didn't understand what "bottom" is supposed to mean. Could it be edited in the title so perhaps more people could understand and join in on this request? Just a thought.

Re: Go back button in tutorials

Posted: 25 October 2025, 19:03
by varietyCH
Would like this as well.

Another thought: Could it be possible to go trough a Tutorial in turnbased mode? So each time there are no games waiting progress in the tutorial and as soon as there us a game waiting for me play there.

Go back... "bottom"?

Posted: 28 October 2025, 01:13
by Kayvon
Clearly, it's a popular suggestion. But here's the thing...

The tutorial system is build atop the replay system. The way it works behind the scenes, the website sends the same responses to the javascript running on your system to advance to the next move. When that happens, the code on your browser executes and computes everything needed to display the next step. There's not a way to go back to how things used to be because the browser doesn't make a perfect record of how it was.

In short, it's not as simple as adding a back button. The only way to return to the previous move is to replay all moves from the beginning of the game up through that point.