Hi, i’m making endless runner game and i try to control game dificulties by score, so if my score get higher i will spawn more enemies and making the game more difficult but how to control that efficiently? not by using if(score > 200){ do things } and so on…
and i’m working with 2d games so i’m using scrolling background and i want to know how to slowly change the background a little by a little…
i hope you understand what i mean