What is the logic for an infinite scrolling background given an engine with basic tools?
Also, would this be similar to the logic for a procedural level?
In a basic explanation, anyone care to give it a go?
Right now I am thinking of it like a typewriter. When the head gets to the end, it jumps back to the first position and repeats that. Am I close?