Start of metroid style game
-
Been working on this for the last few days. Basically uses an array to store the tiles for each room. Another array used to store the map so you can order the rooms you make and connect them together. This allows you to reuse rooms several times in a map (to make those annoyingly long corridors). Right now the map scrolls 1 screen at a time (instead of by tile). So currently its more of a map viewer. There is no gravity, collision or even sprites. The tiles were remade by scratch (i eyeballed it). Rooms are not like how they appear in the original game, its quickly and lazily generated with for loops.
Right now you can scroll left and right (can now go up and down as well), there is code to prevent you from entering invalid rooms. All areas default to invalid and become valid as they are linked to a specified room
My friend code is SW-7640-2371-1534
-
I could only find this screenshot for you in your archive
You can take videos by holding the screenshot button and then either share them to twitter, or copy them from your switch SD card to your device to upload to youtube or other video sites.
Good luck with your progress! Looking forward to seeing more!
-
@MikeDX thanks, ill do that when i get further along that screenshot is good for now.