Skip to content

Instantly share code, notes, and snippets.

View loulou64490's full-sized avatar
🏞️
Hikink somewhere in the mountain...

Louis Chauvet-Villaret loulou64490

🏞️
Hikink somewhere in the mountain...
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