generated from technolyceum/ai6-m2
Setup the screen
This commit is contained in:
@@ -2,10 +2,14 @@
|
||||
import turtle
|
||||
import random
|
||||
|
||||
# === SETUP THE GAME WINDOW ===
|
||||
# SETUP THE GAME WINDOW
|
||||
screen = turtle.Screen()
|
||||
screen.setup(600,600)
|
||||
screen.bgcolor("black")
|
||||
screen.title("Asteroid Game")
|
||||
screen.tracer(0)#Smppth animation
|
||||
|
||||
|
||||
# === CREATE PLAYER ===
|
||||
# CREATE PLAYER
|
||||
|
||||
|
||||
# === GAME VARIABLES ===
|
||||
|
||||
Reference in New Issue
Block a user