: Many applicants struggle at Level 13. These levels require you to call P1 inside P1 to create an infinite loop that is only "broken" when the spaceship reaches the goal. How to Prepare for the Game 2 Test
: Reaching Level 12 or 13 is a common benchmark for those who receive an invite to the Piscine. games 42 fr solutions game 2 verified
: You will be forced to use sub-functions (P1) because the "Main" block is too small for all the steps. : Many applicants struggle at Level 13
: A puzzle game that focuses on algorithmic sequences . : You will be forced to use sub-functions
: Algorithmic thinking, recursion , and problem-solving. Duration : 2 hours of intense concentration.
: To solve levels 10 through 15, you must use recursion—calling a function within itself. For example, if a path repeats every 3 steps, your P1 might be: [Forward] [Forward] [P1] .