There will be powerups and enemies. I don't know HOW to make a procedurally generated track. So far it just keeps using BGOFS in a loop like this @ex x=x+1 if x>600 then x=0 bgofs 2,x,0 wait 1 goto @ex