You should give him a whip and a hat like Indiana Jones(I probably spelt that wrong) for fun it whould be fun seeing a dead Indiana Jones running around.
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