Need help with moving pawn piece on board

You’re welcome!

Your first list would start out with 91, 92, 93, etc., as in the post I referenced just above:

image

1 Like

Yes, I’ve already done that since I used your method for moving the pawn.

And since I have a variable current cell which keeps track of which cell I am on (index, not value), I just move to (in list all_values get #current cell). Is that how I should do it?

That sounds right.

1 Like

The rough outline is working great now! All thanks to you!

1 Like

Glad to hear it!

1 Like