In slick I made this basic game where you look down to the character. If I were to change the graphics and add some collision, would the scrolling still work the same if I made the speed a bit faster?
I’m not sure what you really mean by the scrolling? Can you elaborate a little more for me?
Like Mario
If all you’re changing is the speed, then why wouldn’t scrolling work the same? Certain implementations of collision detection could break if movement speed was increased too much without compensating for it, but since you mention adding it in the future tense, I’m assuming it hasn’t been implemented yet so it’s not an area of concern as far as the question/answer goes.