Fruit Ninja
- Ish101
- 4 years ago
- 55 views
Ish101 made their own version of the popular game Fruit Ninja for their Python Level 1 Master Project. This game is AMAZING, and you should really watch the video to see the full explanation, but your goal is to cut as much fruit as possible before time runs out. You use your mouse, and click and drag to cut the different falling fruits. But, make sure you avoid the bombs. This is a great example of what is possible with Python with Turtle.
import turtle
import random
Locked
Canvas
Console