From 5dbb6d66991eff21e237d470be06a2db621360a0 Mon Sep 17 00:00:00 2001 From: Julien CLEMENT Date: Thu, 4 May 2023 10:33:33 +0200 Subject: [PATCH] fixed typos in picasso Signed-off-by: Julien CLEMENT --- jujure/content/writeups/fcsc_2023/picasso.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jujure/content/writeups/fcsc_2023/picasso.md b/jujure/content/writeups/fcsc_2023/picasso.md index 594dcb2..99b5480 100644 --- a/jujure/content/writeups/fcsc_2023/picasso.md +++ b/jujure/content/writeups/fcsc_2023/picasso.md @@ -492,7 +492,7 @@ Then I basically just used [this online solver](https://www.grubiks.com/solvers/rubiks-cube-3x3x3/), put manually all the colors, clicked on solve, and the site instantly found a solution in 22 moves. So I noted manually every move, which face was supposed to move and wrote -a script that mapped the moves back to the expected output of the program. +a script that mapped the moves back to the expected input of the program. In the script `('g', 2)` means rotate the green face 2 times, `('o', 3)` means rotate the orange face 3 times counter-clock wise ...