Log In  


//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()




[Please log in to post a comment]