In this minilab, you'll complete the Snake Game so that every time the snake reaches the apple, the apple disappears and reappears elsewhere.

You will edit the apple sprite so that it will disappear and reappear when the snake reaches it. You can do this a few ways, but today we'll consider ways to duplicate the same sprite. Do you remember what this is called?

What you'll learn

Important things before you begin

Open the starter project and click Remix.

< When you're finished, be sure to save and share your project, and then add it to the studio > Nano and Giga >

If you have extra time, try to consider an alternate way of completing this minilab.

Hint: you don't need to clone the apple sprite, but you can have the same original sprite appear and reappear.