Hello,
I need some help with how i shall test when my points reach 100,200,300,400,500 and so on without having to test every number, i want my gamespeed to increase every time the player has collected 100 points but dont wanna have to check by number, is there a way to check this?
My psudocode goes like this:
Every hundred points
increase gamespeed
increase avoided enemyvalue
/Isak