https://www.dropbox.com/s/a429aw1xenm04xx/mu_code_201027a.zip?dl=0
rozbaliť do mu_code adresára: C:\Users\<username>\mu_code\
súbory game.py a images/
def draw():
screen.draw.text("Text", (10, 30), color='white')
gems = 3
def draw():
screen.draw.text(str(gems), (10, 30), color='white')
zivoty = 0
def update():
global zivoty
zivoty += 1