Some change made, dunno what.

This commit is contained in:
Joachim 2018-08-28 20:44:54 +02:00
parent 184194d21e
commit e20ae7fa0b

View File

@ -39,7 +39,7 @@ fun main(args: Array<String>) {
* choose your moves, fixed or random? * choose your moves, fixed or random?
*/ */
// val moves = parseMoves("U2 F2 U2 D R2 F2 R2 B2 U' D2 L B L2 U2 L B' U L R B".replace('\'', '_')) // val moves = parseMoves("U2 F2 U2 D R2 F2 R2 B2 U' D2 L B L2 U2 L B' U L R B".replace('\'', '_'))
val moves = randomMoves(10) val moves = randomMoves(20)
println("Scramble: ${moves.map { decodeMove(it) }}") println("Scramble: ${moves.map { decodeMove(it) }}")