Hi, I'm making a 1942 clone and I need to randomize two tiles, fill the whole screen with them, and then make a vertical scrolling.
Shouldn't be too hard, right?
I could use the Vertical Shooter example but it only uses one "tile" and placement is random.
--- Specific data ---
Let's assume each tile is 32 x 32 pixels and I need to fill a 480 x 640 screen size.
Honestly I can't imagine how to make them spawn both randomly across the screen.
Maybe I can fill the screen with one, then randomly place the other on top? That would be more resource intensive, I think.
And then the scrolling, which I have also no idea how to make it work, since the example is a bit different from what I want to make.