This file contains 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
from math import * | |
from kandinsky import fill_rect as krect, draw_string as text | |
from ion import keydown | |
from random import randint | |
from time import * | |
SCREEN_W=320 | |
SCREEN_H=222 | |
GAME_W=200 |