general in GameMaker Studio 2

Share your creations!
Loading...

For day 751, I made the exit placements more random. Now I need to find a way to not have them so close to each other sometimes

Loading...

For day 750 of coding, I have put in some code to randomize the possible placements. I may need to adjust as I cannot immediately tell if the randomization is working

Loading...

For day 749 of coding, I have fixed the looping issue

Loading...

For day 748 of coding, I am working on changing the end conditions on the exit placement loop. Right now, the code goes on an endless loop whenever it's called; but that will be fixed later

Loading...

For day 747 of coding, I am altering some of the exit placement code to better fit the randomized shapes of the rooms. So far, no discernable changes

Loading...

For day 746 of coding, I am currently working on a way to make the exit placements more randomized. I made some changes to the north placement, but I cannot immediately tell if it's working or not

Loading...

For day 745 of coding, I put in a way to determine how many pathways are available

Loading...

For day 744 of coding, I got the camera to start on the player after transitioning to a different part of the maze

Loading...

For day 743 of coding, I've made progress by getting the exits not so clustered. I just need to refine where the exits go and how many

Loading...

For day 742 of coding, I have updated the exit placements to try to not have them so clustered together. I've also noticed that some placements are in odd places