This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Space Invaders clone | |
# by davebang | |
from scene import * | |
from time import sleep | |
from console import * | |
import sound | |
from random import randint | |
screen_size = Size() |