Tell which pegs each disc goes to in order to select the start position. Rules about how to move discs: 1.A disc may not be placed on top of a smaller disc. 2.Only one disc may be moved at a time. 3.Only the top disc of a pile may be moved onto another peg.
This project uses a concept called Recursion. You will notice that the script doesn't contain any types of repeats. This is because I made a block called SOLVE(discs) which itself calls SOLVE(discs-1). If you're not going to look at the script, then this is the same project as https://scratch.mit.edu/projects/2614806/