generated from technolyceum/ai6-m2
Initial commit
This commit is contained in:
21
android_game.py
Normal file
21
android_game.py
Normal file
@@ -0,0 +1,21 @@
|
||||
# asteroid_game.py - Starter Template
|
||||
import turtle
|
||||
import random
|
||||
|
||||
# === SETUP THE GAME WINDOW ===
|
||||
|
||||
|
||||
# === CREATE PLAYER ===
|
||||
|
||||
|
||||
# === GAME VARIABLES ===
|
||||
|
||||
|
||||
# === FUNCTIONS ===
|
||||
|
||||
|
||||
# === TEST CODE ===
|
||||
# Uncomment this to test:
|
||||
# draw_player()
|
||||
# screen.update()
|
||||
# turtle.done()
|
||||
Reference in New Issue
Block a user