Side scroller experiment... kind of....
This is an experiment to make a game that is "free roam", where the camera follows the player around. This is in no way a game, just a test, maybe a teaser? The blue block is also for testing. Use WASD to move the player around and left and right arrows to look around. Give me ideas to work with this please! Thank you guys!
This is really cool, how did you get the camera to follow the player like that?
Never mind I looked at the code, great job
@InvisibleOne In case you are still wondering, I basically made the map operate differently from the player, so the "real player" has values that are never used in collision detection. There is also a second player, the "data player". This player is invisible to the eye, but is constantly moving around following the "real player". Hope this helps!
Yeah that's really cool @Ov3R10rd
really cool