WASD to move around. When I start working on this, I'll add arrow key movement aswell. But WASD is the superior movement so I don't want to lol
My main focus after finishing Skybound Remastered is this thing right here. A maze game. It's using the simplest scrolling technique out there. It works by having the maze be a sprite (two sprites actually, for good reasons) that covers the entire screen, and then put that sprite at a really large size. It's at about size 900. And to make it move, just move it. As simple as that. But it needs to move the opposite direction that we want, if we move left it needs to go right so that we are given the illusion that we are moving. Collisions will be added later on. This was inspired by my game I made as GetAtYuBoiX in 2021, "Jack the blob and King Greystone's maze!". Extremely corny name, but my cringe days are gone now, do not worry.