Spinning Star Game
- AidenHuyPham
- 3 years ago
- 280 views
For their Python Level 1 Master Project, Juni student @AidenHuyPham used what they had learned in Python Level 1 to create this game! You are a turtle and you have to avoid a spinning star on the screen, and stay in bounds. Make sure you watch the video of them explaining how their project works! Amazing job!
import turtle
import math
Locked
Canvas
Console