Skip to content

Instantly share code, notes, and snippets.

View loulou64490's full-sized avatar
๐Ÿ“š
Learning C...

Louis Chauvet-Villaret loulou64490

๐Ÿ“š
Learning C...
View GitHub Profile
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