//Player structure player={x=0,y=0,spd=1}
//Get input via btn() function
//Update x, y via update() function
//Draw sprite at (x,y) via spr()