STEP 7: Each time the loop runs, we want add another kitten sprite to kitten_list.

This game uses a scrolling background. We'll set the kittens up now, but you won't see all of them until later.

  • Go to and drag Append inside the loop.
  • Change the list in .append() to kitten_list and change the value being appended to kitten.
  • Go to use Add Value to add 200 to x each time the loop runs.


To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)